﻿html
{
	scrollbar-face-color: #f1f1f1; /*主色调*/
	scrollbar-highlight-color: #f1f1f1; 
	scrollbar-shadow-color: #a6a6a6; /*描边颜色*/
	scrollbar-3dlight-color: #a6a6a6; /*左侧边高光颜色*/
	scrollbar-arrow-color: #6688AA; /*小三角颜色*/
	scrollbar-track-color: #f1f1f1; 
	scrollbar-darkshadow-color: #f1f1f1; 
}
body
{
	margin: 0px;
	color: #4d4d4d;
	font: 12px/1.5 tahoma,arial,宋体;
	
}
 /*页面文本框样式*/
input
{
	border: #a6a6a6 1px solid;
	color:#4d4d4d;
		height: 24px;
}
 /*页面日期样式*/
.date-input
{
	border: #a6a6a6 1px solid;
	background-image:url(../images/form/datePicker.gif);
	background-position:right;
	background-repeat:no-repeat;
}
 /*页面文本域样式*/
textarea
{
	border:#ccc 1px solid;
	padding:4px 1px 1px 3px;
	width:150px;
	background:url(../images/form/txt_bg.png) #fff repeat-x left top;
	height:19px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
 /*页面下拉框样式*/
select
{
	border: #d9d9d9 1px solid;
	width:156px;
}
 /*页面超链接样式*/
A:hover {
	TEXT-DECORATION: NONE
}
A {
	TEXT-DECORATION: underline;
}


/*页面元素隐藏样式*/
.displaynone
{
	display:none;	
}
/*页面元素显示样式*/
.display
{
	display:inline;	
}
/*GridView头部超链接样式*/
.headStyle A:hover 
{
	color: #fff;
	font-weight: bold;
    text-decoration: underline;
}
.headStyle A 
{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	
}
/*表单验证提示样式*/
.validatorTip
{
	width:100px;
}

/*页面按钮样式
.button
{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	cursor: pointer;
	text-decoration: none;
	background-color: #ff9500;
	color: #fff;
	overflow: visible;
	border: #d74c00 1px solid;
}*/

A.btn
{
	padding:0px 9px 0px 0px;
	display:inline-block;
	background:url(../images/form/btn.png) no-repeat right -120px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	height:28px;
	cursor:pointer;
	margin-right:5px;
	text-decoration:none !important;
}
A.btn SPAN
{
	padding:0px 0px 0px 10px;
	line-height:28px;
	display:block;
	background:url(../images/form/btn.png) no-repeat 0px 0px;	
	height:28px;
	color:#000;

}
A.btn:hover
{
	background-position:right -150px;	
}
A.btn:hover > SPAN
{
	background-position:0px -30px;
}

.txt
{
	border:#ccc 1px solid;
	padding:4px 1px 1px 3px;
	width:150px;
	background:url(../images/form/txt_bg.png) #fff repeat-x left top;
	height:19px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

