﻿.Examine_Body
{

}
#Examine_Main
{
	display:block;
	float:left;
	width:96%;
	padding-left:20px;
	padding-top:5px;
	padding-right:20px;

}
#Examine_Header
{
	display: block;
	float: left;
	width: 100%;

}
#Examine_ExamPaper
{
	display:block;
	float:left;
	width:100%;
}
#Examine_Tips
{
	display:block;
	float:left;
	height:30px;
	width:100%;
}
#Examine_Footer
{
	display:block;
	float:left;
	height:30px;
	width:100%;
}
#Examine_Clock
{
	display:block;
	float:left;
	height:24px;
	width:200px;
	position:absolute;
	left:expression(document.body.clientWidth + document.body.scrollLeft - 220);
	top:20px;
	z-index:100;
}
.HR
{
	height:1px;
	color:Navy;
	width:100%;
}
.HRWide
{
	height: 5px;
	color: #ff9966;
	width: 100%;
}
.HRSeparator
{
	height: 1px;
	color: #cc6666;
	width: 100%;
}
.Examine_Label
{
	color:Navy;
	font-size:9pt;
}
.Examine_LabelTopic
{
	color:black;
	font-size:9pt;
}
.Examine_LabelRemark
{
	color:Red;
	font-size:9pt;
}
.Examine_ErrorMessage
{
	color:Red;
	width:100%;
	padding-left:30px;
	font-size:11pt;
}
.Examine_DataList_ExamPaper
{
	width:100%;
}
.Examine_DataList_ExamPaper_Header
{
	width:100%;
}
.Examine_DataList_ExamPaper_Footer
{
	width:100%;
}
.Examine_DataList_ExamPaper_Item
{
	width:100%;
	padding-left:5px;
}
.Examine_DataList_ExamPaper_Separator
{
	width:100%;
}
.Examine_ButtonSubmit
{
	width:80px;
	height:22px;
}
.Examine_ButtonClose
{
	width:80px;
	height:22px;
}
