﻿/*为了方便修改，暂做以下详细注释*/
*{font-size:10pt;}
body
{
	SCROLLBAR-FACE-COLOR: #ffffff; 
    SCROLLBAR-HIGHLIGHT-COLOR: #D2D2D2; 
    SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
    SCROLLBAR-ARROW-COLOR: #D2D2D2; 
    SCROLLBAR-TRACK-COLOR: #F8F4F8; 
    SCROLLBAR-DARKSHADOW-COLOR: #D2D2D2;
	background:#FFFFFF;
}
 textarea
{
  word-wrap:break-word;    
  word-break:break-all;
}
.hand {CURSOR: hand}
/*连接样式*/
   a:hover{color:#5798CF; text-decoration:none;}
    a{color:#265E91; text-decoration:none;}
/*GridView样式设置*/
.GridList
{
	font-size: 10pt;
	word-break: break-all;
	myTable:expression(listBlue(this));	
}
.GridList td{ height:25px; text-align:center; }
/*ADD和UPDATE页按钮样式设置*/
.btn004{ 
BORDER:#6DACDD 1px solid; 
PADDING: 3px 2px 0 2xp; 
FONT-SIZE: 12px; 
FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#AECBE3); 
CURSOR: hand; 
COLOR: black; 
} 
/*列表页标题*/
.list_title
{height:40px; font-size:11pt; font-weight:bold; color:#FF9966; text-align: center;}
/*列表页返回*/
.comeback
{font-weight:bold; Font-Size:10pt; text-decoration:underline; Color:#3480C5;padding-left:10px; text-align:left;}
/*列表页名字搜索框*/
.txtName
{border:1px #74A4D4 soild; width:80px;}
/*ADD和UPDATE页表头题目*/
caption
{ font-size:14pt; font-weight:700; text-align:center; line-height:50px;}
/*ADD和UPDATE页表格样式*/
.table_1
{width: 100%; font-size: 10pt; word-break: break-all; myTable:expression(blue(this));}

.table_1 td
{ height:20px; text-align:center; line-height:18px;}
/*ADD和UPDATE页内嵌表格样式*/
.sub_table td{ text-align:left;}
/*分页背景*/
.sub_container
{background:#E9EFF9;color:#000;text-align:center;}
/*在IE中*/
input {
 border:expression(this.type=="text"?"1px inset #E0DFE3":"style");
 }
/*在Firefox中*/
input[type="text"] {
    border:1px inset #0076BB;
 }
/*ADD和UPDATE页表单txtBox样式*/	
.txtBox
{
	border-color:#007345;
	border-width:0 0 1px 0;
	border-style:solid;
	background:#D7EBF9;
	line-height:20px;
}

/*基表左边菜单栏目样式*/
.Basicinfo_div{text-align: center;border:#3480C5 solid 1px;width:100%;margin-top:-4px; padding:8px 8px 4px 8px; z-index:1;}
.Menu{ border:1px #3480C5 solid; background:#FFFFFF;color:#FFFFFF; padding:2px;}/*菜单默认*/
.Menu1{ background:#3480C5; border:1px #348C36 solid;  color:#FFFFFF;}/*鼠标划过*/
.Menu1 a:hover{color:#FFFFFF; text-align:center; text-decoration:underline;}

.sub_title{height:80px; font-size:12pt; font-weight:bold; color:#4D944D; text-align: center;}
/*社区康复等列表*/
.title{background:#E8F0F9 url('Img/ico.gif') no-repeat center left;line-height:24px;text-align:left;color:#3480C5; font-weight:bold;padding-left:30px;  border-bottom:1px #fff solid;}
.title2{background:url('Img/word.gif') no-repeat;height:30px;line-height:30px;padding-left:40px;margin-right:60px;}
.td{height:84px;line-height:84px;border-top:1px #3480C5 solid} 
/*2008-1-17之前的*/
/*复合查询表格样式*/
.chaxun
{
	border:1px #3480C5 solid;
	border-collapse:collapse;
}
.chaxun td
{
	border:1px #3480C5 solid;
	height:25px;
	padding:0 3px;
}
/*GridView鼠标划过事件*/
.datarow
{   
CURSOR: hand;
  /*设置onmouseover事件*/
  onmouseover: expression(onmouseover=function (){this.style.borderColor ='';this.style.color='black';this.style.backgroundColor ='#D5E3F2'});
  /*设置onmouseout事件*/
  onmouseout:expression(onmouseout=function (){this.style.borderColor='';this.style.color='black';this.style.backgroundColor ='#F6F8F8'});
 }
/*2008-1-18*/
.zcfg
{background:url(Img/zheng.gif);width:131px; height:37px; border:none;}
/*2008-2-15*/
.ti{background:url(Img/ti.gif);width:338px; height:45px; border:none;}
/*2008-2-25*/
.treetilte{
  font-weight: bold; font-size: 12px; cursor: HAND; height:25px; line-height:25px; background:#74A4D4;
   width:700px; border-top:1px #ffffff solid; border-left:1px #1F669B solid;border-right:1px #1F669B solid;}