/*******
Globle Struct and Style

light blue  : #ebf9ff
middle blue : #c1e4fa  (Background Color)
Blue        : #58c3f0
Darker Blue : #009ce7

light green : #bad576
green       : #a8d031
darker green: #7ca900


team.MySWJTU.com is designed by yx.shawn
*******/
html, 
body, 
div, 
span, 
applet, 
object, 
iframe,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre,
a, 
abbr, 
acronym, 
address, 

cite, 
code,
del, 
dfn, 
font, 
img, 
ins, 
kbd, 
q, 
s, 
samp,
small, 
strike, 
sub, 
sup, 
tt, 
var,
dl, 
dt, 
dd, 
ol, 
ul, 
li,
fieldset, 
form, 
label, 
legend,
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: inherit; font-size: 12px; vertical-align: baseline;font-family:Arial, Helvetica, sans-serif; }

a {
	color:#8CC2FF;
	text-decoration:none;
}
a:hover, a:active, a:visited:hover, a:visited {
	color:#469EFF;
	text-decoration:none;
}
a.highlight:visited,a.highlight:visited:hover{
	color:#333;
}
a.highlight:hover, a.highlight:focus{
	background-color:#C7FF87;
	color:#333;
}
a.highlight{
	background-color:#c3e2ff;
	color:#000;
	padding:1px 3px;
	white-space:nowrap;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:14px; color:#555;
}
h3 , h4, h5, h6 ,p , ul,ol,dl{
	font-size:12px; color:#555;
	font-family:Arial, Helvetica, sans-serif;
}

