/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.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;
}

td.ContainerDarkBlueHeader
{
  padding: 0 25px;
}

.ContainerDarkBlueHeader, .ContainerDarkBlueHeader .Head
{
  background-color:#01233B;
  color:White;
  font-size:12px;
}

.ContainerDarkBlueHeader .Head h1
{
    background-color:#01233B;
  color:White;
  font-size:12px;
  vertical-align:middle;
  margin:0px;
}

.ContainerDarkBlueBody
{
  background-color:#A6A6A6;
  padding-top:11px;
  padding-bottom:8px;
}

.ContainerGray-LeftBorder
{
  background-image:url(images/shadow-ver-pxl.jpg);
  background-repeat:repeat-y;
  width:6px;
}

.ConatinerGray-Content
{
  background-color:#9C9D9F; 
}

.ContainerGray-BottomBorder
{
  background-image:url(images/shadow-hor-pxl.jpg);
  background-repeat:repeat-x;
  height:6px;
}
.ContainerEmpty-ContentPane,
.ContainerGray-ContentPane
{
  padding-left:10px;
  padding-right:10px;
}

.Maslulim-Container
{
  background: #B9B9B9 url(images/form-container.jpg) center bottom no-repeat;
}

.Maslulim-Title h1, .Maslulim-Title h2
{
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color:Black;
  margin:0px;
  height:26px;
  vertical-align:middle;
  padding-top:5px;
}

.Maslulim-Title-BG
{
  background-image:url(images/maslulim-contact-header.jpg);
  background-position:center center;
  background-repeat:no-repeat;  
}

.SalaryCalc .Normal
{
/*
  font-size: 15px;
*/  
  margin-top: 1em;
}



.LeftBarBlueTitleShadow, .LeftBarNoTitleShadow
{
	box-shadow: 3px 3px 3px -2px #474747, -4px 3px 3px -2px #474747;
	margin-bottom:10px;
}
.LeftBarBlueTitleShadow .Title
{
	background:#002e70;
	box-shadow:0 4px 7px rgba(0, 0, 0, 0.5);
	position:relative;
	z-index:50;
	width:100%;
}
.LeftBarBlueTitleShadow .Head
{
	display:block;
}
.LeftBarBlueTitleShadow .Head h1
{
	color:white;
	text-align:center;
	font-weight:bold;
	font-family:Arial;
	font-size:17px;
	padding:5px 0;
	margin:0;
}
.LeftBarBlueTitleShadow .LeftBarContentPane
{
	background:white;
	position:relative;
	z-index:40;
}
.LeftBarBlueTitleShadow.HadashLabel .LeftBarContentPane
{
	background:url('Images/hadash.gif') no-repeat right top white;
}