/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 98%;
	padding: 2px;
    border: 1px solid #b0bec7;
}
.container_icon {
	padding-bottom: 2px;
}
.containermaster_text {
	padding: 1px;

}
.containerrow1_blue {
	width: 98%;
	background-image: url(Header_Tile.png);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	height: 25px;
}
.bottom_center {
	width: 98%;
    vertical-align: bottom;
	background-color: #FFFFFF;
	background-image: url(Header_Tile.png);
	background-repeat:repeat-x;
	height: 25px;
}
.head_left {
	width: 15px;
	background-image: url(head_left.png);
	background-repeat : no-repeat;
	height: 40px;
	text-align: left; 
}
.head_right {
	width: 15px;
	background-image: url(head_right.png);
	background-repeat : no-repeat;
	height: 40px;
	text-align: left;
}
.side_left {
	width: 15px;
	background-image: url(side_left.png);
	background-repeat : repeat-y;
	height: 40px;
	text-align: left; 
}
.side_right {
	width: 15px;
	background-image: url(side_right.png);
	background-repeat : repeat-y;
	height: 40px;
	text-align: left;
}
.bottom_left {
	width: 15px;
	background-image: url(bottom_left.png);
	background-repeat : no-repeat;
	height: 40px;
	text-align: left; 
}
.bottom_right {
	width: 15px;
	background-image: url(bottom_right.png);
	background-repeat : no-repeat;
	height: 40px;
	text-align: left;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
font-family: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	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: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
A.news:LINK	{
		COLOR:#ffff00;
		font-family: Arial, Verdana, Helvetica; 
		font-size: 11px; 
		font-style: normal;
		text-decoration:none;
		}
	A.news:HOVER	{
		COLOR:#999999;
		font-family: Arial, Verdana, Helvetica; 
		font-size: 11px; 
		font-style: normal;
		text-decoration:underline;
		}
	A.news:VISITED{
		COLOR:#ffff00;
		font-family: Arial, Verdana, Helvetica; 
		font-size: 11px; 
		font-style: normal;
		text-decoration:none;
		}
	A.news:ACTIVE{
		COLOR:#ffff00;
		font-family: Arial, Verdana, Helvetica; 
		font-size: 11px; 
		font-style: normal;
		text-decoration:none;	
		}	  
.newstitle{
		COLOR:#ffff00;
		font-family: Arial, Verdana, Helvetica; 
		font-size: 11px; 
		font-weight: bold;
		padding-top: 2px;
	}	

div.news{
		COLOR:#000000;
	font-family: Arial, Verdana, Helvetica; 
		font-size: 11px; 
		font-style: normal;
		padding-top: 3px;
		text-align: left;
	}
.newsdate{
		COLOR:#333333;
		font-family: Arial, Verdana, Helvetica; 
		font-size: 9px; 
		font-style: normal;
		text-decoration:none;
		padding-bottom: 2px;	
		text-align: right;
		}