ul,ol,dl{
	list-style:none;
}
li{
	display:inline;
}
.clr{
	clear:both;
	height:0;
	overflow:hidden;
}
.inf2symbol,
.hideden,
.structural{
	display:none;
}
.hidden-text{
	text-indent:-100000px;
	overflow:hidden;
}
/*End Reset*/
.border5{
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
.border3{
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
.border3-top{
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0; 
}
.showTip {
	position: absolute;
	left: 900px;
	z-index:50000;
}
.showTip .arr {
	height: 8px;
	width: 15px;
	position: absolute;
	bottom: 0px;
	left: 15px;
	background-image: url(/images/tipArrs.gif);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	overflow: hidden;
}
.showTip .content {
	background-color: #000;
	margin-bottom: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #FFF;
}
div.nipBox div.bar{
	height:25px;
}
div.napBox div.bar div.content h4{
	color:#FFF !important;
}
.wig
{
	font-size:12px;
	color:#333;
	margin-bottom:20px;
	padding:10px;
}

div.nipBox div.bar div.content {
	color:#FFF;
	float:left;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
	font-size:14px;
}

div.nipBox img.nip
{
	height:5px;
	left:20px;
	position:absolute;
	width:9px;
	z-index:2;
}

.textboxlist { font: 12px "Lucida Grande", Verdana; cursor: text; color:#333; *height:23px; min-height:23px; cursor:text;}
.textboxlist-bits { zoom: 1; overflow: hidden; margin: 0; padding: 3px 4px 0; border: 1px solid #eee; *padding-bottom: 3px; color:#333; cursor:text; background-color:#fff;}
.textboxlist-bit { list-style-type: none; float: left; display: block; padding: 0; margin: 0 5px 3px 0; cursor: default; }
.textboxlist-bit-editable { border: 1px solid #fff; }
.textboxlist-bit-editable-input { border: 0; padding: 2px 0; *padding-bottom: 0; height: 14px; font: 12px "Lucida Grande", Verdana; }
.textboxlist-bit-editable-input:focus { outline: 0; }
.textboxlist-bit-box { position: relative; line-height: 18px; padding: 0 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CAD8F3; background: #DEE7F8; cursor: default; }
.textboxlist-bit-box-deletable { padding-right: 15px; }
.textboxlist-bit-box-deletebutton { position: absolute; right: 4px; top: 6px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('/css/close.gif'); }
.textboxlist-bit-box-deletebutton:hover { border: none; background-position: 7px; text-decoration: none; }
.textboxlist-bit-box-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
.textboxlist-bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
.textboxlist-bit-box-focus .textboxlist-bit-box-deletebutton { background-position: bottom; }

.textboxlist-autocomplete { position: absolute;display:block;}
.textboxlist-autocomplete-placeholder, .textboxlist-autocomplete-results {display:block; opacity: 0.9; filter: alpha(opacity=90); background: #eee; -webkit-box-shadow: 0 3px 3px #ccc; -moz-box-shadow: 0 3px 3px #ccc; box-shadow: 0 3px 3px #ccc; border: 1px solid #999; border-top: none; }
.textboxlist-autocomplete-placeholder { padding: 5px 7px; }
.textboxlist-autocomplete-results { margin: 0; padding: 0;   color:#333;}
.textboxlist-autocomplete-result { margin: 0; padding: 5px; list-style-type: none; background: #eee;display:block; }
.textboxlist-autocomplete-result-focus { background: #C6D9E4; }
.textboxlist-autocomplete-highlight { background: #EEF0C4; font-weight: bold; }

.textboxlist-focus ul.textboxlist-bits{
	border-color:#999 !important;
}
/*End Inf2 Section*/
html{
	min-width:950px;
}
body{
	background:#e1edf3 repeat-x scroll 0 0 url(../images/bg-header.png);
	padding:0 20px;
	text-align:center;
}
#containers{
	margin:0 auto;
	max-width:1200px;
	min-width:910px;
	
	position:relative;
	text-align:left;
	_width:910px;
}
#page-header{
	background:#6fb6f7 url(../images/bg-radius-darkblue.png) right bottom no-repeat ;
	padding: 0 15px 0 0;
}
#page-header-wrapper{
	background:transparent url(../images/bg-radius-darkblue.png) no-repeat scroll left bottom;
	height:110px;
	padding:0 0 0 15px;
}
#page-content{
	background:#fff url(../images/bg-radius-midblue.png) no-repeat scroll right top;
	margin-top:40px;
	padding:0 15px 0 0;
	
}
#page-content-wrapper{
	background:#fff  url(../images/bg-radius-midblue.png) no-repeat scroll left top;
	padding:15px 0 0 15px;
	min-height:500px;
	position:relative;
}
.foot-bg{
	background:#e1edf3 repeat-x scroll left top url(../images/bg-footer.png);
	margin:0 -20px;
	padding:0 20px;
}
.foot-bg-shadow{
	background:#e1edf3 repeat-x scroll left bottom url(../images/bg-footer.png);
	height:80px;
	margin:0 -20px;
	width:auto;
	padding:0;
	zoom:1;
	min-width:950px;
}
#footer-container{
	margin:0 auto;
	max-width:1200px;
	min-width:910px;
	
	/*position:relative;*/
	text-align:left;
	_width:910px;
	
}
#footer-content{
	background:#FFF repeat-x scroll right 40px url(../images/bg-radius-lightblue-buttom-gap.png);
	padding:40px 15px 0 0;
}
#footer-content-wrapper{
	background:#FFF repeat-x scroll left top url(../images/bg-radius-lightblue-buttom-gap.png);
	padding:0 0 0 15px;
	min-height:150px;
	max-height:260px;
}
#footer-shadow-container{
	margin:0 auto;
	position:relative;
	
	zoom:1;
	
	max-width:1040px;
	min-width:750px;
	_width:750px;
	background:#FFF repeat-x scroll right bottom url(../images/footer-widshadow.png);
	padding:0 200px 0 0;
}
#footer-shadow-container-wrapper{
	background:#FFF repeat-x scroll left bottom url(../images/footer-widshadow.png);
	padding:0 0 0 200px;
	height:50px;
	
}
.float-clouds{
	float:left;
	position:absolute;
	z-index:-10;
	background:url(../images/clouds.png);
	height:136px;
	width:909px;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
	left:0;
	top:0;
}
.float-buttons{
	/*width:100%;
	height:100px;
	position:fixed;
	top:-20px;
	left:0;
	z-index:-19;*/
	z-index:10;
	position:fixed;
	top:50px;
	right:0;
	height:180px;
	width:40px;
	float:right;
	_position:absolute;
	display:none !important;
}

.float-reg{
	height:80px;
	float:right;
	width:35px;
	background:url(../images/btn-floatright.png) no-repeat 0 -5px;
	_background:url(../images/btn-floatright-ie6.png) no-repeat 0 -5px;/*IE6*/
}
.float-reg:hover{
	width:40px;
	cursor:pointer;
}
.float-submit{
	margin-top:10px;
	height:90px;
	float:right;
	width:35px;
	background:url(../images/btn-floatright.png) no-repeat 0 -85px;	
	_background:url(../images/btn-floatright-ie6.png) no-repeat 0 -85px;/*IE6*/
}
.float-submit:hover{
	width:40px;
	cursor:pointer;
}

/*Start Content*/

.header-logo{
	padding:10px 0 0 20px;
	display:block;
	float:left;
}
.header-logo a{
	background:url(../images/btn-logo.png) no-repeat top left;
	height:70px;
	width:220px;
	display:block;
}
.header-logo a:hover{
	background:url(../images/btn-logo.png) no-repeat 0 -100px;
}
ul.nav1{
	display:inline;
	float:right;
	margin:30px 50px 0 0;
}
ul.nav1 li{
	display:inline;
	float:left;
	height:40px;
	width:150px;
}
ul.nav1 li a{
	display:block;
	height:40px;
	width:150px;
}
	#nav-about{
		background:url(../images/btn-header.png) no-repeat 0 0;
	}
	#nav-about:hover,
	#nav-about.on,
	body#about #nav-about{
		background:url(../images/btn-header.png) no-repeat 0 -50px;
	}
	
	#nav-blog{
		background:url(../images/btn-header.png) no-repeat -150px 0;
	}
	#nav-blog:hover,
	#nav-blog.on,
	body#blog #nav-blog,
	#publish-modular #nav-blog{
		background:url(../images/btn-header.png) no-repeat -150px -50px;
	}
	
	#nav-labs{
		background:url(../images/btn-header.png) no-repeat -300px 0;
	}
	#nav-labs:hover,
	#nav-labs.on,
	body#labs #nav-labs{
		background:url(../images/btn-header.png) no-repeat -300px -50px;
	}

