html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f5fcff;
}
a {
	text-decoration:none;
	color:#333;
}
a:visited {
	text-decoration:none;
	color:#333; 
}
a:hover {
	text-decoration:underline;
	color:#e5630d;
}
a:active {
	text-decoration:none;
	color:#333;
}
ul, li {
	list-style-type:none;
	list-style:none;
}
img {
	border:0 none;
	display:block;
}
input { border:1px solid #AAA;}
textarea  { border:1px solid #AAA; }

.clearfix:after {
    visibility:hidden;
    display:block;
    content:".";
    clear:both;
    height:0;
}
.fl { float:left;}
.fr { float:right;}

.tal { text-align:left;}
.tar { text-align:right;}

.clearfix { 
	display:inline-block; 
}
* html .clearfix { 
	height:1%; 
}
.clearfix { 
	display:block;
}
#login {
	margin:0 auto;
	width:800px;
	height:600px;
	background-image:url(../images/login_bg.png);
}
#login .logo {
	top:110px;
	left:220px;
	position:relative;
	width:189px;
	height:75px;
	background:url(../images/login_logo.png) no-repeat 0 0;
}
#login .con {
	top:135px;
	left:280px;
	position:relative;
	width:330px;
}
#login .loginTable th {
	width:25%;
	padding-right:20px;
	text-align:right;
	font-weight:normal;
}
#login .loginTable td {
	padding:5px 0;
}
#login .loginTable input {
	padding:4px;
	width:150px;
}
#login .loginTable input.btn {
	width:80px;
	height:30px;
	border:0 none;
	background-image:url(../images/login_btn.gif);
}
#header {
	border-top:3px solid #3ca1d6;
	width:100%;
	height:80px;
	background:url(../images/header_bg.gif) repeat-x 0 0;
}
#header .left {
	float:left;
	width:160px;
	background:url(../images/header_top.gif) left top no-repeat;
}
#header .left .logo {
	width:160px;
	height:43px;
}
#header .left .menu,
#header .left .menu a {
	height:36px;
	line-height:35px; 
	text-align:center; 
	color:#067098;
	text-decoration:none;
}
#header .right {
	float:left;
}
#header .right .nav {
	margin-top:10px;
	height:35px;
}
#header .right .nav li {
	float:left; 
	height:35px; 
	width:65px; 
	text-align:center;
	line-height:35px; 
}
#header .right .nav li a {
	background:url(../images/header_nav_main_bg.png) no-repeat left top; 
	width:65px; 
	height:35px; 
	display:block;
	color:#fff; 
	text-decoration:none; 
	letter-spacing:2px; 
}
#header .right .nav li a:hover {
	background:url(../images/header_nav_main_bg.png) no-repeat left -35px;
}
#header .right .nav .home {
	width:60px;
}
#header .right .nav .home a {
	width:60px; 
	height:35px; 
	display:block; 
	background:url(../images/header_nav_home_bg.png) no-repeat left top;
}
#header .right .nav .home a:hover {
	background:url(../images/header_nav_home_bg.png) no-repeat left -35px;
}
#header .right .nav .more {
	width:60px;
}
#header .right .nav .more a {
	width:60px; 
	height:35px; 
	display:block; 
	background:url(../images/header_nav_more_bg.jpg) no-repeat left top; 
	letter-spacing:normal; 
	color:#fff; 
	font-weight:normal;
}
#header .right .nav .more a:hover {
	background:url(../images/header_nav_more_bg.jpg) no-repeat left -35px; 
	letter-spacing:normal; 
	color:#fff; 
	font-weight:normal;
}
#header .right .info li {
	height:35px;
	float:left; 
	margin-right:6px; 
	padding-left:18px; 
	background:url(../images/header_line.png) .3em .7em no-repeat;
	line-height:30px;
}
#header .right .info li a {
	color:#067098;
	text-decoration:none;
	cursor:pointer;
}
#header .right .info li.home {
	background:none; 
	padding-left:16px;
}
#main {
	margin:12px;
}
#main h1 {
	height:30px;
	margin-bottom:4px;
	padding:0 10px 0 10px;
	border-top:1px solid #b8d3e1;
	background:#fff url(../images/default_h1.png) center bottom repeat-x;
	color:#067098;
	font-size:12px;
	line-height:30px;
}
#main .link {
	padding-top:16px;
}
#main .link ul {
	margin-left:0px;
	display:inline;
}
#main .link ul li {
	float:left;
	text-align:center;
	width:70px; 
	padding-left:30px;
	height:74px;
	margin-left:6px;
}
#main .link ul li a {
	line-height:25px;
	text-decoration:none;
	display:block;
	width:69px;
	height:70px;
	overflow:hidden;
	cursor:pointer;
}
#main .link ul li a:hover {
	background:url(../images/default_navh.gif) no-repeat !important;
	display:block;
	width:69px;
	height:70px; 
	color:#000;
}
#main .link ul li img {
	display:block;
	margin:5px auto 0 auto;
}
#main_bottom {
	text-align:center;
	height:30px;
	line-height:30px;
	border-top:1px solid #b8d3e1;
}
#main_bottom span.sys,
#main_bottom span.sys a {
	color:#067098; 
	font-weight:600;
}
#main_bottom span.sys a:hover {
	color:#ff9900; 
	text-decoration:none;
}
#main_bottom span.site {
	color:#ff9900;
	font-weight:600;
}
#left_bg {
	width:160px;
	background:#fff url(../images/left_main_bg.gif) right top repeat-y; 
}
#left {
	margin:3px 0 12px 12px;
}
#left h1 {
	float:left;
	font-size:12px;
	height:30px; 
	line-height:32px; 
	padding:0 10px 0 10px; 
	border-bottom:3px solid #91c900; 
	color:#376585;
}
#left .h1_bg {
	clear:both; 
	margin-right:12px; 
	border-top:1px solid #91c900; 
	height:10px;
}
#left ul {
	padding-bottom:10px; 
}
#left ul li {
	height:24px; 
	line-height:24px;
}
#left a {
	display:block; 
	background:url(../images/left_icon.gif) 18px 8px no-repeat; 
	padding-left:34px; 
	color:#555;
}
#left a:hover {
	background:url(../images/left_hover.gif) 6px top no-repeat;
	text-decoration:none;
}
/*=========================================公共样式=========================================*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.red, 
.red a {
	color:#f00;
}
.btn_add {
	padding:5px 10px;
	background:#ff9900;
	border:0 none;
	color:#fff;
	cursor:pointer;
	margin-right:5px;
}
a:hover.btn_add {
	color:#fff;
}
.btn_all 
{
	margin-right:6px;
	padding:5px 10px;
	border:0 none;
	background:#067098;
	color:#fff;
	cursor:pointer;
}
.input_keyword {
	height:20px;
	width:200px;
	margin-right:6px;
}
.input_order {
	width:30px;
	text-align:center;
}

.input_50 {
	padding:4px;
	width:50px;
}
.input_100 {
	padding:4px;
	width:100px;
}
.input_150 {
	padding:4px;
	width:150px;
}
.input_200 {
	padding:4px;
	width:200px;
}
.input_300 {
	padding:4px;
	width:300px;
}
.input_400 {
	padding:4px;
	width:400px;
}
.input_420 {
	padding:4px;
	width:420px;
}
.textarea_450 {
	padding:4px;
	height:80px;
	width:450px;
}
.textarea_per100 {
	padding:4px;
	width:99%;
}
.setting {
	text-align:left;
}
.setting th {
	padding:5px 0; 
	text-align:left;
	letter-spacing:2px;
	text-indent:2px;
}
.setting td {
	padding-bottom:10px;
}
.pages th {
	padding:9px 0;
	background:#f6f6f6;
	text-align:center;
	letter-spacing:2px;
	border-bottom:1px solid #c6cbcf;
	border-top:1px solid #c6cbcf;
}
.pages tr {
	text-align:center;
}
.pages td {
	padding:5px;
	border-bottom:1px solid #c6cbcf;
}
.pages tr:hover {
	background-color:#b8d3e1;
}
.pages img {
	text-align:center;
	margin:0 auto;
}
.pages_info {
	padding:5px 0;
}
.pages_search {
	margin-bottom:5px;
	height:45px;
}
.pages_edit {
	height:30px; 
	padding-left:10px; 
	line-height:31px;
	border-bottom:1px solid #ccc; 
	background:#f6f6f6;
}
.pages_paging {
	padding-top:10px;
	padding-right:10px;
	text-align:right
}
.pages_paging a.pre {
	padding:5px;
	margin-left:6px;
	background:#ccc;
	text-decoration:none;
}
.pages_paging a.num {
	padding:5px 7px;
	margin-left:6px;
	background:#ccc;
	text-decoration:none;
}
.pages_paging a.pre:hover,
.pages_paging a.num:hover {
	background:#067098;
	color:#fff;
}
.over {
	padding:5px 7px;
	margin-left:6px;
	text-decoration:none;
	background:#067098;
	color:#fff;
}
.creatpages {
}
.creatpages ul {
	width:600px;
}
.creatpages li 
{
	float:left;
	width:150px;
}
.creatpages ul ul {
	margin: 5px 0 ; padding:0;
}
.creatpages li.index {
	margin-top:15px;
	float:none;
	font-weight:bold;
    color:Blue;
}
.creatpages ul ul li {
	color:#333;
	font-weight:normal;
	margin-top:0;
}

.pages tr.tit 
{
	background-color:#f7f7f7;
	font-size:14px;
}

.zaixian{ padding:30px;}
.sdcms_notice{height:20px; line-height:30px;margin:20px 20px 0 20px;}
.sdcms_notice span,.sdcms_notice a{ margin-right:10px;}
#sdcms_sub_title{ clear:both; border-bottom:4px solid #42799a; height:20px;margin:0 20px 0 20px;}
#sdcms_sub_title li{width:60px; height:20px; line-height:20px; float:left; display:block;}
#sdcms_right_b{margin:10px 20px 0 20px;}

.tbList { }
.tbList tr{ height:21px; }
.tbList tr.tbTitle { height:50px; background-color:#f3f3f3; }
.tbList tr .tdLine{ overflow:hidden; height:5px; }
.tbList td { padding:1px 5px; }
.tbList td.tbHeader{ padding:5px 10px 5px 0; text-align:right; }
.tbList td.tbTit{ padding:5px 0 5px 20px; font-size:14px; color:#067098; border-bottom:1px solid #EEE; font-weight:bold; }