@import url("global.css");
body {
	color: #636363;
	font-family: Verdana, '新宋体';
}
a {
	color: #636363;
	text-decoration: none
}
ul, li {
	display: block;
}
.fullscreen {
	width: 100%;
	height: 100%;
}
.logo {
	width: 160px;
	height: 68px;
	background: url(../images/admin_sc.png) no-repeat;
}
.admin_top {
	background: url(../images/admin_sc.png) 0 -80px repeat-x;
}
.admin_top div {
	margin-right: 12px;
	float: right;
	clear: both
}
.admin_top div.help {
	height: 30px;
	line-height: 30px;
	text-align: right
}
.admin_top div.tool {
	margin-top: 8px;
	overflow: hidden
}
.admin_top div.tool li {
	width: 100px;
	height: 30px;
	background: url(../images/admin_sc.png) 0 -420px repeat-x;
	float: left;
}
.admin_top div.tool li.l {
	background: url(../images/admin_sc.png) 0 -450px repeat-x
}
.admin_top div.tool li.r {
	background: url(../images/admin_sc.png) -60px -450px repeat-x
}
.admin_top div.tool li a {
	width: 100px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	display: block
}
.admin_top div.tool li a.this {
	color: #FFF;
	background: url(../images/admin_sc.png) 0 -480px repeat-x
}
.admin_left {
	background: url(../images/admin_l_sc.png) repeat-y;
}
.admin_left div li {
	height: 30px;
	line-height: 28px
}
.admin_left div li.title {
	height: 34px;
	line-height: 32px;
	padding-left: 36px;
	background: url(../images/admin_sc.png) 0 -520px no-repeat;
}
.admin_left div li.list {
	padding-left: 24px;
	background: url(../images/admin_sc.png) 0 -160px no-repeat
}
.admin_left div li a {
	color: #FFF;
	display: block
}
.mainPage {/* background:url(../images/admin_r_sc.png) repeat-y #F1F1F1; */}

