﻿/* ROUNDED CORNERS - Grey border + Gradient Header*/

.roundtop, .roundbottom
{
display: block;
background: transparent;
font-size: 1px;
}
.round1, .round2, .round3, .round4, .noround, .g_round1, .g_round2, .g_round3, .g_round4
{
display: block;
overflow: hidden;
}
.round1, .round2, .round3, .noround, .g_round1, .g_round2, .g_round3
{
height: 1px;
}
.round2, .round3, .round4, .g_round2, .g_round3, .g_round4
{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.round1, .g_round1
{
margin: 0 4px;
background: #ccc;
}
.round2, .g_round2
{
margin: 0 2px;
border-width: 0 2px;
}
.round3, .g_round3
{
margin: 0 1px;
}
.round4, .g_round4
{
height: 2px;
margin: 0 0px;
}
.noround
{
background: #ccc;
margin: 0 -1px;
}
.contentborder, .contentnoborder, .gradientheader
{
display: block;
width: 100%;
overflow: hidden;
margin: 0 -1px;
}
.contentnoborder, .gradientheader
{
border: 0 solid #ccc;
border-width: 0 1px;
}
.contentborder
{
border: solid 1px #ccc;
}
.content
{
margin: 0 -1px;
border: solid 1px #ccc;
}

.gradientheader , .g_round1, .g_round2, .g_round3, .g_round4
{
	background-color:#506e94;  
	/*background-image:url(images/panelheader.gif);*/  
	/*-ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#2099CCFF', EndColorStr='#FF99CCFF');
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#2099CCFF', EndColorStr='#FF99CCFF');	*/
}

 
