@charset "utf-8";
/*=================== base */

h1,h2,h3,h4,h5,h6 { 
	font-size:120%;
}
caption { 
	text-align:left;
}
a {
	outline:none;
	text-decoration:none;
}
/*=================== Global FONT Setting */

.normalFZ{ 
	font-size:10px;	
}
input,textarea,select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}

#load{
	position:absolute;
	z-index:9999;
	background:transparent url(../images/ajax-loader.gif) no-repeat center center;
	/*width:32px;
	height:32px;*/
	width:94px;
	height:56px;
	/*margin-top:-16px;
	margin-left:-16px;*/
	margin-top:-47px;
	margin-left:-28px;
	top:50%;
	left:50%;
	text-align:center;
	/*line-height:32px;*/
	line-height:56px;
}
/*================================================================================ Footer*/
#toTop {
    padding:0;
	width:32px;
	height:32px;
    position: fixed;
    bottom: 25px;
    right: 3px;
    display: none;
	cursor:pointer;
}
#footer{left:0;background:#34368d;width:100%;position:fixed;bottom:0;}
#footer p{font-size:10px;color:#fff;padding:5px;text-align:center;}
#back-top a{
	position:fixed;
	bottom:2px;
	right:2px;
	width:27px;
	height:22px;
	background:url(../images/top-arr.png) no-repeat;
}
/*=================== login*/
table#tsp-login{ 
	margin:15% 0 0 0;
	width:400px;
	background:url(../images/tbl-bg.png) repeat-y;
}
table#tsp-login th#tbl-hd{
	font-size:18px;
	color:#000;
	width:400px;
	height:39px;
	background:url(../images/tbl-hd.png) no-repeat;
	padding:3px 0 0 0;
	font-weight:normal;
}
table#tsp-login th#tbl-btm{
	width:400px;
	height:10px;
	background:url(../images/tbl-btm.png) no-repeat left bottom;
}
table#tsp-login th {
	font-weight:normal;
}
#tsp-login input[type=text] {
	width:200px;
}
#tsp-login span#fs {
	width:290px;
	text-align:left;
	color:#F00;
}

