h1, h3, h2
{
	font-family: arial, "lucida console", sans-serif; 

	color: #194D7B;
}

table 
 {
	background:#FFFFFF; 
	border-collapse: collapse;
	margin-left:auto; 
	margin-right:auto;
}
caption 
{
	background:#a1c6f3; 
	color:#4784cf; 
	font-size:12pt; 
	font-weight:bold; 
	caption-side:top; 
	font-family: arial, "lucida console", sans-serif; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}

#caption 
{
	background:blue; 
	color:yellow; 
	font-size:20pt; 
	caption-side:bottom;
}

.statUpdateR{
	font-size: 16pt;
	background: #EEEEEE;
	color: red;
}

.statUpdateG{
	font-size: 16pt;
	background: #EEEEEE;
	color: green;
}

.notestd p
{
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}
td
{
	border-left: 1px dotted #CCCCCC;
	border-bottom: 4px solid #EEEEEE;	
	color: black; 
	font-size: 9pt; 
	font-family: arial, "lucida console", sans-serif; 
	text-align: center; 
	padding: 5px 1px 7px 2px;
}

tr.whitebg 
{
	background: #F8F8F8 url('../images/whrow.png') repeat-x;
}

tr.whitetext
{
	border: 1px solid #999999;	
}

tr.whitetext td
{
	border: 1px solid #999999;	
}

tr.whitebg td, tr.whitebg td a 
{
	border-color: #EEEEEE;
	color: #AAAAAA;
}

tr.redbg 
{
	/*background:#FF9999;*/
	background: #ffe9e9 url('../images/redbg.png') top repeat-x;
	padding-top:3px;
	padding-bottom:3px;
}

tr.greenbg 
{
	/*background:#99FF99;*/
	background: #e9ffe8 url('../images/greenbg.png') top repeat-x;
	padding-top:3px;
	padding-bottom:3px;	
}

tr.bluebg 
{
	/*background:#99FF99;*/
	background: #e9edff url('../images/bluebg.png') top repeat-x;
	padding-top:3px;
	padding-bottom:3px;	
}

tr.greybg 
{
	/*background:#99FF99;*/
	background: #efefef url('../images/greybg.png') top repeat-x;
	padding-top:3px;
	padding-bottom:3px;	
}

tr.redbg td, tr.redbg td a
{
	color: #6a0000;
}
	
tr.greenbg td, tr.greenbg td a
{
	color: #006600;
}

tr.greybg td, tr.greybg td a
{
	color: #333;
}

tr.bluebg td, tr.bluebg td a
{
	color: #000066;
}

tr.lockredbg 
{
	/*background:#FF9999;*/
	background: #ffe9e9 url('../images/redlockbg.png') top repeat-x;
	padding-top:3px;
	padding-bottom:3px;
}

tr.lockgreenbg 
{
	/*background:#99FF99;*/
	background: #e9ffe8 url('../images/greenlockbg.png') top repeat-x;
	padding-top:3px;
	padding-bottom:3px;	
}

tr.lockredbg td, tr.lockredbg td a
{
	color: #cc9999;
}
	
tr.lockgreenbg td, tr.lockgreenbg td a
{
	color: #99cc99;
}

tr.yellowbg 
{
	background: #ffffe8 url('../images/yellowbg.png') top repeat-x;
	padding-top:3px;
	padding-bottom:3px;	
}
	
tr.yellowbg td, tr.yellowbg td a
{
	color: #006600;
}



h3 
{ 
	font-family : arial, "lucida console", sans-serif; 
	font-size:12pt; 
	text-align: center;
}

p 
{ 
	font-family : arial, "lucida console", sans-serif; 
	font-size:9pt; 
	text-align: center;
}

.formrow { 
	background-color: #ebebeb; 
	padding-top: 5px;
	padding-bottom: 5px; 
}

.formrowlw { 
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px; 
}

.formrowlw label{
	width:130px;	
}
 
p.little 
{ 
	font-family : arial, "lucida console", sans-serif; 
	font-size:10pt; 
	text-align: center;
}

p.littlered 
{ 
	font-family : arial, "lucida console", sans-serif; 
	font-size:10pt; 
	text-align: center; 
	color: red;
}

