table.disp {
	width: 100%;
	background-color: #D8CEC9;
	font-size: 12px;
	text-align: center;
}

table.disp a{
	color: #1F8FD7;
	text-decoration: none;
}

tr th,th {
	height: 29px;
	background-image: url(./images/content-bg.gif);
	background-color: #33a3dc;
}

table.disp td,table.disp th {
	border: 1px solid #D8CEC9;
	height: 22px;
}

th.sorted {
	background-color: orange;
}

th.separator {
	background-image: none;
	background-color: #D8CEC9;
}

th a,th a:visited {
	color: #000000;
	text-decoration: none;
}

th a:hover {
	color: #ffd400;
	text-decoration: underline;
}

th.sorted a,th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(./images/arrow_off.png);
}

th.order1 a {
	background-image: url(./images/arrow_down.png);
}

th.order2 a {
	background-image: url(./images/arrow_up.png);
}

th.nowrap {
	white-space: nowrap;
}

th.center {
	text-align: center;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}

td.nowrap {
	white-space: nowrap;
}

td.separator {
	background-color: #D8CEC9;
}

tr.odd {
	background-color: #ffffff;
}

tr.tableRowEven,tr.even {
	background-color: #f3f4f3;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.footnavi {
	float: right;
	display: inline-block;
}

span.export {
	background-repeat: no-repeat;
	padding: 0 4px 1px 20px;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(./images/ico_file_excel.png);
}

span.csv {
	background-image: url(./images/ico_file_csv.png);
}

span.xml {
	background-image: url(./images/ico_file_xml.png);
}

span.pdf {
	background-image: url(./images/ico_file_pdf.png);
}

span.rtf {
	background-image: url(./images/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	text-align: right;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

input.skip {
	height: 15px;
	width: 16px;
	font-size: 11px;
}

.group-1 {
	font-weight: bold;
	padding-bottom: 10px;
	border-top: 1px solid black;
}

.group-2 {
	font-style: italic;
	border-top: 1px solid black;
}

.subtotal-sum,.grandtotal-sum {
	font-weight: bold;
	text-align: right;
}

.subtotal-header {
	padding-bottom: 0px;
	border-top: 1px solid white;
}

.subtotal-label,.grandtotal-label {
	border-top: 1px solid white;
	font-weight: bold;
}

.grouped-table tr.even {
	background-color: #fff;
}

.grouped-table tr.odd {
	background-color: #fff;
}

.grandtotal-row {
	border-top: 2px solid black;
}

.total-cell {
	text-align: center;
	color: #000000;
	font: italic normal bolder 15px Arial;
	background-color: #F0FFF0;
}

.total-cell-red {
	text-align: center;
	color: #FF0000;
	font: italic normal bolder 15px Arial;
	background-color: #F0FFF0;
}

span.leftnavi {
	height:25px;
	float:left;
	font-size: 11px;
}

span.rightnavi {
	height:25px;
	float:right;
	font-size: 11px;
}

.link1 a {
	cursor: pointer;
}

.link1 a:link {
	color: #0033cc;
	text-decoration: none;
}

.link1 a:visited {
	color: #0033cc;
	text-decoration: none;
}

.link1 a:hover {
	color: #FF0000;
	text-decoration: none;
}


/*===================================================================================*/
table thead th {
	text-align: center;
	border: 1px #A1A1A1 solid;
	height: 20px;
	background-color: #cccccc;	
	font-weight:bold;
}

.link1 a{
	color: blue;
	text-decoration: none;
}

#showTableData{
	display:block;
	width:100%;
	text-align:center;
}