/*===================================================================== input style */
/*normal*/
input[type=password],
input[type=text],
textarea{
	background:#fff repeat-x top left;
	padding:3px;
	border:1px solid #c8c8c8;
	color:#000;
}
#cargo select{
	float:left;
	background:#fff repeat-x top left;
	border:1px solid #c8c8c8;
	color:#000;
	width:95%;
}
/*not readonly*/
/*input[type=text].nro,
textarea.nro{
	background:#fff url(../images/input-bg.png) repeat-x top left !important;
	border:1px solid #c8c8c8 !important;
	color:#000;
}
#cargo select.nro{
	float:left;
	background:#fff url(../images/input-bg.png) repeat-x top left !important;
	border:1px solid #c8c8c8 !important;
	color:#000;
	width:95%;
}*/
/*readonly*/
input[type=text].ro,
textarea.ro{
	background:none !important;
	border:none !important;
	color:#000;
}
#cargo select.ro{
	float:left;
	background:none !important;
	border:none !important;
	color:#000;
	width:95%;
}
input[type=button].blue,
input[type=reset].blue,
input[type=submit].blue
{
	border: 2px solid #3079ed;
	background:#4c8efa;
	font-size:12px;
	color: #FAFAFA;
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
input[type=button].green,
input[type=reset].green,
input[type=button].green
{
	border: 2px solid #549510;
	background:#7dc523;
	font-size:12px;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
input[type=button].red,
input[type=reset].red,
input[type=button].red {
	border: 2px solid #bd4435;
	background:#dd4b39;
	font-size:12px;
	color: #FAFAFA;
	cursor: pointer;
	padding: 2px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

/*=================== menu*/
#navi{
	position:fixed;
	top:85px;
	left:0;
	width:100%;
 	height:34px;
	background:url(../images/menu-bg.png) repeat-x;	
	border-bottom:1px solid #c2c2c2;
}
#navi {
    top:85px \0/; /* IE8+9  */
}
#nav-shadow{
	position:fixed;
	top:119px;
	width:100%;
	height:5px;
	background: repeat-x;
}
/*=================== top nav*/
ul#topnav {
	margin: 0; padding: 0;
	float:right;
	width: 80%;
	height:35px;
	/*background:url(../images/nav_bg.png) repeat-x;*/
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: right;
	height:35px;	
	display:inherit;
}
ul#topnav li a {
	float: left;
	height:35px;	
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li:hover a, ul#topnav li a:hover, #topnav a#active  { 
	color:#000;
	background:#dcdcdc;
	/*background:url(../images/menu-hov.png) repeat-x;*/
}
ul#topnav a.each_tab {	
	padding:10px 20px 0 15px;
	*padding:10px 15px 0 10px;
	height:25px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#777;	
	border-left:1px solid #dcdcdc;	
} 
#navi div#welcome{
	width:auto;	
	float:left;
	padding:10px 0 0 1%;
	*padding:10px 0 0 1%;
	height:25px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform: capitalize;
	text-align:right;
	color:#2424e6;	
} 
ul#topnav li .sub {
	position: absolute;
	top: 34px; left: 0;
	background: #e1e1e1;
	border:1px solid #d2d2d2;
	padding: 15px 0 10px 10px;
	float: left;
	z-index:9999;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 210px;
	float: left;
}
ul#topnav .sub ul li {
	width: 200px;
	color: #000;
}
ul#topnav .sub ul li a {
	float: none; 
	font-size:12px;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/navlist_arrow.png) no-repeat 3px 10px;
	padding: 5px 5px 5px 14px;
	display: block;
	text-decoration: none;
	color: #777;
	border-bottom:1px solid #ebebeb;
}
ul#topnav .sub ul li a:hover {
	color: #000; 
	background-position: 5px 10px;
	background-color:#ececec;
}
/*=================== contents */
table.report { clear/*\**/: left\9 }
*:first-child+html table.report { clear:left; }
.report textarea{
	width:97%;
}
.report input[type=text]{
	float:left;
	width:92%;		
}
/* table style */
/* tables */
table.report {
	font-family:arial;
	border-spacing:0;
	border-collapse:collapse;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	color:#222;
	text-align: left;
}
table.report thead tr th, table.report tfoot tr th {
	/*background-color: #e6EEEE;
	color:#000;*/
	background-color:#cbdd0d !important;
  	color:#02119e !important;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	font-size: 8pt;
	padding: 3px;
	
}
table.report thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.report tbody td {
	color: #3D3D3D;
	padding: 3px;
	border-bottom:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background-color: #FFF;
	vertical-align: top;
}
table.report tbody tr.odd td {
	background-color:#F0F0F6;
}
/* Add alternating row stripes */
table.report tbody tr:nth-child(odd) td,
table.report tbody tr:nth-child(odd) th {
  background-color: #F0F0F6;
}
table.report tr:hover {
	background-color:#F0F0F6;
}
table.report tbody td:hover {
	
}
table.report thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.report thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.report thead tr .headerSortDown, table.report thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.report th#ss-CLOSING_D,
table.report th#ss-ETA_POL,
table.report th#ss-ETD_POL,
table.report th#ss-ETA_POD
{
	min-width:95px;
}


