body {
	margin: 0px;
	font-size:12px;
}
.inputRed{ color:#ff0000; border:1px dotted #ff0000;}
td {
	font-size: 12px;
	color: #555555;
    text-align: left;
}
.grid {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.grid td {
	font-size: 12px;
	background-color: #F4F8FB;
	border: 1px solid #BDDCF7;
	padding: 2px;
	text-align: left;
}
.grid .tdFieldNowidth {
	word-break: keep-all;
	text-align: right;
	background:#e9f7ff;
}
.grid .tdField {
	word-break: keep-all;
	text-align: right;
	background:#e9f7ff;
}
.grid .tdBox {
	width: 20%;
	text-align:left;
}
.grid .tdBoxNowidth {
	text-align:left;
}
.grid .tdSeach {
	width: 40%;
	text-align:left;
}
.grid .tdChoose {
	word-break: keep-all;
	font-size: 12px;
	background-color: #DEEDF8;
	border: 1px solid #599ED8;
	padding: 2px;
	border-collapse: collapse;
	width: 3%;
	text-align: center;
	align: center;
}
.grid input {
	/*font-size: 12px;*/
	line-height:20px;
	width: 160px;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	color: #555555;
	margin-left:0px;
	padding-left:3px;
}
.grid textarea {
	font-size: 12px;
	width: 60%;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	color: #555555;
	margin-left:0px;
	
}

textarea{
	font-size: 12px;
	height: 93px;
	width: 98%;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	color: #555555;
	padding-left:1px;
}

.grid .input {
	font-size: 12px;
	height: 20px;
	border: 1px solid #C1C1C1;
	width: auto;line-height:20px;
	vertical-align:middle
}
.grid select {
	font-size: 12px;
	height: 20px;
	width: auto;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
	vertical-align:middle
}

.grid .select {
	font-size: 12px;
	border: 1px solid #C1C1C1;
	width: auto;
	float: left;
	line-height: 20px;
}
.grid .select select{
	display:block;
	float:left;
	margin:-2px;
	padding-top: 6px;
	color: #555555;
}
.grid .chekbox {
	width: auto;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.grid .chekbox input{
	width: auto;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.grid .chekbox td{
	font-size: 12px;
	background-color: #F4F8FB;
	border: 0px solid #BDDCF7;
	padding: 0px;
}

.grid .sButton {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 20px;
	background-color: #EAF4FA;
	color: #0058B3;
	font-size: 12px;
	line-height:20px;
	padding-right: 6px;
	padding-left: 6px;
	cursor:hand;
	overflow:visible;
}

.grid .button {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url('../images/button/button.gif');
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	overflow:visible;
	padding:1px 8px 0px 8px;
	*padding:2px 5px 0px 5px;
	*line-height: 15px;
	text-decoration:none;
	cursor:hand;
    height: 25px;
}
.grid a:button {
	text-decoration:none;
}
.grid .button2 {
	width: auto;
	border: 1px solid #599ED8;
	background: url(../images/button/button.gif) repeat-x;
	height: 22px;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	overflow:visible;
	padding:1px 8px 5px 8px;
	_padding:2px 5px 0px 5px;
	_line-height:15px;
	cursor:hand;
}
.grid .button2 {
	width: auto;
	border: 1px solid #599ED8;
	background: url(../images/button/button.gif) repeat-x;
	height: 22px;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	overflow:visible;
	padding:1px 8px 5px 8px;
	_padding:2px 5px 0px 5px;
	_line-height:15px;
	cursor:hand;
}
.grid .PopButton {
	padding-right: 6px;
	padding-left: 7px;
	padding-top:3px;
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 15px;
	line-height:15px;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	overflow:visible;
	cursor:hand;
}


.list,.list2 {
	width: 100%;
	border-collapse: collapse;
}
.list td,.list2 td {
	font-size: 12px;
	border: 1px solid #E3ECF3;
	padding: 2px;
}
.list2 td {
	white-space:nowrap;
}
.list .head,.list2 .head {
	background-image: url(../images/headbg.gif);
	height: 20px;
}
.list .head td,.list2 .head td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BDDCF8;
	border-right-color: #BDDCF8;
	border-left-color: #BDDCF8;
	font-weight: bold;
	text-align: center;
	color: #0058B3;
	padding-top: 4px;
}
.list .head th,.list2 .head th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BDDCF8;
	border-right-color: #BDDCF8;
	border-left-color: #BDDCF8;
	font-weight: bold;
	text-align: center;
	color: #0058B3;
	padding-top: 4px;
	white-space:nowrap;
	font-size:12px;
}
.list .Button, .list2 .Button {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 20px;
	background-color: #EAF4FA;
	color: #0058B3;
	padding-top: 2px;
	font-size: 12px;
	overflow:visible;
}
.list .tr1 ,.list2 .tr1 {
	background-color: #FFFFFF;
	line-height:25px;
}
.list .tr2,.list2 .tr2 {
	background-color: #F4F8FB;
	line-height:25px;
}
.list .tr3,.list2 .tr3 {
	background-color: #e1f1f1;
	line-height:25px;
}
.list .tr3 td,.list2 .tr3 td
{
	color:#0058b3;
}
.list .tr4,.list2 .tr4 {
	background-color: #E1E1E1;
	line-height:25px;
}
.list .tr5,.list2 .tr5 {
	background-color: #E1E1E1;
	line-height:25px;
	font-weight:bold;
    background-image: url(../images/tr5Bg.jpg);
}
.list .trRed,.list2 .trRed {
	background-color: #FFB5B5;
	line-height:25px;
}
.list .trYellow,.list2 .trYellow {
	background-color: #FFFF9B;
	line-height:25px;
}
.list .tr5 .buttonLink,.list2 .tr5 .buttonLink{
	 display:none;
}
.list .trover,.list2 .trover {
	background-color: #FBFCE2;
	line-height:25px;
}
.list .trselected,.list2 .trselected {
	background-color: #559CDF;
	line-height:25px;
}
.list .rwd_icon,.list2 .rwd_icon{background:#559cdf url(../images/Icon_green.gif) right no-repeat;}
.list .trselected td,.list2 .trselected td{
	color: #ffffff;
}
.list .trselected a,.list2 .trselected a{
	color: #ffffff;
}
.list .trselected  div a,.list2 .trselected  div a{
	color: #0058B3;
}
.list .trselected  span a,.list2 .trselected  span a{
	color: #0058B3;
}


.pagenumber {
	background-image: url(../images/headbg.gif);
	height: 24px;
	padding-top: 4px;
	padding-left: 12px;
	border: 1px solid #BDDCF8;}
.treebg {
	background-image: url(../images/treebg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FAFDFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80B0E1;
}

 .buttonLink{
	font-size: 12px;
	display: inline;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 1px;
	*margin-top: 0px;
	background:transprant;
}
.buttonLink a {
	padding: 1px 5px 2px 5px;
	*padding: 3px 5px 1px 5px;
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 20px;
	line-height:20px;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;text-decoration:none;
}
.buttonLink a:link {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}
.buttonLink a:visited {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}
 .buttonLink a:hover {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}

a.buttonLink2{
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:0px;
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 18px;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	display: inline;
	float: left;
	margin-top:2px;
	margin-right: 2px;
	margin-left: 2px;
}
a.buttonLink2:link {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}
a.buttonLink2:visited {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}
a.buttonLink2:hover {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}

.button1 {
	padding-top: 4px;
	*padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	*padding-right: 2px;
	*padding-left: 2px;
	padding-bottom:1px;
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 20px;;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	overflow:hidden;
	text-decoration:none;
}
.buttonCar {
	padding-top: 4px;
	*padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	*padding-right:5px;
	*padding-left: 5px;
	padding-bottom:1px;
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 20px;;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	overflow:hidden;
	text-decoration:none;
	margin-left:2px;
	overflow:visible;
}
a.button1:link{
	padding-top: 3px;
	*padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:2px;
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 24px;
	line-height:24px;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	overflow:hidden;
	text-decoration:none;
	margin-top:2px;
}
.button2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	border: 0px solid #599ED8;
	background-image: url(../Resources/blue/images/view.gif);
	height: 22px;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;
	background-repeat: no-repeat;
	overflow:visible;
}

.title {
	font-size:14px!important;
	font-weight: bold;
	color: #0058B3;
	background-image: url(../images/biaoti.gif);
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDDCF7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDDCF7;
	text-indent: 32px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
.listHead {
	font-size: 12px;
	font-weight: bold;
	color: #0058B3;
	background-image: url(../images/headbg.gif);
	height: 20px;
	padding-top: 4px;
	text-indent: 12px;
	text-align:left;
}

.huojia {
	border-collapse: collapse;
	width:100%;
}
.huojiatd {
	font-size: 12px;
	background-color: #F4F8FB;
	color: #0058B3;
	background-image: url(../images/boxbg.gif);
	text-align: center;
	border: 1px dashed #7EB0E3;
	line-height: 16px;
	width: 12.5%;
	padding-top: 8px;
	padding-bottom: 8px;
	word-break: keep-all;
}
.huojia .select {
	background-image: url(../images/boxbg1.gif);
}
.huojia .empty {
	background-image: url(../images/boxbg2.gif);
	color: #999999;
	border: 1px dashed #cccccc;
}
/*--------------writed by zxy----*/
.grid .input_search{width:100px;
}
.grid .input_search_car{width:80px;
}
.buttonLinkMsg{
	font-size: 12px;
	display: inline;
	float: left;
	margin-top:3px;
	margin-right: 2px;
	margin-left: 2px;
	
}
.buttonLinkMsg a {
	padding: 2px 5px 0px 5px;
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
	height: 20px;
	line-height:20px;
	background-color: #EAF4FA;
	font-weight: bold;
	color: #0058B3;
	font-size: 12px;text-decoration:none;
}
.buttonLinkMsg a:link {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}
.buttonLinkMsg a:visited {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}
 .buttonLinkMsg a:hover {
	width: auto;
	border: 1px solid #599ED8;
	background-image: url(../images/button/button.gif);
}
.bottomLine {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.amount {
	BORDER: #dbdbdb 1px solid; 
	TEXT-ALIGN: center; 
	LINE-HEIGHT: 9px; 
	MARGIN: 5px 0px 0px; 
	WIDTH: 9px; 
	DISPLAY: inline-block; 
	FONT-FAMILY: arial; 
	BACKGROUND: white; 
	HEIGHT: 9px; 
	COLOR: #555; 
	OVERFLOW: hidden; 
}
.amount a:hover{
	BORDER: #f60 1px solid; 
}
.amount_input{
	TEXT-ALIGN: right; PADDING-BOTTOM: 0px; PADDING-LEFT: 3px; WIDTH: 22px; PADDING-RIGHT: 3px; DISPLAY: inline-block; COLOR: #666; PADDING-TOP: 0px; width:25px !important; BORDER: #a7a6aa 1px solid; 
}
INPUT
{
	padding:2px;	
}
