/* CSS Document */
/*-------------------------------------------- Menu Styles ------------------------------------------*/

.Menu_MenuContainer {
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;  
	background-color: #4787EA;
	width:240px;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
}

.Menu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.Menu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family:Arial, Verdana, Helvetica;
	font-weight:bold;
	font-size: 12px; 
	font-style: normal; 
	border-left: #ffffff 0px solid;  
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
	padding:5px 2px 5px 2px;
	width:150px;
}

.Menu_MenuItem td {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;
	font-family:Arial, Verdana, Helvetica;
	font-weight:bold;
	font-size: 12px; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #7EB7EF 1px solid; 
	border-top: #7EB7EF 0px solid; 
	border-right: #ffffff 0px solid;
}

.Menu_MenuItemSel {
	background-color: #7EB7EF; 
	cursor: pointer; 
	cursor: hand; 
	font-family:Arial, Verdana, Helvetica;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: #ffffff 0px solid; 
	border-bottom: #7EB7EF 1px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
	padding:5px 2px 5px 2px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	width:150px;
}

.Menu_MenuItemSel td {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family:Arial, Verdana, Helvetica;
	font-weight:bold;
	font-size: 12px; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #7EB7EF 1px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
}

.Menu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #434Fc8; 
	text-align: center; 
	width: 10; 
	height: 15;
}



.Menu_MenuBreak {
	border-bottom: #7EB7EF 1px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;  
	border-right: #ffffff 0px solid; 
	background-color: #ffffff; 
	height: 0px;
}

.Menu_MenuArrow {
	font-family: webdings; 
	font-size: 1px;
	width:1px;
	cursor: pointer; 
	cursor: hand; 
	border-right: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
}

.Menu_RootMenuArrow {
	font-family: webdings; 
	font-size: 1pt;
	cursor: pointer; 
	cursor: hand;
	color:#ffffff;
}

.Menu_RootMenuItem {
	width:240px;}

.Menu_RootMenuItemSelected { 
	background-color:#7EB7EF;
	width:240px;
	cursor: pointer; 
	cursor: hand; 
	font-family:Arial, Verdana, Helvetica;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: #ffffff 0px solid; 
	border-bottom: #7EB7EF 1px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
	padding:5px 2px 5px 2px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;}
	
.Menu_RootMenuItemSelected td{ 
	background-color:#7EB7EF;
	cursor: pointer; 
	cursor: hand; 
	font-family:Arial, Verdana, Helvetica;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: #ffffff 0px solid; 
	border-bottom: #7EB7EF 1px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
	padding:5px 2px 5px 2px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;}

.Menu_RootMenuItemActive {
	background-color:#7EB7EF;
	width:240px;
	cursor: pointer; 
	cursor: hand; 
	font-family:Arial, Verdana, Helvetica;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: #ffffff 0px solid; 
	border-bottom: #7EB7EF 1px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
	padding:5px 2px 5px 2px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF; }

.Menu_RootMenuItemBreadCrumb {}

.Menu_SubMenu {
	z-index: 1000; 
	color: #ffffff;
	cursor: pointer; 
	cursor: hand; 
	background-color: #4787EA; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	font-family:Arial, Verdana, Helvetica;
	font-size:12px;
	font-weight:bold;
	width:150px;
	border:0px solid #FFFFFF;
	border-top:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
}

.Menu_SubMenu td {
	border-bottom:1px solid #4787EA;
	border:0px solid #4787EA;
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
	color:#ffffff;
	padding:5px;}

.Menu_SubMenuItemSelected {
	color:#ffffff;
	border:0px solid #FFFFFF;
	border-top:0px solid #FFFFFF;
	border-bottom:1px solid #4787EA;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	background-color:#7EB7EF;}

.Menu_SubMenuItemActive {
	color:#ffffff;
	border:0px solid #FFFFFF;
	border-top:0px solid #FFFFFF;
	border-bottom:1px solid #4787EA;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;}

.Menu_SubMenuItemBreadCrumb {}

.Menu_Separator {}

.Menu_LeftSeparator {}

.Menu_RightSeperator {}

.Menu_LeftSeparatorActive {}

.Menu_RightSeparatorActive {}

.Menu_LeftSeperatorBreadCrumb {}

.Menu_RightSeperatorBreadCrumb {}
/*------------------------------------------ Design Styles ---------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;}
	
#main_tbl {
	width:800px;}
	
#hdr_tbl {
	border-bottom:4px solid #7FB7EF;}
	
#hdr_rt {
	width:100%;
	background-image:url(http://www.expertcomp.com/Portals/0/skins/SpaldingGas_Skin1/images/hdr_rt.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#434FC8;}
	
#menu_cell {
	width:250px;
	background-color:#4787EA; 
	height:241px;}

#imgpane_cell {
	text-align:right;
	vertical-align:top;
	background-color:#4787EA;}
	
#leftpane_cell {
	height:250px;
	background-color:#7EB7EF;}

#centerpane_cell {
	height:100%;
	background-color:#E1E0ED;
	width:50%;}

#rightpane_cell {
	height:250px;
	background-color:#F1F0F7;
	width:50%;}
	
#footer_cell {
	height:100px;
	background-color:#434FC8;}
	
#disclaimer_cell {
	text-align:center;
	padding:10px;
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;}

a.disclaimer_link:link,
a.disclaimer_link:active,
a.disclaimer_link:visited,
a.disclaimer_link:hover {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	color:#434FC8;
	text-decoration:none;
	font-weight:normal;}