﻿body { margin:0 auto; font-size:12px; font-family:Verdana,宋体; line-height:1.5;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
#fz ul { list-style:none; margin: 0px; padding: 0px; background:#ccc; }
#fz ul li ul { border:1px solid #ccc;}
#fz ul li ul li { list-style:decimal inside; float:none; width:644px; background:#FFF; margin:0; padding:0 0 0 20px;}
#fz ul li ul li a { background:none;}
#fz ul li ul li a:hover { background:#333; color:#fff;}


img { border:0px;}
a { color:#05a; text-decoration:none;}
a:hover { color:#f00;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;} /*清除浮动*/

        #contaner
        {
            width:900px;
            margin:0 auto;
            overflow:auto;
            zoom:1;
        }
        #header
        {
            height: 70px;
            /*background:#CFC;*/
            /*margin-bottom:8px;*/
        }
        
/*content*/
.tblBody
{
    border:1px solid #000;
    border-collapse:collapse;
    width:730.8px;
    margin:0 auto;
}
.divTable
{
    border:1px solid #000;
    width:730.8px;
    margin:0 auto;
}
h1,h2{ font:bold 19px 黑体; text-align:center; margin:10px 0 10px 0;}
.tblHeader /*表头*/
{
    border:1 solid #000;
    border-color:#666;
    width:730.8px;
    margin:0 auto;
    font:19px 仿宋_GB2312;
    padding:15px 15px 10px 0px;
    text-align:right;
}

h2{ font-size:18px; text-align:center; margin:10px 0 10px 0;}
.divLine{ display:block;}
h7{ font:16px 仿宋_GB2312; text-align:left; line-height:2.5; width:100px; text-align:justify;}
table.ha
{
    width:730.8px;
    margin:0 auto;
    border:1px solid #000;
    border-collapse:collapse;
    padding-bottom:15px;
}
table.haList
{
    width:100%;
    margin:0 auto;
    border:0 none #FFF;
    border-collapse:collapse;
    padding:0 0 0 0;
}
table.ha td /* 与#calendarTable的样式区分开 */
{
    border:1px solid #000;
	font-size:14px;
	text-align:left;
	padding:5px 10px 5px 10px;
}
table.haList td /* 与#calendarTable的样式区分开 */
{
    border:0 none;
	font-size:12px;
	text-align:left;
	padding:5px 10px 5px 10px;
}
table.ha td.tdTitle /* 主表格中单独一行的子标题 */
{
    text-align:center;
    font-weight:bold;
    background-color: gray; /* #73c437; */
}
table.haList tr.tdTitle /* 子表格中的标题行 */
{
    text-align:center;
    font-weight:bold;
    line-height:1;
    background-color:#73c437;
}

.textBoxUnderline,.textBoxUnderlineShort
{
    border:0;
    border-bottom:1px solid black;
    width:150px;
}
.textBoxUnderlineShort
{
    width:50px;
}
#bg{ display: none;  position: absolute;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: #000;  z-index:1000;  -moz-opacity: 0.7;  opacity:.70;  filter: alpha(opacity=70);}
.divNormal{display: none;  position: absolute;  top: 25%;  left: 22%;  width: 53%;  height: 49%;  padding: 8px;  border: 1px solid #E8E9F7;  background-color: white; overflow: auto; -webkit-border-radius: 6px;  -moz-border-radius: 6px;  border-radius: 6px;  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);}
.iframe750x320, .iframe750x660{width:750px; height:320px; border:0;}/* frameborder:0; allowTransparency:true;*/
.iframe750x660{height:660px;}

        #left
        {
            float:left;
            height: 330px;
            width: 260px;
            background:#FF9;
        }
        #content
        {
            height: 148px;
            width: 515px;
        }
        
        /*footer*/
        #footer { height:70px; background:#CCFFCC;}

/** Buttons for modal window styles, for ex:既往史,家族史,残疾情况,遗传病史, etc. **/
.flatbtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  color: #f3faef;
  text-decoration: none;
  background-color:Gray;/*#6bb642;*/
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1 solid gray;
  font-size:12px;
  padding: 2px 5px 2px 5px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
  box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}
.flatbtn:hover {
  color: #fff;
  background-color: #73c437;
}
.flatbtn:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
/** Buttons for modal window styles, for ex:既往史,家族史,残疾情况,遗传病史, etc. **/

.btnclose
{
    float:right;
    padding:0 5 0 5;
}