/**************** CSS DOCUMENT ****************/
/* STYLESHEET FOR BLUEHORIZON SKIN*/

/* PAGE BACKGROUND */

/* background color for the content part of the pages */
body {
	background-color: #FFFFFF;
}

.panelBackground{
	background-attachment:fixed;
	background-repeat:repeat;
}

.Login_Logout_Style {
	font-weight: normal;
	font-size: 11px;
	color:#99CCFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	word-spacing: 16px;
	margin-left: 10px;
	padding-left: 10px;
}
.style1 {font-family: Verdana;
	font-size: 9px;
	padding: 10px 15px 10px 10px;
	padding-left: 8px;
	margin-left: 15px;
}

/*SolPart Menu Style*/

.MainMenu_MenuContainer {
background-color: transparent;
padding-left: 10px;
margin-left: 10px;
height: 10px; 
padding: 0px 15px 0px 0px;

}
.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 10px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	padding-left: 8px;
	padding: 7px 5px 3px 5px;
	
}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand; 
height: 16;
background-color: #4691d1;
padding: 17px 15px 13px 15px;
}

.MainMenu_MenuItem {
	cursor: hand;
	cursor: hand;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	border-bottom: #505052 0px solid;
	border-top: #505052 0px solid;
	padding: 7px 15px 3px 5px;
	height:22px;
	text-decoration: none;
	border-right: transparent 15px solid;
	border-left: #407cc6 20px solid;
	letter-spacing: 125%;
	margin-left: 15px;
}

.MainMenu_MenuIcon {
display: none;
}

/* this is the colour in the dropdown menu */

.MainMenu_SubMenu {
	z-index: 1500;
	background-color: #4691d1;
	cursor: pointer;
	cursor: hand;
	filter: none;
	border: 1px solid #d0d1e0;
	margin-top: 5px;
	padding: 0px;
}

.MainMenu_MenuItemSel {
	cursor: hand;
	cursor: hand;
	background-color: #4691d1;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 0;
	padding: 7px 5px 3px 5px;
	border-left: transparent 20px solid;
	border-right: transparent 15px solid;
	background-image: url(../../../../select.gif);
	letter-spacing: 125%;
}

.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right: #505052 0px solid; 
border-bottom: #505052 0px solid; 
border-top: #505052 0px solid;
display: none;
}

.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
display: none;
}


