﻿

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
	font-family:Verdana;
	font-size: 11pt;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
	font-family:Verdana;
	font-size: 11pt;
	
}

.dataTables_length {
	
	float: left;
}

.dataTables_filter 
{	
	
	text-align: right;
	font-family:Verdana;
	font-size: 11pt;
}

.dataTables_info {
	width: 60%;
	float: left;
	}

.dataTables_paginate {
	
	width: 50px;
	float: right;
	text-align: right;
	
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 25px;
	width: 19px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	vertical-align: middle;
}

.paginate_disabled_previous {
	width: 16px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../../Images/Icons/previous.gif) no-repeat;
	overflow: hidden;
}

.paginate_enabled_previous {
	background: url(../../Images/Icons/previous.gif) no-repeat 0 -12px;

}

.paginate_disabled_next {
	width: 16px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../../Images/Icons/next.gif) no-repeat;
	overflow: hidden;

}

.paginate_enabled_next {
	background: url(../../Images/Icons/next.gif) no-repeat 0 -12px;;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	
}

table.display thead th {
	padding: 3px 10px;
	background-color: white;
	border: 1px solid;
	border-color: #999999;
	font-family: Verdana;
	font-size: 11pt;
	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;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	border-left: 1px;
	border-right: 1px;
	vertical-align: top;
	
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../../images/SortIcon.gif') no-repeat center right;
}

.sorting_desc {
	background: url('../../images/SortIcon.gif') no-repeat center right;
}

.sorting {
	background: url('../../images/SortIcon.gif') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

 table.display tr.oddA {
 	background-color:#66CCFF	
}

table.display  tr.evenA {
	background-color: #eaebee;
}

table.display tr.oddC {
	background-color: #f9fafb;
	
}

table.display  tr.evenC {
	background-color: #eeeeff;
}

table.display  tr.oddX {
	background-color: #f9fafb;
	
}

table.display  tr.evenX {
	background-color: #ffeeee;
}

table.display tr.oddU {
	background-color: #f9fafb;

}

table.display tr.evenU {
	background-color: #ffeeee;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	text-align: right;
		border-top: 1px;
	border-color: #999999;
	border-style: solid;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.example_alt_pagination .dataTables_paginate {
	width: 400px;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button,
 	.example_alt_pagination div.dataTables_paginate 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;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button:hover {
	background-color: #ccc;
}

.example_alt_pagination div.dataTables_paginate span.paginate_active {
	background-color: #99B3FF;
}


.odd_selected {
	background-color: #B0BED9;
}

.even_selected {
	background-color: #9FAFD1;
}


.grid
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	border-bottom: 1px;
	border-color: #999999;
	border-style: solid;

	
}

.girdHeader 
{
	padding: 3px 10px;
	background-color: white;
	border: 1px solid;
	border-color: #999999;
	border-bottom: 1pt;
	cursor: pointer;
	padding: 5px;
	* cursor: hand;
}


.gridOdd td
{
	background-color: #f9fafb;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	vertical-align: middle;
	padding: 7px;
	color: #03277c;
	
	
}
.gridEven td
{
	background-color: #eaebee;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	vertical-align: middle;
	padding: 7px;
	color: #03277c;
}
