﻿/* ASP.NET Menu Settings */

.MenuStyle
{
	background-color: #1B1464;
	font-family: Verdana;		
	font-weight: 700;
	font-size: x-small;
}

.AdjustedZIndex {

    z-index: 1;

}

.TopLevelMenuItemStyle
{
	width: 139px;
	background-image: url(menu/menu_li.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
	line-height: 36px;
	overflow:hidden;
	text-align: center;	
	color:	#FFFFFF;	
	font-family: Verdana;		
	font-weight: 700;
	font-size: x-small;
}

.TopLevelMenuItemStyle a
{
	width: 139px;	
	height: 36px;		
	display: block;
	background-image: none !important;
}


.TopLevelMenuItemStyleHover
{
	width: 139px;	
	color: #1B1464;	
	
	background-repeat: no-repeat;
	background-position: bottom;
	height: 36px;
	overflow:hidden;	
	text-align:center;	
	
	font-family: Verdana;		
	font-weight: 700;
	font-size: x-small;	
	
}

.SecondLevelMenuItemStyle
{
	width: 134px;		
	color: #1B1464;	
	background-color: #EFEFF5;
	height: 27px;
	display: block;
	line-height: 27px;
	overflow:hidden;
	text-align:center;	
	font-weight: bold;	
	border-bottom: dotted 1px #1B1464;
	border-left: solid 1px black;
	border-right: solid 1px black;			
	font-family: Verdana;		
	font-weight: 700;
	font-size: x-small;
}


.SecondLevelMenuItemStyleHover
{
	width: 134px;	
	color: #1B1464;	
	background-color: #CBCBD0;
	height: 27px;
	overflow:hidden;
	text-align:center;		
	border-bottom: dotted 1px #1B1464;
	border-left: solid 1px black;
	border-right: solid 1px black;
	font-family: Verdana;		
	font-weight: 700;
	font-size: x-small;
}

/* End ASP.NET Menu Settings */



/*header of page*/
.header{
	height:178px;
	background-image:url(image/bg_header_ori.gif);
	background-repeat:repeat-x;
	cursor:default;
}

.head_left{
	background-image:url(image/leftop_logo_ori.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-position:left top;
	height:69px;
	width:713px;
	float: left;
}
.head_rite{
	height:69px;
	background-repeat:no-repeat;
	background-position:right;
	background-position:right top;
	float: none;
	background-image: url(image/rite_top_ori.gif);
}

.logo{
	margin-left:15px;
	margin-top:7px;
	margin-bottom:7px;
	float:left;
	max-height:55px;
	}

.head_down{
	height:86px;
}

.head_down_title{
	height:40px;
	width:25%;
	margin-top:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px; color:#FFFFFF;
	margin-left:20px;
	
}

.head_login
{
    color:#FFFFFF;
    font-weight:bold;
}

.head_breadcrumb
{
    margin-left:12px;
    margin-top:8px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    color:black;
}

.head_btns{
	margin-left:12px;
}

.btn{
	background-image:url(image/btn_bg.gif);
	width: 140px;	
	height:20px;
	float:left;
	text-align:center;
	text-shadow:#999999;
	color:#FFFFFF;
	font-size:12px;
	font-stretch:extra-expanded;
	font-weight:bold;
	padding-top:15px;
	cursor:pointer;
}

/* user infor , my acount, log out etc*/
.account{
text-align:right;
float:right;
margin-right:0px;
color:#FFFFFF;
}

/* End Header styles */

