/* 
================================
 Container Styles for Elpaso SKIN
================================
*/   

/* controls the font of the title, overrides the skin css class */
.Head
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  font-weight:bold; 
}



/* classes for the Red and Red with title containers*/
.Red_Master
{
background: #ffffff;
border: solid 1px #000000;
width: 99%;
margin: 2px 2px 2px 2px;
}


.Red_Head
{
  width: 100% ;
  height: 24px;
  background-color: #a5292b;
}

.Red_Head .Head 
{
  font-weight: bold ;
  font-size: 12px ; 
  color: #ffffff ;
  font-family: arial,verdana,san-serif;
}

.Red_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.Red_Footer
{
  width: 100% ;
}

/* classes for the blank and blank with title containers*/
.Blank_Master
{
background: transparent;
width: 99%;
margin: 2px 2px 2px 2px;
}


.Blank_Head
{
  width: 100% ;
}

.Blank_Body
{
  padding:5px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.Blank_Footer
{
  width: 100% ;
}

/* classes for the ElpasoDefault container*/
.ElpasoDefault_Master
{
border: 0px;
width:99%;
background-color: transparent;
margin: 2px 2px 2px 2px;
}



.ElpasoDefault_Head
{
  background: #f9f5e3 url(ElpasodefaultHeadbkg.jpg) no-repeat center; 
  padding: 2px 2px 2px 2px;
  width:100%;
  height:24px;
  vertical-align:middle;  
  text-align :center;
}

.ElpasoDefault_Head .Head 
{
  font-weight: bold ;
  font-size: 13px ; 
  color: #000000 ;
  font-family: arial,verdana,san-serif;

}

.ElpasoDefault_Body
{
  padding:4px 4px 4px 4px; 
  background: #f9f5e3; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}


.ElpasoDefault_Footer
{
  background:url(ElpasoDefaultContainer_footer.gif) repeat-x; 
  font-weight: bold;
  padding: 15px 2px 8px 2px;
  width: 100% ;
  height:46px;
}


/* classes for the Banner containers*/
.ElpasoBanner_Master
{
margin: 2px 2px 2px 2px;
width: 99%;
}


.ElpasoBanner_Head
{
}

.ElpasoBanner_Body
{
  height:100%;
  width:100%;
  text-align:center;
  vertical-align:middle;
}

.ElpasoBanner_Footer
{
}


/*
These classes are common to all
*/
.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: 5px 5px 5px 5px;	
}


.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: #C1D2EE;
}







