.ht-btn {
	line-height: 18px;
	font-weight: 700;
	padding: 8px;
	margin: 0 4px;
	cursor: pointer;
	border: 0px;
	background: #EEEEEE;
	outline: hidden;
	overflow: visible;
}

.ht-download, .ht-query, .ht-check{
	background: #2E7BCC url("./imgs/download.png") no-repeat 0px 0px;
	padding: 0px 8px 0px 32px;
	margin: 0 4px;
	border: 0px;
	height: 32px;
	color: white;
	font-weight: 700;
	cursor: pointer;
	outline: hidden;
	overflow: visible;
}
.ht-query{
	background: #2E7BCC url("./imgs/search.png") no-repeat 0px 0px;
}
.ht-check{
	background: #2E7BCC url("./imgs/check.png") no-repeat 0px 0px;
}
.ht-download:hover, .ht-query:hover, .ht-check:hover{
	background-color: #2E63CC;
	background-position: 0px -32px;
}
input.ht-file{
	height: 26px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	-webkit-opacity: 0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
}

div.file-btn {
    float: left;
    clear: none;
    width: 64px;
    height: 22px;
    line-height: 22px;
    margin: 4px 0px;
    text-align: center;
    border: 1px solid #CFCFCF;
    background: #FFFFFF url("./imgs/filebrowser.png") no-repeat 0px 0px; 
	cursor: pointer;
	overflow: hidden;
}
div.file-btn:hover{
	background-repeat: 0px -22px	
}
div.file {
	
}

