div.exportlinks {
	margin: -5px 0px 10px 10px;
	padding: 2px 4px 2px 0px;
	width: 100%;
}

div.exportlinks a {
	text-decoration: none;
}

div.exportlinks span {
	background-repeat: no-repeat;
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.export {
	cursor: pointer;
	display: inline;
	display: inline-block;
	padding: 0 4px 1px 20px;
}

span.pagebanner {
	display: inline;
	margin: 10px 0px 10px 0px;
	padding: 2px 4px 2px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
	font-style: italic;
}

span.pagelinks {
	font-size: 14px;
	display: block;
	text-align: right;
	padding-bottom: 5px;
}

.tablecss {
	width: 800px;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
}

.tablecss th.sortable {
	background: #404040;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.tablecss th a, th a:visited, th a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.tablecss a:hover {
	text-decoration: underline;
}

.tablecss th.order1 a {
	background-image: url(../img/arrow_down.png) !important;
}

.tablecss th.order2 a {
	background-image: url(../img/arrow_up.png) !important;
}

.tablecss th.sorted a, .table th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.tablecss th.sorted {
	background-color: #73888f;
	color: #ffffff;
}

.tablecss tr:nth-of-type(odd) {
	background: #e5e5e5;
}

.tablecss tr:hover td {
	background-color: #66CCFF;
}

.tablecss th {
	background: #404040;
	color: #ffffff;
	font-style: normal;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.tablecss td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.tablecssSmallText {
	width: 920px;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
}

.tablecssSmallText th.sortable {
	background: #404040;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.tablecssSmallText th a, th a:visited, th a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.tablecssSmallText a:hover {
	text-decoration: underline;
}

.tablecssSmallText th.order1 a {
	background-image: url(../img/arrow_down.png) !important;
}

.tablecssSmallText th.order2 a {
	background-image: url(../img/arrow_up.png) !important;
}

.tablecssSmallText th.sorted a, .table th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.tablecssSmallText th.sorted {
	background-color: #73888f;
	color: #ffffff;
}

.tablecssSmallText tr:nth-of-type(odd) {
	background: #e5e5e5;
}

.tablecssSmallText tr:hover td {
	background-color: #66CCFF;
}

.tablecssSmallText th {
	background: #404040;
	color: #ffffff;
	font-style: normal;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tablecssSmallText td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}

.tablecss2 {
	width: 800px;
}

.subtotalText {
	font-weight: bold;
}