/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: arial, sans-serif !important; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; background-color:#000000;}

::-moz-selection { background: #0072FF; color: #fff; text-shadow: none; }
::selection { background: #0072FF; color: #fff; text-shadow: none; }

a { color: #52A8E8; }
a:visited { color:#52A8E8; } U
a:hover { color: #52A8E8; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Dan Linn
   ========================================================================== */
@font-face{font-family:"MuseoSans";src:url('../fonts/museosans_300-webfont.eot');src:url('../fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museosans_300-webfont.woff') format('woff'),url('../fonts/museosans_300-webfont.ttf') format('truetype');font-weight:normal;font-style:normal;}
p{margin:0 0 9px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;}
.hidden{
	display:none;	
}
#hdrBar {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #222));	
	background-image: -webkit-linear-gradient(top, #333, #222);
	background-image: -moz-linear-gradient(top, #333, #222);
	background-image: -ms-linear-gradient(top, #333, #222);
	background-image: -o-linear-gradient(top, #333, #222);
	background-image: linear-gradient(top, #333, #222);	
	height: 40px;
	min-width:480px;
}
.bluebox-outer {
	border: 1px solid #86E1FF;
	-moz-box-shadow: 0 0 7px rgb(17,207,231);
	-webkit-box-shadow: 0 0 7px #11CFE7;
	box-shadow: 0 0 7px #11CFE7;
	border-radius:5px;
	width:610px;
	margin: 10px auto;
}
.bluebox-inner {
	-moz-box-shadow: inset 0 0 75px rgba(133,225,255,0.45);
	-webkit-box-shadow: inset 0 0 75px rgba(133, 225, 255, 0.45);
	box-shadow: inset 0 0 75px rgba(133, 225, 255, 0.45);
	border-radius:5px;
}
.bluebox-content {
	padding: 25px;
	text-align: left;
	color: #FFF;
	min-height:200px;
	background:url('../img/gridbg.png') 0 0 repeat;
	overflow:hidden;
}
.bluebox-title {
	font-weight:bold;
	font-family: "MuseoSans";
	-moz-text-shadow: 0 0 7px rgb(17,207,231);
	-webkit-text-shadow: 0 0 7px #11CFE7;
	text-shadow: 0 0 7px #11CFE7;	
	color:#86E1FF;
	line-height:50px;
}
.bluebox-title-lg {
	font-size: 60px;
}
.bluebox-title-md {
	font-size: 26px;
}
.bluebox-title-sm {
	font-size: 18px;
}
#logo {
	float:left;	
	width:525px;
	font-size: 20px;
	line-height: 40px;
	font-family: "MuseoSans";
	text-shadow: 0 -1px 1px #111;
	color:#FFF;
	margin-left: 5px;
	cursor:pointer;
}
#logo .blued {
	color:#377ad0;
}
.mainTitle {
	font-size: 20px;
	line-height: 40px;
	font-family: "MuseoSans";
	}
#help {
	float:right;
	width:200px;
	margin-top:7px;
	text-align:right;
}
#siteSelect {
	float:right;
	width:100px;
	background: url('../img/down-arrow.png') 55px -2px no-repeat;
	text-align:left;
}
#siteSelect a{
	color: #CCC;
	text-decoration:underline;	
}
#siteBox {
	float:right;
	margin-left:50px;
}
#curSite {
	font-size: 11px;
	line-height: 40px;
	text-shadow: 0 -1px 0px #111;
	color:#CCC;
	margin-left: 5px;
}
#curSite a{
	color:#52a8e8;
}
#subHdrBar {
	background: #377ad0;
	height:25px;
	-moz-box-shadow: 0 0px 3px #333;
	-webkit-box-shadow: 0 0px 3px #333;
	-o-box-shadow: 0 0px 3px #333;
	box-shadow: 0 0px 3px #333;
	min-width:980px;
	font-size: 11px;
	font-weight:bold;
}
.subOptions {
	float:left;	
	padding-left:15px;
}
.subOptions ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.subOptions li{
	line-height: 25px;
	display: block;
	float: left;	
}
.subOptions a{
	line-height:25px;
	padding-right:45px;
	color:#FFF;
	text-decoration:none;
	text-shadow: 0 1px 0px #222;
}
.subOptions a:hover{
	text-shadow: 0 0 1px #000;
}

