@charset "gb2312";
body {
	background-color: #000;
	padding: 0px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
A:visited {text-decoration: none; color: #ffffff}
A:hover {text-decoration: nonee; color: FF0000}
A:link {text-decoration: none; color:#ffffff}
A:active {text-decoration: none; color: #FF0000}
#logoflash {
	float: right;
	text-align: left;
	padding: 0px;
	height: 206px;
	width: 167px;
}

#userslogo {
	background-image: url(images/userlogo.gif);
	height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 400px;
	float: left;
}
#loginbox {
	background-image: url(images/Login_bg.jpg);
	height: 293px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
}
#useridbox input ,#passwordbox input{
	margin-left: 101px;
	height: 29px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	background-image: url(images/login_button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-bottom: 5px;
	width: 171px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#codebox {
	height: 30px;
	float: left;
	width: 100%;
	padding-top: 19px;
}
#codebox input {
	margin-left: 101px;
	height: 29px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	background-image: url(images/login_button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-bottom: 4px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #36F;
	font-weight: bold;
}
#codebox img {
	margin-top: 7px;
	margin-left: 18px;
}


#useridbox {
	height: 30px;
	padding-top: 43px;
}
#buttonbox {
	float: left;
	width: 100%;
	padding-top: 33px;
}
#buttonbox input {
	background-image: url(images/button_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	width: 172px;
	margin-left: 100px;
}

#passwordbox {
	height: 30px;
	padding-top: 16px;
	float: left;
	width: 100%;
}

td {
	border: 1px solid #CCCCCC;
	font-family: "宋体";
	font-size: 12px;
}
.caption {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.main-caption {
	font-family: "宋体";
	font-size: 18px;
	font-weight: bolder;
	color: #CCCCCC;
}
textarea {
	font-family: "宋体";
	font-size: 12px;
}
#loginmain {
	width: 574px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	background-image: url(images/Login_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 353px;
}
#maintitle {
	height: 80px;
	margin-top: 20px;
}
#maintitle h1 {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#maintitle h1 span {
	visibility: hidden;
}
#mainbox {
	background-color: #333;
	border: 1px solid #666;
	margin-left: 10px;
	padding: 15px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mainbox h1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
#mainbox dt {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainboxinput {
	height: 25px;
	background-image: url(images/login_button_bg.gif);
	border: 1px solid #FFF;
	font-size: 12px;
	color: #036;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainboxinputFile {
	height: 25px;
	background-image: url(images/login_button_bg.gif);
	border: 1px solid #FFF;
	font-size: 12px;
	color: #036;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainbox dl {
	margin-left: 50px;
	padding-top: 5px;
}
#usermorelist {
	background-color: #666;
	padding: 6px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#usermoreleft {
	float: left;
	background-image: url(images/Icon_usermore1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#usermoreright {
	float: right;
	width: 140px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	padding-left: 8px;
	padding-top: 2px;
}
#usermoreright img {
	height: 12px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 1px;
}

#usermoreleft span {
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
	padding-right: 20px;
	padding-left: 5px;
}
#usermoreleft .manok {
	font-size: 12px;
	font-weight: bold;
	color: #0F0;
	padding-right: 5px;
	padding-left: 5px;
}
#usermoreleft .manno {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	padding-right: 5px;
	padding-left: 5px;
}
#usermoreleft .time {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.h1member {
	background-image: url(images/usermanagement.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1memberlist {
	background-image: url(images/Icon_usermore.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}


.h1addmember {
	background-image: url(images/Icon_adminadd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}
.h1beiantitle {
	background-image: url(images/Inputsman.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1beianadd {
	background-image: url(images/Icon_beianman.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}
.h1beianlist {
	background-image: url(images/Icon_beianlist.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topaddbox {
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.msglinet1 {
	background-image: url(images/Icon_t01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 14px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-size: 12px;
	font-weight: bold;
	color: #FC0;
}
#msginfobox {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 170%;
}
#msgmessagebox {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 5px;
}
#msgmessagebox p {
	color: #CCC;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
	background-color: #666;
}
.h1msg {
	background-image: url(images/usermanagement.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1msgsuit {
	background-image: url(images/title_suit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1msgcone {
	height: 24px;
	font-family: "黑体";
	font-size: 26px;
	font-weight: normal;
	line-height: 24px;
	padding-top: 20px;
}
#pageleft {
	float: left;
}
#pageright {
	float: right;
}
#pagebox {
	background-color: #333;
	height: 40px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 10px;
}
.h1category {
	background-image: url(images/title_category.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1categoryadd {
	background-image: url(images/Icon_cateadd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}
#mainbox dt .add {
	margin-left: 70px;
	margin-top: 20px;
}
#catemorelist {
	background-color: #666;
	padding: 6px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#catemoreleft {
	float: left;
	background-image: url(images/Icon_catemore1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
}
#catermoreright {
	float: right;
	width: 100px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	padding-left: 8px;
	padding-top: 6px;
	margin-top: 5px;
}
.h1catemore {
	background-image: url(images/Icon_catemore.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}
.mainboxpxinput {
	height: 25px;
	background-image: url(images/pxinput_bg.gif);
	border: 1px solid #FFF;
	font-size: 12px;
	color: #F00;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	font-weight: bold;
}
.h1categoryson {
	background-image: url(images/title_cateson.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.mainboxinputlong {
	height: 25px;
	background-image: url(images/login_button_bg.gif);
	border: 1px solid #FFF;
	font-size: 12px;
	color: #036;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.catesonname  {
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
}
.catetime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.h1categoryedit {
	background-image: url(images/Icon_cateedit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}
.h1catetopedit {
	background-image: url(images/title_edit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1catetopeditson {
	background-image: url(images/title_edit2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1newspaperedit {
	background-image: url(images/title_edit3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.h1newspapereditmb {
	background-image: url(images/Icon_newspaper.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-left: 50px;
	height: 55px;
}
.chosecatebox {
	background-color: #FFF;
	background-image: url(images/login_button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px;
	border: 1px solid #FFF;
	width: 500px;
}
.h1newslist {
	background-image: url(images/title_newslist.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
#newsmorelist {
	background-color: #666;
	padding: 6px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#newsmoreleft {
	float: left;
	background-image: url(images/Icon_newspaper1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 2px;
}
#newsmoreright {
	float: right;
	width: 100px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	padding-left: 8px;
	padding-top: 2px;
	margin-top: 3px;
}
.h1newsmanage {
	background-image: url(images/title_newsmanage.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
#warryingbox {
	padding: 20px;
	width: 600px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	border: 1px dashed #666;
}
#warryingbox dt {
	padding-top: 30px;
	padding-bottom: 20px;
}
#warryingbox h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	background-image: url(images/Icon_warrying.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	text-align: left;
	padding-left: 60px;
	padding-top: 15px;
}
iframe {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.mangerbox {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #424242;
	border: 1px solid #666;
	text-align: left;
}
.mangertd1 {
	background-color: #333;
}
.mangertd2    {
	background-color: #383838;
}
.mangertb1 {
	padding: 8px;
	margin-bottom: 1px;
	background-color: #383838;
}

.mangertb1 span {
	color: #999;
	margin-left: 15px;
}
.mangertb1 input {
	margin-right: 5px;
	margin-left: 5px;
}
.mangerup {
	padding: 6px;
	width: 100px;
	height: 30px;
	margin-left: 240px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCC;
	color: #333;
}
#msgContent h1 {
	font-family: "黑体";
	font-size: 21px;
	margin-top: 30px;
	margin-bottom: 30px;
}