/** Backgrounds **/
body{
	background-color:#FFFFFF;
	overflow-x:hidden;
}
div#main-container, #bottom-bar{
	background-color:#FFFFFF;
}
.defaultContainer table tr.menuitem_header td{
	background-color:#558492;
}







/** Colors **/
body{
	color:#000;
}
.menuitem_desc{
	color:#000;
}
.defaultContainer .panelTitle{
	color:#E30000;
}
a{
	color:#558492;
	font-weight:normal;
}
.defaultContainer .redTopBorder2px{
	border-top:2px solid #00ADEF;
}
.defaultContainer .myOrderTable{
	border:1px solid #558492;
}
.defaultContainer  table.edit_panel_table{
	border-top:1px solid #558492;
}
.defaultContainer .tips-text{
	color:#000;
}







/** Fonts **/
body{
	font-family:Verdana,Arial,Geneva,sans-serif;
}
.defaultContainer ul.menuTabs li a, ul.sideTabs li a{
	font-size:10px;
}
.defaultContainer .menu_display_table td,
.defaultContainer .menu_display_table td a{
	font-size:12px;
}
.menu_display_table .menuitem_hl td{
	font-weight:bold;
	font-size:11px;
}
div#time-online, ul#sub-menu li, .menu_display_table td .menuitem_desc, .label-normal {
	font-size:11px;
}






/** Images **/
.TL, .BR, .BL, .TR{
	display:none;
}



/** Checkout **/
.orderInfoSummary {
	border-bottom:2px solid #558492;
}
#body_choose_time div#main-container, #bottom-bar {
	background-color:#D6D6D6;
}


/** HH copyright  **/
#maincontent{
	position:relative;
}
#body_build_order .bottomCopy,#body_track_order .topCopy,#body_order_submitted .topCopy{
	display:none;
}
#body_build_order .topCopy{
	text-align: center;
	padding:0px;
	margin:0px;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width:220px;
	display:block;
	position:absolute;
	top:29px;
	z-index:10;
	zoom:1;
}
#body_build_order .localityError .topCopy{
	left:50%;
	top:29px;
	margin-left:-110px;
}
#body_build_order .localityOk .topCopy,
#body_build_order .localityWarning .topCopy{
	right:46px;
}
#my-order-panel .orderSummaryTable{
	margin-top:20px;
}


/** IE6 **/
* html body #menu_panel_title{
	overflow-x:hidden;
	font-size:14px;
}

