.data th.header {
    background-image: url(/assets/scripts/tablesorter/themes/blue/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

.data th.headerSortUp { 
    background-image: url(/assets/scripts/tablesorter/themes/blue/asc.gif); 
    background-repeat: no-repeat; 
    background-position: center left; 
} 

.data th.headerSortDown { 
    background-image: url(/assets/scripts/tablesorter/themes/blue/desc.gif); 
    background-repeat: no-repeat; 
    background-position: center left; 
} 


body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

h1 {
    margin: 1em 0 1.5em;
    font-size: 18px;
}
h2 {
    margin: 2em 0 1.5em;
    font-size: 16px;
}
p {
    margin: 0;
}
pre, pre+p, p+p {
    margin: 1em 0 0;
}
code {
    font-family: "Courier New", Courier, monospace;
}
ul {
	margin-bottom: 0;
}
.error{
	color: #FF0000;
}

#notifybox{
   width: 100%;
   height: 40px;
   padding-left: 10px;
   padding-top: 10px;
   background: #0f0f0f;
   color: #fff;
   font-weight: normal;
 }

#header_image {
	background-image: url(/assets/images/qb_header.gif);
	background-repeat: no-repeat;
	height: 44px;
	max-width: 2809px;
	margin-top: 0px;
	width: 100%;
	padding-bottom: 4px;
	text-align: right;
}
#header_image_qbc {
        background-color: darkblue;
        height: 44px;
        max-width: 2809px;
        margin-top: 0px;
        width: 100%;
        padding-bottom: 4px;
        text-align: right;
}
#main_body {
	padding-top: 4px;
	padding-left: 8px;
	margin-top: 0px;
	text-align: left;
	width: 780px;
}

#main_body a, #main_body a:active, #main_body a:visited {
	color: #0000FF;
}

#main_body a:hover{
	color: #000066;
}

#main_body_admin {
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	text-align: left;
	width: 97%;
}

#main_body_admin a, #main_body_admin a:active, #main_body_admin a:visited {
	color: #0000FF;
	text-decoration: underline;
}

#main_body_admin a:hover{
	color: #000066;
	text-decoration: underline;
}

#copyright {
	text-align: center;
	width: 100%;
	font-size: 11px;
}

.link_on_blue {
	color: #FFFFFF;
}

/* TABLES */

.data table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	color: #000;
	background: #fff;
}

.data caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}

.data td, .data th {
	border: 1px solid #e0e0e0;
	padding: 0.4em;
}
.data thead th {
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background: #c6d7cf;
}
.data tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	background: #e8e8cf;
}
.data tfoot th {
	font-weight: bold;
}
.data tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
.data tbody td a:hover {
	background: transparent;
	color: #000066;
	text-decoration: underline;
}
.data tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
.data tbody th a:visited {
	color: #b98b00;
}

.data tfoot td {
	border: 1px solid #996;
}
.data tbody tr:hover {
	background: #ffffd9;
}

/* TABS */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/assets/images/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    height: 18px; /* IE 6 treats height as min-width */
    min-width: 64px;
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6*/
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	border-top: 1px solid #97a5b0;
	border-bottom: 1px solid #97a5b0;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px;
	font-size: 12px;
}

.tabs-container a, .tabs-container a:active, .tabs-container a:visited{
	color:#0000FF;
	text-decoration: underline;
}

.tabs-container a:hover{
	color:#000066;
	text-decoration: underline;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/assets/images/loading.gif) no-repeat 0 50%;
}

/*THICKBOX*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  height:100%;
  width:100%;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	background-color: #525252;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#333;
  height:40px;
      text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* GREYBOX MIX THICKBOX HACK */
#TB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

#TB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

#TB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

#TB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

#TB_header .close {
    text-align: right;
}

#TB_header .close img {
    z-index: 500;
    cursor: pointer;
}

#TB_header .middle {
    white-space: nowrap;
    text-align: center;
}

#TB_middle {
    color: #eee;
}

#TB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#TB_middle .disabled {
    cursor: default;
}

#TB_middle .left {
    padding-right: 10px;
}

#TB_middle .right {
    padding-left: 10px;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/assets/images/jtiparrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/assets/images/jtiparrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #1E3379;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/assets/images/jtiploader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #1E3379;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #1E3379;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

#JT iframe{
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	height:3000px;
}