/*table.report { 
	float:left;
	height:auto;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
	background:#fff;
	margin:0; 
	color:#000;
	width:100%;
	border-spacing:0;
	font-size:11px;
}
table.report a{ 
	text-decoration:underline;
}
table.report th{ 
	font-weight:bold;
	color:#000;
	text-align:left;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background:#e3e6eb;
	padding:3px;
	text-transform:uppercase;
	cursor:pointer;
}
table.report th:hover{ 
	background:#dbdbdb url(../images/asc-arrow.png) no-repeat right center;
}
table.report td h3{ 
	color:#fff;
	font-size:17px;
	text-align:center;
}
table.report tr:hover{ 
	background:#f3f3f3; 
}
table.report td{ 
	border-bottom:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	text-align:left;
	padding:3px 1px 3px 5px;
}
table.report td.bg{ 
	background:#777;
	color:#fff;
}
table.report td.right, 
table.report th.right{ 
	text-align:right;
}
table.report td.center, 
table.report th.center{ 
	text-align:center;
}*/
.newboxes{
	width:100%;
	float:left;
}
#middle-content {
	margin:0 auto 20px auto;
	width:1010px;
	/*width:80%;*/
	color:#666;	
}
.info-box{
	float:left;
	margin-top:10px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topmright: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #c3c3c3; 
	background-color: #dbdbdb; 
	padding:7px 0 7px 1%; 
	width: 99%;
	color:#000;
	font-size:14px;
	font-weight:bold;	
}
.info-box a {cursor:pointer;}
.search-box{
	float:left;  
	font-size:20px;
	background:#d6df22 ; 
	color:#000; 
	padding:5px 1% 3px 1%; 
	width:97.5%; 
	border:2px solid #d6df22 ; 
	text-transform:uppercase;
}
.showSingle {float:left;text-decoration:none;}
.search-box a {float:left;cursor:pointer;}
#newboxes1 input[type=text], #newboxes1 select {
	background:#fff !important;border:1px solid #d6df22 !important;
}
#newboxes1{
	float:left; 
	width:97.5%; 
	padding:1%; 
	border:2px solid #d6df22 ; 
	background:#f8f8f8; 
	margin-bottom:10px;
}
a#e-excel {
	position:fixed;
	right:0;
	top:112px;
	padding:6px;
	border:2px solid #2424e6;
	background:#d8e207;
	border-right:none;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;	
}
a#e-excel:hover {
	padding-right:15px;	
}

span.star {
	color:red;
	font-size:18px;
	padding-right:5px;	
}
.icon-edit {color:#f00;font-size:13px;line-height:13px;}
a.close_icon {color:#666;float:right;margin:5px -5px -10px 0;z-index:10;font-size:16px;line-height:16px;}
a.close_icon:hover {color:#f00;}

#tnt_list {margin:10px auto 100px auto; width:90%;}
.pager{ margin:15px auto 0 auto; width:360px;}
.pager img{ cursor:pointer;}
#note {font-size:11px;color:#f00;}


/*=================== contents */
table.report { clear/*\**/: left\9 }
*:first-child+html table.report { clear:left; }
.report textarea{
	width:97%;
}
.report input[type=text]{
	float:left;
	width:92%;		
}
.newboxes{
	width:100%;
	float:left;
}
#middle-content {
	margin:0 auto 20px auto;
	width:1010px;
	/*width:80%;*/
	color:#000;	
}

span.star {
	color:red;
	font-size:18px;
	padding-right:5px;	
}
.icon-edit {color:#f00;font-size:13px;line-height:13px;}
a.close_icon {color:#666;float:right;margin:5px -5px -10px 0;z-index:10;font-size:16px;line-height:16px;}
a.close_icon:hover {color:#f00;}

#tnt_list {margin:10px auto 100px auto; width:90%;}
.pager{ margin:0 auto; width:360px;}
.pager img{ cursor:pointer;}
#note {font-size:11px;color:#f00;margin-top:10px;float:left;width:100%;}

/* flat color style */
.one_row {float:left; width:100%;margin:0;padding:0;}
/* table style */

table.report {
	font-family:arial;
	font-size: 8pt;
	color:#222;
	margin:0;
	padding:0;
	float:left;
	border-spacing:0;
	border-collapse:collapse;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
}
table.report th{
	font-weight:bold;
	color:#000;
	text-align:center;
	cursor:pointer;
}
table.report th .DataTables_sort_wrapper {padding:8px 0 !important;}
table.report td{
	padding:2px 5px !important;
}

/*table.report {
	float:left;
	font-family:arial;
	border-spacing:0;
	border-collapse:collapse;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	color:#222;
	text-align: left;
}
table.report thead tr th, table.report tfoot tr th {
	background-color:#cbdd0d !important;
  	color:#02119e !important;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	font-size: 8pt;
	padding: 3px;
	
}
table.report thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.report tbody td {
	color: #3D3D3D;
	padding: 3px;
	border-bottom:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background-color: #FFF;
	vertical-align: top;
}
table.report tbody tr.odd td {
	background-color:#F0F0F6;
}
/* Add alternating row stripes */
/*table.report tbody tr:nth-child(odd) td,
table.report tbody tr:nth-child(odd) th {
  background-color: #F0F0F6;
}
table.report tr:hover {
	background-color:#F0F0F6;
}
table.report tbody td:hover {
	
}
table.report thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.report thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.report thead tr .headerSortDown, table.report thead tr .headerSortUp {
background-color: #8dbdd8;
}*/

table.report th#ss-CLOSING,
table.report th#ss-ETA_POL,
table.report th#ss-ETD_POL,
table.report th#ss-ETA_POD
{
	width:80px;
}
table.report th#ss-col0
{
	width:20px;
}

/* add in style for data table */
/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}
.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}
.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 60% !important;
	padding-right:30px;
}
.dataTables_wrapper .ui-toolbar {
	padding: 5px;
	
}
.dataTables_paginate {
	width: auto;
	padding-top:7px;
}
.dataTables_info {
	padding-top: 7px;
}
table.display thead th {
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	* cursor: hand;
}
div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}
/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
}
table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
}
.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}
.dataTables_length {
	width: 40%;
	float: left;
}
.dataTables_filter {
	/*width: 50%;*/
	width: 25%;
	float: right;
	margin-right:100px;
	text-align: right;
}
.dataTables_info {
	width:30%;
	float: left;
}
.dataTables_paginate {
	float: right;
	text-align: right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}
