.coolscrollbar
{
// scrollbar-arrow-color:#990000;
// scrollbar-base-color:#f5f5f5;
scrollbar-face-color: #D8E2E7; /*滚动条亮边的颜色 */
scrollbar-shadow-color: #D8E2E7; /*立体滚动条阴影的颜色 */
scrollbar-highlight-color: #FFFFFF; /*滚动条空白部分的颜色*/ 
scrollbar-3dlight-color: #96AABD; /*滚动条亮边的颜色 */
scrollbar-darkshadow-color: #96AABD; /*滚动条强阴影的颜色 */
scrollbar-track-color: #C2CACF; /*滚动条的背景颜色 */
scrollbar-arrow-color: #606D79; } /*上下按钮上三角箭头的颜色*/  
}
/*链接css*/
A:link {  font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: none}
A:visited {font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: none}
A:active { font-family: "宋体"; font-size: 12px; color: #000000; text-decoration: none}
A:hover {  font-family: "宋体"; font-size: 12px; color: red; text-decoration: none;text-decoration: underline;}

A.clsLink:link { font-family: "宋体"; font-size: 14px; font-weight: bold;color: blue;text-decoration: none;} /*未访问的链接 */ 
A.clsLink:visited { font-family: "宋体"; font-size: 14px;font-weight: bold; color: blue;text-decoration: none;} /*已访问的链接*/ 
A.clsLink:hover{ font-family: "宋体"; font-size: 14px; font-weight: bold;color:red ;text-decoration: underline;} /*鼠标在链接上 */ 
A.clsLink:active { font-family: "宋体"; font-size: 14px;font-weight: bold; color:blue ;text-decoration:none;} /*点击激活链接*/


A.tleLink:link { font-family: "宋体"; font-size: 12px;color: blue;text-decoration: none;} /*未访问的链接 */ 
A.tleLink:visited { font-family: "宋体"; font-size: 12px; color: blue;text-decoration: none;} /*已访问的链接*/ 
A.tleLink:hover{ font-family: "宋体"; font-size: 12px;color:red ;text-decoration: underline;} /*鼠标在链接上 */ 
A.tleLink:active { font-family: "宋体"; font-size: 12px;color:blue ;text-decoration:none;} /*点击激活链接*/


A.ColLink:link { font-family: "宋体"; font-size: 14px; font-weight: bold;color: #893101;text-decoration: none;} /*未访问的链接 */ 
A.ColLink:visited { font-family: "宋体"; font-size: 14px;font-weight: bold; color: #893101;text-decoration: none;} /*已访问的链接*/ 
A.ColLink:hover{ font-family: "宋体"; font-size: 14px; font-weight: bold;color:red ;text-decoration: underline;} /*鼠标在链接上 */ 
A.ColLink:active { font-family: "宋体"; font-size: 14px;font-weight: bold; color:#893101 ;text-decoration:none;} /*点击激活链接*/

/*button css*/
.btnGreen {
	color: #000000;
	background-color: #D5EAA7;
	font-size: 12px;
	line-height: 20px;
	padding: none;
	border: none;
}
.btnBlue {
	color: #FFFFFF;
	background-color: #456DB4;
	font-size: 12px;
	line-height: 20px;
	padding: none;
	border: none;
}

/*font css*/
.p10Black {
	font-family: "宋体";
	font-size: 10px;
}
.p12Black {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
}
.p12BlackBlod {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.p12White {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color:white;
}
.p12Blue {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color:blue;
}
.p12Red {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color:red;
}
.p12Gray {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color:999999;
}
.p12purple {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color:990000;
}
.p14Black {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
}
.p14BlackBlod {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.p14White {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	color:white;
}
.p14WhiteBlod {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	color:white;
	font-weight: bold;
}
.p14Blue {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	color:blue;
}
.p14Red {
	font-family: "宋体";
	font-size: 14px;
	line-height: 22px;
	color:red;
}

.newsTitle {
	font-family: "宋体";
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	font-weight: bold;
}

.insTitle {
	font-family: "宋体";
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	font-weight: bold;
}

.token {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	background-color: #FFFFCC;
}
/*编辑框 css*/
.box {
	border: 1px solid #9CD3C6;
}
.edit {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.combox {
	border: 1px solid #57B7EA;
	background-color: #f5f5f5;
}
.hr {
	height:1px;
	border-collapse:collapse;
	color:#0099CC;
}
/*自定义*/
.pageBg {
	BACKGROUND-IMAGE: url(/common/images/login_bg2.gif);
}
.loginTblBg {
	BACKGROUND-IMAGE: url(/common/images/login_bg.gif);
}