.uPref {
	float:right;
	width:200px;
	
}
.uPref a{
	color:#FFF;
	text-decoration:none;
	text-shadow: 0 1px 0px #222;
	line-height:25px;
	font-weight:normal;	
	text-shadow: 0 1px 0px #222;
}

#stickyNav {
	z-index:1;	
}
#tray {
	margin:0 auto;
	background: #52a8e8;
	height:300px;
	-moz-box-shadow: 0 0px 3px #333;
	-webkit-box-shadow: 0 0px 3px #333;
	-o-box-shadow: 0 0px 3px #333;
	box-shadow: 0 0px 3px #333;
	border-radius: 0 0 5px 5px;
	padding:15px 0 0 15px;
	z-index:1000;
	min-width:980px;
}
#tray .selBlock {
	width: 130px;
	float:left;	
	margin-right: 20px;
}
#tray .selTitle {
	padding:5px 0 0 5px;
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0 1px 1px #000;
}
#tray .selCol {
	margin-right:5px;
}
#tray .selCol a{
	color: #222;
	text-decoration:none;	
	font-size: 11px;
	font-weight:bold;
}
#tray .selCol .selected {
	background: url('../img/selected.png') 0 0 no-repeat;	
}

#tray .selCol li:hover {
	background: url('../img/selected.png') 0 0 no-repeat;	
	cursor:pointer;
}
#tray .tools {
	width: 130px;
	float:left;
	padding:5px;
	margin:50px 0 0 20px;
		
}
.traySelect {
	width:140px;
	font-size:11px;	
	border:3px solid #FFF;
	border-radius:0 5px 5px 5px;
}
.trayText {
	width:120px;
	font-size:11px;
	border:3px solid #FFF;
	border-radius: 5px 5px 0 0;
}
#hideTray {
	margin:0;
	padding:0;	
}
.hideB{
	width:100px;
	text-align:center;	
	margin: 0 auto;
	clear:both;
	line-height: 1;
	margin-top:-1px;
}
.hideB button {
	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);
	border-top: 1px solid #52A8E8;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius:  0 0 5px 5px;
	-ms-border-radius:  0 0 5px 5px;
	-o-border-radius:  0 0 5px 5px;
	border-radius:  0 0 5px 5px;
	box-shadow: 0 1px 1px #333333;
	-moz-box-shadow: 0 1px 1px #333333;
	-webkit-box-shadow: 0 1px 1px #333333;
	-o-box-shadow: 0 1px 1px #333333;
	color: #fff;
	font: normal 11px arial, sans-serif;
	line-height: 1;
	padding: 3px 5px;
	text-align: center;
	text-shadow: 0 -1px 1px #3275bc;
	width: 112px;
	-webkit-background-clip: padding-box;
}

#filterText {
	display:none;	
}

/* GENERIC module fly-out styling */
.modTrig {
	cursor: pointer;	
}
.modFrame {
	width: 50px;
	float: left;
	padding-top: 3px;
}
.modNest{
	text-align: left;
	float: left;
	border: 1px solid #DDD;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 1px #777;
	margin: 2px 0px;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F3F3F3));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
	background-image: linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);			
}

.modNest ::SELECTION{
	background-color:transparent;
}