a 
{ 	
	color:blue; 
}

img 
{ 
	vertical-align: text-bottom; 
	border: none;
}

.smallTxt
{
	font-size: 70%;	
}

.smallTxt a
{
	text-decoration: none;
	cursor: help;
}

#nav {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
		font-family: Helvetica, Arial;
	font-size: 12px;
	width: 95%;
	}

ul#menu li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

ul#menu {
	background: url(../images/ulback.png) repeat-x;
  	padding-top: 17px;
	padding-bottom: 17px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;

}

ul#menu li {
  display: inline;
  position: relative;

	  padding-left: 7px;
  padding-right: 8px;
  background: url(../images/libreak.png) right no-repeat;
}

ul#menu li.last{
	background: none !important;
}

ul#menu div {
  display: none;
  
  }

ul#menu li.mega div {
  /*width: 20em;*/
  position: absolute;
  top: 2.4em;
  left: 0em;
}

ul#menu li.hovering div {

  display: block;
}

.megadiv
{
	background: #d2e1ff !important;
	
}

#leftserv, #rightserv{
	
	/*position: relative;*/
}
#leftserv
{
	float: left;
	margin-left: 3em;
}
#rightserv{
	
	float: right;
	margin-left: 21.5em;
	}

.megadiv a
{
	background: none !important;
	text-align: left !important;
	width:  auto;
}

#admin
{
	z-index: 99;
	padding-left: 5px;
	padding-right: 5px;
	width: 18em;
	padding-bottom: 20px;
}
#admin ul
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
}

#admin table{
	background: none !important;
	padding-bottom: 3px;
	padding-top: 3px;

	}
	
#admin a:hover{
	color: #194D7B;
}

#admin td
{	
	border: none !important;
	
}

#vms{
z-index: 99;
	width: 15em;
	left: -7.8em !important;
}

#vms h3{
padding-top: 10px;
}

#help
{
z-index: 99;
	width: 25em;
	padding-bottom: 20px;
	left: -21.3em !important;

}

#help p{
	margin-left: 10px;
	margin-right: 10px;
}

.megadiv h3
{
	
	/*padding-left: 15px;*/
	text-align: center;
	padding-bottom: 4px;
}

.megadiv p
{
	padding-left: 0.3em;
	margin-top:  0;
	margin-bottom:  0;	
	padding-top:  10px;
	padding-bottom:  10px;	
}

.editnotes, .editteam
{
	cursor: pointer;
}

.gr:hover
{
	background-color: lime;
}

.rd:hover
{
	background-color: red;
}

.wh:hover
{
	background-color: #aaaaaa;
}

/*
##########################################
 <Form Styles> 
##########################################
*/

.filterform
{
	font-family: arial, "lucida console", sans-serif; 
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 2.5%;
	padding-left: 5%;
		background-color: #eeeeee;
}

.filterform label
{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	position: relative;
	color: #194D7B;
	font-size: 11pt;
}

.filterform select
{
	margin-left: 10px;
}

.filterform input {
	margin-left: 25px;}

.lightform 
{
	border: 1px solid #C6C6C6;
	background: #FFFFFF url('../images/formbg.png') repeat-x scroll 0%;
	height: 19px;
}





/*
	</ form styles>
*/

/*
##########################################
 <Tabs Styles> 
##########################################
*/
.panel {
	background:#FFFFFF none repeat scroll 0%;
	display:block;
}
.content {
	line-height:15px;
	padding:13px 35px 15px 15px;
	text-align:left;
}
/* </End Tabs Styles> */


/*
##########################################
 <Ajax tooltip Styles> 
##########################################
*/

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:0px;
	position:absolute;
	left:-30px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:-348px;	/* Same as border thickness */
	top:-100px;
	position:absolute;
	width:250px;	/* Width of tooltip content */
	/*height:200px;	 Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

/* </ End tool tip styles> */



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#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;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* 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;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* 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:#e8e8e8;
  height:27px;
}
#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;
}


#TB_window h1, h2 {
	padding-top: 10px;
	padding-bottom: 15px; 
}






#JT_arrow_left{
	background-image: url(../images/arrow_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(../images/arrow_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 #CCCCCC;
	background-color: #fff;
	margin-top -20px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	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;
}


