﻿body
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	
	font-size: 9pt;
}

table
{
	font-size: 10pt;
}

select
{
	width: 80px;
	font-size: 9pt;
}

button, .button
{
	height: 24px;
}

/* 特殊风格 */
/* 1. 专门居中 */
.center
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.hidden
{
	visibility: hidden;
}

.bold
{
	font-weight: 700;
}
.boldRed
{
	font-weight: 700;
	color: Red;
}
.boldBlue
{
	font-weight: 700;
	color: Blue;
}

.X
{
	cursor: pointer;
}

.X12
{
	cursor: pointer;
	font-size: 12pt;
}

.boldX
{
	font-weight: 700;
	cursor: pointer;
}
.boldRedX
{
	font-weight: 700;
	color: Red;
	cursor: pointer;
}
.boldBlueX
{
	
	font-weight: 700;
	color: Blue;
	cursor: pointer;
}

.boldBlueX12
{
	
	font-weight: 700;
	color: Blue;
	cursor: pointer;
	font-size: 12pt;
}

/* 用于普通编辑的风格 */
.editPanel
{
	border: 1px solid #449AE8;
	background-color: white;
	font-size: 9pt;
	text-align: left;
}
.editPanel td
{
	height: 22px;
	background-color: #F0F0F0;
}
.editPanel .title
{
	background-color: #449AE8;
	color: white;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
}

.editPanel .caption
{
	background-color: #E0EEF5;
	text-align: right;
}


.editPanel .content
{
	background-color: #F0F0F0;
}

.editPanel .end
{
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

/* 供测试部分 */
.outline
{
	border: 1px solid #800080;
}
