/* -------------------------------- 
Primary style
-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑","雅黑宋体","新宋体","宋体","Microsoft JhengHei","华文细黑",STHeiti,MingLiu;
	background-color: #FFFFFF;
}

img {
  border: 0px;
  max-width: 100%;
  max-height: 500px;
}

a {
	color: #009933;
	text-decoration: none;
	outline: none;
	hide-focus: expression(this.hideFocus=true);
}

a:hover {
	color:#FF0000;
	text-decoration:none;
	outline:none;
	hide-focus: expression(this.hideFocus=true);
}

section p {
	margin: 12px 0;
}

p.head {text-align: right; color: grey;}
p.img_title {text-align: center; color: #009933; font-size: 16px; font-weight: bold; margin-top: 8px; }
p.img_note {text-align: center; color: black; margin-bottom: 8px; }


table {
	width: 100%;
	border: 0px;
	border-top: 4px #009933 solid;
	border-bottom: 4px #009933 solid;
	text-align: center;
	border-collapse: collapse;
	caption-side: top;
}

th {
	border-bottom: 2px #009933 solid;
	background-color: #CCFF99
}

table caption{
	font-weight: bold;
	font-size: 16px;
	color: #009933;
	margin-bottom: 8px;
}

td.img_title {text-align: center; color: #009933; font-size: 16px; font-weight: bold; margin-top: 8px; }

h3 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

/* -------------------------------- 
Custom style
-------------------------------- */
#report_body {
	width: 100%;
	padding-left: 16%;
	padding-right: 4%;
}

.normal_cont {
	width: 100%;
}

.help_logo {
	margin-left: 5px;
	height: 16px;
	width: 16px;
}

.project_info_separator{
	font-weight: bold;
	color: #009933;
	margin-left: 12px;
	margin-right: 12px;
}

.project_info_diff{
	font-weight: bold;
	color: #ff0000;
	margin-left: 12px;
	margin-right: 12px;
}

.project_info_group_lab{
	font-weight: bold;
	color: #009933;
	margin-right: 12px;
}

.project_info_and{
	color: #ff0000;
	margin-left: 5px;
	margin-right: 5px;
}

.sample_lab_strong{
	font-weight: bold;
}

.pic_table{
	border: 0px;
}

.pic_table_desc {
	padding-left: 20px;
	text-align: left;
}

.pic_table_strong{
	font-weight: bold;
	color: #ff0000;
}

/* -------------------------------- 
help div style
-------------------------------- */
#show_help {
	width: 960px;
	height: 600px;
	display: none;
	padding: 1px;
	position: fixed;
	border: 1px solid #009933;
	background: #ffffff;
	z-index: 999;
}

#show_help h3 {
	background:#009933;
	color:#fff;
	padding:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

#show_help span {
	position: absolute;
	right: 12px;
	top: 8px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}

#show_help p {
	padding: 5px;
}

#bgbox {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 990;
}

#help_page {
	width: 100%;
	height: 100%;
	border: none;
}


.brief{cursor: pointer;}
        .pinfo{word-break:break-all;size:490;}
        .toppicBox{ 
	background: #C1FFC1 none repeat scroll 0 0;
    border: 7px solid #fff;
    display: none;
    height: auto;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 2000;
 display: block;}
 .topClose {
    cursor: pointer;
    position: absolute;
    right: -17px;
    top: -17px;
}
.topBg {
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
