body,td,p,span,input,textarea
{
	font-size: 13px;
	color: #646464;
}

body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table
{
	word-break: break-all;
	word-wrap: break-word;
}

p
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

a
{
	text-decoration: none;
	color: #006699;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
a:active
{
	color: #FF0000;
}

img
{
	border: 0;
}

.dotline
{
    border-bottom:1px dotted;
}

/* 文本表格 */
.formTitle
{
	height: 25px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #EFF7FE;
}
.formHead
{
	height: 25px;
	padding-right: 10px;
	text-align: right;
	border-bottom: dotted 1px #DDDDDD;
}
.formBody
{
	padding-left: 10px;
	border-bottom: dotted 1px #DDDDDD;
}

/* 内容容器 */
.box
{
	border: solid 1px #BDD8F9;
	padding: 2px;
}
.boxTitle
{
	height: 25px;
	text-align: center;
	font-weight: bold;
	background-color: #EFF7FE;
}
.boxBody
{
	padding: 5px;
	text-align: left;
}

/* 多标签选项表格 */
.tagEnable
{
    width: 15%;
    height: 30px;
    text-align: center;
    border: solid 1px #BDD8F9;
    border-bottom: none;
    font-weight: bold;
}
.tagDisable
{
    width: 15%;
    text-align: center;
    border: solid 1px #BDD8F9;
    background-color: #EFF7FE;
}
.tagNull
{
    border: none;
    border-bottom: solid 1px #BDD8F9;
}
.tagBody
{
    border: solid 1px #BDD8F9;
    border-top: none;
    padding: 10px;
}
