/**
 *	应用、模块、资源安装向导 CSS
 *  Author:ChengJun
 *  Cteate Time:26/11/2006 
 *  Last Modity:27/11/2006
**/ 
body,td,th,div,input {
	font-family: 宋体, Verdana, Arial, Helvetica, sans-serif, Courier New, Courier, mono;
	font-size: 12px;
}
A{
	color:#1864AC;
}
input,select, img{vertical-align:middle;} 
SELECT{
	font-size:12px;
	border:1px solid #000000;
	
}

/*表格背景*/
.table_header {
	background: url(http://sso.ccgp.gov.cn/r1/console/skin/default/rone/images/bgxiao.jpg);
	vertical-align: top;
	height:64px;	
}

.biaodan {
	font-size: 9pt;
	color: #4D78A0;
	background-color: #FAFCFD;
	border: 1px solid #9CB8D2;
	height: 22px;
	background-position: center;
	padding-top:2px
}

.botton,.noborderbutton,.disbotton,.button,.disbutton{
  font-size: 9pt;
  line-height:22px;
  height:22px;
  margin:2px;
  text-align:center;
  vertical-align:middle;
}


.botton {	
	background: #EEF5FD;
	color: #146FC0;
	border: 1px solid #669FD2;
	cursor:pointer;	
}

.noborderbutton {
	color: #146FC0;
	border: 0px;		
}

.disbotton,.disbutton{
 color: #B2D8F4;
 border: 1px solid #B2D8F4;	
}

.disbotton {
	background: #EEF5FD;	
}

.button {	
	background: #FFFFFF;
	color: #146FC0;
	border-left: 1px solid #C7DAEE;
	border-right: 1px solid #669FD2;
	border-bottom: 1px solid #669FD2;
	border-top: 1px solid #C7DAEE;
	cursor:pointer;	
}
.disbutton {	
	background: #FFFFFF;	
}

/*输入框，按纽等表单元素 END*/

.notnull{
 color:#FF0000;   
}

.infotileOpen,.infotileClose{
  	text-align: left;
	color: #1864AC;
	text-indent: 10pt;
	height:25px;
	line-height:25px;	
	cursor:pointer;
}

.infotileOpen{  
	background: #E0F0FF url(../image/arrowdown.gif) center left no-repeat;		
}

.infotileClose{  
	background: #E0F0FF url(../image/arrowright.gif) center left no-repeat;
	border-bottom:1px solid #c3daf9;
}
/*仿ext grid 的表格样式 by zhaoqy */
.table_line {
	border: 1px solid #C3DAF9;
	margin: 3px;
}
.table_box_line {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	line-height: 20px;
}
.table_bg {
	background-color: #E0F0FF;
	line-height: 25px;
}
.table_title {
	line-height: 21px;
	background-image: url(../image/table_title.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6FA0DF;
}

.error-msg-div{
	background:no-repeat 5px 50% url(../image/error.gif) #FFFCE5 ;
	border:1px solid #FF9966;
	margin:3px 3px 0px;
	padding-left:5px;
	color:#F85D00;
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	height:20px;
	line-height:20px;
	text-indent:2em;
}

.success-msg-div{
	background:no-repeat 5px 50% url(../image/success.gif) #D1FFDA;
	border:1px solid #64E07C;
	margin:3px 3px 0px;
	padding-left:5px;
	color:#328F27;
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	height:20px;
	line-height:20px;
	text-indent:2em;
}