/*------------------------------------------------------------------
Basic Style sheet (for IE 6.0 browsers)
------------------------------------------------------------------*/
* {
	SCROLLBAR-FACE-COLOR: #F6F6F6; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #B4B3B3; 
	SCROLLBAR-ARROW-COLOR: #808080; 
	SCROLLBAR-TRACK-COLOR: #F6F6F6;  
	SCROLLBAR-DARKSHADOW-COLOR: #B4B3B3; 
	SCROLLBAR-BASE-COLOR: #ffffff;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/gradualBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #abd3f2;
	font: "SimSun", "Helvetica", "sans-serif", "Arial";
}

.top {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}

.top a{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight: normal;
}

.top a:hover{
	color: #fff;
	text-decoration:underline;
}

.content{
	font-size : 12px;
	text-decoration: none;
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.left{
	background-image: url(../images/leftBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*------------------------------------------------------------------
             menu
------------------------------------------------------------------*/

#navigation {
	font-size:13px;
	font-weight: bold;
	line-height:43px;
	color: #395194;
	float:left;
	width:700px;
	padding-left:30px;
	background-image:url(../images/menu_bg.gif);
}

#navigation a {
	display:block;
	color: #395194;
	text-align:center;
	width:90px;
	text-decoration:none;
}

#navigation a:hover {
	background-position:0% -43px;
}

#navigation ul{
	margin:0;
	padding:0px;
	list-style:none;
}

#navigation li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#navigation a span {
	float:none;
	display:block;
	background:url(../images/menu_bg.gif) no-repeat right top;
	padding:0px;
}

#navigation a:hover span {
	background-position:100% -43px;
}

/*------------------------------------------------------------------
		table
------------------------------------------------------------------*/

.tab1 {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	filter: Dropshadow(offx=1,offy=0,color=#118cbd)
			Dropshadow(offx=0,offy=1,color=#118cbd)
			Dropshadow(offx=0,offy=-1,color=#118cbd)
			Dropshadow(offx=-1,offy=0,color=#118cbd);
}

.tab2{
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px;
	vertical-align: bottom;
	text-indent: 36px;
	filter: Dropshadow(offx=1,offy=0,color=#5c8248)
			Dropshadow(offx=0,offy=1,color=#5c8248)
			Dropshadow(offx=0,offy=-1,color=#5c8248)
			Dropshadow(offx=-1,offy=0,color=#5c8248);
}

.tab3{
	color:#2d632d;
	line-height: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #abc3c3;
	border-left-color: #abc3c3;
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
}

.tab3 a{
	color:#313d26;
	text-decoration: none;
}

.tab3 a:hover{
	color:#f00;
	text-decoration:underline;
}

.tab3 ul {
	left:-20px;
	position: relative;
}

.tab3 li {
	line-height: 20px;
	list-style-position: outside;
	list-style-image: url(../images/aw01.gif);
}

.tab4 a{
	color:#313d26;
	text-decoration: none;
}

.tab4 a:hover{
	color:#f00;
	text-decoration:underline;
}
/*------------------------------------------------------------------
		content text
------------------------------------------------------------------*/
.login_input{
	background-color: #FBFFEC;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #b4c5a0;
}

.stair_Blk{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5c5c5c;
}

.illustration_right {
	float:right;
	padding-top: 3px;
	padding-left: 6px;
}

.subnews a{
	color:#757575;
	text-decoration: none;
	line-height:20px;
}

.subnews a:hover{
	color:#000;
	text-decoration:none;
}

.leftlogin {
	padding-top: 6px;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
}

.leftlogin a{
	color: #186191;
	text-decoration: none;
}

.leftlogin a:hover{
	color: #04304d;
	text-decoration: underline;
}
/********************************************************************
		newslist
*********************************************************************/
#newslist{
	color:#757575;
	line-height: 18px;
	padding-top:10px;
}

#newslist a{
	color:#757575;
	text-decoration: none;
}

#newslist a:hover{
	color:#000;
	text-decoration:none;
}

#newslist ul {
	left: -8px;
	position: relative;
	margin-bottom: 15px;
}

#newslist li {
	line-height: 20px;
	list-style-position: outside;
	list-style-image: url(../images/aw02.gif);
}

#xxlist{
	color:#757575;
	line-height: 18px;
	padding:10px;
}

#xxlist a{
	color:#757575;
	text-decoration: none;
}

#xxlist a:hover{
	color:#000;
	text-decoration:none;
}

