@charset "utf-8";
/* CSS Document */
/*common*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
html {
    color: #333;
    overflow-x: hidden;
    overflow-y: scroll;
}
body, button, input, select, textarea {
    font-family: arial,宋体,sans-serif;
    font-size: 12px;
}
ul, ol {
    list-style: none outside none;
}
a,a:hover {
    text-decoration: none;
	color:#333;
}
fieldset, img {
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea {
    resize: vertical;
}
label, button {
    cursor: pointer;
}
.error {
    color: #FF0000;
    font-size: 12px;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
button, input, select, textarea{
	border: 1px solid #bbbbbb;	
	border-radius: 3px;
    display: inline-block;
    line-height: 20px;
	*line-height:normal;
    padding: 2px 4px;
	*padding: 2px 4px;
}

label {
    display: block;
    margin-bottom: 5px;
	line-height:20px;
}
table tr td{ text-align:left; }
.btn {
  display: inline-block;
  padding: 4px 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  border-radius: 3px;
}
.btn_small {
  display: inline-block;
  padding: 2px 4px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  border-radius: 3px;
}
.fontsize14{
	font-size:14px;	
}
.width5{
	width:5%;	
}
.width10{
	width:10%;	
}
.width15{
	width:15%;	
}
.width20{
	width:20%;	
}
.width25{
	width:25%;	
}
.width30{
	width:30%;	
}
.width40{
	width:40%;	
}
.width512{
	width:512px;	
}
.width384{
	width:384px;	
}
.width256{
	width:256px;	
}
.width128{
	width:128px;	
}
.width64{
	width:64px;	
}
.width32{
	width:32px;	
}
.positiontop1{
	position:relative;
	top:-1px;	
}
.positionbottom1{
	position:relative;
	bottom:-1px;	
}
.textcenter{ text-align:center; }
.textleft{ text-align:left; }
.textright{ text-align:right; }



/*login*/
#login-box{border:5px solid #eee;background:url(../images/login-top.jpg) #fff top center no-repeat;width:570px;margin:150px auto 0 auto;padding:0 30px;}
.login-top{height:48px;line-height:48px;text-align:right;}
.login-top a{color:#666;}
.login-top a:hover{color:#333;text-decoration:underline;}
.login-main{background:url(../images/login-bg.jpg) top right no-repeat;height:160px;margin-top:10px;}
.login-main dl{width:300px;}
.login-main dl dt,.login-main dl dd{float:left;height:30px;line-height:30px;display:inline-block;margin-top:5px;}
.login-main dl dt{width:90px;text-align:right;font-size:14px;font-weight:bold;color:#333;padding-right:5px;}
.login-main dl dd{}.login-main dl dd input#vdcode{width:50px;margin-right:5px;}
.login-power{font:11px Tahoma,Helvetica,Arial,sans-serif;height:25px;line-height:25px;text-align:center;color:#999;margin-top:5px;}
.login-power strong{color:#669900;}
.login-power  a{margin:0 3px;color:#256EB1;}
.login-power  a:hover{text-decoration:underline;color:#1A4A77;}

/*top*/
.topMenu{ position:relative; bottom:-5px;}
table tr .style a{ display:inline-block; width:10px; height:10px; border:1px solid #ccc; }
table tr .style .cssSelected{ display:inline-block; width:10px; height:10px; border:1px solid #777; }
/*left*/
#sidebar #main_nav{
	margin: 5px 0 0 10px;
	width:170px;
	position:relative;
	right:-10px;
}

#sidebar #main_nav li {
	line-height:24px;
	text-align: right;
	margin-bottom:8px;
}
#sidebar #main_nav li a{
	font-size:13px;
	padding-right:16px;
	padding-left:16px;
}
#sidebar #main_nav li a.nav_top_item{
	background-color: #f5f5f5;
	border: 1px solid #bbbbbb;
	border-bottom-color: #a2a2a2;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
	display: block;
	height:28px;
	line-height:28px;
	margin-bottom:5px;
	padding:0 30px 0 0;
	font-weight: bold;
}
.left_close{
	position: absolute;
	bottom:8px;
	right:0px;
	width:170px;	
	height:30px;
	line-height:30px;
}
.left_close img{
	float:left;
	cursor:pointer;
}
.left_close a{
	display:inline-block;
	height:30px;
	line-height:30px;
	float:left;
	margin-left:24px;
	display:none;
}

/*main*/
.main_body{ margin:auto; padding:15px;}

.well {
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 0 #FFFFFF;
	margin-bottom:6px;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 6px;
  line-height: 20px;
  text-align:left;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
  border-top:none;
}
.table input{
	vertical-align:middle;
}
.table thead th {
  vertical-align: bottom;
}
.breadscrumb {
  padding:3px 9px;
  border-radius: 0px;
  background: #eee;
  border: 1px solid #AAA;
  margin-bottom: .5em;
}
.footer {
    color: #666666;
	font-weight:bold;
	text-align:center;
    line-height: 1.3em;
    margin-top: 4em;
    padding: 1em;
}
.btn-toolbar {
    margin-bottom: 10px;
    margin-top: 10px;
}
.padding20{
	padding:15px;
}
.tabs{
    border-bottom: 1px solid #BBB;
	margin-bottom:6px;
	height:30px;
}		
.tdnobordertop tr td{
	border-top:none;	
}

/*table hover*/
#table td.hover, tr.hover
{
	background-color: #eeeeee;
}
#table td.hovercell, th.hovercell
{
	background-color: #f5f5f5;
}

.inlineblock{
	display:inline-block;	
}
.categorytable tr td{ padding:4px; }

