/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #FFFFFF
}


.FGIHead
{
	/*font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;*/
	font-family: Times New Roman;
	font-size: 16px;
	color: #767676;
	font-weight: bold;
	text-align: left;	
}

/*********************************************************************/


.rounded_mastertable
{
	border-collapse: collapse;	
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right: 0px;
	 margin-top:0;    
	width: 100%;
	/*border: solid 1px #ccd6d5;*/
}

.rounded_header
{
	background-image: url(dot.jpg);	
	background-position: top;
	background-repeat: repeat-x;
}

.rounded_footer
{
	background-image: url(dot.jpg);	
	background-position: bottom;
	background-repeat: repeat-x;
}

td.rounded_tl
{
	width:8px;
	height:17px;
	border-style: none;
	background-image: url(tl.jpg);
	background-position:top left;	
	background-repeat: no-repeat;
	border-style: none;
}

td.rounded_tr
{
	width:8px;
	height:17px;
	border-style: none;
	background-image: url(tr.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	border-style: none;
}

td.rounded_bl
{
	width:8px;
	height:8px;
	border-style: none;
	background-image: url(bl.jpg);
	background-position:bottom left;	
	background-repeat: no-repeat;
	border-style: none;
}

td.rounded_br
{
	width:8px;
	height:8px;
	border-style: none;
	background-image: url(br.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-style: none;
}

td.rounded_leftline
{
	background-image: url(dot.jpg);	
	background-position: left;
	background-repeat: repeat-y;
}

td.rounded_rightline
{
	background-image: url(dot.jpg);	
	background-position: right;
	background-repeat: repeat-y;
}

td.rounded_content
{
	border-left: solid 1px #ccd6d5;
	border-right: solid 1px #ccd6d5;
}

a.services
{
	color:#1868A5;
	font-family:TimesNewRoman;
	font-size:12px;
	text-decoration:underline;	
}

a:link.services, 
a:visited.services,
a:hover.services, 
a:active:services
{
	color:#1868A5;
	font-family:TimesNewRoman;
	font-size:12px;
	text-decoration:underline;	
}



