/*========================================================*/
/*  Universal                                             */
/*========================================================*/
/*-- Style For HTML PAGE      	*/ .html { height: 100%; }
/*-- Style For HTML BODY        */ .body { margin: 0 20 0 0;}

/*-- Document bg                */ 
body {
	background-color: #E6E4DB;
	background-image:url(texture_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
/*========================================================*/
/*  Main Menu                     				          */
/*========================================================*/
/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- sub menu items             --*/ 
.MainMenu_MenuItem { 
	font-family: Arial, Helvetica, sans-serif;  
	color: #CC0000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	padding: 0px 2px 0px 2px; 
	border: 10; 
	height: 20px; 
}
.MainMenu_MenuIcon { display: none; };
/*-- submenu container          --*/ 
.MainMenu_SubMenu { 
	z-index: 1000;  
	padding: 0px 10px 0 10px; 
	background: #FFFFFF; 
	border: 10; 
	border-top-width: 0px; 
	font-weight: bold; 
	cursor: hand;
}
/*-- removing seperator borders --*/ 
.MainMenu_MenuBreak { 
	border-top-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-bottom-style: solid; 
}
/*-- submenu items hover        --*/ 
.MainMenu_MenuItemSel { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 11px; 
	font-weight: bold;  
	padding: 0px 2px 0px 2px; 
	border: 10; 
	height: 20px; 
	background: #FFFFFF;
}
.MainMenu_MenuArrow { display: none; }
.MainMenu_RootMenuArrow { display: none; }
/*-- root menu items            --*/ 
.MainMenu_RootMenuItem { 
	font-family: Arial, Helvetica, sans-serif;  
	color: #CC0000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: 15; 
	height: 26px; 
	padding: 0px 2px 0px 2px;
}
/*-- menuitems idle             --*/ 
.MainMenu_Idle { 
	color: #FFFFFF; 
	background: transparent;
	padding: 0px 2px 0px 2px;  
	font-weight: bold; 
}
/*-- sub menu items over        --*/ 
.MainMenu_Selected { 
	color: #333333; 
	background: transparent; 
	padding: 0px 2px 0px 2px;
	font-weight: bold; }
/*-- sub menu items active      --*/ 
.SubMenu_Active, .MainMenu_BreadcrumbActive { 
	color: #333333; 
	background: transparent; 
	font-weight: bold; 
}
/*-- root menu items over       --*/ 
.MainMenu_RootSelected { 
	color: #ffffff; 
	padding: 0px 2px 0px 2px;
	font-weight: bold; 
	height: 20px; 
	background: transparent; 
}
/*-- root menu items sub active --*/ 
.MainMenu_RootActiveSub { 
	color: #ffffff; 
	padding: 0px 2px 0px 2px;
	font-weight: bold; 
	height: 20px; 
}
/*-- root menu items active     --*/ 
.MainMenu_Active, .MainMenu_RootBreadcrumbActive { 
	color: #333333;  
	padding: 0px 2px 0px 2px;
	font-weight: bold; 
	height: 20px; 
}
/*-- right seperator idle       --*/ .MainMenu_RightIdle { width:11px; height: 26px; }
/*-- not needed                 --*/ .MainMenuSeperator  { display: none; }
/*-- login and user token idle         --*/ 
.LOGIN, a.LOGIN:link, a.LOGIN:visited, a.LOGIN:active, .USER, a.USER:link, a.USER:visited, a.USER:active { 
	color: #cc0000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
}
/*-- login and user token hover        --*/ 
a.LOGIN:hover, a.USER:hover { 
	text-decoration: none; 
	color:#333333; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}
.pad_right {
	padding-right: 15px;
}
.pad_left {
	padding-left: 11px;
}
.pad_left_header {
	padding-left: 6px;
}
.pad_right_header {
	padding-right: 10px;
}
.pad_left_content {
	padding-left: 14px;
}
.pad_right_rightpane {
	padding-right: 13px;
}
.pad_left_double {
	padding-left: 13px;
}
.pad_left_half {
	padding-left: 10px;
}
.pad_left_footer {
	padding-left: 54px;
}
.pad_text {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.pad_top {
	padding-top: 10px;
	padding-right: 15px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B4B194;
}
.sub_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
}
.body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E4DB;
}