.wrap {
	height: auto;
	padding: 10px 10px 0px 10px;
}
.crumbs {
	text-align: left;
	background: url(../images/admin_sc.png) 0 -300px no-repeat;
	padding-left: 25px;
}
.crumbs a {
	background: url(../images/admin_sc.png) -100px -300px no-repeat;
	padding-left: 15px;
}
.tip {
	line-height: 35px;
	background-color: #FFF1B9;
	height: 35px;
	margin-top: 10px;
	padding-left: 10px;
	border: 1px dashed #FFD200;
	text-align: left;
	margin-bottom: 20px;
}
/* 欢迎页 */
.infobox {
	width: 100%;
	border: 1px #ddd solid;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.infobox h3 {
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding: 0px 0px 0px 15px;
	color: #333;
	background-color: #fafafa;
	background: url(../images/admin_sc.png) 0 -380px repeat-x;
	font-weight: normal;
	text-shadow: 0 1px 0 #ddd;
}
.infobox .handle {
	width: 26px;
	height: 29px;
	float: right;
	background: url(../images/handle.gif) no-repeat;
}
.infobox .content {
	margin: 10px auto;
	width: 98%;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
.infobox a:link, .infobox a:visited {
	color: #0f9ac8;
}
.infobox a:hover, .infobox a:active, .infobox a:focus {
	color: #06C;
}
.infobox p {
	line-height: 230%;
	text-align: left;
	width: 100%;
}
table {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.table_style {
	table-layout: fixed;
}
.table_style td {
	padding: 5px;
	padding-left: 10px;
	line-height: 22px;
}
.table_style_odd {
	background-color: #fff;
}
.table_style_even {
	background-color: #f6f6f6;
}
.table_style_over {
	background-color: #e7eff5;
}
.form-table {
	width: 100%;
}
table thead th {
	font-weight: bold;
	background-color: #e7e7e7;
	background-image: url(../images/h3bg.gif);
	background-repeat: repeat-x;
	height: 27px;
	border-bottom: 1px solid #ddd;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right: #ddd 1px solid;
}
.form-table th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.list_table {
	margin: 0 0 36px;
	width: 100%;
	line-height: 200%;
	table-layout: fixed;
	border: 1px solid #ddd;
}
.content table {
	line-height: 200%;
}
.form-table td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.list_table td {
	padding: 6px;
	border-right: #ddd 1px solid;
}
.list_table th {
	padding: 5px 6px 2px 5px;
	text-align: left;
	text-shadow: 0 1px 0 #ddd;
	font-weight: normal
}
.list_table tbody td {
	border-bottom: 1px #e7e7e7 solid;
}
/* form */
textarea {
	padding: 0 5px;
	font-size: 12px;
	color: #333;
	border: 1px #d2d2d2 solid;
	background: url(../images/input_bg.png) repeat-x;
	line-height: 24px;
	overflow-x: auto;
	overflow-y: auto;
	background-color: #FFF !important;
}
select {
	padding: 2px;
	color: #333;
	border: 1px #d2d2d2 solid;
}
.regular-text {
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px #d2d2d2 solid;
	line-height: 28px;
	height: 28px;
	width: 240px;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFF;
}
.small-text {
	border: 1px #d2d2d2 solid;
	line-height: 24px;
	padding: 0 5px;
	height: 24px;
	background: url(../images/inputbg.gif);
	background-color: #FFF;
	width: 100px;
}
.regular-textarea {
	width: 98%;
	height: 120px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #FFF !important;
}
.regular-button {
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	background-image: url(../images/sub.gif);
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0px none #007fa1;
	background-color: #FFF;
	height: 27px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
	width: 70px;
}
.guide_info {
	margin-left: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 90%;
	clear: both;
}
.content_none {
	display: none;
}
.rights {
	float: left;
	width: 130px;
	list-style-type: none
}
.menu_fold {
	cursor: w-resize;
	height: 25px;
	line-height: 15px;
	overflow: hidden;
	background: #f5f5f5 url(../images/arrow.gif) no-repeat 19px 1px;
}
.menu_unfold {
	cursor: w-resize;
	height: 25px;
	line-height: 15px;
	overflow: hidden;
	background: #E7E7E7 url(../images/arrow.gif) no-repeat -125px -27px;
}
.menu_box {
	background: url(../images/line.gif) repeat-y 26px 0px;
}
.scrollup {
	background: url(../images/scrollup.gif) no-repeat 0px 5px;
	float: right;
	width: 15px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.scrolldown {
	background: url(../images/scrolldown.gif) no-repeat 0px 5px;
	float: right;
	width: 15px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.menu_scroll_bar {
	visibility: hidden;
	padding: 0 20px 0 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.album_photo_box {
	float: left;
	padding-left: 12px;
	margin: 10px 3px
}
.album_photo_box a {
	display: block;
	padding: 3px;
	_padding: 3px 3px 0 3px;
	border: 1px #efefef solid
}
.album_photo_box a:hover {
	background-color: #f8f8f8;
	border: 1px #dedfde solid
}
/* page */
.page {
	height: 30px;
	text-align: left;
}
.pages {
	line-height: 21px;
	background-image: url(../images/pag_bg.gif);
	text-align: center;
	display: block;
	height: 21px;
	width: 30px;
	float: left;
	margin-left: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: #d9d8d8 1px solid;
	text-shadow: 0 1px 0 #fff;
}
.nextPage {
	line-height: 21px;
	background-image: url(../images/pag_bg.gif);
	text-align: center;
	display: block;
	height: 21px;
	width: 50px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: #d9d8d8 1px solid;
	text-shadow: 0 1px 0 #fff;
}
.lastPage {
	line-height: 21px;
	background-image: url(../images/pag_bg.gif);
	text-align: center;
	display: block;
	height: 21px;
	width: 50px;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: #d9d8d8 1px solid;
	text-shadow: 0 1px 0 #fff;
}
.firstPage {
	line-height: 21px;
	background-image: url(../images/pag_bg.gif);
	text-align: center;
	display: block;
	height: 21px;
	width: 50px;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: #d9d8d8 1px solid;
	text-shadow: 0 1px 0 #fff;
}
.prePage {
	line-height: 21px;
	background-image: url(../images/pag_bg.gif);
	text-align: center;
	display: block;
	height: 21px;
	width: 50px;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: #d9d8d8 1px solid;
	text-shadow: 0 1px 0 #fff;
}
.pagecurrent {
	line-height: 21px;
	background-image: url(../images/pag_bg.gif);
	text-align: center;
	display: block;
	height: 21px;
	width: 50px;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: #d9d8d8 1px solid;
	text-shadow: 0 1px 0 #fff;
}
.current {
	background-color: #eee;
	line-height: 21px;
	background-image: url(../images/pag_gl.gif);
	text-align: center;
	display: block;
	height: 21px;
	width: 30px;
	color: #FFF;
	float: left;
	margin-left: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: #2a65a0 1px solid;
	text-shadow: 0 -1px 0 #333;
}
.toptool {
	float: right;
	height: 49px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 49px;
	font-weight: bold;
	color: #FFF;
}
.toptool a {
	color: #FFF;
	margin-left: 3px;
	padding-right: 3px;
}
.toptool a:hover {
	color: #FF0
}
.tip {
	line-height: 35px;
	background-color: #FFF1B9;
	height: 35px;
	margin-top: 10px;
	padding-left: 10px;
	border: 1px dashed #FFD200;
	text-align: left;
	margin-bottom: 20px;
}
.tab_menu {
	margin-top: 15px;
}
.tab_menuul {
	width: 100%;
	height: 31px;
	position: relative;
	z-index: 1000;
}
.tab_menuul li {
	float: left;
	margin-left: 10px;
}
.tab_menuul li a {
	color: #069;
	width: 100px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	height: 30px;
	display: block
}
.tab_menu .infobox {
	padding-top: 20px;
	padding-bottom: 20px;
}
.selected {
	border-bottom: 1px #fff solid !important;
	font-weight: bold
}
.submit_body {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.admin_main_function {
	padding-top: 10px;
	padding-bottom: 10px;
}
.admin_main_function a {
	float: left;
	color: #FFF;
	border: 1px solid #069;
	background-image: url(../images/anbg.gif);
	height: 27px;
	line-height: 27px;
	display: block;
	padding-left: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding-right: 15px;
	margin-right: 10px;
}
.admin_main_function a:hover {
	color: #FF0
}
/*插入flv*/
.function {
	width: 100%;
	display: none;
}
.function_body {
	width: 100%;
	margin-top: 10px;
}
.function_body div {
}
.function_body_l {
	margin: 0;
	padding: 0;
	float: left;
	width: 70px;
}
.function_body_r {
	margin: 0;
	padding: 0;
	float: left
}
.function_body input {
	margin: 0;
	padding: 0;
	line-height: 22px;
	height: 22px;
	border: 1px #ccc solid;
	margin-top: 5px;
}
.function_sub {
	margin-top: 15px;
	margin-bottom: 5px;
}
.function_sub a {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 25px;
	width: 50px;
	border-radius: 5px;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
	background-image: url(../images/anbg.gif);
	background-repeat: repeat-x;
}
.charu {
	margin-right: 10px;
}
/*缩略图选择*/
.thumbnail_list li {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	width: 110px;
	height: 80px;
}
.admin_main_tool {
	padding-bottom: 5px;
}
.admin_main_function {
	float: left;
}
h2 {
	font-size: 14px;
	float: left;
	line-height: 26px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.admin_main_list {
	width: 100%;
}
.admin_main_search {
	margin-top: 10px;
	float: right;
}
.nature_t {
	color: #06F !important;
}
.nature_f {
	color: #CCC !important
}
.source {
	border: 1px #ddd solid;
	padding: 10px;
	margin: 10px;
}
.source input {
	margin-top: 10px;
}
.source legend {
	font-size: 12px;
	font-weight: bold
}
.class_content {
	overflow: scroll;
	overflow-x: hidden;
}
.class_content ul {
	width: 185px;
	overflow: hidden
}
.class_content li {
	line-height: 22px;
}
.list_ico a {
	background-image: url(../images/list.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 35px !important;
}
.list_url a {
	background-image: url(../images/url.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 35px !important;
}
.page_ico a {
	background-image: url(../images/page.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 35px !important;
}
.list_type {
	background-image: url(../images/list.gif) !important;
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 35px !important;
	border-bottom: 1px #eee solid;
	height: 30px;
	line-height: 30px;
}
.class_type {
	background-image: url(../images/class.gif) !important;
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 35px !important;
	border-bottom: 1px #eee solid;
	height: 30px;
	line-height: 30px;
}
.list_auth {
	background-image: url(../images/auth.gif) !important;
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 35px !important;
	border-bottom: 1px #eee solid;
	height: 30px;
	line-height: 30px;
}
.admin_bottom {
	background: url(../images/admin_sc.png) 0 -340px repeat-x #F1F1F1;
	text-align: center
}
/*公共样式*/
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt24 {
	margin-top: 24px;
}
/*提示信息*/
.showMsg a {
	color: #999;
	text-decoration: none
}
.msgBox {
	margin: 80px auto 0;
	border-collapse: collapse;
	border: 1px #DDD solid;
	width: 260px
}
.msgBox td {
	border: 1px solid #DDD;
}
.msgBox td.t {
	height: 24px;
	color: #F60;
	text-align: center;
	background: url(../images/msg_bg.gif);
}
.msgBox td.box {
	padding: 24px 0;
	line-height: 24px;
	text-align: center;
	color: #666;
}
.parameter {width:520px; overflow:hidden}
.parameter li{width:33%; float:left;}
.imageView {float:left; margin:10px}