body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 50px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #363636;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 50px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #363636;
color: white;
}

#maincontent{
position: fixed; 
top: 0;
left: 50px; /*Set left value to WidthOfLeftFrameDiv*/
right: 50px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 50px 0 50px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
#maincontent .innertube tdHead {
	background-color: #666666;
}
.tdHeadBlock {
	background-image: url(../images/block.jpg);
	background-repeat: repeat-x;
	display: block;
}
body,td,th {
	font-family: 宋体;
	font-size: 9pt;
	color: #000000;
}
.tdBottomBlock {
	background-image: url(../images/blockBottom.jpg);
	background-repeat: repeat-x;
	text-align:center;
	line-height:2em;
}
#copyright{
	text-align:center;
	line-height: 2em;
	font-size: 11px;
}
#ADbottom{
	background-image: url(../images/hands_bck.jpg);
	height: 3em;
	text-align: center;
}
.tblCaption {
	font-size: 12px;
	font-weight: bold;
	color: #3D42E8;
	background-image: url(../images/block.jpg);
	background-repeat: repeat-x;
}

#warning {
	font-size: 16px;
	font-weight: bolder;
	color: #FD0807;
	text-align: center;
	height: 400px;
	vertical-align: text-top;
	background-position: center center;
	
	text-decoration: blink;
	background-repeat: repeat-y;
	bottom: 200px;
	line-height: 15em;
}
#tabCaption{
	font-size: 12px;
	font-weight: bolder;
	color: #2811DB;    
}
a {
	font-size: 9pt;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996633;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
h1 {
	font-size: 36pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 9pt;
	color: #FF0000;
}
.STYLE1 {color: #FF0000
}
.style3 {
font-size:12pt;
}
#advertise {
	font-family: "黑体";
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#advertise a {
	color: #FF0000;
	text-align: center;
	font-size: 12px;
}
#transfer {
	font-family: "黑体";
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;		 	
}

/*Skin hospitals area*/
.existingHospitals {
	float: left;
	width: 30%;
	margin-left: 5px;
	}

/*Ad area for future*/
.futureAd {
	float: right;
	width: 68%;
}

/*Ad divs top*/
.divAd {
	text-align: center;
	height: 20px;
	width: 195px;
	color: #00F;
	border: dotted  thin;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 5px;
}

/*认定页面下部普通医院区域*/
.generalHospitals {
	margin-right: 5px;
	margin-left: 5px;
}