table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}
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.gradeA {
	background-color: #ddffdd;
}
table.display tr.even.gradeA {
	background-color: #eeffee;
}
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}
table.display tr.even.gradeA {
	background-color: #eeffee;
}
table.display tr.odd.gradeC {
	background-color: #ddddff;
}
table.display tr.even.gradeC {
	background-color: #eeeeff;
}
table.display tr.odd.gradeX {
	background-color: #ffdddd;
}
table.display tr.even.gradeX {
	background-color: #ffeeee;
}
table.display tr.odd.gradeU {
	background-color: #ddd;
}
table.display tr.even.gradeU {
	background-color: #eee;
}
tr.odd {
	background-color: #E2E4FF;
}
tr.even {
	background-color: white;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}
.top, .bottom {
	float:left;
	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 a.paginate_button,
 	.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}
.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}
.paging_full_numbers a.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: #D3D6FF;
}
tr.odd td.sorting_2 {
	background-color: #DADCFF;
}
tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}
tr.even td.sorting_1 {
	background-color: #EAEBFF;
}
tr.even td.sorting_2 {
	background-color: #F2F3FF;
}
tr.even td.sorting_3 {
	background-color: #F9F9FF;
}
/* 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.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}
tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}
tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}
tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}
tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}
tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}
tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}
tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}
tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}
tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}
tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}
tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}
tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}
tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}
tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}
tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}
tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}
tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}
tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}
tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}
tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}
tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}
tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}
tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}
/*
 * 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;
}
/* end of style data table*/

/*.dataTables_info { padding-top: 0 !important; }
.dataTables_paginate { padding-top: 0 !important; }*/
.css_right { float: right !important; }
#example_wrapper .fg-toolbar { font-size: 0.8em !important; }
#theme_links span { float: left !important; padding: 2px 10px !important; }

/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables

 * 
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */


