/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.shadowcontainer
{
  width: 100%;
  background-color: #ffffff;
}
.articleshadowcontainer
{
  width: 100%;
  background-color: #ffffff;
}

.shadowcontentblock
{
  width:100%;
  padding-bottom:5px;
}

.shadowtop
{
  padding-top: 6px;
  width: 100%;
  border-bottom: 1px solid gainsboro;
  margin:0px;
}

.shadowbuttons
{
  width: auto;
  text-align: right;
  vertical-align: baseline;
}

.shadowcontent
{
  background-color: #ffffff;
  padding-right: 8px;
  padding-bottom: 8px;

}
.articleshadowcontent
{
  background-color: #ffffff;
  padding-right: 8px;
  padding-bottom: 8px;
  width:814px;

}

.shadowtitle
{
  font-size: 22px !important;
  font-family: Arial, Verdana, Sans-Serif !important;
  color: #ff6699;
  vertical-align: baseline;
  padding-bottom:4px;
}

.shadowright
{
  width: 7px;
  height: 12px;
  margin: 0;
  padding: 0;
  background-image: url(/shadow/shadow-ee.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.shadowbottom
{
  width: 10px;
  height: 9px;
  margin: 0;
  padding: 0;
  background-image: url(/shadow/shadow-ss.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.shadowcorner
{
  width: 7px;
  height: 9px;
  margin: 0;
  padding: 0;
  background-image: url(/shadow/shadow-se.gif);
  background-repeat: no-repeat;
  background-position: top left;
}


.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #DDDDDD 1px solid; 
	border-top: #DDDDDD 1px solid; 
	border-left: #DDDDDD 1px solid; 
	border-bottom: #DDDDDD 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}


.containermaster_noheader{
	width: 100%;
	background-color: #ffffff;
}
.containercontent_noheader{
	background-color: #ffffff;
}

.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.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: black; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  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: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}
.prevnext
{
	color:#999999;
	font-family	: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	}
a.prevnext:visited:hover,a.prevnext:hover
{
	text-decoration:underline;
	}	
a.prevnext,a.prevnext:visited
{
			color:#999999;
	font-family	: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	text-decoration:none;
	}

.prevnextblock
{
  
  border-top:1px solid #DDDDDD;
  padding-top:10px;
  padding-bottom:0px;
}

.title_gray
{
  color:#808080;
  font-size:16px;
}





























































