#page-slider{
	height:250px;
	width:100%;
}
.page-slider-content{
	background-position: top center;
	height:250px;
	width:100%;
	position:relative;
	float:left;
	top:0;
}

#page-slider div.left-radius{
	height:250px;
	width:10px;
	background:url(../images/slider-radius-alpha8.png) no-repeat left top;
	position:relative;
	float:left;
	z-index:1;
}
#page-slider div.right-radius{
	height:250px;
	width:10px;
	background:url(../images/slider-radius-alpha8.png) no-repeat right top;
	position:relative;
	float:right;
	z-index:1;
}
div.main{
	margin-top:15px;
	margin-right:315px;
}
div.side-bar{
	clear:none;
	float:none;
	position:absolute;
	right:0;
	top:280px;
	width:300px;
	_right:15px;/*IE6*/
}
body.static-page div.side-bar{
	top:15px !important;
}
body.static-page #page-slider{
	display:none;
}

/*start main*/
h2.tab-news{
	/*交大新闻聚合*/
	background:#fff url(../images/title-zh.png) no-repeat top left !important;
	height:20px;
	width:120px;
}

h2.tab-discov{
	/*交大新闻聚合*/
	background:#fff url(../images/title-zh.png) no-repeat 0 -50px !important;
	height:20px;
	width:120px;
}
h2.tab-exchange{
	/*交大新闻聚合*/
	background:#fff url(../images/title-zh.png) no-repeat 0 -100px !important;
	height:20px;
	width:120px;
}

