/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF; font-size:12px; line-height:20px; font-family:Tahoma, Arial, Helvetica, sans-serif; cursor:default;height:100%;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{margin:0;padding:0;background-color:#f1f1f1;height:100%;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:12px;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
a{ color:#000;}
a:hover{ text-decoration:underline}
a:focus {outline:0;}

.mrt12{ margin-top:12px;}
.padL20{ padding-left:20px;}
.clear{ clear:both; line-height:0px; height:0px; font-size:0px;}
.clearfix:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}
img{border:0px;vertical-align: middle;}
a img{ border:0px;}
.f_r{ float:right; display:inline;}
.f_l{ float:left; display:inline}
.red{ color:#FF0000;}

.but{
	
	border:1px #4f8ed5 solid;
	padding:1px;
	height:26px;
	*height:80%;
	mini-height:26px;
	overflow:visible;
	background:#98c5f5 url(../images/inButBg.gif) repeat-x;
	color:#fff;
	padding:0px 8px 0px 8px;
	cursor:pointer;
}

.bgShadow{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	background:#ccc;
	z-index:10;
}

.popuMain{
	width:250px;
	height:auto;
	position:absolute;
	z-index:12;
	left:50px;
	top:100px;
}

.popTitle{
	height:23px;
	background:url(../images/popTitBg.gif) repeat-x;
	border:1px #4f80c1 solid;
}
.popTitle h2{
	float:left;
	display:inline;
	margin-left:8px;
	line-height:23px;
	color:#fff;
}
.popBody{
	background:#d9dfee url(../images/popConBg.gif) repeat-x;
	border:1px #fff solid;
	padding:15px 0px 15px 0px;
}
.popBody p{
	text-align:center;
	width:220px;
	padding:15px 0px 15px 0px;
	margin:0px auto;
	color:#8f0303;
	font-weight:bold;
}
.popBody .fot{
	width:130px;
	margin:10px auto;
}

.suspensionStyle{
 white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow:hidden;
}