/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
	position: relative;
	float: right;
	/*margin-bottom: 1em;*/
}
button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
	position: relative;
	float: left;
	margin-right: 3px !important;
	padding: 5px 8px;
	border: 1px solid #999;
	cursor: pointer;
	*cursor: hand;
	font-size: 0.88em;
	color: black !important;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	/* Generated by http://www.colorzilla.com/gradient-editor/ */
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button {
	height: 30px;
	padding: 3px 8px;
}
.DTTT_button embed { 
	outline: none;
}
button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
	border: 1px solid #666;
	text-decoration: none !important;

	-webkit-box-shadow: 1px 1px 3px #999;
	   -moz-box-shadow: 1px 1px 3px #999;
	    -ms-box-shadow: 1px 1px 3px #999;
	     -o-box-shadow: 1px 1px 3px #999;
	        box-shadow: 1px 1px 3px #999;

	background: #f3f3f3; /* Old browsers */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
	color: #999;
	border: 1px solid #d0d0d0;
	
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f9f9f9 89%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

button.DTTT_button_csv,
button.DTTT_button_xls,
button.DTTT_button_copy,
button.DTTT_button_pdf,
button.DTTT_button_print {
	padding-right: 0px;
}

button.DTTT_button_csv span,
button.DTTT_button_xls span,
button.DTTT_button_copy span,
button.DTTT_button_pdf span,
button.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


button.DTTT_button_csv span { background: url(../images/csv.png) no-repeat bottom right; }
button.DTTT_button_csv:hover span { background: url(../images/csv_hover.png) no-repeat center right; }

button.DTTT_button_xls span { background: url(../images/xls.png) no-repeat center right; }
button.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/xls_hover.png) no-repeat center right; }

button.DTTT_button_copy span { background: url(../images/copy.png) no-repeat center right; }
button.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/copy_hover.png) no-repeat center right; }

button.DTTT_button_pdf span { background: url(../images/pdf.png) no-repeat center right; }
button.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/pdf_hover.png) no-repeat center right; }

button.DTTT_button_print span { background: url(../images/print.png) no-repeat center right; }
button.DTTT_button_print:hover span { background: #f0f0f0 url(../images/print_hover.png) no-repeat center right; }

 */
button.DTTT_button_collection span {
	padding-right: 17px;
	background: url(../images/collection.png) no-repeat center right;
}
button.DTTT_button_collection:hover span {
	padding-right: 17px;
	background: #f0f0f0 url(../images/collection_hover.png) no-repeat center right;
}
/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}
table.dataTable tr.DTTT_selected.odd {
	background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_1 {
	background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_2 {
	background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
	background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.even {
	background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_1 {
	background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_2 {
	background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_3 {
	background-color: #B0BED9;
}
/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
div.DTTT_collection {
	width: 150px;
	padding: 8px 8px 4px 8px;
	border: 1px solid #ccc;
	border: 1px solid rgba( 0, 0, 0, 0.4 );
	background-color: #f3f3f3;
	background-color: rgba( 255, 255, 255, 0.3 );
	overflow: hidden;
	z-index: 2002;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
div.DTTT_collection_background {
	background: transparent url(../images/background.png) repeat top left;
	z-index: 2001;
}
div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
	position: relative;
	left: 0;
	right: 0;

	display: block;
	float: none;
	margin-bottom: 4px;
	
	-webkit-box-shadow: 1px 1px 3px #999;
	   -moz-box-shadow: 1px 1px 3px #999;
	    -ms-box-shadow: 1px 1px 3px #999;
	     -o-box-shadow: 1px 1px 3px #999;
	        box-shadow: 1px 1px 3px #999;
}
/*
 * PRINTING
 * Print display styles
 */
.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;

	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	
	opacity: 0.95;

	border: 1px solid black;
	border: 1px solid rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	     -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}
.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}
/* datatable help icon */
.help_icon {float:right;width:18px;height:18px;cursor:help;padding-left:10px;}
.DTTT_container .help_icon {padding:4px 0 0 10px;}