#chanSel {
	margin:0;
	background: #52a8e8;
	height:260px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	-o-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border-radius:15px;
	padding:15px;
	width:500px
}
#chanSel .selBlock {
	width: 300px;
	float:left;	
	margin-right: 10px;
}
#chanSel .selBlock .selTitle {
	padding:0px;
	color: #FFF;
	font-size:20px;
	font-weight:bold;
	text-shadow: 0 1px 1px #000;
}
#chanSel .selCol {
	margin:0px;
	border-radius: 5px;
	padding-bottom: 10px;
		
}
#chanSel .tools {
	width: 130px;
	float:left;
	padding:5px;
	margin:100px 0 0 20px;
		
}
.tools .feedback {
	margin:5px 0;
	font-weight:bold !important;	
}
.selCol ul {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}
.selCol li{
	height: 30px;
	line-height: 30px;
	display: block;
	border-bottom: 1px dashed #CCC;
	padding:0px 10px;
}
#chanSelect {
	width:300px;
	border:3px solid #FFF;	
	margin:5px;
	border-radius:3px;
}
#chanFilter {
	width:294px;
	border:3px solid #FFF;	
	margin:3px;
	border-radius:5px;	
}
#container {
	margin:0;
	padding:0;
	min-width:980px;
}
#blkcontainer {
	margin:0;
	padding:0;
	min-width:480px;
	background-color:#000000;
}
#lNav {
	float: left;
	width:175px;	
	min-height:800px;
	padding:0 5px;
	margin-top:5px;
}
#lNav ul {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}
#lNav li{
	height: 30px;
	line-height: 30px;
	display: block;
	width:165px;
	border-bottom: 1px dashed #DDD;
}
.accordion .head {
	width:165px;
	border:1px solid #DDD;
	border-radius: 3px;	
	padding:5px;
	margin-top:5px;
	cursor:pointer;
	background:#F9F9F9;
}
.accordion a:focus{
	outline:none;
}
.accordion .head {
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	color: #222;
	font-weight:bold;
}
.accordion ul li {
	font-size: 11px;
	padding: 0 0 0 10px;
	color:#CCC;
	text-decoration:none;
	width:165px;
	background: url('../img/list-arrow.png') -8px 5px no-repeat;
}
.accordion ul li a {
	color:#333;
	text-decoration:none;
	text-shadow: 0 1px 1px #DDD;
}
.accordion ul li a:hover{
	text-decoration:underline;
	
}
.bubbleInfo {
    position: relative;
	
}
.trigger {
	cursor:pointer;
	color:#777;	
}
.popup {
	width:165px;
	font-size: 11px;
	background-color:#333;
	color:#EEE;
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	border:2px solid #000;
	border-radius:15px;
	padding:5px;
	-moz-box-shadow: 0 0px 3px #777;
	-webkit-box-shadow: 0 0px 3px #777;
	-o-box-shadow: 0 2px 3px #777;
	box-shadow: 0 2px 3px #777;	
}
#content {
	float:left;
	width: 760px;
	min-height:600px;
	padding: 10px 10px;
	font-size:11px;
}
#content input {
border: 2px solid #DDD;
border-radius: 3px;
	
}
#sDate {
	width:65px;	
}
#eDate {
	width:65px;	
}
.dateSel {
	width:65px;	
border: 2px solid #DDD;
border-radius: 3px;	
font-size: 11px;
}
.chartTools img {
		cursor: pointer;
		margin-right: 5px;
}
#chartContainer {
	width:350px;
	height:300px;	
	float:left;
	border: 2px solid #EEE;
	border-radius: 5px;
}

#chartContainer2 {
	width:350px;	
	float:left;
	clear:right;
	height:300px;
	margin-left:45px;
	border: 2px solid #EEE;
	border-radius: 5px;
}
#chartContainer3 {
	margin-top:10px;
}
#welcome {
	margin:15px 0 ;
	color: #555;	
	font-size: 12px;
}
.filterRow {
	font-size:11px;	
	padding: 5px;
	border: 1px solid #DDD;
	border-radius: 3px;	
	margin-bottom:5px;
	background-color:#F9F9F9;
	height: 35px;
}
.filterRow .summaryText {
	font-size: 11px;
	color:#777;	
	float:left;
	clear:both;
	margin-top:3px;
}
.filterRow LABEL {
	font-weight:bold;	
}
.filterRow SELECT, .filterRow INPUT {
	font-size: 11px;
	margin-right:10px;	
}

