﻿/* by Coolfish*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	background-color: #FFFFFF;
}

a:link {color: #000000; text-decoration:none}     /* 未被访问的链接 */
a:visited {color: #000000; text-decoration:none}  /* 已被访问过的链接 */
a:hover {color: #666666; text-decoration:none}   /* 鼠标悬浮在上的链接 */
a:active {color: #999999; text-decoration:none;font-weight: bold;}   /* 鼠标点中激活链接 */

.title {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 240px;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}

.more {
	font-size: 10px;
	float: left;
	height: 18px;
	width: 40px;
	padding-right: 10px;
	padding-top: 12px;
}


/* toolbar */
#toolbar {
	height: 50px;
	width: 960px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
#top_left {
	text-align: left;
	float: left;
	height: 20px;
	width: 200px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	padding-top: 30px;
	padding-left: 10px;
}
#top_right {
	text-align: right;
	height: 25px;
	width: 200px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: right;
}

/*main*/
#main {
	width: 950px;
	height:1150px;
	border: 1px solid #dedede;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #FFFFFF;
}

#header {
	height: 250px;
	width: 950px;
	background-image: url(../images/header.jpg);
}
#menu {
	background-image: url(../images/menu_bg.gif);
	height: 32px;
	width: 935px;
	background-repeat: no-repeat;
	margin-top: 5px;
	text-align: left;
	padding-left: 15px;
}
#center {
	background-image: url(../images/center_bg.gif);
	height: 148px;
	width: 950px;
	margin-top: 5px;
}
#content {
	width: 950px;
	margin-top: 5px;
	overflow: hidden;
	font-size: 12px;
	line-height: 2em;
}
.rili_bg {
	background-image: url(../rili_images/rili_bg.gif);
	background-repeat: no-repeat;
	width: 950px;
	float:left;
}

#content_right {
	float: left;
	width: 680px;
	margin-left: 10px;
}
.content_r_t {
	background-image: url(../images/content_r_title.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 670px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#content_r_c {
	background-image: url(../images/content_r_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	text-indent: 2em;
	padding: 10px;
	width: 660px;
	font-size: 14px;
}

#content_r_c2 {
	background-image: url(../images/content_r_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px;
	width: 660px;
	font-size: 12px;
}
.txt_img {
	float: left;
	text-indent: 0px;
	margin-right: 1em;
}
.txt {
	text-indent: 0px;
	margin-bottom: 2em;
}
.txt_r {
	text-align: left;
	text-indent: 0px;
	float: right;
	margin-bottom: 2em;
	width: 310px;
}
.txt_l {
	text-align: left;
	text-indent: 0px;
	float: left;
	margin-bottom: 2em;
	width: 310px;
}
.txt_640 {
	text-align: left;
	text-indent: 0px;
	width: 640px;
}

.zise {
	color: #990066;
}


#content_r_b {
	background-image: url(../images/content_r_b.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 680px;
	padding-top: 5px;
}




#content_l {
	background-image: url(../images/content_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 280px;
	width: 310px;
}
#content_c {
	background-image: url(../images/content_center.gif);
	background-repeat: no-repeat;
	float: left;
	height: 280px;
	width: 310px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}
#content_r {
	background-image: url(../images/content_right.gif);
	background-repeat: no-repeat;
	float: right;
	height: 280px;
	width: 310px;
	overflow: hidden;
}
.content_title {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 240px;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}

.content_more {
	font-size: 10px;
	float: left;
	height: 18px;
	width: 40px;
	padding-right: 10px;
	padding-top: 12px;
}

.content_all {
	line-height: 16px;
	text-indent: 2em;
	text-align: left;
	height: 230px;
	width: 290px;
	margin: 10px;
}


/*footer*/
#footer_f {
	background-image: url(../images/footer_fuscous.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 950px;
	float:left;
	margin-top: 5px;
	text-align: center;
	color: #CCCCCC;
	padding-top: 6px;
}
#footer_t {
	color: #333333;
	background-image: url(../images/footer_tint.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 950px;
	float:left;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
}
#space {
	height: 20px;
	width: 960px;
	float:left;
}
#footer_f a {
 color: #FFFFFF;
 text-decoration:none}
.footer_f a:hover {
 color: #FFFFFF;
 text-decoration:none}
.footer_f a:visited {
 color: #FFFFFF;
 text-decoration:none}
.footer_f a:active {
 color: #FFFFFF;
 text-decoration:none;font-weight: bold;
}
.img_l {
	float: left;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-indent: 0px;
}
.img_r {
	padding: 5px;
	float: right;
	margin-top: 10px;
}
#reg {
	height: 120px;
	width: 300px;
	padding: 10px;
	float: left;
}
#Icno_01 {
	float: left;
	height: 140px;
	width: 300px;
	background-image: url(../images/Emergency.gif);
}
#Icno_02 {
	float: left;
	height: 140px;
	width: 300px;
	background-image: url(../images/reception.gif);
}
#Icno_03 {
	float: left;
	height: 140px;
	width: 300px;
	background-image: url(../images/reception.gif);
}
#leftbar {
	float: left;
	width: 260px;
}
.leftbar_img {
	width: 260px;
	height: 280px;
	background-image: url(../images/content_left_260.gif);
	margin-bottom: 5px;
}
.content_link {
	background-image: url(../images/content_r_bg.gif);
	background-repeat: repeat-y;
	text-align: right;
	padding: 10px;
	width: 660px;
	font-size: 12px;
}






