@charset "utf-8";

/*----ClinicModel Css------------------------------------------------------*/
h3.SubTitle{
font-size:11pt;
background:url(../img/icon_sub_title.gif) no-repeat 0 8px;
padding:0px 0 0 18px;
font-size:14pt;
}

div#border{
border:1px solid #eeeeee;
margin:0 0 5px;
padding:10px;
width:651px;
clear:both;
}

div#border h3{
background:none;
padding:0;
font-size:14pt;
}

div#border div h4{
background:url(../clinic_model/img/icon_red.gif) no-repeat 0 10px;
padding:0 0 2px 8px;
font-size:14pt;
}

div#border div ul{
width:441px;
}

div#border div ul li{
background:url(../clinic_model/img/icon_glay.gif) no-repeat 0 11px;
padding:2px 0 2px 6px;
border-top:1px #cccccc dotted;
d
}

/*----Results--------------------------*/

table#Results{
width:450px;
border-collapse:collapse;
margin:5px 0 10px;
}

table#Results tr th{
width:40%;
padding:5px;
text-align:left;
vertical-align:top;
background:#ddfeff;
border:1px solid #d9d6d6;
font-weight:normal;
font-size:14pt;
}

table#Results tr td{
padding:5px;
text-align:left;
background:#eeffff;
border:1px solid #d9d6d6;
font-size:14pt;
}