.filter{
	_zoom:1;
	_clear:both;
	position:relative;
	left:0;
	/*float:left;*/
	height:24px;
	width:100%;
	background:transparent url(../images/tab-line.gif) repeat-x scroll 0 50%;
}
.filter h2{
	background:#fff none repeat scroll 0 0;
	float:left;
	padding-left:5px;
	word-spacing:2px;
	font-size:14px;
	font-family:"黑体", "宋体";
}
.tool{
	background:#fff none repeat scroll 0 0;
	border:4px solid #fff;
	/*float:right;*/
	height:20px;
	margin:3px 0 0 0 ;
}
ul.post-list{
	display:block;	
	width:100%;
	clear:both;
	/*padding-top:1px;*/
	_padding-top:10px;/*IE6*/
	_position:relative;
	left:0;
}
li.post-summary{
	display:block;
	margin-top:20px;
	clear:both;
	width:100%;
	position:relative;
}
li.post-summary .post-thumb{
	float:right;
	margin-left:10px;
}
li.post-summary .post-thumb img{
	border:1px solid #e1edf3;
	padding:3px;
}
li.post-summary .post-body{
	padding-left:60px;
}
/*li.post-summary .post-body-content *{
	font-size:12px !important;
	color:#555 !important;
	text-align:left !important;
	font-family:Arial, Helvetica, sans-serif, "宋体" !important;
	clear:none !important;
	text-indent:0 !important;
}*/
li.post-summary .post-body-content{
	display:block;
	padding-bottom:5px;
}
li.post-summary .post-body h3,
li.post-summary .post-body h3 a{
	color:#105CB6;
	font-weight:bold;
	font-size:16px;
	margin:2px 0 0;
}
li.post-summary .post-body h3 a:hover{
	color:#0080FF;
}
li.post-summary .post-body p{
	text-align:justify;
	padding:4px;
	line-height:16px;
	word-spacing:16px;
}
li.post-summary .post-body p .source,
li.post-summary .post-body p .source a{
	color:#bbb;
	font-style:normal;
	padding-right:5px;
}
li.post-summary .post-body .post-details{
	text-align:left;
}
li.post-summary .post-body .post-details .tool{
	padding:2px 0 2px 16px;
	line-height:16px;
	font-size:12px;
	height:16px;
}
	li.post-summary .post-body .post-details .comments,
	.icon-comments{
		background:url(../images/icons.png) no-repeat 0 2px;
		+background-position:4px 4px;/*IE7*/
	}
	li.post-summary .post-body .post-details .share,
	.icon-share{
		background:url(../images/icons.png) no-repeat 0 -18px;
		+background-position:4px -16px;/*IE7*/
	}
	li.post-summary .post-body .post-details .qrcode,
	.icon-qrcode{
		background:url(../images/icons.png) no-repeat 0 -37px;
		+background-position:4px -35px;/*IE7*/
	}
li.post-summary .post-body p .source a:hover{
	color:#666;
}
li.post-summary .post-source
{
	position:absolute;
	top:0;
	left:0;
}


/*Start  Paging*/
	#post_paging,
	.paging{
		/*float:left;*/
		padding-top:30px;
		/*height:26px;*/
		padding-bottom:10px;
	}
	#post_paging .current,
	.paging .current{
		border:1px solid #fff;
		color:#333;
		font-weight:bold;
		margin:2px;
		padding:2px 4px;
	}
	#post_paging .page,
	.paging .page{
		border:1px solid #06c;
		color:#06c;
		margin:2px;
		padding:2px 4px;
		text-decoration:none;
		background-color:#fff;
		font-weight:bold;
	}
	#post_paging .page:hover,
	.paging .page:hover,
	{
		background-color:#4D8AFF;
		color:#fff;
	}
	#post_paging .pages,
	.paging .pages{
		background-color:#fff;
		border:1px solid #aaa;
		margin:2px;
		padding:3px 5px;
		color:#aaa;
		font-weight:bold;
	}
	#post_paging .pages:hover,
	.paging .pages:hover{
		border:1px solid #666;
		color:#333;
	}


