/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.hrcls
{
	color:#C3CAD7;
}
.cpne
{
		padding-top:25px;
}
.bluebody
{
	background-color: #E1EBFA;
	padding:0 5 0 5;
	background:url(images/bgform1.png) center repeat-y;
	width:100%;
	height:auto;
	
	
}
.bluebody1
{
	/*background-color: #DDE7F5;*/
	padding:0 10 0 10;
	background-image:url(images/cbrep.png);
	
	
}
.headerbody
{
	background-color: #E1EBFA;
	padding:0 10 0 10;
	background:url(images/trep1.png) center repeat-x;
	width:100%;
	height:47px;
	
	
}
.bottombody
{
	background-color: #E1EBFA;
	padding:0 10 0 10;
	background:url(images/trep3.png) center repeat-x;
	width:100%;
	height:13px;
	
	
}
.whitebody
{
	background-color: #ffffff;
	padding:15 5px 0 20px;
	
}
.blueheadnew
{
	color: #123F72; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:14px;
	font-weight: bold; 
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.bluehead
{
	color: #123F72; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:24px;
	font-weight: normal; 
	padding:4px 0px 4px 0px;
	text-transform:uppercase;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
.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 */
	poistion:relative;
}

.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;
}
