/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.t_rep
{
	background-image: url(t_rep.jpg);
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
}
.b_rep
{
	background-image: url(b_rep.jpg);
	width: 100%;
	height: 33px;
	background-repeat: repeat-x;
}
.y_b_rep
{
	background-image: url(y_b_rep.jpg);
	width: 100%;
	height: 23px;
	background-repeat: repeat-x;
}
.y_t_rep
{
	background-image: url(y_t_rep.jpg);
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
}
.White_Head1
{
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #494949;
}
.White_body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #565656;
	background-color: #FFFFFF;	
}
.Yellow_body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #565656;
	background-image: url(mid_rep.jpg);
	background-repeat: repeat-x;
	background-color: #F0E6C4;
	width: 100%;
	height: 144px;
	padding-left: 5px;
	padding-right: 5px;
}
.y_Head1
{
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-image: url(5.jpg); 
	height: 24px; 
	background-repeat: repeat-x;
	width:100%;
}
.y_Head2
{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-image: url(105.jpg); 
	height: 22px; 
	background-repeat: repeat-x;
	width:100%;
}
.y_body1
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #024E64;
	background-image: url(long1.jpg); 
	height: 127px; 
	background-repeat: repeat-x;
	width:100%;
	background-color: #F1F1F1;
}
.r_rep
{
	background-image: url(r_rep.jpg);
	width: 100%;
	height: 33px;
	background-repeat: repeat-x;
}
.img_blue
{
	background-image: url(top_back4.jpg);
	background-repeat: no-repeat;
	width: 623px;
	height: 85px;
}
.blue_h
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #007C76;
	text-decoration: none;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
