/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containerrow_white
{
	padding-left:0px;
	padding-right:0px;
}


.containermaster_green {
	width: 100%;
	background-color: #ffffff;
	border-right: #CBCBCB 1px solid; 
	border-top: #CBCBCB 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #CBCBCB 1px solid; 
}
.containerrow_green {
	background-image: url(images/greenbg.gif);
}

.containerrow_green .head 
{
	font-size:15px;
	color:#ffffff;
}

.greentb
{
	background: url(images/greentb.gif) repeat-x top left;
}

.greenlb
{
	background: url(images/greenlb.gif) repeat-y top left;
}

.greenrb
{
	background: url(images/greenrb.gif) repeat-y top left;
}

.whitelb
{
	background: url(images/whitelb.gif) repeat-y top left;
}

.whiterb
{
	background: url(images/whiterb.gif) repeat-y top left;
}

.whitebb
{
	background: url(images/whitebb.gif) repeat-x top left;
}
	


.topbg
{
	background: url(images/greentb.gif) repeat-x top left;
}

.containerrow2_gray {
	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: 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: #DDDDDD;
}

.namelarge
{
	
	color:#666666;
	font-size:23px;
	font-weight:bold;
}

.namesmall
{
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

.headingblack
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.headinggray
{
	color:#666666;
	font-size:14px;
	font-weight:bold;
}


.titleblue
{
	color:#004A95;
	font-size:33px;
	font-weight:bold;
}

.titleblack
{
	color:#000000;
	font-size:33px;
	font-weight:bold;
}

.titlegray
{
	color:#666666;
	font-size:33px;
}

.titlebluesmall
{
	color:#004A95;
	font-size:18px;
	font-weight:bold;
}


.textextrasmall
{
	color:#666666;
	font-size:9.5px;
}


/************** Override heading information ******************/
.containermaster_clear .head{
	color: #000000;
	font-size:20px;
	font-weight:bold;
}


.containermaster_clear .head EM
{
	color: #666666;
	font-size:20px;
	font-style: normal;
	font-weight:bold;
	
}

.containermaster_clear .head .blue
{
	color: #004A95;
	font-size:16px;
	font-style: normal;
	font-weight:bold;
	
}