label.ht-down {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.warning {
	color: #FE0000;
}

tr {
	background: #FFF;
}

tr.odd {
	background: #F9F9F9;
}

tr.hover {
	background: rgb(217, 235, 245);
}

tr.current {
	background: #AED6FC;
}

td, th {
	line-height: 32px;
	white-space: nowrap;
}

.text {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* 基本输入框 */
.inputText,.bigText,.readonlyText {
	background-color: #FAFAFA;
	border: 1px solid #BCBCBC;
	height: 18px;
	line-height: 18px;
	margin: 4px 0px;
	padding: 2px 6px;
}

.focusin {
	border-color: #AACDEA;
}

/**
 * 一个普通的100%宽的表格
 */
table.ht-fullform {
	width: 100%;
	margin: 2px auto;
}

table.ht-fullform tr th{
	font-weight: 700;
}
/**
 * 有边框的表格，ht-grid会通过js产生各行变色和选中变色效果
 */
table.ht-grid,table.ht-tips {
	width: 100%;
	margin: 2px auto;
	border-top: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
}

table.ht-simpleGrid {
	margin: 2px 8px;
}

table.ht-tips tr th,table.ht-tips tr td,table.ht-grid tr th,table.ht-grid tr td
	{
	border-top: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	padding: 1px 4px;
}

table.ht-tips tr th,table.ht-grid tr th {
	background-color: #EBECEE;
	border-bottom: 1px solid #ACA6FE;
	color: #333;
	font-weight: 700;
}

div.info-title {
	color: #2588CC;
	font-weight: 700;
	text-align: left;
	line-height: 32px;
	height: 32px;
	overflow: visible;
	padding-left: 16px;
	white-space: nowrap;
	background-color: #F1F1F1;
	border-bottom: 2px solid #8FC1DC;
}

div.info-bar {
	width: 100%;
	position: absolute;
	left: 0px;
}

div.info-bar div.info-content {
	padding: 8px 0 8px 32px;
	line-height: 32px;
	overflow: hidden;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

div.info-bar div.information {
	background: #EFDCA9 url("./imgs/info.png") no-repeat left center;
	color: #525252;
	border-color: #E4C46D;
}

div.info-bar div.warning {
	background: #C31D1D url("./imgs/warning.png") no-repeat left center;
	color: #FFFFFF;
	border-color: #9A1616;
}

/**
 * 加载进度条
 */
div.loading {
	height: 48px;
	width: 420px;
	padding: 4px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -30px;
	margin-left: -210px;
	overflow: visible;
	z-index: 9999;
	color: white;
	background: #202020;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

div.loading div.title {
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	font-weight: 700;
}

div.loading div.progress {
	width: 400px;
	height: 12px;
	margin: 0px 10px;
	border: 0px solid #CCC;
	background: #D4D4D4;
	font-size: 1px;
	overflow: hidden;
}

div.loading div.progress div.percent {
	height: 12px;
	margin: 0px;
	width: 170px;
	background: #3399FF;
	font-size: 1px;
}

/**
 * 遮罩层
 */
div.shadow {
	background: url("./imgs/overlay.png");
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

/**
 * 对话框
 */
div.ht-dialog {
	float: left;
	position: absolute;
	padding: 0px;
	background: #3399FF;
}

div.ht-dialog div.ht-dialog-title {
	height: 48px;
	line-height: 48px;
	color: white;
	background: #3399FF;
	font-weight: bold;
	float: left;
	clear: none;
}

div.ht-dialog span.dlg-cls {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 6px;
	height: 36px;
	width: 36px;
	cursor: pointer;
	background: url("./imgs/close.png") no-repeat 0px 0px;
}

div.ht-dialog div.ht-dialog-body {
	margin: 0px auto;
	background: #FFFFFF;
	padding: 0px;
	float: left;
	clear: both;
}

div.ht-dialog div.ht-dialog-body div.default {
	width: 256px;
	height: 256px;
	margin: 2px auto;
	background: transparent;
}

div.ht-alert-info {
	background-color: #FFFFFF;
	color: #666666;
	font-weight: 700;
}

div.ht-alert-info div.ht-alert-text {
	line-height: 24px;
	padding-left: 48px;
	padding-right: 24px;
	background: url("./imgs/alertinfo.png") no-repeat 0px 0px;
}

div.ht-alert-info div.ht-alert-text-q {
	background-image: url("./imgs/alertquestion.png");
}

div.ht-alert-info div.ht-alert-bnts {
	padding: 4px 0px;
	margin: 0px;
	border-top: 2px solid #3399FF;
	text-align: right;
}

div.ht-alert-info div.ht-alert-bnts .ht-btn {
	margin: 4px 8px;
}

div.ht-simple{
	float: left;
	clear: both;
	margin: 12px;
	padding: 2px;
	border: 2px solid #3980F1;
}

div.ht-simple-foot{
	float: left;
	clear: both;
	margin: 0px 12px;
	padding: 4px;
	border: 0px;
}

div.ht-simple div.simple-head{
	line-height: 32px;
	text-align: center;
	color: white;
	font-weight: 700;
	background: #3980F1 url("./imgs/app.png") no-repeat left center;
}

div.ht-simple table.ht-simple-form{
	margin: 4px 24px 24px 24px;
}


span.page, span.sus {
    display: inline-block;
    font-size: 9pt;
    line-height: 18px;
    padding: 2px 8px;
    margin: 1px 2px;
}

span.page {
    border-color: #C9C9C9;
    cursor: pointer;
}

span.hover {
    color: #215DC6;
    text-decoration: underline;
}


.ht-select-ui{
	display: none;
}

.ht-select-text{
	background-image: url("./imgs/arrowdown.png");
	background-position: right center;
	background-repeat: no-repeat;
}

ul.ht-select-options{
	display: block;
	padding: 2px;
	position: absolute;
	list-style: none;
	background: #3399FF;
	border:1px solid #3399FF;
}
ul.ht-select-options li{
	line-height: 24px;
	cursor: pointer;
	padding-left: 6px;
	background: white;
	color: black;
}

ul.ht-select-options li.hover{
	background: #E1F0FF;
	color: black;
}
ul.ht-select-options li.selected{
	background: #3399FF;
	color: white;
}


/**
 * 复选框
 */

.ht-checkbox {
    display: none;
}

span.ht-checkbox-ui {
    display: inline-block;
    _display: block;
    background: transparent url("./imgs/checkbox.png") no-repeat 0px 0px;
    padding: 0px 0px 0px 26px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}

span.ht-checkbox-checked-ui {
    background-position: 0px -24px;
}

span.ht-checkbox-checked-ui-disabled{
    background-position: 0px -72px;
	color: #CCC;
}

span.ht-checkbox-unchecked-ui-disabled{
    background-position: 0px -48px;
	color: #CCC;
}

/**
 * 单选框
 */

.ht-radiobox{
	display: none;
}

span.ht-radiobox-ui{
	display: inline-block;
	background: transparent url("./imgs/radiobox.png") no-repeat 0px -24px;
	padding: 0px 2px 0px 24px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	margin: 4px 6px;
}
span.ht-radiobox-ui-white{
	background-image: url("./imgs/radiobox_white.png");
	color: white;
}
span.ht-radiobox-checked-ui{
	background-position: 0px 0px;
}
span.ht-radiobox-checked-ui-disabled{
    background-position: 0px -48px;
	color: #CCC;
}
span.ht-radiobox-unchecked-ui-disabled{
    background-position: 0px -72px;
	color: #CCC;
}

.ht_rows{
	white-space: normal;
}

table a {
    display: inline-block;
    height: 16px;
    line-height: 18px;
}

table a, table a:link, table a:visited {
    color: #333333;
    text-decoration: none;
}

table a:hover {
    color: #FE0000;
}
table a.modify {
    background: url("./imgs/modify.gif") no-repeat left center;
    padding-left: 18px;
}

table a.detail {
    background: url("./imgs/detail.gif") no-repeat left center;
    padding-left: 18px;
}


table a.download {
    background: url("./imgs/download.gif") no-repeat left center;
    padding-left: 18px;
}


table a.remove {
    background: url("./imgs/remove.gif") no-repeat left center;
    padding-left: 18px;
}

label.sssqChoice{
	background: white;
	border:1px solid #3399FF;
}