/*对内容的定义*/
td {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
}
.titlebgLeft {
	background-image: url(../../images/common/lefttop.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 114px;
}
/*tab页上面按钮的定义*/
.tabTitle {
	background-image: url(../../images/common/tab01.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 114px;
	border: none;
	background-color:transparent;
	cursor: hand;
	padding-top: 5px;
	font-weight:600;
}
.tabTitleoff {
	background-image: url(../../images/common/tab02.gif);
	height: 21px;
	width: 114px;
	border: none;
	cursor: hand;
	background-color:transparent;
	padding-top: 5px;
}
/*对内容的定义及对scrollbar的定义*/
body {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	background-color: #F3F8FC;
	scrollbar-face-color:#E0ECF8 ; scrollbar-shadow-color:#296BAA ;scrollbar-highlight-color: #E1E9F7; scrollbar-3dlight-color: #E0ECF8; scrollbar-darkshadow-color: #FFFFFF; 	 scrollbar-track-color:#87B3DE;scrollbar-arrow-color: #87B3DE;
}
/*表格的定义，默认表格 <table width="100%" border="0" cellpadding="2" cellspacing="1" class="tableBoder">*/
.tableBoder {
	background-color: #85B1E0;
}
/*表格的title*/
.tableTitle {
	background-color: #A6C9EF;
	height: 24px;
}
/*表格的内容*/
.tableContent {
	background-color: #ffffff;
	height: 24px;
}
/*表格的次级title*/
.tableTitle1 {
	background-color: #DAE9FC;
	height: 24px;
}


/*标题14px，粗体，黑色*/
.title {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 14px;
	font-weight: 600;
	color: #296BAA;
}
/*warning,红色*/
.warn{
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	font-weight: normal;
	color: red;
}
/*整体输入框定义*/
input{
 font-family: "Times New Roman", "Times", "serif";
 font-size: 12px;
 border: 1px solid #85B3E0;
 
 
}

/*整体选择下拉列表定义*/
select {
	
	font-size:9pt;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	scrollbar-face-color:#E0ECF8 ;
	scrollbar-shadow-color:#296BAA ;
	scrollbar-highlight-color: #E1E9F7;
	scrollbar-3dlight-color: #E0ECF8;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color:#87B3DE;
	scrollbar-arrow-color: #87B3DE;
}
/*整体输入框定义，宽度100%*/
.input100 {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	width: 100%;

}
/*整体输入框定义，宽度60%*/
.input60 {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	width: 60%;
	border-color: #DAE9FC #DAE9FC #DAE9FC #DAE9FC;

}
/*整体输入框定义，只读表示，背景为灰色，但是要在页面中加入属性，readonly,此条css无法控制*/
.inputReadonly {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	width: 60%;
	background-color: #CCCCCC;
	border-color: #DAE9FC #DAE9FC #DAE9FC #DAE9FC;

}
/*整体输入框定义，宽度为3个字节*/
.input3 {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	width: 30px;
	border-color: #DAE9FC #DAE9FC #DAE9FC #DAE9FC;

}
/*一般输入框定义,宽度4-6个字节*/
.input4 {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12px;
	width: 40%;
	border-color: #DAE9FC #DAE9FC #DAE9FC #DAE9FC;

}
/*按钮定义，value值为2~4个字*/
.button {
	background-image: url(../../images/common/button.gif);
	background-repeat: no-repeat;
	border: none;
	left: 2px;
	cursor: hand;
	height: 22px;
	width: 77px;
	background-color:transparent;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	
}

.littlebutton {
	
	border:none;
	left: 2px;
	cursor: hand;
	height:12px;
	width: 12px;
	background-color:#85B1E0;
	
}

.buttonlittle {
	background-image: url(../../images/common/smallfleft20.gif);
	background-repeat: no-repeat;
	border:none;
	left: 2px;
	cursor: hand;
	height:9px;
	width: 8px;
	background-color:transparent;
	
}
.buttonlittle1{
	background-image: url(../../images/common/smallfleft3.gif);
	background-repeat: no-repeat;
	border:none;
	left: 2px;
	cursor: hand;
	height:9px;
	width: 7px;
	background-color:transparent;
	
}

.sysbarbutton {
	background-image: url(../../images/common/navbutton.gif);
	background-repeat: no-repeat;
	border:none;
	left: 1px;
	cursor: hand;
	height:23px;
	width: 100px;
	font-size:12px;
	font-weight:300;
	
}

/*按钮定义，value值为6个字*/
.buttonSiz {
	background-image: url(../../images/common/buttonsix.gif);
	background-repeat: no-repeat;
	border: none;
	left: 2px;
	cursor: hand;
	height: 22px;
	width: 104px;
	background-color:transparent;
	font-family:"Courier New", Courier, mono;
}
.textArea {
	background-color: #DAE9FC;
	font-size:9pt;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
/*链接定义*/
a {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #0130F9;
	text-decoration: underline;
}
a:active {
	 color:#871F78;
	 font-weight:600;
	 text-decoration:none;

}
/*导航条伸缩按钮*/
.menuleft {
	background-image: url(../../images/common/menuleft.gif);
	background-repeat: no-repeat;
	border: none;
	top: 2px;
	cursor: hand;
	height: 102px;
	width: 22px;
	background-color:transparent;
}

/*new style 1 for table 备注 蓝色方案/
/*表格的定义，默认表格 <table width="100%" border="0" cellpadding="2" cellspacing="1" class="tableBoder">*/
.tableBoderremark1 {
	background-color: #597FA;
}
/*表格title*/
.tableTitleremark1 {
	background-color: #6E99C5;
	height: 24px;
}
/*表格内容*/
.tableContentremark1 {
	background-color: #DAE9FC;
	height: 24px;
}

/*new style 1 for table 'task list'* BLUE/
/*表格的定义，默认表格 <table width="100%" border="0" cellpadding="2" cellspacing="1" class="tableBoder">*/
.tableBoderlist1 {
	background-color: #80A5D5;
}
/*表格title*/
.tableTitlelist1 {
	background-color: #CAD9EC;
	height: 24px;
}
/*表格内容*/
.tableContentlist1 {
	background-color: #D8DFE8;
	height: 24px;
}
/*over*/
/*new style 2 for table 'remark'* YELLOW/
/*表格的定义，默认表格 <table width="100%" border="0" cellpadding="2" cellspacing="1" class="tableBoder">*/
.tableBoderremark2 {
	background-color: #E3D36D;
}
/*表格title*/
.tableTitleremark2 {
	background-color: #EEE18F;
	height: 24px;
}
/*表格内容*/
.tableContentremark2 {
	background-color: #E9E0A8;
	height: 24px;
}
.blankbg {
	background-attachment: fixed;
	background-image: url(/workbench/base/images/blankbg.jpg);
	background-repeat: repeat-x;
	width:auto;
	background-position: left bottom;
}
/*图标/checkbox/无边框*/
.noborder {
 border: none;
}
/*小button*/
.noborderButton {
 border: none;
 background-color:transparent;;
}
/*over*/
