/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* ContentPaneSide Container */
.CPS_containermaster {
	width: 100%;
	height: 100%;
	background-color:white;
}
.CPS_containerrow 
{
   background: url('mvhs_Section1_Header.jpg') no-repeat scroll top left transparent;
   height:31px;
   width:240px;
}
.CPS_Title span
{
   color:#FFFFFF;
   font-family: Arial;
   font-size:16px;
   padding-bottom:6px;
   padding-left:6px;
} 
.CPS_TOP
{
   background: url('mvhs_Section1_Top.jpg') no-repeat scroll top left transparent;
   height:1px;
   width:240px;
}
.CPS_Left
{
   background: url('mvhs_Section1_LeftRunner.jpg') repeat-y scroll top left transparent;
   width:2px;
   height:100%;
}
.CPS_Right
{
   background: url('mvhs_Section1_RightRunner.jpg') repeat-y scroll top right transparent;
   width:2px;
   height:100%;
}
.CPS_BOTTOM
{
   background: url('mvhs_Section1_Bottom.jpg') no-repeat scroll top center transparent;
   height:17px;
   width:240px;
}
.CPS_ContentClass
{
  background-color:Transparent;
  padding:5px 5px 0px 5px;
}
.CPS_PAD
{
   padding-bottom:0px;
}
 
/* RightPaneSide Container */
.RPS_containermaster {
	width: 100%;
	height: 100%;
	background-color:white;
}
.RPS_containerrow 
{
   background: url('mvhs_Section2_Header.jpg') no-repeat scroll top left transparent;
   height:31px;
   width:243px;
}
.RPS_Title span
{
   color:#FFFFFF;
   font-family: Arial;
   font-size:16px;
   padding-bottom:6px;
   padding-left:6px;
} 
.RPS_TOP
{
   background: url('mvhs_Section2_Top.jpg') no-repeat scroll top left transparent;
   height:1px;
   width:243px;
}
.RPS_Left
{
   background: url('mvhs_Section2_LeftRunner.jpg') repeat-y scroll top left transparent;
   width:2px;
   height:100%;
}
.RPS_Right
{
   background: url('mvhs_Section2_RightRunner.jpg') repeat-y scroll top right transparent;
   width:2px;
   height:100%;
}
.RPS_BOTTOM
{
   background: url('mvhs_Section2_Bottom.jpg') no-repeat scroll top center transparent;
   height:17px;
   width:243px;
}
.RPS_ContentClass
{
  background-color:Transparent;
  padding:5px 5px 0px 5px;
}
.RPS_PAD
{
   padding-bottom:0px;
}











/* Defaults */
.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: #DDDDDD;
}

.FormLabel
{
   color:#979797;
   font-family:Arial;
   font-size:12px;
   padding-right:4px;
   white-space:nowrap;
}

.FormContent
{
   color:#979797;
   font-family:Arial;
   font-size:12px;
}