@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color:#ffffff;
}
form {
	margin: 0px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: #0074E8 1px solid;
}
p {
	margin: 0;
	padding: 0;
}
.submit {
	background-color: #F4F4F4;
	color: #000000;
	border: 0px #0000FF solid;
	cursor: pointer;
	padding: 1px;
}
.submit2 {
	background-color: #006699;
	color: #FFFFFF;
	border: 0px #0000FF solid;
	cursor: pointer;
	padding: 1px;
}
.f_8 {
	font-size: 8pt;
}
.red {
	color: #FF0000;
}
.darkred {
	color: #CC3300;
}
.blue {
	color: #0000FF;
}
.darkblue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
.back_grey {
	background-color: #F4F4F4;
}
.grey {
	color: #999999;
}
.underline {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.tx_left {
	text-align:left;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.bor_top {
	border-top: #CCCCCC solid 1px;
}
.bor_left {
	border-left: #CCCCCC solid 1px;
}
.bor_right {
	border-right: #CCCCCC solid 1px;
}
.bor_bottom {
	border-bottom: #CCCCCC solid 1px;
}
.cursor {
	cursor: pointer;
}
.pic_link a:link img {
	border:#333333 solid 1px;
}
.pic_link a:visited img {
	border:#333333 solid 1px;
}
.pic_link a:hover img {
	border:#FF0000 solid 1px;
}
.top_link a:link {
	color:#666666;
	text-decoration:none;
}
.top_link a:visited {
	color:#666666;
	text-decoration:none;
}
.top_link a:hover {
	color:#FF0000;
	text-decoration:none;
}

.pic_link a:link img {border:#999999 solid 1px;}
.pic_link a:visited img {border:#999999 solid 1px;}
.pic_link a:hover img {border:#FF0000 solid 1px;}

.top_link a:link {color:#000000; text-decoration:none;}
.top_link a:visited {color:#000000; text-decoration:none;}
.top_link a:hover {color:#FF0000; text-decoration:none;}

.main a:link {color:#999999; text-decoration:none;}
.main a:visited {color:#999999; text-decoration:none;}
.main a:hover {color:#FF0000; text-decoration:none;}

.link a:link { color: #0099FF; text-decoration: underline; }
.link a:visited { color: #0099FF; text-decoration: underline; }
.link a:hover { color: #FF0000; text-decoration: underline; }


/*vunshen*/
.out {
	width:1000px;
	border:#000000 solid 1px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(img/bgrnd.jpg);
	background-repeat:repeat-y;
}
.top_out {
	width: 1000px;
	height: 218px;
}
.head_out {
	float:left;
	width:798px;
	height:218px;
}
.head_top {
	width:798px;
	height:124px;
}
.head_down {
	width:798px;
	height:94px;
}
.top_menu {
	float:left;
	width:202px;
	height:218px;
}
.top_menu p {
	margin:0px;
	pading:0px;
}

.left_out {
	width:250px;
	float:left;
}
.left_title {
	width:250px;
	height:31px;
}
.left_menu {
	margin:0px;
	padding:0px;
	font-size:11pt;
}
.left_menu ul {
margin:0px;
	padding:0px;
	list-style-type:none;
}
.left_menu ul li {
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
.left_menu p {
	padding:5px 5px 0px 10px;
}


.left_down {
	width:250px;
	height:405px;
	padding-top:50px;
}

.right_out {
	float:left;
	width:750px;
}
.main {
	float:left;
	width:545px;
}
.main_right {
	float:left;
	width:205px;
}
.login {
	width:205px;
	height:94px;
	background-image: url(img/login.jpg);
	background-repeat:no-repeat;
}
.login p {
	margin:0px;
	padding:1px;
}

.adv {
	width:205px;
	height:110px;
}
.bottom {
	width:750px;
	height:94px;
}
.bottom2 {
	float:right;
	width:750px;
	height:94px;
}
.hide {
	display: none;
}

		/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#demo-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#demo-status .progress {
	background: url(assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(assets/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(assets/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(assets/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(assets/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(assets/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}	