﻿/* body */
div#container div.wsla_system {
	background-color:#FFF;
}
div,ul,li,a {
	/*color:#575757;*/
}
th,td {
	border-style:none;
}
.btn a {
	color:#669933;
	text-align: center;
	cursor: pointer;
	padding: 1px 5px;
	margin:0 5px;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #CCC;
	background: white;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0); /* IE7+ */
}
.btn a:hover {
	border: 1px solid #CCC;
	background: #EEE;
	background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%,rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'e5e5e5,endColorstr='#ffffff',GradientType=0); /* IE7+ */
}
.btn_big a {
	font-size:14px;
	font-weight:700;
	text-align: center;
	cursor: pointer;
	padding: 8px 20px;
	margin:0 5px;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: white;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0); /* IE7+ */
}
.btn_big a:hover {
	background: #EEE;
	background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%,rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'e5e5e5,endColorstr='#ffffff',GradientType=0); /* IE7+ */
	border: 1px solid #CCC;
}
.register_btn {
	font-size:14px;
	font-weight:700;
	text-align: center;
	cursor: pointer;
	padding: 8px 20px;
	margin:0 5px;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: white;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0); /* IE7+ */
}
.btn_1 {
	text-align:center;
}
.btn_1 a {
	line-height:32px;
	color:#FF6633;
	text-align: center;
	cursor: pointer;
	padding: 3px 12px;
	margin:0 5px;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #CCC;
	background: white;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0); /* IE7+ */
}
.btn_1 a:hover {
	border: 1px solid #CCC;
	background: #EEE;
	background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%,rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'e5e5e5,endColorstr='#ffffff',GradientType=0); /* IE7+ */
	text-decoration: none;
}
/* header */
div.wsla_system div.wsla_header {
	height:210px;
	margin:0 20px;
}
div.wsla_system div.wsla_header div.wsla_title {
	background-image: url(/share/case/images/wsla_system_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100%;
	display:block;
}
div.wsla_system div.wsla_header div.wsla_nav { 
	height:50px;
	display:block;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
div.wsla_system div.wsla_header div.wsla_nav ul {
	width:450px;
	margin:0 auto;
	text-align:center;
	height:50px;
}
div.wsla_system div.wsla_header div.wsla_nav ul li {
	float:left;
	line-height:50px;
}
div.wsla_system div.wsla_header div.wsla_nav ul li a {
	font-size: 14px;
	font-weight:700;
	text-align: center;
	cursor: pointer;
	padding: 8px 10px;
	margin:0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: white;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,rgba(229, 229, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
}
div.wsla_system div.wsla_header div.wsla_nav ul li a:hover {
	color:#000;
	background: white;
	text-decoration:none;
}


div.wsla_system div.wsla_body {
	margin:0 40px;
}

/* table_a */
div.wsla_system div.wsla_body div.table_a {
	margin-bottom:10px;
}
div.wsla_system div.wsla_body div.table_a div.tit {
	height: 30px;
	line-height: 30px;
	border: 1px solid #EECF7C;
	background-color: #FFFCF0;
}
div.wsla_system div.wsla_body div.table_a div.tit h2 {
	color: #FF6600;
	font-size:14px;
	font-weight:700;
	margin-left:10px;
}
div.wsla_system div.wsla_body div.table_a div.list {
	background-color: #FFFCF0;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #EECF7C;
	padding:20px;
}
div.wsla_system div.wsla_body div.table_a div.list table {
	background-color: #FFF;
	border: 1px solid #DFDFDF;
	bordercolorlight:#FFF;
}
div.wsla_system div.wsla_body div.table_a div.list table tr th {
	font-weight:700;
	line-height:25px;
	height:25px;
	padding-left:10px;
	background-color: #F4F4F4;
	border:1px solid #DFDFDF;
}
div.wsla_system div.wsla_body div.table_a div.list table tr td {
	height:23px;
	line-height:23px;
	padding:5px;
	background-color:#FFF;
	border:1px solid #DFDFDF;
}

/* table_b */
div.wsla_system div.wsla_body div.table_b {
	margin-bottom:10px;
}
div.wsla_system div.wsla_body div.table_b div.tit {
	height: 33px;
	line-height: 33px;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #DEDEDE #DEDEDE #ED9119 #DEDEDE;
	
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
div.wsla_system div.wsla_body div.table_b div.tit div {
	float: left;
}
div.wsla_system div.wsla_body div.table_b div.tit h2 {
	font-size:16px;
	font-weight:700;
	margin-left:10px;
	width:120px;
	background-color:#FFF;
	text-align:center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 99%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 99%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-width: 3px;
	border-style: solid solid none solid;
	border-color: #ED9119;
}
div.wsla_system div.wsla_body div.table_b div.list {
	padding:20px;
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: none solid solid solid;
}
div.wsla_system div.wsla_body div.table_b div.list div.add {
	margin:10px 0;
}
div.wsla_system div.wsla_body div.table_b div.list div.add div.box_a {
	line-height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:10px;
}
div.wsla_system div.wsla_body div.table_b div.list div.add div.box_b {
	line-height: 40px;
	background-color: #FFFCF0;
	border: 1px solid #EFD182;
}
div.wsla_system div.wsla_body div.table_b div.list table {
	width:863px;
	background-color: #FFF;
	border: 1px solid #DFDFDF;
}
div.wsla_system div.wsla_body div.table_b div.list table tr th {
	text-align:center;
	font-weight:700;
	line-height:25px;
	height:25px;
	background-color:#F4F4F4;
	border:1px solid #DFDFDF;
}
div.wsla_system div.wsla_body div.table_b div.list table tr td {
	height:23px;
	line-height:23px;
	padding:5px;
	border: 1px solid #DFDFDF;
}

/* table_c */
div.wsla_system div.wsla_body div.table_c {
	margin-bottom:10px;
	border: 3px solid #E0E0E0;
}
div.wsla_system div.wsla_body div.table_c div.tit {
	height: 67px;
	line-height: 67px;
	border: 1px solid #DEDEDE;
	background-color: #F4F4F4;
}
div.wsla_system div.wsla_body div.table_c div.tit div {
	float: left;
}
div.wsla_system div.wsla_body div.table_c div.tit div.title {
	margin-left:-16px;
	background-image: url(/share/case/images/wsla_add_tit.gif);
	background-repeat: no-repeat;
}
div.wsla_system div.wsla_body div.table_c div.tit h2 {
	font-size:16px;
	font-weight:700;
	margin-left:20px;
	color:#FFF;
}
div.wsla_system div.wsla_body div.table_c div.list {
	padding:20px;
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: none solid solid solid;
}
div.wsla_system div.wsla_body div.table_c div.list div.add {
	margin:10px 0;
}
div.wsla_system div.wsla_body div.table_c div.list div.add div.box_a {
	line-height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:10px;
}
div.wsla_system div.wsla_body div.table_c div.list div.add div.box_b {
	line-height: 40px;
	background-color: #FFFCF0;
	border: 1px solid #EFD182;
}
div.wsla_system div.wsla_body div.table_c div.list table {
	background-color: #FFF;
	border: 1px solid #DFDFDF;
}
div.wsla_system div.wsla_body div.table_c div.list table tr th {
	text-align:center;
	font-weight:700;
	line-height:35px;
	height:35px;
	background-color:#F4F4F4;
	border:1px solid #DFDFDF;
}
div.wsla_system div.wsla_body div.table_c div.list table tr td {
	height:23px;
	line-height:23px;
	padding:5px;
	border:1px solid #DFDFDF;
}

/* table_d */
div.wsla_system div.login {
	clear:both;
	margin:10px 40px 0 40px;
}
div.wsla_system div.login div.table_d {
	width:400px;
	margin:0 auto;
	border: 3px solid #E0E0E0;
}
div.wsla_system div.login div.table_d div.tit {
	font-size:16px;
	font-weight:700;
	height: 40px;
	line-height: 40px;
	text-align:center;
	border: 1px solid #DEDEDE;
	background-color: #F4F4F4;
}
div.wsla_system div.login div.table_d div.tit div {
	float: left;
}
div.wsla_system div.login div.table_d div.tit div.title {
	margin-left:-16px;
	background-image: url(/share/case/images/wsla_add_tit.gif);
	background-repeat: no-repeat;
}
div.wsla_system div.login div.table_d div.tit h2 {
	font-size:16px;
	font-weight:700;
	margin-left:20px;
	color:#FFF;
}
div.wsla_system div.login div.table_d div.list {
	padding:20px;
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: none solid solid solid;
}
div.wsla_system div.login div.table_d div.list div {
	font-size:14px;
	font-weight:700;
	height:40px;
	line-height:40px;
}
div.wsla_system div.login div.table_d div.list div input {
	width:250px;
	height:30px;
	line-height:30px;
}

/* 简介 */

div.wsla_system div.introduction {
	border: 1px solid #DFDFDF;
	margin: 0 20px;
}
div.wsla_system div.introduction div {
	margin: 0 20px;
}
div.wsla_system div.introduction div.a {
	text-align:center;
	font-size: 16px;
	font-weight: 700;
	line-height:40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
div.wsla_system div.introduction div.b {
	font-size:14px;
	margin:20px;
	line-height:2.0;
}
div.wsla_system div.introduction div.c {
	font-size: 16px;
	font-weight: 700;
	text-align:center;
}
div.wsla_system div.next {
	text-align:center;
	margin:20px 0 0 0;
	height:150px;
}
div#add_Evidence {
	border: 1px solid #EECF7C;
	background-color: #FFFCF0;
}
div#add_Evidence div.box_a {
	background-color:#FFF;
	height:25px;
	line-height:25px;
	padding-left:10px;
	border-bottom-width: 1px;
	border-style: none none solid none;
	border-bottom-color: #EECF7C;
}
div#add_Evidence div.box_b {
	padding:10px;
}
div#add_Evidence div.box_b div#file_upload_queue {
	width:10px;
}
div#add_Evidence div.box_b table tbody tr th {
	font-weight:700;
	text-align:right;
	line-height:30px;
	height:30px;
}