/**************** CSS DOCUMENT ****************/
/* STYLESHEET FOR BLUEHORIZON SKIN*/

/* PAGE BACKGROUND */

/* background color for the content part of the pages */
body {
	background-image: url(background.jpg);
}

.panelBackground{
	background-image: url(ContentBox.gif);
	background-attachment:fixed;
	background-repeat:repeat;
}

.Login_Logout_Style {font-weight: normal;
    font-size: 10px;
    color:#000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.style1 {font-family: Verdana;
	font-size: 9px;
}

/*SolPart Menu Style*/

.MainMenu_MenuContainer {
background-color: transparent;
padding-left: 0px;
margin-left: 0px;
height: 23px; 

}
.MainMenu_MenuBreak {
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid; 
border-right: #404040 0px solid; 
background-color: transparent; 
color: #FFFFFF; 
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand; 
height: 16;
background-color: #EAEAEA;
}

.MainMenu_MenuItem {
cursor: hand; 
cursor: hand; 
background-color: transparent; 
color: #003399; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 13px; 
font-style: normal; 
border-bottom: #505052 0px solid; 
border-top: #505052 0px solid; 
padding: 2px 5px 3px 5px;
height:22px;
}

.MainMenu_MenuIcon {
display: none;
}

/* this is the colour in the dropdown menu */

.MainMenu_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand;
background: #adbf45; 
filter: none;
border: 1px solid #4f4e4e;
margin-top: 0px;
padding: 0px;
}

.MainMenu_MenuItemSel {
background: #eaf2b8;
cursor: hand; 
cursor: hand; 
color: #000000; 
font-family: Tahoma, Arial, Helvetica;
font-size: 13px; 
font-weight: bold; 
font-style: normal;
border: 0;
padding: 2px 5px 3px 5px;
}

.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;
}
