/* ================================
    CSS STYLES FOR CONTAINERS
   ================================
*/
.whitecontainerskin
{
	width: 100%;
	background-color:#ffffff;
	BORDER-RIGHT: #000000 0px solid; 
	BORDER-TOP: #000000 0px solid; 
	BORDER-LEFT: #000000 0px solid;
	BORDER-BOTTOM: #000000 0px solid;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.transparentcontainerskin 
{
	width: 100%;
	background-color:Transparent;
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #ffffff 0px solid; 
	BORDER-LEFT: #ffffff 0px solid; 
	BORDER-BOTTOM: #ffffff 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.transparentcontainer 
{   
	background-color: Transparent;
}
.padleft
{
    padding-left:10px;
}
.padright
{
    padding-right:10px;
}
.padcontainer
{
    padding-right:10px;
    padding-left:10px
}
.brownheading
{
    background-color:#281B0B;
    width:100%;
    height:30px
}
.orangeheading
{
    background-color:#C98B20;
    width:100%;
    height:30px
}
.whiteheading
{
    background-color:#ffffff;
    width:100%;
    height:30px
}
.whitetitle { FONT-SIZE: 14px; font-weight:bold; COLOR: #ffffff; text-transform:uppercase; FONT-FAMILY: Times,Tahoma,Arial,Sans-Serif }
.blacktitle { FONT-SIZE: 14px; font-weight: bold; COLOR: #270806; text-transform:uppercase; FONT-FAMILY: Times,Tahoma,Arial,Sans-Serif }

/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
    width:100%;
}
.ModuleTitle_MenuBar 
{
    background-color:#281B0B;
    cursor: pointer; 
	cursor: hand;
}
.ModuleTitle_MenuItem
{
	color: White;
	height:20px;
	cursor: pointer; 
	cursor: hand; 
	font-family: Times,Tahoma,Arial,Sans-Serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color:#281B0B;
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid;
	text-transform:uppercase;
	padding: 1px 1px 1px 1px
}
.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #281B0B;
	height: 100%;
}
.ModuleTitle_SubMenu 
{
    z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	background-color: #281B0B;
    padding: 1px 1px 1px 1px
}
.ModuleTitle_MenuBreak 
{
    height:2px; 
}
.ModuleTitle_MenuItemSel 
{
    color: #ffffff;
	height:20px;
	cursor: pointer; 
	cursor: hand;
	font-family: Times,Tahoma,Arial,Sans-Serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #D00D15;
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid;
	text-transform:uppercase;
	padding: 1px 1px 1px 1px
}
.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-bottom: #000000 0px solid;  
	border-right: #000000 0px solid;
}
.ModuleTitle_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
