
/* ====================================== 

  绿色风格  弹出窗口  通用样式表  

====================================== */

/* 打印设置样式  */
.formbutton {
	border: 1px #000000 solid;
	padding-top: 1px; 
	margin-top: 1px;
	height: 18px;
}
@media print {
.notprint {
    display:none;
    }
}

@media screen {
.notprint {
    display:inline;
    cursor:hand;
    }
}

/* 操作区域样式  */

/* 操作区域样式 按钮  */
#area{
	height:31px;
	background: url(/style/blue/images/blank_titlebg.gif) repeat-x;
}
.rightbtn {color:white; font-size:12px;}
.rightbtn a:link{color:white; text-decoration: underline;}
.rightbtn a:visited{color:white; text-decoration: underline;}
.rightbtn a:hover{color:white; text-decoration: underline;}

/* 表格标题  */

#caption {
	width:60%;
	height:30px;
	margin:20px 0px 20px 0px;
}
#caption h4{
	margin:0px;
	line-height:30px;
	font-size:16px;
}

/* ====================================== 

  绿色风格  freedom表格  通用样式表  

====================================== */


/* freedom 只读表格  */

#freedomView{
	background-color: #5A91DA;
	width:90%;
	margin:0px 0px 30px 0px;
}
#freedomView .box{
	border:none;
}
#freedomView th{
	background-color: #EEF4FF;
	height:30px;
	font-weight: normal;
	font-size: 12px;
	color:black;
}
#freedomView td{
	padding-left:4px;
	background-color: #fff;
}
#freedomView caption{
	height:40px;
	font-weight: normal;
	font-size: 20px;
	color:black;
}
#freedomView .special{
	color:red;
}
#freedomView a:link{color:#EEF4FF;text-decoration:none;}
#freedomView a:visited{color:#EEF4FF;text-decoration:none;}
#freedomView a:hover{color:#EEF4FF;text-decoration:underline;}
#freedomView a:link{color:#36c;text-decoration:none;}
#freedomView a:visited{color:#36c;text-decoration:none;}
#freedomView a:hover{color:#36c;text-decoration:underline;}

#freedomView1{
	background-color: #5A91DA;
	width:90%;
	margin:0px 0px 30px 0px;
}
#freedomView1 .box{
	border:none;
}
#freedomView1 th{
	background-color: #EEF4FF;
	height:30px;
	font-weight: normal;
	font-size: 12px;
	color:black;
}
#freedomView1 td{
	padding-left:4px;
	background-color: #fff;
}

#freedomView1 .special{
	color:red;
}
#freedomView1 a:link{color:#EEF4FF;text-decoration:none;}
#freedomView1 a:visited{color:#EEF4FF;text-decoration:none;}
#freedomView1 a:hover{color:#EEF4FF;text-decoration:underline;}
#freedomView1 a:link{color:#36c;text-decoration:none;}
#freedomView1 a:visited{color:#36c;text-decoration:none;}
#freedomView1 a:hover{color:#36c;text-decoration:underline;}

/* freedom 可编辑表格1  */

#freedomEdit1{
	background-color: #5A91DA;
	width:90%;
	margin:0px 0px 30px 0px;
}
#freedomEdit1 .box{
	border:none;
}
#freedomEdit1 th{
	background-color: #EEF4FF;
	height:30px;
	font-weight: normal;
	font-size: 12px;
	color:black;
}

#freedomEdit1 td{
	padding-left:4px;
	background-color: #fff;
}

#freedomEdit1 form{
	margin:0px;
}
#freedomEdit1 input{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ababab;
	height:22px;
	line-height:22px;
}

#freedomEdit1 textarea {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid;
}

#freedomEdit1 .lang{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ababab;
	height:22px;
	width:100%;
}
#freedomEdit1 .file{
	border:1px solid #424242;
}

#freedomEdit1 .special{
	color:red;
}

/* freedom 可编辑表格2  */

#freedomEdit2 {
	background-color: #5A91DA;
	width:90%;
	margin:0px 0px 30px 0px;
}
#freedomEdit2 .box{
	border:none;
}
#freedomEdit2 th{
	background-color: #EEF4FF;
	height:30px;
	font-weight: normal;
	font-size: 12px;
	color:black;
}
#freedomEdit2 td{
	padding-left:4px;
	background-color: #fff;
}

#freedomEdit2 form{
	margin:0px;
}
#freedomEdit2 input{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ababab;
	height:22px;
	line-height:22px;
}

#freedomEdit2 textarea {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid;
}

#freedomEdit2 .lang{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ababab;
	height:22px;
	width:100%;
}
#freedomEdit2 .file{
	border:1px solid #424242;
}

#freedomEdit2 .special{
	color:red;
}

/* ====================================== 

           打印专用  表格 

====================================== */

#PrintView{
	width:90%;
	margin:0px 0px 30px 0px;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
#PrintView .box{
	border:none;
}
#PrintView td{
	color:#000;
	padding-left:4px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#PrintView .special{
	font-weight: bold;
	font-size: 12px;
	color:black;
}
#PrintView .special2{
	color:red;
	font-weight: bold;
}
/* ====================================== 

           打印专用  表格 

====================================== */

	    #printTab .title{
			font-family:楷体_GB2312;
			font-size:28px;
			font-weight:bold;
			color:#000;
			padding:10px 0px;
			margin-bottom:30px;
		} 
		#list{
			border-bottom:1px solid #000;
			border-right:1px solid #000;
		}
		#list tr{
			border-bottom:1px solid #000;
			border-right:1px solid #000;
		}
		#list th{
			height:30px;
			background:white;	
		}
		#list td{
			background:white;
			color:#000;
			font-size:11px;
			border-top:1px solid #000;
			border-left:1px solid #000;
		}
		#list{
			margin:10px 0px;

		}