@CHARSET "UTF-8";
body,h1,h2,h3,p,form,ul,ol,li,dl,dt,dd{
 margin: 0;
 padding: 0;
}
ul,ol{
	list-style-type: none;
}
body{
	background: #fff;
	background: url(../picture/bg.jpg);
	font-size: 12px;
}
#page{
	margin: 0 auto;
	text-align: center;
}
#page span.disable{
	border:1px solid #ccc;
	display: inline-block;
	background: #ddd;
	margin: 0 2px; 0 0;
	width: 40px;
	height: 20px;
	line-height: 20px;
}
#page a{
	border:1px solid #ccc;
    background: #3b6ea5;
	display: inline-block;
	margin: 0 auto;
	width: 40px;
	height: 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
#page a.disable{
	border:1px solid #ccc;
	display: inline-block;
	background: #ddd;
	margin: 0 auto;
	width: 40px;
	height: 20px;
	line-height: 20px;
}
#page a:hover{
	color:white;
	text-decoration: underline;
}
#top{
	background:url(../images/admin_top_bg.gif);
}
#top h1{
	width: 150px;
	height: 80px;
	font-size: 12px;
	background: url(../images/logosmall.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
}
#top ul{
	float: left;
	padding: 47px 0 0 10px;
}
#top ul li {
	float: left;
	padding:  0 0 0 5px;
}
#top ul li a{
	display: block;
	width: 58px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(../images/li_bg.png) no-repeat left bottom;
	color: #fff;
	text-decoration: none;
}
#top ul li a.selected{
	background-position: right bottom;
	color: #3b6ea5;
}
#top p{
	float: right;
	padding: 33px 20px 0 0;
    color: #fff;
}
#top p a{
	color: #fff;
	text-decoration: none;
}
#top p a:hover{
	text-decoration: underline;
}
#sidebar{
	background: #f7fbfc url(../images/sidebar_right.png) repeat-y right;
}
#sidebar dl{
	padding: 20px 0 0 10px;
	text-indent: 2px;
}
#sidebar dl dt{
	font-size: 14px;
	font-weight: bold;
	color: #3b6ea5;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 5px 0;
}
#sidebar dl dd{
	height: 22px;
	line-height: 22px;
}
#sidebar dl dd a{
	text-decoration: none;
	color: #333;
}
#sidebar dl dd a:hover{
	text-decoration: underline;
}
#main{
	background: #fff;
}
#main div.map{
	padding: 30px;
	color: #333;
}
#main div.map strong{
	color: #06f;
}
#main table{
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#main table table{
	text-align: left;
	width: 100%;
}
#main table.cke_dialog{
	width: auto;
	border-color: none;
}
#main table.left{
	text-align: left;
}
#main table tr{
   background: #fff;
}
#main table tr:hover{
 background: #ffffcc;
}
#main table tr.ckeditor{
	background: #fff;
}
#main table tr.ckeditor tr{
	background: #fff;
}
#main table.cke_dialog tr{
	background: none;
}
#main table th,#main table td{
	height: 33px;
	line-height: 33px;
	color: #333;
}
#main table th{
	background: #eef3f7;
	border-bottom: 1px solid #d5dfe8;
	font-weight: normal;
	font-size: 14px;
	color: #06f;
}
#main table td{
	border-bottom: 1px solid #eee;
}
#main table td img{
	margin: 0 0 0 70px;
	cursor: pointer;
}
#main table.content td{
	text-align: left;
}
#main table.content td input.text{
	width: 440px;
}
#main table td input.text{
	width: 220px;
	height: 19px;
	line-height: 19px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#main table td select{
	width: 100px;
	height: 19px;
	background: #fff;
}
#main table.content td select{
	width:150px;
}
#main table td input.submit{
	cursor: pointer;
	margin: 0 0 0 60px;
}
#main table td a{
	color: #60f;
	text-decoration: none;
}
#main table td a:hover{
	text-decoration: underline;
}
#main table td textarea{
	margin: 0 0 0 10px;
}
#main table.content td span{
	vertical-align: 38px;
}
#main table.content td textarea{
	width: 440px;
	margin: 0;
	height: 80px;
	overflow: auto;
}
#main p{
	text-align: center;
	padding: 20px;
}
#main p a {
	color: #60f;
	text-decoration: none;
}
#main p a:hover{
	text-decoration: underline;
}
#main ol{
	padding: 0 0 0 26px;
	height: 30px;
}
#main ol li{
	float: left;
	padding: 0 10px 0 0;
}
#main ol li a{
   display: block;
   padding: 6px;
   text-decoration: none;
}
#main ol li a:hover{
	background: #eee;
}
#main ol li a.selected{
	background: #3b6ea5;
	color: #fff;
}
#admin_login{
	width: 350px;
	margin: 100px auto;
	color: grey;
	font-size: 14px;
}
#admin_login fieldset{
	padding: 20px;
	background: #fff;
}

#admin_login label{
	display: block;
	margin: 5px;
}
#admin_login label.t{
	text-indent: 56px;
	color: #ccc;
}
#admin_login label input.text{
	width: 220px;
	height: 25px;
	line-height: 27px;
	border:1px solid #666;
	background: #eee;
}
#admin_login input.submit{
	margin: 0 0 0 60px;
	width: 220px;
	height: 35px;
	font-weight: bold;
	color: #fff;
	background:#4f94cd;
    border:0;
    cursor: pointer;
}
#admin_login label img{
	margin: 0 0 0 56px;
	cursor: pointer;
}

