﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	font-size: 9pt;
	width: 100%;
}
.input_text
{
	border-color: #C2C2C2;
	border-width: 1px;
	border-style: Solid;
}

/*SortGrid 样式*/
TABLE.GreenBorderTbl
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-collapse: collapse;
	background-color: #fff;
}
TABLE.GreenBorderTbl TH
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	background-image: url(th_bg_green.gif);
	border-left: #666666 1px solid;
	color: #fff;
	border-bottom: #666666 1px solid;
	background-repeat: repeat-x;
	border-collapse: collapse;
}
/* Added By yangchen */
.GreenBorderTblTh
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	background-image: url(top_bg.jpg);
	border-left: #666666 1px solid;
	color: #000;
	border-bottom: #666666 1px solid;
	background-repeat: repeat-x;
	border-collapse: collapse;
	text-align: center;
}
/* Added By yangchen */
.GreenBorderTblHeader
{
	color: #000;
	text-align: center;
}
.GreenBorderTblCell
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	text-align: center;
}
/* Added By yangchen */
.GreenBorderTblCell1
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	text-align: right;
}
.GreenBorderTblCell2
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

/*button 样式*/
.btn_2word
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	font-size: 12px;
		color: #004F84;
		text-decoration: none;
	background-image: url('2wordbtn.gif');
		height: 20px;
		width: 60px;
		margin-top: 2px;
		margin-right: 0px;
		margin-left: 0px;
		cursor: hand;
}

/*div 表头*/
.head_title_div
{
	font-size: 13px;
	font-weight: bold;
	color: #004993;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	text-align: left;
	background-color: #E8F3FD;
	border: 1px solid #82AAD2;
	height: 100%;
}
/*div 表行*/
.info_div_row
{
	color: #000000;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #82AAD2;
	background-color: #F5FAFE;
	height: 100%;
}
/*div 表列*/
.info_div_col
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #82AAD2;
	background-color: #F5FAFE;
	height: 22px;
	line-height: 22px;
	text-align: left;
	float: left; /*BORDER-LEFT:#82aad2 1px solid;*/
}
/*div 表列*/
.info_div_col_nobor
{
	border-left: 0px solid #82AAD2;
	font-size: 12px;
		color: #000000;
		text-decoration: none;
		margin: 0px;
		padding: 3px;
		background-color: #F5FAFE;
	height: 15px;
		line-height: 22px;
		text-align: left;
		float: left;
	border-right-color: #82AAD2;
	border-top-color: #82AAD2;
	border-bottom-color: #82AAD2;
}
/*window、dialog弹出风格设定*/
.dialog_div
{
	background-color: #FFFFCC;
	border: 1px solid red;
	overflow:auto;
}
.TableClass
{
	padding: 3px;
	border-collapse: collapse;
		border-color: #82AAD2;	
		background-color: #E8F3FD;
		border-width:1px;
}
#divmain
        {
            margin-left: 10px;
            margin-top: 10px;
            margin-right: 10px;
        }
.x-loading
{
    background: url(loading_main.gif) no-repeat;
    width: 310px;
    height: 113px;
}
.x-download
{
    background: url(download.gif) no-repeat;
    width: 32px;
    height: 46px;
}
.x-loadingbar
{
    background: url(loading_bar.gif) repeat-x;
    width: 180px;
    height: 18px;
    border: 1px solid #6593CF;
    overflow: hidden;
    position: relative;
}
.x-bar
{
    height: 18px;
    background-color: #fff;
    border-left: 1px solid #6593CF;
}

.select * {
  margin: 0;
  padding: 0;
}
.select {
  border:1px solid #cccccc;
  float: left;
  display: inline;
  }
.select div {
  border:1px solid #f9f9f9;
  float: left;
}
/* 子选择器，在FF等非IE浏览器中识别 */
.select>div {
  width:120px;
  height: 17px;
  overflow:hidden;
  }
  
/* 通配选择符，只在IE浏览器中识别 */
* html .select div select {
  display:block;
  float: left;
  margin: -2px;
}
.select div>select {
  display:block;
  width:124px;
  float:none;
  margin: -2px;
  padding: 0px;
}
.select:hover {
  border:1px solid #666666; 
}
.select select>option {
  text-indent: 2px; 
}