/*Start Comments*/
	div.comment-list{
		clear:both;
		margin-top:20px;
		display:block;
		
	}
	div.comment-list div.author{
		float:left;
		display:block;
		padding-left:16px;
		background:url(../images/icons.png) no-repeat 0 0;
	}
	div.comment-list div.datetime{
		float:left;
		padding-left:16px;
		margin-left:20px;
		vertical-align:middle;
		font-size:9px;
		color:#666;
		/*display:block;*/
		/*background:url(../images/icons.png) no-repeat 0 -118px;*/
	}
	div.comment-list div.commentcontent{
		clear:both;
		padding:10px;
		/*padding:10px !important;*/
		/*
			hacking for ie7
		 */
		+padding: 0 10px 10px 10px;
		+margin-top:10px !important;
		/*margin-top:10px !important;*/
		display:block;
		color:#666;
	}
	div.comment-list div.comment a.btn-reply,
	div.comment-list div.comment a.btn-delete
	{
		visibility:hidden !important;
		*visibility:visible;
		padding-left:16px;
	}
	div.comment-list div.comment:hover{
		background-color:#F9F9F9;
	}
	div.comment-list a.btn-delete{
		/*float:right;*/
		margin-left:20px;
		background:url(../images/icons.png) no-repeat 0 -98px;
	}
	div.comment-list a.btn-reply{
		background:url(../images/icons.png) no-repeat 0 -78px;
	}
	
	
	
	div.comment-list div.comment:hover a.btn-reply,
	div.comment-list div.comment:hover a.btn-delete{
		visibility:visible !important;
	}
	div.comment-list div.submit-comment{
		margin-bottom:50px;
	}
	div.comment-list .comment-textarea{
		width:100%;
		border:solid 1px #ccc;
		height:100px;
	}
	div.comment-list .comment-textarea:hover,
	div.comment-list .comment-textarea:focus{
		border:solid 1px #90d5ec;
		background-color:#e9f7fb;
	}
	
	div.comment-list .btn-submit,
	li.copyme div{
		background-color:#Dcf1ff;
		border:solid #4ebaff 1px;
		-moz-border-radius:3px;
		-webkit-border-radius: 3px;
		border-radius: 3px; 
		height:20px;
		cursor:pointer;
		
		text-decoration:none;
		color:#333;
		padding: 5px;
		margin:3px;
		display: -moz-inline-stack; /*Firefox only code*/
		display:inline-block;
		zoom:1;
		*display:inline;
	}
	div.comment-list .btn-submit:hover,
	li.copyme div:hover
	{
		background-color:#FFF;
		color:#29528D;
	}
	div.comment-list .btn-submit img
	{
		vertical-align:text-bottom;
	}
	
	div.comment-list div.comment{
		display:block;
		padding:10px;
	}
	div.comment-list div.comment-header{
		font-size:12px;
		background-color:#e9f7fb;
		color:#000;
		padding:6px 20px;
		margin:10px 0;
	}
	div.comment-list div.level-0{
		padding-top:20px;
	}
	div.comment-list div.level-1{
		padding-top:0px !important;
		margin-left:40px;
		border-left:1px dashed #90D5EC;
	}
	div.comment-list div.level-2{
		padding-top:0px !important;
		margin-left:60px;
		border-left:1px dashed #90D5EC;
	}
	div.comment-list div.level-3{
		padding-top:0px !important;
		margin-left:80px;
		border-left:1px dashed #90D5EC;
	}
	div.comment-list div.level-4,
	div.comment-list div.level-5,
	div.comment-list div.level-6,
	div.comment-list div.level-7,
	div.comment-list div.level-8,
	div.comment-list div.level-9,
	div.comment-list div.level-10{
		padding-top:0px !important;
		margin-left:100px;
		border-left:1px dashed #90D5EC;
	}

