
/***********************************************
	Document Style
***********************************************/

.Document P 
{
	margin-top: 10px;
	margin-bottom: 15px;
	text-indent: 2em;
}

.Document H1 
{
	font-size:20px;
	font-weight: bold;
	font-family: "tahoma","宋体";
	color: #14518D;
	line-height:20px;
	margin-bottom:5px;
}

.Document H1.subhead
{
	font-size:16px;
	font-weight: normal;
	font-family: "tahoma";
	color: #3684D1;
	line-height:26px;
	border-bottom:none;
	margin-top:2px;
	border-bottom:solid 1px #81C0FF;

}

.Document H2
{
	font-size:14px;
	font-weight: bold;
	color: #2C78C2;
	margin-top: 30px;
	margin-bottom:5px;
	padding-left: 10px;
}

.Document H2.subhead
{
	font-size:12px;
	font-family: "tahoma";
	font-weight: normal;
	background-color:#99CCFF;
	color: white;
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom:5px;
}

.Document h6 
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	color: #0066ff;
	font-weight: bold;
}

.TableCaption
{
	font-size:14px;
	font-weight: bold;
	color: #2C78C2;
	margin-bottom: 5px;
}

/* 橙色内页标题 */
.orangeHead
{
	font-size: 16px;
	color: #FA8301;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
}

/* 金色内页醒目文字 */
.goldText
{
	font-size: 13px;
	color: #A78A32;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 22px;
}	

.text_title 
{
	font-size: 13px;
	color: #A78A32;
	font-weight: bold;
}

.right 
{
	float: right;
	margin-top: 0;
}

/***********************************************
	List Style
***********************************************/

.Document p.listhead 
{
	margin-bottom: 5px;
}

.Document ol
{
	margin-top: 0;
	margin-left: 4em;
}

.Document ol li
{
	margin-top: 10px;
	margin-bottom: 15px;
}

/***********************************************
	Table Style 0 联安风格内页标准表格
***********************************************/

table.style0
{
	margin-top: 0;
	border: solid 1px #dcdcba;
	border-collapse:collapse;
}

table.style0 thead th
{
	text-align:center;
	border: solid 1px #dcdcba;
	background-color: #c4c488;
}

table.style0 td,th
{
	padding: 3px;
	border: solid 1px #dcdcba;
}

table.style0 tr.even
{
	background-color: #f7f7ed;
}


/***********************************************
	Table Style 1 联安风格内页表格（健康知识、）
***********************************************/

table.style1
{
	margin-top: 0;
	border: solid 1px #a8a676;
	border-collapse:collapse;
}

table.style1 th
{
	text-align:center;
	border: solid 1px #a8a676;
}

table.style1 td
{
	padding: 3px;
	border: solid 1px #a8a676;
}

table.style1 tr.even
{
	background-color: #f7f7ed;
}

/***********************************************
	Table Style 2 个检套餐、团检套餐索引表
***********************************************/

table.style2
{
	font-size: 13px;
}

table.style2 a 
{
	font-size: 13px;
	text-decoration: none;
}
table.style2 a:hover
{
	text-decoration: underline;
}

table.style2 tr
{
	background-color:#D2E9FF;
}

table.style2 tr.even
{
	background-color: #E5E5E5;
}

table.style2 td
{
	text-align: center;
}

/***********************************************
	Table Style 3 体检套餐一览表
***********************************************/

table.style3
{
	border:solid 1px  #2C78C2;
	border-collapse:collapse;
}

table.style3 thead
{
	background-color: #D2E9FF;
	text-align:center;
	white-space: nowrap;
	color:black;
}

table.style3 td
{
	border:solid 1px #cccccc;
	padding: 5px;
}

table.style3 th
{
	border:solid 1px #cccccc;
	text-align:center;
	white-space: nowrap;
}

table.style3 tr.even
{
	background-color: #F4F1EE;
}

table.style3 ul 
{
	margin-left: 2em;
	margin-bottom: 0;
}

/***********************************************
	Table Style 4 体检套餐细目表
***********************************************/

table.style4
{
	border-collapse:collapse;
	width: 100%;
}

table.style4 td
{
	padding:0;
}

table.style4 tr.header th
{
	border:solid 1px #2C78C2;
	background-color: #D2E9FF;
	text-align:center;
	white-space: nowrap;
	color:black;
}

table.style4 td.ExamItem
{
	border:solid 1px #cccccc;
	vertical-align:top;
	width: 50%;
}

table.style4 table.ExamItem
{
	border:solid 1px white;
	border-collapse:collapse;
	margin:0;
	width:100%;
	height: 100%;
}

table.style4 thead.ItemTitle td
{
	border:solid 1px #cccccc;
	background-color: #F4F1EE;
	color:Black;
}

table.style4 tbody.ItemDetails td
{
	border:solid 1px #cccccc;
}

table.style4 td.ItemDescription
{
	border:solid 1px #cccccc;
}

table.style4 .ItemDescription, .ItemDetails
{
	display: none;
}


/***********************************************
	Table Style 5 体检套餐对比表
***********************************************/

table.style5
{
	border:solid 1px #2C78C2;
	border-collapse:collapse;
	width: 100%;
}

table.style5 tr.header 
{
	background-color: #D2E9FF;
	text-align: center;
	color:black;
}

table.style5 td
{
	padding:0;
	border:solid 1px #cccccc;
}

table.style5 th.ItemDescription
{
	width: 35%;
}

table.style5 tr.ItemTitle
{
	background-color: #F4F1EE;
}

table.style5 td.ItemDescription
{
	background-color: transparent;
}

table.style5 tr.ItemTitle th
{
	border:solid 1px #cccccc;
	white-space:nowrap;
}

table.style5 td.CheckMark
{
	text-align: center;
	font-size: 10px;
}

table.style5 .ItemDescription ul
{
	margin-left: 2em;
	margin-bottom: 0;
}

