﻿BODY
{
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #603913;
	font-family: Tahoma, Verdana;
}
form
{
	padding: 0px;
	margin: 0px;
}
h1
{
	font-size: 21px;
	font-family: 隶书;
}
/*----------------表格内容----------------*/
td
{
	font-size: 14px;
	line-height: 21px;
	color: #603913;
	font-family: Tahoma, Verdana;
}
/*----------------文字内容----------------*/
TH
{
	font-size: 20px;
	line-height: 26px;
	color: #603913;
	font-family: Tahoma, Verdana;
}


a:active, a:link, a:visited
{
	font-size: 14px;
	line-height: 21px;
	color: #515151;
	text-decoration: none;
}
a:hover
{
	font-size: 14px;
	line-height: 21px;
	color: #0066CC;
	text-decoration: underline;
}

.coffee, a.coffee:link, a.coffee:visited, a.coffee:active
{
	color: #603913;
	font-size: 14px;
	line-height: 21px;
}
.coffee:hover
{
	color: #FF6600;
	font-size: 14px;
	line-height: 21px;
	text-decoration: underline;
}

.gray, a.gray:link, a.gray:visited, a.gray:active
{
	color: #666666;
	font-size: 18px;
	line-height: 21px;
}
.gray:hover
{
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	text-decoration: underline;
}

A.up:link
{
	text-decoration: none;
}
A.up:hover
{
	position: relative;
	text-decoration: underline;
	left: -1px;
	top: -1px;
	margin: 0px;
}
A.up:visited
{
	text-decoration: none;
}
/*----------------分页导行----------------*/
a.page, .page
{
	font-family: Georgia;
	float: left;
	display: block;
	border: 1px solid #B2BFCF;
	background: #fff;
	margin-right: 4px;
	height: 21px;
	padding: 0 5px;
}
a.page:hover
{
	font-family: Georgia;
	border: 1px solid #577DA8;
	background: #FFFFE9;
	text-decoration: none;
	left: 0px;
	top: 0px;
	height: 21px;
	margin-right: 4px;
}
.page input
{
	font-family: Georgia;
	margin: -2px -6px 0 -4px;
	border: 0px;
	background: none;
	height: 14px;
	line-height: 14px;
	width: 14px;
}
.pagecurr
{
	font-family: Georgia;
	border: 1px solid #1D619C;
	background: #1972BD;
	color: #fff;
	float: left;
	display: block;
	margin-right: 4px;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
}

INPUT
{
	margin: 0px 0px 0px 0px;
	border: 1px solid #B2BFCF;
	}
Input.DisbaledIME
{
	ime-mode: disabled;
}
TEXTAREA
{
	border-top-width: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left-width: 1px;
	font-size: 14px;
	border-left-color: #c0c0c0;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
	padding-bottom: 1px;
	color: #000000;
	border-top-color: #c0c0c0;
	padding-top: 1px;
	font-family: Tahoma, Verdana, "宋体";
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-color: #c0c0c0;
}
/*
外边框定义
*/
.rim
{
	border: 1px solid #999999;
}
.dotline {  background-image: url(/images/dot.gif); background-repeat: repeat-x; background-position: bottom}