.footer-col{
	margin-top:40px;
	width:20%;
	float:left;
	display:block;
}
.footer-col-line{
	border-left:1px dashed #ddd;
	margin-left:-1px;
	height:145px;
}
.footer-col dt,
.footer-col-wide dt{
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:0 10px 5px;
}
.footer-col dd{
	color:#999;
	padding: 3px 10px;
}
.footer-col-wide{
	margin-top:40px;
	width:40%;
	float:left;
	display:block;
}


/*static page content*/
.post-content{
	text-align:justify;
}
.post-content h2{
	font-size:16px;
	color:#105CB6;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.post-content p{
	text-indent:30px;
	line-height:20px;
	letter-spacing:0px;
	padding-bottom:5px;
}
.post-content img.border,
.post-body-content img.border{
	border:5px solid #666;
}
.post-content .tools{
	height:20px;
	text-align:right;
}
.post-content .tools span{
	padding:0 3px;
	
}
div.hr{
	clear:both;
	border-bottom:dashed 2px #ccc;
	padding:10px 0;
}
.post-content .tools a.tool{
	padding-left:17px;
	float:none !important;
}

.list-section ul li{
	display:block;
	line-height:18px;
	height:18px;
	overflow:hidden;
}
ul.tag-list{
	margin-left:20px;
}
ul.tag-list,
ul.tag-list li,
ul.tag-list li a{
	display:block;
	clear:both;
	margin-top:3px;
}

.qrcode-place{
	height:250px;
	width:250px;
	margin:10px;
	border:1px solid #ccc;
	padding:5px;
	float:left;
	display:inline;
	background-image:url(../images/qrcode-loading.png);
	position:relative;
	text-align:center;
	
	*font-size: 218px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.qrcode-place img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	vertical-align:middle;
	*position:relative;
}

.qrcode-tip {
	padding:30px 0 0 100px;
	background:url(../images/icon-qrscan.png) no-repeat 15px 40px;
	float:right;
	width:160px;
	height:200px;
}
.qrcode-tip h3{
	font-size:14px;
	padding:10px 0;
	font-weight:bold;
}
.qrcode-tip p{
	line-height:16px;
	letter-spacing:3px;
	text-align:justify;
}
.share-list li{
	display:block;
	margin-top:10px;
}
.share-list{
	text-align:center;
}

.news-plugin-place{
	padding:20px;
}
div#login-form-place{
	/*width:300px;
	float:left;
	height:300px;*/
}

