body{
	margin:2px;
}

form{
	margin-top:0px;
}
table{
	border-collapse:collapse;
}
img{
	border:0px
}
th{
	font-size:13px;
	line-height:20px;
}
td{
	font-size:12px;
	line-height:20px;
}

a{
  margin:0;
  padding:0;
  background-repeat:no-repeat;
  list-style-type:none;
  TEXT-DECORATION:none;
}
a:hover{
  TEXT-DECORATION:underline;
}

/* ------------- start navigator table -------------------- */
.table-navigator {
	width: 100%;
	height: 8px;
	color: #02468E;
	text-align: left;
}
/* ------------- end navigator table -------------------- */

/* ------------- start title table -------------------- */
.table-title {
	width: 100%;
	color: #02468E;
	padding: 3px;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	background-color: #eee;
	margin-bottom: 3px;
	ruby-align: center;
}
/* ------------- end title table -------------------- */

/* ------------- start toolbar table -------------------- */
.table-toolbar {
	width: 100%;
	background-color: #efefef;
	padding: 3px;
	border-top: #0d3c6b 1px solid;
	border-right: #0d3c6b 1px solid;
	border-left: #0d3c6b 1px solid;
	border-bottom: #0d3c6b 1px solid;
	ruby-align: center;
	color: #02468E;
}

.table-toolbar .title th {
	background:url('../../images/mainFrame/easyui/panel_title.png') repeat-x;
	border-left: #3776B9 1px solid;
	border-right: #3776B9 1px solid;
	border-top: #3776B9 1px solid;
	border-bottom: #3776B9 1px solid;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}

a.table-toolbar-btn{
	font-size:12px;
	color:#02468E;
	padding-right:5px;
	text-decoration:none;
	display:inline-block;
	zoom:1;
	cursor:pointer;
	height:24px;
	border:1px solid transparent;
}

a.table-toolbar-btn span.btn-left{
	background:transparent;
	display:inline-block;
	padding:4px 0px 4px 5px;
	line-height:16px;
	height:16px;
}

a.table-toolbar-btn span.btn-left{
	background:transparent;
	display:inline-block;
	padding:4px 0px 4px 5px;
	line-height:16px;
	height:16px;
}

a.table-toolbar-btn span span.btn-text{
	display:inline-block;
	height:16px;
	line-height:16px;
	padding:0px;
}

a:hover.table-toolbar-btn{
	text-decoration:none;
	background-position: bottom right;
	background:url('../../images/mainFrame/easyui/button_plain_hover.png') repeat-x left bottom;
	outline:none;
	border:1px solid #7eabcd;
	_padding:0px 5px 0px 0px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
a:hover.table-toolbar-btn span.btn-left{
	background-position: bottom left;
}

.table-toolbar-separator{
	float:left;
	height:24px;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	margin:2px 1px;
}

/* ------------- end toolbar table -------------------- */

/* ------------- start caption table -------------------- */
.table-caption {
  width: 100%;
  padding:3px;  
  background-color:#F7F7F7;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  color:#02468E;
}
/* ------------- end caption table -------------------- */

/* ------------- start form table -------------------- */
.table-form {
	width: 100%;
	border-top: #3776B9 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	margin-bottom: 1px;
	ruby-align: center;
}

.table-form td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 3px;
}

.table-form th {
	border: #ccc 1px solid;
	padding: 3px;
	text-align: left;
	color: #02468E;
}

.table-form .caption {
	padding: 3px;
	background-color: #F7F7F7;
	color: #02468E;
}

.table-form .white {
	background-color: #ffffff;
	height: 18px;
	padding: 3px
}

.table-form .gray {
	background-color: #F7F7F7;
	height: 18px;
	padding: 3px
}

.table-form .footer {
	background-color: #eee;
	color: #02468E;
	padding: 3px;
	text-align: right;
}

.table-form .footer td {
	border-top: #ccc 1px solid;
	padding: 3px 20px 3px 0;
}

.table-form .footer input {
	background-color: #4C7EC3;
	color: #ffffff;
}

.table-form .white a:link {
	COLOR: #3770C4;
	TEXT-DECORATION: none;
}

.table-form .white a:visited {
	COLOR: #969696;
	TEXT-DECORATION: none;
}

.table-form .white a:active {
	COLOR: #3770C4;
	TEXT-DECORATION: underline;
}

.table-form .white a:hover {
	COLOR: #FF6000;
	TEXT-DECORATION: underline;
}

.table-form .gray a:link {
	COLOR: #3770C4;
	TEXT-DECORATION: none;
}

.table-form .gray a:visited {
	COLOR: #969696;
	TEXT-DECORATION: none;
}

.table-form .gray a:active {
	COLOR: #3770C4;
	TEXT-DECORATION: underline;
}

.table-form .gray a:hover {
	COLOR: #FF6000;
	TEXT-DECORATION: underline;
}

/* ------------- start list table -------------------- */
.table-list {
	width: 100%;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	margin: 5px 0 2px 0;
}
.table-list td {
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}

.table-list th {
	background: url('../../images/mainFrame/easyui/datagrid_header_bg.gif') repeat-x left bottom;
	background-color: #eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:2px 1px;
	color: #02468E;
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}

.table-list tr.even {
	background-color: #F7F7F7;
}
.table-list tr.odd {
	background-color: #FFFFFF;
}
.table-list tr:hover{  
	background-color:#D9D9D9;  
}

.table-list th a,th a:visited {
	text-decoration: none;
	color: #255D9B;
}

.table-list th a:hover {
	text-decoration: none;
	color: #255D9B;
}

.table-list th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

.table-list th.sortable a {
  background-image: url(../../images/displaytag/arrow_off.png);
}
.table-list th.order1 a {
  background-image: url(../../images/displaytag/arrow_down.png);
}
.table-list th.order2 a {
  background-image: url(../../images/displaytag/arrow_up.png);
}
/*--paging.banner.placement display footer---*/
.displaytag-footer{
  width: 100%;
  background-color:#eee;
  border-top:#ccc 1px solid;
  border-bottom:#ccc 1px solid;;
  border-left:#ccc 1px solid;
  border-right:#ccc 1px solid;
  text-align:right;
  /*margin: 3px 0 2px 0;*/
  margin: -3px 0 5px 0;
}
.displaytag-footer span.pagebanner {
  color:#02468E;
  padding: 2px 20px 2px 4px;
}
.displaytag-footer span.pagelinks {
  color:#02468E;
  padding: 2px 20px 2px 10px;
}
.displaytag-footer span.pagelinks a {
  text-decoration: none;
}

span.export {
	padding-left:18px;
}
span.excel {
	background: url(../../images/displaytag/ico_file_excel.png)  no-repeat;
}

span.csv {
	background: url(../../images/displaytag/ico_file_csv.png) no-repeat;
}

span.xml {
	background: url(../../images/displaytag/ico_file_xml.png) no-repeat;
	
}

span.pdf {
	background: url(../../images/displaytag/ico_file_pdf.png) no-repeat;
}

span.rtf {
	background: url(../../images/displaytag/ico_file_rtf.png) no-repeat;
}
div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
}
/* ------------- End list table -------------------- */
.table-footer {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background-color: #F7F7F7;
	color: #1F55A2;
	padding: 3px;
	width: 100%;
	margin-bottom: 3px;
}

.table-footer td {
	color: #02468E;
	text-align: right;
	padding: 3px 20px 3px 0;
}

.table-footer input {
	background-color: #4C7EC3;
	color: #ffffff;
}

.btn{
	background-color: #4C7EC3;	color: #ffffff;font-size:13px;
}