/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFFF;
	}
	
td {
	font:11px Tahoma,Arial,sans-serif;
	color:#FFFFFF;
	background-color:#14285f;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CCCCCC;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
    
li {
    margin:.5em 10% .5em 0
}
	
/* ID Styles */

#navigation a {
	font:11px Tahoma,Arial,sans-serif;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	color: #000000;
	line-height:24px;
	letter-spacing:.1em;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	}

#tagline {
	color: #000000;
	line-height:18px;
	letter-spacing:.4em;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px Tahoma,Arial,sans-serif;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px Tahoma,Arial,sans-serif;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px Tahoma,Arial,sans-serif;
	background-color:#ffffff;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px Tahoma,Arial,sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px Tahoma,Arial,sans-serif;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px Tahoma,Arial,sans-serif;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px Tahoma,Arial,sans-serif;
	color:#000000;
	background-color: #ffffff;
}

.smallText a {
	color: #000000;
	text-decoration:underline;
}

.smallText a:hover {
	color: #000000;
	text-decoration: none;
}

.nav {
	font:14px Tahoma,Arial,sans-serif;
	text-align: left;
	color:#ffffff;
	padding-left: 50px;
}

.nav p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.header {
	background-color: #FFFFFF;
}

.separator {
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-left-style:solid;
}

/*--------------------------------------------------
  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 {
    font:10px Tahoma,Arial,sans-serif;
    color:#000000;
}
.tabberlive {
    font:10px Tahoma,Arial,sans-serif;
    color:#000000;
    margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0px 0;
 border: none;
 font: 12px Tahoma, Arial, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 0px;
 margin-left: 4px;
 border: none;
 background: #FFF;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #fff;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 border:0px;
 border-top:0;
 font:10px Tahoma,Arial,sans-serif;
 color:#000000;
/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

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

 /* overflow:auto; */
}

.tabberlive .tabbertab h2 {
    font:10px Tahoma,Arial,sans-serif;
	color:#000000;
	background-color: #ffffff;
    display: none;
}

.tabber .tabbertab h2 {
    font:10px Tahoma,Arial,sans-serif;
	color:#000000;
	background-color: #ffffff;
}