html,body,iframe{
width:100%;
height:100%;
margin:0px;
padding:0px;
}

.divHeight {
	width:100%; margin:0; float: none;
}
.divHeightSmall {
	width:100%; margin:0; float: none;
}
.divHeightMedium {
	width:100%; margin:0; float: none;
}
.divHeightLarge {
	width:100%; margin:0; float: none;
}
.divHeightCycle {
	width:100%; margin:0; float: none;
}

.D1A {width:100%; margin:0; float: none;}
.D2A {width:100%; margin:0; float: none;}
.D3A {width:100%; margin:0; float: none;}
.D5A {width:100%; margin:0; float: none;}
.D2I {width:100%; margin:0; float: none;border:1px solid #376091;border-collapse: collapse;}
.D2E {width:100%; margin:0; float: none;}
.D2M {width:100%; margin:0; float: none;border:1px solid gray; padding:0px; background-color:#f7f7f7;}

.D2B {width:100%; margin:0; float: none;}
.D2C {width:100%; margin:0; float: none;}
.D2D {width:100%; margin:0; float: none;}
.D2F {width:100%; margin:0; float: none;}

.D2A2 {width:100%; margin:0; float: none;}
.D2B2 {width:100%; margin:0; float: none;}
.D2C2 {width:100%; margin:0; float: none;}
.D2D2 {width:100%; margin:0; float: none;}

.headingStyle {position: absolute; top: 300px; overflow: visible; visibility: visible; height: 500px; margin: 6px;
						  padding: 0; background: transparent;}
						  
.DTTT_container{ display:none;}	
.ColVis{ display:none;}		
.dataTables_scrollBody .display thead tr th{ border-color:#ffffff; background-color:#ffffff;}					
.dataTables_scrollBody .display tfoot tr th{ border-color:#ffffff; background-color:#ffffff;}
.dataTables_processing {display:none;}
.dataTables_loading {display:none;}

.dataTables_scroll {position:relative;overflow:auto;}
.dataTables_scrollBody {position:relative;overflow:auto;}
.fg-toolbar {position:relative; overflow:auto;}
.dataTables_info{position:relative;}
.dataTables_paginate{position:relative;}

.FixedHeader_Cloned thead {display: none;}
.FixedHeader_Cloned tfoot {display: none;}
			
.DTTT_print {
	width:100%;
	height:100%;
}


.clsSplitter
{
	position: relative;
	overflow: yes;
	background: #FFFFFF;
	border: none;
}

.clsTemporaryContainer
{
	position: relative;
	overflow: yes;
	visibility: visible;
	background: transparent;
	margin: 6px;
	border: none;
}
		
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 background-image:url('img/blue1_m.gif');
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
 background-image:url('img/blue1a_m.gif');
}

/*
ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 background-image:url('img/blue2a_m.gif');
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 background-image:url('img/blue2_m.gif');
 border-bottom: 1px solid white;
}
*/

ul.tabbernav li.tabberactive a
{
 color: #ffffff;
 background-color: #6D111B;
 background-image:url('img/lev0_bg1r.gif');
 border-bottom: 1px solid #6D111B;
}

ul.tabbernav li.tabberactive a:link { color: #ffffff; }
ul.tabbernav li.tabberactive a:visited { color: #ffffff; }
ul.tabbernav li.tabberactive a:hover
{
 color: #eeeeee;
 background: #6D111B;
 background-image:url('img/lev0_bg2r.gif');
 border-bottom: 1px solid #6D111B;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background-color: #6D111B;
 height:100%;
}

.tabberlive .tabbertab .D5A{
 background-color: #6D111B;
 position:relative;
 width:100%;
 height:100%;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}