/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.left_rep
{
	background-image: url(left_rep.jpg);
	width: 5px;
	height: 100%;
	background-repeat: repeat-y;
}
.lady
{
	background-image: url(lady.jpg);
	width: 273px;
	height: 149px;
	background-repeat: no-repeat;
	background-position: bottom;

}
.dvd
{
	background-image: url(dvd.jpg);
	width: 277px;
	height: 92px;
	background-repeat: no-repeat;
	background-position:top;
	

}
.group
{
	background-image: url(group.jpg);
	width: 273px;
	height: 133px;
	background-repeat: no-repeat;
	background-position: bottom;

}
.newsh
{
	background: url(newsh.jpg);
	border-left: #ffffff 1ps solid;
	border-right: #ffffff 1px solid;
	
}
.whitetitle
{
	font-family: Arial;
	size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;	
}
.bot_rep
{
	background-image: url(bot_rep.jpg);
	width: 100%;
	background-repeat: repeat-x;
	height: 7px;
}
.ashcpane
{
	background-image: url(c17.jpg);
	width: 100%;
	height: 68px;
	background-repeat: repeat-x;
	background-color: #364148;
	border-left: #3B474E 1px solid;
	border-right: #3B474E 1px solid;
	padding-left: 5px;
}
.bot_rep_ash
{
	background-image: url(c16.jpg);
	width: 100%;
	background-repeat: repeat-x;
	height: 14px;
}
.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;
}
.greenback
{
	background-image: url(greenback.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 211px;
}
.OrangeBG
{
	background-image: url(oangeback.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 211px;
	/*padding-top:50px;*/
}
.redback
{
	background-image: url(redback.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 211px;
}