/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	color:White;
}
.containerrow1_blue {

}
.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: 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;
}
.box {
background-color: #FBFBEF;
height: auto;

border: 1px solid #CFD949;
padding: 20px;
text-align:left;
vertical-align:top;
}


	.alternating_news_list
	{
		list-style-type:none;
		padding-left:0px;
		margin-left:0px;
		padding-top:0px;
		margin-top:0px;
		background-color:transparent;
		margin-top:-32px\9 ;
	}
	
	ul.alternating_news_list li
	{
		list-style-type:none;
		margin-left:0px;
		font:helvetica, tahoma, arial ;
		font-size:12px;
		color:#022a4c;
		line-height:32px;
		height:32px;
		font-weight:normal;
		
	}
	ul.alternating_news_list li a, ul.alternating_news_list li a:active, ul.alternating_news_list li a:visited
	{
		list-style-type:none;
		margin-left:0px;
		font:helvetica, tahoma, arial  ;
		font-size:12px;
		color:#022a4c;
		line-height:32px;
		height:32px;
		font-weight:normal;
	}
	
	.newsitem
	{
	    background-image: url(/Portals/8/skins/frusam/images/arrow.gif);
	    background-position: 13px center;
        background-repeat: no-repeat;
        padding-left:26px;
        height:32px;
		
	}
		.newslistlink
	{
	    background-image: url(/Portals/8/skins/frusam/images/arrow.gif);
	    background-position: right center;
        background-repeat: no-repeat;
        padding-right:12px;
        height:32px;
		text-align:right;
		font:helvetica, tahoma, arial  ;
		font-size:12px;
		
	}
	.even
	{
	    background-color:#CCCCCC;
	    }
		
#bgbox {
background-color: #ff9900;
color: #fff;
padding: 15px 20px;
margin-top:10px;
}

