﻿/* Common CSS for Yotie.com */
/* 2008.05.21 zx*/

/* 表单元素 */
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #666;	
}

/*---表格----*/
table { width:100%; border-collapse:collapse; border-spacing:0px; }
table th {
	text-align:center; 
}
table th,table td { color:#666; height:20px; line-height:22px; padding:5px 5px; border:1px solid #ddd;}

input.text 
{
    height:18px; line-height:18px; 
    text-indent:5px; border:1px solid #afacac; 
    color:#666; font-size:12px; background:url(images/front/inputbg.jpg)
}
textarea 
{
    border:1px solid #999; line-height:20px; 
    background:#fbfbfb;  color:#666; font-size:12px; color:#666; 
}

/*-------------链接以大写字母L+颜色命名-------*/
/* 白色链接 下划线*/
a.a1:link, a.a1:visited { color:#fff; text-decoration:underline;  }
a.a1:hover, a.a1:active { color:#FF6600; text-decoration:none; cursor:pointer; }

/* 蓝色链接 下划线*/
a.a2:link, a.a2:visited { color:#09f; text-decoration:underline;  }
a.a2:hover, a.a2:active { color:#FF6000; text-decoration:none; cursor:pointer; }

/* 用户名链接 */
.un:link, .un:visited {
  color: #09f;
	text-decoration: none;
}
.un:hover, .un:active {
	color:#09f;
	text-decoration:underline;
}

/*打印样式*/
.print{display:none;}

.checkboxList
{
	border-collapse:separate;
	border-spacing:1px;
	border:1px solid #CCC;		
}
.checkboxList input
{
	border:0; background:none; height:auto;	
}

/* 错误提示 */
.error-tip {
	background-image: url(images/icon/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #f00;	
}

/* OK提示 */
.ok-tip {
	background-image: url(images/icon/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #20963e;	
}
/*------------提示信息---------*/
.btn-ok-tip {
	background-image: url(images/icon/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #20963e;
	margin-left:20px;	
}
.btn-error-tip {
	background-image: url(images/icon/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #f00;	
	margin-left:20px;
}
.ok-msg {
	background-image: url(images/icon/ok.gif);
	background-repeat: no-repeat;	
	background-position: left center;
	padding-left: 20px;
	color: #666;
	background:#AEEC97;	
}

/* 一般信息提示 */
.tip {
	background-image: url(images/icon/tip.gif);
	background-repeat: no-repeat;	
	background-position: left center;
	padding-left: 20px;
	color:#0033ff;
}

.open
{
    background-image: url(images/icon/open.gif);
	background-repeat: no-repeat;	
	background-position: left center;
	padding-left: 20px;
}
.close
{
    background-image: url(images/icon/close.gif);
	background-repeat: no-repeat;	
	background-position: left center;
	padding-left: 20px;
}
.servicetree 
{
    padding-left:20px;
}
/* 虚线分割线 */
.dotline{
	background-image: url(images/dotline.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 9px;
	clear: left;
}
/* 实线分割线 */
.realline{
	background-image: url(images/realline.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 9px;
	clear: left;
}


/*错误页样式*/
.youtie_error_words {
	padding: 30px;
	overflow:hidden;	
}
.youtie_error {
	background-image: url(images/icon/large_error.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:165px;
	text-align: left;

	margin: auto;
	
}

/*密码强度*/
.pwd-strength { 
    height:20px; 
	line-height:20px;
	width: 80px;
	float: left;
	text-align: center;
	border: solid 1px #999;
}


/*-------------其他公用-------*/
.quickmenu 
{
    background:url(images/icon/home1.jpg) no-repeat scroll left center;
    height:20px; margin:10px 0 0 10px; 
    padding-left:18px;    
}
.quickmenu a{text-decoration: none;}
.quickmenu a:hover{text-decoration: underline;}

.tableline 
{ height:10px; border-bottom:1px dashed #ccc; margin-bottom:10px; line-height:10px; }

.guding { width:705px; height:auto; overflow:hidden; }

.aspcheckbox
{
	text-align:left;
	/*border-collapse:collapse;
	border-spacing:5px;*/
	background-color:#EEFFEE;
	border:1px solid;
	width:100%;
}
.aspcheckbox td
{
	padding: 5px;
	border:1px solid;
	width:20%;	
}
.aspcheckbox input { border:0; background:none; height:auto; }

.aspziliao{width:650px; height:auto; overflow:hidden; text-align:left;}
.tableDiv
{
	background-color:#FFFFFF;
	width:auto;
	color:#666666;
	border:1px solid #CCC;
}
/*---------------院外就医--------------------*/
.OutCureLeftTd
{
	width:80px; text-align:right; vertical-align:top;	
}
/*--------日常概况记录------------*/
.healthLeft
{
	text-align:left;
}

/*--------列表分页链接居中显示------------*/
.listCenter{
	text-align:center;
}

.imagegreen { border:2px solid #dbf2cc; }

/* 必填星号样式 */
.req {
	color: #FF0000;
	font-weight: bold;
}

/* 带边框的图片 */
.pic {
	padding: 1px;
	border: 1px solid #f3f3f3;
}

/*忙碌中*/
.working {
	background-image: url(images/icon/working.gif);
	background-repeat: no-repeat;
	background-position: center
}

/* 查看更多 */
.view_more {
	float:right;
	background-image: url(images/icon/icon_more.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;	
	margin-top: 5px;
	padding-left: 15px;
	text-align: left;
	color: #0099ff;	
}



/* 标准头像 48*48 */
.avatar {
	padding: 1px;
	border: 1px solid #f3f3f3;
	height: 48px;
	width: 48px;
}

/* 小头像 20*20*/
.avatars {
	padding: 1px;
	border: 1px solid #f3f3f3;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}


/* 模块样式 */
.module-title{
	background-image: url(images/solidline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}

.module-title1{
	padding: 5px;
	font-weight: bold;
}

.module-tab {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.module-tab li {
	display: inline;
	padding: 3px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-left-color: #dedede;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.module-tab li :link,.module-tab li :visited {
	color: #999999;
	text-decoration: none;
}
.module-tab li :hover,.module-tab li :active {
	color:#666666;
	text-decoration:none;
}
.module-tab .current{
	display: inline;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-right-color: #0099FF;
	border-left-color: #99CCFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg_mod_tab.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
}
.module-tab .current a:link,.module-tab .current a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.module-tab .current a:hover,.module-tab .current a:active {
	color:#FFFFFF;
	text-decoration:none;
}


/* 通用框样式 */
.topic-box {
	background-image:url(images/dotline.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	padding-top:5px;
}
.topic-box1 {
	background-color:#F0F8FD;
	background-image: url(images/dotline.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	padding-top:5px;
}
.topic-avatar {
	text-align: center;
	width: 100px;
	float: left;
}
.topic{
    padding-left:100px;
}

.current-change {
	background-color: #ccffcc;
}

.hover-change {
	background-color: #ccffcc;
}
.divOK
{
	text-align:right;
}
.divCenter
{
	width :100%;
	text-align:center;
	margin-top:20px;
}

/*-----------病历的div--------------*/
.caseHistory
{
	width:760px;
}
#casetable{border:solid 1px #ddd;display:inline;overflow:hidden;}
#casetable table td { border:0; }
.caseContentRight{border-right:1px solid #ddd;}

/*---------灰色边框的Div-----------*/
.grayDiv{width:100%;border:1px solid #CCC;}

/*----------集团客户的Logo------------*/
.CorpLogo{ height:70px; width:150px;}