/*不同的页面所看到不同的图片*/
body#blog #slider-picture,
body#reg #slider-picture,
body#about #slider-picture,
body#purpose #slider-picture,
body#default #slider-picture,
body#labs #slider-picture
{
	background-image:url(http://myswjtu.com/radomAPI.ashx?cid=f36ea6c1-2910-4670-8a06-790d2a9e9149) !important;
	
}


/*Post中的样式*/
/*div.post-content h1{
	font-size:18px;
	color:#000;
}
div.post-content h2{
	font-size:16px;
	color:#333;
	font-weight:bold;
}*/
div.post-content h3{
	font-size:14px;
	color:#333;
	font-weight:bold;
}
div.post-content h4{
	font-size:12px;
	color:#666;
	font-weight:bold;
}
div.post-content h5,
div.post-content h6,
div.post-content h7{
	font-size:12px;
	color:#666;
	font-weight:normal;
}


div.post-content h3,
div.post-content h4,
div.post-content h5,
div.post-content h6,
div.post-content h7{
	text-align:left;
}

div.post-content ol{
	list-style: decimal inside;
	margin-left:50px;
}
div.post-content ul,
div.post-content dl{
	list-style:disc inside;
	margin-left:50px;
}
div.post-content li{
	display:list-item;
	padding:3px 0 ;
}








.mailpost-comment{
	margin-right:10px;
	width:400px;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:5px;
	/*margin:5px 100px 5px 300px;*/
	background-color:#F5FFEA;
	padding:5px 0 5px 60px;
	border-left:2px dotted #8CC111;
}
.mailpost-user{
	height:48px;
	width:48px;
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
	margin-left:-55px;
	border:solid 1px #999;
	display:inline;
}

.mailpost-sharedby{
	padding:3px 10px;
}
.mailpost-content{
	padding:3px 10px;
	color:#666;
}
.mail-post-org{
	text-align:right;
	padding:3px 10px;
	color:#06C;
}











/*打分部分*/
div.subTitle{
	color:#666;
}
ul.unit-rating{
	width:auto !important!;
	
}
ul.unit-rating li{
	margin-top:5px;
	*display:inline;
	margin-right:10px;
	float:left;
}
ul.unit-rating li a{
	padding-top:40px;
	height:20px;
	width:64px;
	display:block;
/*	background-color:#CF3;*/
	text-align:center;
	border:2px solid #fff;
}
ul.unit-rating li a:hover{
	border:2px solid #6FB6F7;
}
ul.unit-rating .clrunit2{
	background:url(../images/digg-icons.png) 16px 5px #fff;
}
ul.unit-rating .clrunit1{
	background:url(../images/digg-icons.png) -34px 5px #fff;
}
ul.unit-rating .clrunit-1{
	background:url(../images/digg-icons.png) -84px 5px #fff;
}
ul.unit-rating .clrunit-2{
	background:url(../images/digg-icons.png) -134px 5px #fff;
}
ul.unit-rating .clrunit-5{
	background:url(../images/digg-icons.png) -184px 5px #fff;
}
ul.unit-rating .clrunit-4{
	background:url(../images/digg-icons.png) -234px 5px #fff;
}
#mark{
	margin-top:10px;
	float:right;
}
#mark .subTitle{
	text-align:right;
}
/*End打分部分*/











/*Basic*/
.ext-el-mask-white {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    zoom: 1;
	background:#fff;
	border:dotted 1px #666;
}

.ext-el-mask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    zoom: 1;
	background:#000;
}

.ext-el-mask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
   /* border:1px solid;*/
    background:repeat-x 0 -16px;
    padding:2px;
}

.ext-el-mask-msg div {
    padding:5px 10px 5px 10px;
    /*border:1px solid;*/
	color:#000;
}

.ext-shim {
    position:absolute;
    visibility:hidden;
    left:0;
    top:0;
    overflow:hidden;
}

.ext-ie .ext-shim {
    filter: alpha(opacity=0);
}

.ext-ie6 .ext-shim {
    margin-left: 5px;
    margin-top: 3px;
}

.x-mask-loading div {
    padding:5px 10px 5px 25px;
    background:no-repeat 5px 5px;
    line-height:16px;
}
.x-hidden, .x-hide-offsets {
    position:absolute !important;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
}

.x-hide-display {
    display:none !important;
}

.x-hide-visibility {
    visibility:hidden !important;
}
.x-masked-relative {
    position: relative !important;
}

.x-masked select, .x-masked object, .x-masked embed {
    visibility: hidden;
}
.popupWin {
	background-color:#FFF;
	position:absolute;
	overflow:hidden;
	border: 3px solid #666;
	z-index:2001;
	-moz-opacity: 0.9;
    opacity: .90;
    filter: alpha(opacity=90);
}
.popupWin *{
	text-decoration:none !important;
}
.popupWin .title{
	display:inline;
	float:left;
	padding-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	color:#333;
	font-weight:bold;
	font-size:16px;
}
.popupWin .closebtn{
	float:right;
	display:inline;
	margin-right:5px;
}
.popupWin .closebtn a{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	color:#333;
}
.popupWin .closebtn a:hover{
	color:#F60;
}
.popupWin .popupContent{
	padding:10px;
	font-size:12px;
	text-align:left;
}

