body {
	background-color: #A02040;
	font-size: 10pt;
	font-family: sans-serif;

	/* background-image: url("images/bg_header.png");*/
	/* background-repeat: no-repeat; */

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

a:link {
	color: #606FFF;
	text-decoration:none;
}

a:visited {
	color: #202FAF;
}

a:active {
	color: #EFA030;
}

a:hover {
	color: #60AFCF;
	background-color: #EFEFEF;
}

a.help {
	text-decoration:none;
	color: #000000;
}

a.help:visited {
	color: #000000;
}

table {
	border: solid 0px;
	border-collapse: collapse;
}

th.contents_title {
	height: 16px;
	background-color: #EFEFEF;
	border: solid 1px #606060;
	border-collapse: collapse;
}


#input_table table{
	position: relative;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

#input_table th{
	font-family: 微软雅黑;
	font-size: 10pt;
	padding: 5px;
	background-color: #FCFCEC;
	border: solid 1px #CCCCCC;
	text-align: left;
	font-weight: normal;
}

#input_table td{
	font-family: 微软雅黑;
	font-size: 10pt;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

#no_border_table table{
	position: relative;
	border: solid 0px;
	border-collapse: collapse;
}

#no_border_table td{
	font-family: 微软雅黑;
	font-size: 10pt;
	padding: 2px;
	border: solid 0px;
}

#result_list table{
	position: relative;
	border: solid 1px #606060;
	border-collapse: collapse;
	width: 100%;
}

#result_list td{
	font-family: 微软雅黑;
	font-size: 10pt;
	border: solid 1px #606060;
}

#result_right table{
	position: relative;
	border: solid 1px #606060;
	border-collapse: collapse;
}

td.underline {
	border-bottom: solid 1px #000000;
}

tr.error_row {
	background-color: #FF9090;
}

tr.warning_row {
	background-color: #CFEFFF;
}

tr.gray_mask {
	background-color: #E6E6E6;
}

tr.highlight {
	background-color: #FFCCCC;
}

td.warning_cell {
	background-color: #9FAFFF;
}

td.line_highlight {
	height: 16px;
	background-color: #DFDFDF;
	border: solid 1px #000000;
	border-collapse: collapse;
}

tr.new_record_row {
	background-color: #CCFFFF;
}

td.change_record_cell {
	background-color: #FFCCCC;
}

a.flatbutton_clicked:visited {
	color: #FF0000;
}

a.transbutton {
	font-family: 微软雅黑;
	font-size:10pt;
	text-decoration:none;
	text-align:center;
	line-height: 22px;
	width:auto;
	height: 22px;
	padding:2px 6px;
	white-space:nowrap;
	color:#000000;
	border: 1px solid #505050;
}
a:focus.transbutton {
	outline:0;
}

a:hover.transbutton {
	color:#FFFFFF;
	border: 1px solid #A0A0A0;
	background-color: #9595E0;
}

a:active.transbutton {
	color:#FFFFFF;
	border: 1px solid #A0A0A0;
	background-color: #CCCCCC;
}
#navigation {
	margin-top: 5px; margin-bottom: 0px; padding-left: 0px; height: 20px;
}

#navigation li {
	list-style: none outside none;
	float:left;
	padding-left:17px;
	vertical-align:middle; border:0 none; cursor: pointer;outline:none;
	background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
}
#navigation li.dir {
	background-image:url("../images/dir.png");
	
}

#navigation a {
	color: #000000;
}
#navigation li.file {
	padding-left: 15px;
	margin-left: 2px;
	background-image:url("../images/file.png");
}

a.flatbutton_sort:hover{
	color:#3399FF;
}

a.flatbutton_sort{
	font-family: 微软雅黑;
	font-size:10pt;
	text-decoration:none;
	text-align:center;
	/* line-height: 22px; */
	/* display: table-cell; */
	width: 30px;
	/* height: 22px; */
	padding:2px 6px;
	/* margin:3px; */
	white-space:nowrap;
	color:#000000;
	background-color: #EFEFEF;
	border: 1px solid #505050;
	/* margin-left:-1px; */
}

div.hiddendialog{
	position: absolute;
	visibility:hidden;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

div.showdialog {
	/*position: absolute; */
	position: fixed;
	visibility:visible;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:3;
	border: none 1px #000000;
	background-image: url(../images/shadow.png);
	background-repeat: repeat;
	color: #000000;
	overflow: hidden;
	text-align:center;
}

div #selectdialogouterframe{
	position: relative;
	margin-top: 40px;
	margin-left: 200px;
	margin-right: auto;
	text-align: left;
	background:#E7E7E7;
	border:1px solid #C0C0C0;
	border-radius:5px;
	overflow: hidden;
}

div.selectdialoginnerheader{
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: 5px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: right;
}
div.selectdialoginnerheader a {
	margin-right: 10px;
}

div.selectdialoginnerframe{
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow-y: scroll;
	background:#FFFFFF;
}

.searchtable {
	text-align:left;
	margin: 20px auto;
	width:90%;
	border-collapse: collapse;
}
.searchtable td {
	height:25px;
}

.smallsearchtable td{
	height:50px;
}
.smallsearchtable  {
margin-top:40px;
}
.searchtable input[type="submit"]{
	text-align:right;
}
td.begin_blank {
    padding-left:20px;
}
