/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #e6e6e6;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: 1px solid #FA0; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;


}
.containerrow1b_gray {
	background-image: url(gradient_LtGray1.jpg);
	background-color: #7d7d7d;
	color: white;
}
.containerrow1b_darkgray {
	background-image: url(gradient_LtGray1.jpg);
	background-color: #003B5B;
	color: white;
}

.containerrow2_gray {
	background-color: #e6e6e6;
}

#listing div {
	margin : 0px 10px;
}

#listing .post {
	border-bottom : none;
}


.containerrow1_gray {
	font-family : Verdana;
	background-color : #C8CDE3;
	padding : 2px;
	border-top : 1px solid #666;	
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
}
.containerrow1_darkgray {
	font-family : Verdana;
	background-color : #003B5B;
	padding : 2px;
	border-top : 1px solid #666;	
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
	color : black;
}
.containerrow1_green {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:  #DDEDDE;
	background-color : #DDEDDE;
	padding : 2px;
	border-top : 1px solid #666;	
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
}

#listing h3 {
	font-family : Verdana;
	background-color : #E5EEF7;
	padding : 2px;
	border-top : 1px solid #666;	
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
}
#listing h3 a {
	color : #333;
	text-decoration : none;
}

#listing h3 {
	font-family : Verdana;
	font-size : 16px;
}

#listing .post {
	border-bottom : 1px solid #FA0;
}

#listing .postfoot {
	font-size : 12px;
	text-align: left;
}


A.Normal.Menu:link {
    text-decoration:    underline;
}

A.Normal.Menu:visited  {
    text-decoration:    underline;
}

A.Normal.Menu:active   {
    text-decoration:    underline;
}

A.Normal.Menu:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}