P, DIV, H1, H2, TABLE, TH, TD, TFOOT, TR, INPUT, BUTTON, SELECT, FIELDSET, LEGEND, TEXTAREA, BODY
{
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
}
body
{
    SCROLLBAR-FACE-COLOR: #FA9B56;
    SCROLLBAR-HIGHLIGHT-COLOR: #EB812D;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR: #FDFDDB;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #FFFFC0;
    SCROLLBAR-DARKSHADOW-COLOR: #EB812D;
    BACKGROUND-COLOR: white;
}
BUTTON
{
    BACKGROUND-COLOR: #FA9B56;
    FONT-WEIGHT: bold	!important;
}
a
{
	color: #eb812d;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.leftmargin
{
	margin-left: 30px;
}

.ReportTitle
{
	FONT-SIZE: 16px		!important;
	FONT-WEIGHT: bold	!important;
	TEXT-ALIGN: center	!important;
}
.lbl
{
	FONT-WEIGHT: bold	!important;
}

.ReportHeader
{
	FONT-WEIGHT: bold	!important;
}
.ReportFooter
{
	FONT-WEIGHT: bold 	!important;
	PADDING: 5;
}
.ReportResults
{
	BORDER-COLLAPSE: collapse;	
	BORDER: 1pt solid #aaaaaa;
}

.ReportResults THEAD
{
	DISPLAY: table-header-group;
	PADDING: 5;
}
.ReportResults TFOOT
{
	DISPLAY: table-footer-group;
	PADDING: 5;
}
.ReportResults th
{
	FONT-WEIGHT: bold;
	VERTICAL-ALIGN: bottom;
	BORDER: 1pt solid #aaaaaa;
	text-align: center;
	PADDING: 2;
	BACKGROUND-COLOR: #FA9B56;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFEB812D', EndColorStr='#FFFA9B56');
}
.ReportResults tbody tr td
{
	BORDER: 1pt solid #aaaaaa;
	VERTICAL-ALIGN: top;
	PADDING: 2;
	BACKGROUND-COLOR: #FFFFC0;
}
.ReportResults tfoot tr td
{
	FONT-WEIGHT: bold;
	VERTICAL-ALIGN: top;
	BORDER: 1pt solid #aaaaaa;
	PADDING: 2;
    BACKGROUND-COLOR: #FA9B56;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFEB812D', EndColorStr='#FFFA9B56');
}
.ReportResults a
{
	text-decoration: none;
}
.PageTitle
{
	FONT-SIZE: 16px		!important;
	FONT-WEIGHT: bold	!important;
}

/* DataTables */
.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 56px;
	* width: 56px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 23px;
	width: 23px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: none;
}

.paginate_enabled_previous {
	background-image: url('/images/btn_back.png');
	cursor: pointer;
}

.paginate_disabled_next {
	background-image: none;
}

.paginate_enabled_next {
	background-image: url('/images/btn_forward.png');
	cursor: pointer;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 98%;
	clear: both;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	background-color: #f89800;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('/images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('/images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('/images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('/images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('/images/sort_desc_disabled.png') no-repeat center right;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.tableRow {
	background-color: white;
}

table.display tr.even.tableRow {
	background-color: #fdfddb;
}

tr.odd {
	background-color: white;
}

tr.even {
	background-color: #fdfddb;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: white;
}

tr.even td.sorting_1 {
	background-color: #fdfddb;
}

/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.tableRow td.sorting_1 {
	background-color: white;
}

tr.odd.tableRow td.sorting_2 {
	background-color: white;
}

tr.odd.tableRow td.sorting_3 {
	background-color: white;
}

tr.even.tableRow td.sorting_1 {
	background-color: #fdfddb;
}

tr.even.tableRow td.sorting_2 {
	background-color: #fdfddb;
}

tr.even.tableRow td.sorting_3 {
	background-color: #fdfddb;
}

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.tableRow {
	background-color: white;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}
