/* Wrapped for page */
.PageWrap 
	{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	width: auto;
	

	border-right:1px solid #235587;
	border-left:1px solid #235587;
	border-bottom:1px solid #235587;

	background-color: white;

	}


/* Container for top banner area */
#Banner 
	{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: auto;
	width: 100%;
	height: 72px;
	background-image: url(background.png); 
	}

/* Page Title */
.TitleText 
	{
	color: #fff;
	font-size : 22px;
	
	margin-left: 10px;
	text-decoration: none; 	
	font-weight:bold;
	font-variant: small-caps;
	}



/* Page sub-title */
.SubTitleText 
	{
	margin-left: 10px;
	color: white;
	font-size: 12px;
	text-decoration: italic; 
	}


/* Container for content and sidebar */
.MainPane 
	{
	/*
	border-right:1px solid #235587;
	border-left:1px solid #235587;
	border-bottom:1px solid #235587;
	*/
	margin: 0 auto;
	/* width: 100%; */
	border-top: 0px;
	background-color: #FFFFFF; 
	}

.ContentTable
	{
  font-size: 14px;
	}

.right_date {
	text-align:right;
	color: #999;
 }

div.wrapContainer{width:99.5%; float:left;}

.CommentsTable
{
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

.QuickObservationList
{
	list-style-image: url("/images/RedDiamond.gif");
	/* text-indent: 0px;	
	margin: 0em; */
}




/* preset styles for entire blog unless overruled elsewhere, page footer is here as well */
body {
	direction: ltr;
	font-size: 0.9em;
	background-color: #f1f6fb;
	margin: 0;
	padding:0;
	font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif; }


/* all table headers and rows */
th, td {
	font-size: 10pt; }

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #235587;
	text-decoration: none; }

WhiteLink  {
	color: white;
	text-decoration: none; }



/* change link color to dark blue and underline when hovered over */
a:hover {
	color: #5f90ba;
	text-decoration: underline; }

blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #2a5a8a; }




/********************************************************
  TABBER FORMATTING FOR "MY ACCOUNT"
 ********************************************************/

/*--------------------------------------------------
  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;
 margin-right: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;
 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;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .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;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 	height:400px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



.SmallFontTable TD
{
	font-size: 6pt;
}

.SmallFontTable INPUT
{
	font-size: 6pt;
}

TABLE.NewsTable
{
	border-collapse: collapse;
	border: 1px solid #235587; 
}

