/* background color for the content part of the pages */
Body
{
    background-color: white;  
    font-family: Arial, Verdana, helvetica, sans-serif;
	margin:4px 4px 0px 8px;
	padding:0px 0px 0px 0px;
	background-color: #ffffff;
	scrollbar-base-color: #336699;
	scrollbar-face-color: #dee3e7; 
	scrollbar-track-color: #efefef; 
	scrollbar-arrow-color: #006699;
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: #d1d7dc; 
	scrollbar-shadow-color: #dee3e7;
	scrollbar-darkshadow-color: #98aab1;
}

.OtherTabs {
	background-color:#6290C0;	
}

.skinbackgroundcolor {
	background-color:#FFFFFF;
/*	background-image: url(images/3/bg.jpg);  */
}
/*need double cos of dodgy cascading with containers*/
.skincolordark, .innerskincolordark{
	background-color:#6290C0;
	background-image: url(images/3/body.jpg);
}
.skinmediumcolor {
	background-color:#444444;
	background-image: url(images/3/medium.jpg);
}
.skinlightcolor, .innerskinlightcolor {
	background-color:#ffffff;
	background-image: url(images/3/light.jpg);
}
.skinaltcolor {
	background-color:#ff3333;
	background-image: url(images/3/alt.jpg);
}
.skinrightimagepane {
	background-image: url(images/3/side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 500px;
	height:500px;
}
.skinmainpic {
	background-image: url(images/3/main.jpg);
	background-position: left top;

}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #5991C8 0px solid; 
	border-left: #5991C8 0px solid; 
	border-top: #5991C8 0px solid; 
	border-right: #5991C8 0px solid; 
	z-index: 999;
	background-color: #5991C8;  
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size:9px;
	font-weight: bold;
	border-left: #5991C8 0px solid; 
	border-bottom: #5991C8 1px solid; 
	border-top: #5991C8 1px solid; 
	border-right: #5991C8 0px solid;
	height: 19;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #5991C8; 
	border-left: #5991C8 1px solid; 
	border-bottom: #5991C8 1px solid; 
	border-top: #5991C8 1px solid; 
	text-align: center; 
	width: 15; 
	height: 19;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #5991C8; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #5991C8 0px solid; 
	border-left: #5991C8 0px solid; 
	border-top: #5991C8 0px solid; 
	border-right: #5991C8 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #5991C8 1px solid; 
	border-left: #5991C8 0px solid; 
	border-top: #5991C8 1px solid;  
	border-right: #5991C8 0px solid; 
	background-color: #5991C8; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #EBC76A; 
	font-family: Verdana, Arial, Helvetica; 
	font-size:9px;
	font-weight: bold; 
	height: 19;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #5991C8 1px solid; 
	border-bottom: #5991C8 1px solid; 
	border-top: #5991C8 0px solid;
	color: #EBC76A;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #5991C8 1px solid; 
	border-bottom: #5991C8 1px solid; 
	border-top: #5991C8 0px solid;
	color: #EBC76A;
}