.dotlineB{
	height:30px;
	background:transparent url(/images/dots.gif) repeat-x scroll left bottom;
}
.dotline{
	background:transparent url(/images/dots.gif) repeat-x scroll left bottom;
	padding-bottom:20px;
}
.form-required{
	padding-left:20px;
	color:#C00;
}
.fromitem-title{
	font-weight:bold;
	color:#333;
}
.input-form dd{
	padding-top:5px;
	float:none;
	clear:both;
	_height:1px;
}
.input-form .form-tip{
	padding-top: 3px !important;
	padding-left:10px;
	color:#999;
}
.input-form dt{
	margin-top:15px;
}

.f-dropdown
{
	background-image:url(../images/Dropdown.gif);
	background-repeat:no-repeat;
	background-position:top right;
	cursor:pointer;
}
.f-dropdown:hover
{
	background-position:bottom right;
}

.listBox {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B4D316;
	border-right-color: #B4D316;
	border-bottom-color: #B4D316;
	border-left-color: #B4D316;	
	z-index:5000;
	
}
.listBox ul{
	list-style:none;
}
.listBox li{
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FFF;
	cursor:pointer;
	font-size:12px;
	display:block;
}
.listBox li:hover{
	background-color:#F0F6D0;
}
.radiolist {
	color:#333;
	font-size:12px;
	line-height:16px;
}
.radiolist li{
	cursor:pointer;
	float:left;
}
.radiolist li .icon{
	margin-left:10px;
	display:block;
	float:left;
	height:13px;
	width:16px;
	background:url(/images/radio.gif) no-repeat 0 0;
}
.radiolist li .on{
	background:url(/images/radio.gif) no-repeat 0px -14px !important;
}

.checklist {
	color:#333;
	font-size:12px;
	line-height:16px;
}
.checklist li{
	cursor:pointer;
	float:left;
}
.checklist li .icon{
	margin-left:10px;
	display:block;
	float:left;
	height:13px;
	width:16px;
	background:url(/images/checkbox.gif) no-repeat 0 0;
}
.checklist li .on{
	background:url(/images/checkbox.gif) no-repeat 0px -13px !important;
}

.form-server-resp{
	padding-left: 10px;
	color: #F69;
	font-size: 12px;
}
.input-form input, 
.winput,
.input-form textarea
{
	background-color:#FAFCFF;
	border:3px solid #E4F2FD;
	color:#333;
	margin-bottom: 3px;
	vertical-align: middle;
}
.input-form input:focus,
.input-form input:hover,
.input-form textarea:hover,
.input-form textarea:focus,
.input-form input:hover,
.winput:focus, 
.winput:hover,
.winputhover{
	background-color:#f0F6D0 !important;
	border:3px solid #B4D316 !important;
	color:#333;
	margin-bottom: 3px;
	vertical-align: middle;
}
.input-form input.error,.inputlr ,.input-form textarea.error
{
	border:3px solid  #F69 !important;
	background-color:#fbdddd !important;
}
.input-form input.error:hover,.inputlr:hover ,.input-form textarea.error:hover
{
	background-color: #FDEAEA !important;
}
.error-input
{
	border:3px solid  #F30 !important;
}

.input-form .okbtn
{
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
		
	background-image:url(/images/ok-btn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-bottom:30px;
	margin-top:10px;
	padding:11px 10px 10px 40px;
	display:inline-block;
	float:left;
}

.input-form .okbtn:hover
{
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:30px;
	margin-top:10px;
	padding:11px 10px 10px 40px;
	display:inline-block;
	float:left;
}

.input-form input.btn,.winputBtn
{
	cursor:pointer;
	background-color:#6CF;
	color:#fff !important;
	display:inline;
	padding:4px 7px;
	
}
.input-form input.btn:hover,.winputBtn:hover
{
	cursor:pointer;
	background-color:#69F;
	display:inline;
	padding:4px 7px;
}
.input-form .tip{
	color:#999;
}