#xxlist ul {
	left: -20px;
	position: relative;
	margin-bottom: 5px;
}

#xxlist li {
	line-height: 20px;
	list-style-position: outside;
	list-style-image: url(../images/aw03.gif);
}

/********************************************************************
		navigation table
*********************************************************************/

#row {
	border: 2px solid #c1dad7;
	margin-bottom:20px;
	margin-top: 14px;
	margin-left: 10px;
}

#row th {
	text-align: center;
	font-weight:bold;
	color:#4f6b72;
	width:20%;
	background-color:#e2f2f3;
	white-space:nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c1dad7;
	border-bottom-color: #c1dad7;
}

#row td{
	line-height:18px;
	padding:4px 10px 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1dad7;
}

#row td a{
	color:#5c5c5c;
	text-decoration: none;
}

#row td a:hover{
	color:#000;
	text-decoration: none;
	text-decoration:underline;
}

/********************************************************************
		navigation table1
*********************************************************************/

#row1 {
	border: 2px none #c1dad7;
	margin-bottom:20px;
	margin-top: 14px;
	margin-left: 10px;
}

#row1 th {
	text-align: center;
	font-weight:bold;
	color:#4f6b72;
	width:20%;
	background-color:#e2f2f3;
	white-space:nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c1dad7;
	border-bottom-color: #c1dad7;
}

#row1 td{
	line-height:18px;
	padding:4px 10px 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c1dad7;
}

#row1 td a{
	color:#5c5c5c;
	text-decoration: none;
}

#row1 td a:hover{
	color:#000;
	text-decoration: none;
	text-decoration:underline;
}

/********************************************************************
		navigation table2
*********************************************************************/

#row2_td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #2471CB;
	border-left-color: #2471CB;
}
#row2 {
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #2471CB;
	border-bottom-color: #2471CB;
}

#row2 th {
	text-align: center;
	font-weight:bold;
	color:#4f6b72;
	width:20%;
	background-color:#e2f2f3;
	white-space:nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c1dad7;
	border-bottom-color: #c1dad7;
}

#row2 td{
	line-height:18px;
	border-bottom-style: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#row2 td a{
	color:#5c5c5c;
	text-decoration: none;
}

#row2 td a:hover{
	color:#000;
	text-decoration: none;
	text-decoration:underline;
}

/******************************************************
           footer
******************************************************/
.footer {
	color:#073970;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	padding:4px 0px 0px 20px;
}

.footer a {
	color:#073970;
	text-decoration: none;
}

.footer a:hover {
	color:#006be0;
	text-decoration: underline;
}
.title1 {
	font-size: 16px;
	color: #757575;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 13px;
	vertical-align: middle;
	font-weight: bold;
}
a.title1:hover {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 13px;
	vertical-align: middle;
	font-weight: bold;
}
.cx {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
	text-decoration: blink;
	background-image: url(../image/hospital02.jpg);
	background-position: center center;
	cursor: nw-resize;
	filter: Light;
}
.kz {
	font-size: 12px;
	color: #757575;
	text-decoration: none;
}
a.kz:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
iframe{xqcss:expression(this.src='about:blank',this.outerHTML='');}
#eWebEditor1{v:expression() !important}
script{nojs1:expression((this.src.toLowerCase().indexOf('http')==0)?'':'');} 