/*=============================================================================
 * 样式表
 */
/* 区域划分列表 */
DIV.Area_List
{
	width: 960px;
	overflow: auto;
}
/* 区域划分输入 */
DIV.Area_Input
{
	width: 960px;
}
/* 无显示 */
DIV.Area_No_Display
{
	width: 960px;
	height: 150px;
	background-color: #F0F0F0;
	border-top-color: #60ACC2;
	border-top-style: solid;
	border-top-width: 3px;
	text-align: center;
	padding-top: 120px;
}
/* 留言板标题 */
DIV.Message_Title
{
	width: 98%;
	height: 10px;
	border-top-color: #60ACC2;
	border-top-style: solid;
	border-top-width: 3px;
}
/* 留言板标题上左 */
DIV.Message_Title_TL
{
	width: 48%;
	height: 1px;
	border-color: #60ACC2;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	float: left;
	font-size:4pt;
}
/* 留言板标题上右 */
DIV.Message_Title_TR
{
	width: 50%;
	height: 1px;
	border-color: #60ACC2;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	text-align: center;
	float: left;
	font-size:4pt;
}
/* 留言板标题中左 */
DIV.Message_Title_CL
{
	width: 48%;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	text-align: center;
	float: left;
}
/* 留言板标题中右 */
DIV.Message_Title_CR
{
	width: 50%;
	height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	text-align: center;
	float: left;
}
/* 留言板标题下左 */
DIV.Message_Title_BL
{
	width: 48%;
	height: 3px;
	border-color: #60ACC2;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	float: left;
	font-size:4pt;
}
/* 留言板标题下右 */
DIV.Message_Title_BR
{
	width: 50%;
	height: 3px;
	border-color: #60ACC2;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	float: left;
	font-size:4pt;
}
/* 留言板内容左 */
DIV.Message_Content_L
{
	width: 6%;
	height: 48px;
	padding-top: 12px;
	border-color: #F0F0F0;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	background-color: #F0F0F0;
	text-align: center;
	float: left;
}
/* 留言板内容右 */
DIV.Message_Content_R
{
	width: 92%;
	height: 60px;
	border-color: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	display: inherit;
	overflow: auto;
}
/* 留言板回复左 */
DIV.Message_Reply_L
{
	width: 6%;
	height: 48px;
	padding-top: 12px;
	margin-bottom: 5px;
	border-color: #C0E0FF;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #60ACC2;
	background-color: #C0E0FF;
	text-align: center;
	float: left;
}
/* 留言板回复右 */
DIV.Message_Reply_R
{
	width: 92%;
	height: 60px;
	margin-bottom: 5px;
	border-color: #EAF5FF;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #60ACC2;
	background-color: #EAF5FF;
	text-align: left;
	float: left;
	display: inherit;
	overflow: auto;
}

/* 通用编辑表格 */
TABLE.Common_Edit
{
	width: 100%;
	border-collapse: collapse;
}
/* 通用编辑td */
TD.Common_Edit_Space
{
	width: 200px;
}
TD.Common_Edit_Label
{
	width: 80px;
	border-bottom: solid 2px #60ACC2;
	vertical-align: bottom;
}
TD.Common_Edit_Input
{
	padding-top: 5px;
	vertical-align: bottom;
}
TD.Common_Edit_Input_Multy
{
	padding-top: 5px;
	vertical-align: bottom;
}
TD.Common_Edit_Cmd
{
	padding-top: 5px;
	text-align: Center;
	vertical-align: middle;
}

/* DBSearcher */
INPUT.Button_Def
{
	height: 23px;
	background-color: #CCCCCC;
	border: solid 1px #666666;
}
INPUT.Button_Hov
{
	height: 23px;
	background-color: #EAF5FF;
	border: solid 1px #666666;
}