/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray 
{
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.grayheader
 {
	background-color: #AAAAAA;
}
.greyheadernew
 {
	background-color: #dddddd;
}
.green
{
	background-color:#EBF1E3;
}
.white
{
	background-color:#FFFFFF;
}
.content
{
	
	background-color:Transparent;
	padding-left:2px;
	padding-right:2px;
	border-left:0px solid #90B826;
	border-right:0px solid #90B826;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
}
.content a 
{
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.content a :hover
{
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
.content a :visited
{
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.title
{
    font-weight: bold;
    font-size: 13px;
    color:#08508B;
    font-family: tahoma;
}