﻿

/*-----------一般模式--------------*/
.Summary
{
	width:1000px;
	overflow:hidden;
	padding:0px 0px 8px 0px;
}

.SummaryTopic
{
	margin:0px 12px 0px 12px;
	font-size:18px;
	font-weight:bold;
	color:darkred;
	border:1px dashed #ccc;
	padding:8px;
	position:relative;
	left:8px;
	top:12px;
	background:white;
	z-index:100;
	filter:alpha(opacity=85);
	opacity:0.85;
	float:left;

}

.SummaryDesc
{
	background-position: #FFFFCC;
	margin: 0px 12px 12px 12px;
	font-size: 14px;
	font-weight: bold;
	color: darkblue;
	border: 1px solid #ccc;
	background: #FFFFCC;
	position: relative;
	z-index: 99;
	overflow: auto;
	float:left;
	width:96%;
	padding:20px 0px 10px 10px;
}

.Qst
{
	border:1px solid gray;
	float:left;
	width:350px;
	margin:10px 0px 0px 10px;
	background:white;
	padding-bottom:16px;
}

.Qst .QstTitle
{
	color:#003366;
	background:#D6ECF1;
	font-size:14px;
	font-weight:bold;
	padding:4px;
}

.Qst .QstDetail
{
	overflow:auto;	
}


.Opt
{
	width:100%;
	border:none;
	border-collapse:collapse;		
}

.OptDesc
{
	border-bottom:1px dashed #cccccc;
	padding:2px 4px 2px 0px;

}

.OptTXB
{
	margin:4px;
	width:96%;
}

.SubmitButton
{
	border:1px solid white;
	border-style:outset;
	background:#eee;
	width:60px;
	height:24px;
	color:black;
	font-weight:bold;
	
}








/*-----------Box 模式--------------*/

.Box
{
	border: 1px solid #ccc;
	width: 100%;
	height: expression(parentNode.offsetHeight-2);
	background-color: #FFFFE1;
}

.BoxPage
{
	height:30px;
	padding:4px 2px 0px 185px;
	display:none;
	font-size:12px;
	background:url(../images/vote.gif) 15px 10px no-repeat;
}

.BoxPage div
{
	width:100px;
	height:25px;
	line-height:25px;
	margin-top:5px;
	margin-right:2px;
	text-align:center;
	font-weight:bold;
	float:left;
	background:url(../images/votebgoff.jpg) 0px 0px no-repeat;
	overflow:hidden;
	color:#666;
}

.BoxPage .PageHover
{
	background:url(../images/votebgon.jpg) 0px 0px no-repeat;
	color: #FFFFCC;
}

.BoxPage .PageActived
{
	background-color: #CC0000;
	background:url(../images/votebgon.jpg) 0px 0px no-repeat;
	color: #FFFFCC;
}

.BoxFrames
{
	overflow:auto;
}

.BoxQst
{
	border:1px solid #ccc;
	margin:0px 4px 4px 4px;
	height:84%;
	padding:2px;
	background:white;
	padding-bottom:16px;
}

.BoxQst .QstTitle
{
	color: #880000;
	background:url(../images/QstTitle.jpg) repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

.BoxQst .QstDetail
{
	font-size:12px;
	padding:5px;
}

.BoxQst .QstDetail table
{
	width:100%;
	font-size:12px;
	color:#666;
}

.BoxQst .QstDetail table td
{
	height:22px;
}


.BoxBTCotainer
{
	height: 20px;
	padding:8px;
	border-top:1px dashed #ddd;
	background-color: #FFFFE1;
}




.btNext, .btSubmit, .btPrev
{
	width: 60px;
	height: 20px;
	border: 1px inset #999;
	float: right;
	background-color: #eee;
	color: #666666;
	padding-top:2px;
	font-size:12px;
}

.btPrev
{
	float:left;
}






/*-----------百分比--------------*/
.PercentBK
{
	background-color:#eee;
}

.Percent1
{
	background:#1972CC;
	border:#1972CC 1px solid; 
	height:14px;
}

.Percent2
{
	background:#138D0A;
	border:#138D0A 1px solid; 
	height:14px;
}

.Percent3
{
	background:#CE900E;
	border:#CE900E 1px solid; 
	height:14px;
}

.Percent4
{
	background:#FE789E;
	border:#FE789E 1px solid; 
	height:14px;
}

.Percent5
{
	background:#B702C8;
	border:#B702C8 1px solid; 
	height:14px;
}

.PercentBorder
{
	border:#ccc 1px solid; height:12px;
 }

.PercentInside
{
	background:url(../images/votebg.png) repeat-x; height:12px;
	overflow:hidden;
}

.PercentNum
{
	font-size:9px;
	font-family:Verdana;
	color:white;
	position:absolute;
	margin-top:-14px;
	margin-left:2px;
	filter: Dropshadow(offx=1,offy=0,color=#990000); 

}








/*-----------其它--------------*/

#panelTp
{
	float:left;
}

#panelButton
{
	margin:10px;
	text-align:center;
	float:left;
	width:94%;
}

.FrameChart
{
	border:1px solid black;
	width:840px;
	height:600px;	
	display:none;
	position:absolute;
    left:expression((body.clientWidth-600)/2); 
    top:expression((body.clientHeight-840)/2); 
    z-index:999;}


.button
{
	width:80px;
	height:30px;
	border:1px solid gray;
}