/*CSS viciao style pagination*/

DIV.viciao {
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px
}
DIV.viciao A {
	BORDER-RIGHT: #DEDEDE 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #DEDEDE 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #DEDEDE 1px solid; COLOR: #000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #DEDEDE 1px solid; TEXT-DECORATION: none
}
DIV.viciao A:hover {
	BORDER-RIGHT: #A3095F 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #A3095F 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #A3095F 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #A3095F 1px solid
}
DIV.viciao A:active {
	BORDER-RIGHT: red 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: red 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: red 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: red 1px solid
}
DIV.viciao SPAN.current {
	BORDER-RIGHT: #e89954 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #e89954 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #e89954 1px solid; COLOR: #000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e89954 1px solid; BACKGROUND-COLOR: #F9EDEF
}
DIV.viciao SPAN.disabled {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid
}

/* For shunyi */
.content_title2 {
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	width: 200px;
	margin-left: 5px;
	padding-top: 10px;
	float: left;
}
.content_more2 {
	font-size: 12px;
	float: right;
	height: 18px;
	width: 40px;
	padding-right: 10px;
	padding-top: 12px;
}
.content_all2 {
	line-height: 16px;
	text-align: right;
	height: 120px;
	width: 240px;
	margin: 10px;
	font-size: 14px;
}
.leftbar_img90 {
	width: 260px;
	height: 90px;
	background-image: url(../images/content_left_260.gif);
	margin-bottom: 5px;
}
.leftbar_img180 {
	width: 260px;
	height: 180px;
	background-image: url(../images/content_left_260_180.gif);
	margin-bottom: 5px;
}
#sidebar_left {
	float: left;
	width: 200px;
	background-image: url(../images/main_bg.gif);
}
#sidebar_center {
	float: left;
	width: 410px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/main_bg.gif);
}
#sidebar_right {
	float: right;
	width: 330px;
	background-image: url(../images/main_bg.gif);
}
#content_c_title {
	width: 410px;
	background-image: url(../images/content_c_title.gif);
	height: 26px;
	font-size: 14px;
	text-indent: 2em;
	font-weight: bold;
	padding-top: 5px;
}
#content_c_bg {
	width: 390px;
	background-image: url(../images/content_c_bg.gif);
	text-indent: 2em;
	padding: 10px;
}
#content_c_bottom {
	width: 410px;
	background-image: url(../images/content_c_bottom.gif);
	height: 5px;
	background-repeat: no-repeat;
}
#content_right {
	width: 330px;
	height: 300px;
	margin: 0;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#content_l_title {
	width: 200px;
	background-image: url(../images/content_l_title.gif);
	height: 26px;
	font-size: 14px;
	text-indent: 1em;
	font-weight: bold;
	padding-top: 5px;
}
#content_l_bg {
	width: 180px;
	background-image: url(../images/content_l_bg.gif);
	padding: 10px;
}
#content_l_bottom {
	width: 200px;
	background-image: url(../images/content_l_bottom.gif);
	height: 5px;
	background-repeat: no-repeat;
	line-height: 80%;
	background-color: #FFFFFF;
}
#content_ico {
	width: 200px;
	height: 69px;
	background-color: #FFFFFF;
	padding-bottom: 2px;
}
#content_ad {
	width: 316px;
	height: 254px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#content_adbg {
	width: 330px;
	background-image: url(../images/ADVERTISEMENT.gif);
	height: 280px;
	text-align: center;
	background-repeat: no-repeat;
}
#tianchong1 {
	width: 330px;
	height: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tianchong2 {
	width: 200px;
	height: 220px;
	margin-top: 2px;
}
#tianchong3 {
	width: 410px;
	height: 10px;
	margin-top: 2px;
}
#content_ico2 {
	width: 200px;
	height: 69px;
	padding-bottom: 2px;
}
.dir{
	border-left:#F18D5C solid 1px;
	border-top:#F18D5C solid 1px;
	border-collapse:collapse;
} 
.dir td{
	border-right:#F18D5C solid 1px;
	border-bottom:#F18D5C solid 1px;
	padding:10px 10px 6px;
	vertical-align: top;
	background-color: #FFFDEE;
}
.n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A4004E;
	text-align: left;
	width: 380px;
	text-indent: 0em;
}
/*出诊表*/
.dir2{
	border-left:#F18D5C solid 1px;
	border-top:#F18D5C solid 1px;
	border-collapse:collapse;
} 
.dir2 td{
	border-right:#F18D5C solid 1px;
	border-bottom:#F18D5C solid 1px;
	padding:10px 10px 6px;
	vertical-align: top;
}
#sidebar_rili {
	float: left;
	width: 740px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/main_bg.gif);
}
#rili_title {
	width: 740px;
	background-image: url(../images/rili_title.gif);
	height: 26px;
	font-size: 14px;
	text-indent: 2em;
	font-weight: bold;
	padding-top: 5px;
}

#rili_bottom {
	width: 740px;
	background-image: url(../images/rili_bottom.gif);
	height: 5px;
	background-repeat: no-repeat;
}
