/**************** CSS DOCUMENT ****************/
/* STYLESHEET FOR FACTORIZED SKIN*/

/* PAGE BACKGROUND */

/* background color for the content part of the pages */
Body
{
   	background-image:url(Background.jpg);
	margin-top: 10px;
}

.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; 
}

.MainMenu_MenuBar
{
	cursor: hand;
	color: #666666;
	height:14px;
	background-color:transparent;
}

.MainMenu_MenuItem
{
	font-family: Verdana;
	font-style: normal;
	text-decoration:none;
	cursor: hand;
	color: #333333;
	height: 14px;
	font-size: 10px;
}

.MainMenu_MenuIcon 
{
    cursor: pointer; 
    cursor: hand; 
    background-color: #FFFFFF; 
    width:16px;
	height:14px;
    text-align: center;
	display: none;
}

.MainMenu_MenuArrow 
{
    font-family: webdings; 
    font-size: 10px;
    cursor: pointer; 
    cursor: hand;
	display:none;     
}

.MainMenu_MenuItemSel
{
	background-color:transparent;
	font-family: Verdana;
	font-style: normal;
	text-decoration:none;
	height: 14px;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10px;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-right-color: #FFFFFF;
	border-right-style: none;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	border-left-color: #FFFFFF;
	border-left-style: none;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	border-bottom: #666666 1px solid; 
	border-left: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0); 
	cursor: hand;
	background-color: #999999;
}
