@charset "utf-8";
/* CSS Document */

body, h1, h2 ,h3, h4, h5, h6, div, ul, li, p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}


#Header_box{
	width:100%;
	height:55px;
	background:url(../Image/bb3.jpg);
    margin-left:auto;
	margin-right:auto;
	border:2px solid #333;
}

#Header {
	width:960px;
	height:auto;
	margin:auto;	
}

#Header img {
	padding-top:10px;
}

.login_display_box {
	margin: 3px 0px 0 0; 
	float: right;
}

.login_display_box ul {
	list-style-type:none;	
}

/*.login_display_box li a {
	display:block;
	height:auto;
	width:80px;
	font-size:0.8em;
	line-height:18px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	margin:7px 0 7px 7px;

	
	border:1px solid #000;
	
	
	background:#999;
	background:-moz-linear-gradient(top, #999, #666); 
	background:-webkit-gradient(linear, left top, left bottom, from(#999), to(#666)); 
}*/

/*Border Radius	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border:5px;*/

/*.login_display_box li a:hover {
	background:#666;
	background:-moz-linear-gradient(top,  #666, #333); 
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
}*/

/*.login_display_box li a.current, #divNav ul li a.current.hover {
	background:#666;
	background:-moz-linear-gradient(top,  #666, #333); 
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	color:#4A7EBB;
	cursor:default;
}*/


.login_display_box li a  {
	
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	margin-left:10px;
	padding:3px 8px 3px 8px; 
	font-weight:bold;
	
	text-align: center;  
	border: solid #000000 1px;
}

.login_display_box li a:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}