.sectionTitle {
	font-family: 'MuseoSans', sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color:#FA6900;
	margin-bottom:10px;
	clear:both;
}
.tableContainer {
	
}
.alR {
	text-align:right;	
}
.alL {
	text-align:left;	
}
footer {
	clear:both;
	background: #F9F9F9;	
	color:#ABABAB;
	text-align: center;
	font-size: 10px;
}
button.gray {
	background-color: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(top, #EEE, #CCC);
	border-top: 1px solid #DDD;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #CCC;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: inset 0 1px 0 0 #CCC, 0 1px 2px 0 #000000;
	-moz-box-shadow: inset 0 1px 0 0 #CCC, 0 1px 2px 0 #000000;
	-ms-box-shadow: inset 0 1px 0 0 #CCC, 0 1px 2px 0 #000000;
	-o-box-shadow: inset 0 1px 0 0 #CCC, 0 1px 2px 0 #000000;
	box-shadow: inset 0 1px 0 0 #CCC, 0 1px 2px 0 #000000;
	color: #555;
	font: normal 11px arial, sans-serif;
	line-height: 1;
	padding: 3px 5px;
	margin-bottom:10px;
	text-align: center;
	text-shadow: 0 -1px 1px #CCC;
	width: 80px;
	-webkit-background-clip: padding-box;
}
button.feedback {
	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #000000;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #000000;
	-ms-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #000000;
	-o-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #000000;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #000000;
	color: #fff;
	font: normal 11px arial, sans-serif;
	line-height: 1;
	padding: 3px 5px;
	margin-right:5px;
	text-align: center;
	text-shadow: 0 -1px 1px #3275bc;
	width: 112px;
	-webkit-background-clip: padding-box;
}
button.feedback:hover {
	background-color: #3e9ee5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
	background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	border-top: 1px solid #2a73a6;
	border-right: 1px solid #165899;
	border-bottom: 1px solid #07428f;
	border-left: 1px solid #165899;
	-webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
	-moz-box-shadow: inset 0 1px 0 0 #62b1e9;
	-ms-box-shadow: inset 0 1px 0 0 #62b1e9;
	-o-box-shadow: inset 0 1px 0 0 #62b1e9;
	box-shadow: inset 0 1px 0 0 #62b1e9;
	cursor: pointer;
	text-shadow: 0 -1px 1px #1d62ab;
	-webkit-background-clip: padding-box;
}
button.feedback:active {
	background: #3282d3;
	border: 1px solid #154c8c;
	border-bottom: 1px solid #0e408e;
	-webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #333333;
	-moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #333333;
	-ms-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #333333;
	-o-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #333333;
	box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #333333;
	text-shadow: 0 -1px 1px #2361a4;
	-webkit-background-clip: padding-box;
}
button[disabled].feedback, button[disabled].feedback:hover, button[disabled].feedback:active {
	background-color: #dadada;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #f3f3f3));
	background-image: -webkit-linear-gradient(top, #ccc, #f3f3f3);
	background-image: -moz-linear-gradient(top, #ccc, #f3f3f3);
	background-image: -ms-linear-gradient(top, #ccc, #f3f3f3);
	background-image: -o-linear-gradient(top, #ccc, #f3f3f3);
	background-image: linear-gradient(top, #ccc, #f3f3f3);
	border-top: 1px solid #c5c5c5;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #cecece;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #8f8f8f;
	cursor: not-allowed;
	text-shadow: 0 -1px 1px #ebebeb;
}
button.feedback::-moz-focus-inner {
 border: 0;
 padding: 0;
}

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

tr.even {
	background-color: white;
}
.sorting_1 {
	font-weight:bold;
}
.dataTables_filter input { /* Datables filter*/
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding: 2px;
	border: 2px solid #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#example TR {
	cursor: pointer;
}
#example TR:hover {
	background-color:#DFF2BF;
}
#example TD:hover {
	background-color:#DFF2BF;
}
#example TR {
	font-size: 11px;
	line-height:18px;
}
#example, .fg-toolbar {
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	-o-box-shadow: 0 1px 5px #333;
	box-shadow: 0 1px 5px #333;
}
#example_length {
	float:left;	
}
#example_filter {
	float:right;
}
#example_paginate {
	float:right;	
}
.ui-buttonset .ui-button {
	margin: 1px !important;	
}
.fg-toolbar {
	font-size:12px;	
	padding:5px;
}
#example_info{
	float: left;	
}
#ui-datepicker-div {
	font-size:11px !important;	
	z-index:9999999 !important; 
}
.ui-datepicker table {
	font-size:11px !important;	
}
.ui-widget {
	font-size:11px !important;	
}
table tr th {
white-space: nowrap !important;
}
.ui-autocomplete { /* autocomplete CSS */
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	width:150px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 100px;
}
.DTTT_container {
	float:left !important;	
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
