﻿/*
****************************************************************************** Universal Stuff
*/

*
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: none;
}

body
{
	font-family: "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" , "Segoe UI" , Verdana, Sans-Serif;
	font-size: 76%;
	color: White;
	background-color: #00487D;
	background-image: url(../img/background.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

blockquote
{
	font-style: italic;
	color: #ffe4b5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

/*
******************************************************************************  Headings/Text
*/

p
{
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.8em;
}
h1
{
	font-size: 2.8em;
	padding-bottom: .8em;
	text-align: center;
	color: #e5a32c;
}
h2
{
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: .125em;
}
h3
{
	font-size: 1.4em;
	margin-bottom: .5em;
	font-weight: bold;
}
h4
{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
}
h5
{
	font-weight: bold;
	color: #ffffff;
	padding: 2px; /*margin-bottom: 10px;*/
	font-size: 1.1em;
	background: url(../img/header_background.png) no-repeat left bottom;
	height: 15px;
	padding-bottom: 12px;
}

/*
****************************************************************************** Tables
*/

table.StandardTable
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;	
}

table.StandardTable th
{
	color: #f5f5f5;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}

table.StandardTable td
{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #dcdcdc;	
	text-align: left;		
}

/*
****************************************************************************** Inputs
*/

input, select {
	font-family: "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" , "Segoe UI" , Verdana, Sans-Serif;
	font-size: .9em;
}

/*
****************************************************************************** Site Map
*/

.SiteMapPathSeparator
{
	color: Silver;
}

.SiteMapCurrentNode
{
	font-weight: bold;
	color: White;
}

.SiteMapNode
{
}

.SiteMapRootNode
{
}

/*
******************************************************************************  Main Layout Elements
*/

#TopLogo
{
	margin: 0 auto;
	width: 798px;
	height: 177px;
	text-align: left;
	background-image: url(../img/site_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}

#ContentBox
{
	width: 786px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden; /* border-left: 1px solid gray; 	border-right: 1px solid gray; 	border-top: 1px solid gray; */ /*background-color: #0072a7;*/
	min-height: 300px;
}

#Content
{
	padding: 0px 10px 25px 10px;
	color: #DDDDDD;	
	text-align: justify;
	font-size: 1.1em;
}

#Content A:link
{
	color: #FFFFFF;
}
#Content A:visited
{
	color: #DDDDDD;
}
#Content A:active
{
	color: #FFFFFF;
}
#Content A:hover
{
	color: #FFFFFF;
}

#ContentBreadcrumbs
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#mrRevenueSupport
{
	font-style: italic;
	width: 786px;
	margin: 0 auto;
	background-color: #002c61;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #999999;
	border: 1px solid #001e53;
}

#Footer
{
	border-left: 1px solid #001e53;
	border-right: 1px solid #001e53;
	border-bottom: 1px solid #001e53;
	width: 786px;
	margin: 0 auto;
	text-align: center;
	background-color: #003a6f;
	color: #80C9FF;
	margin-bottom: 15px;
}

#Footer A:link
{
	color: #80C9FF;
}
#Footer A:visited
{
	color: #80C9FF;
}
#Footer A:active
{
	color: #80C9FF;
}
#Footer A:hover
{
	color: #80C9FF;
}

/* totally lame. in IE6, it isn't inheriting a parent DIV's attributes, so i can't just make a left/right div inside of a master "menu" div. */
#MenuLeft, #MenuRight
{
	position: relative;
	text-align: center;
	color: #AAAAAA;
	top: 148px;
	font-size: 8pt;
}

#MenuLeft A:link, #MenuRight A:link
{
	color: #DDDDDD;
}
#MenuLeft A:visited, #MenuRight A:visited
{
	color: #DDDDDD;
}
#MenuLeft A:active, #MenuRight A:active
{
	color: #FFFFFF;
}
#MenuLeft A:hover, #MenuRight A:hover
{
	color: #FFFFFF;
}

/*
****************************************************************************** Blog Stuff
*/

.BlogBreak hr
{
	display: none;
}

.BlogBreak
{
	border-bottom: 1px dashed #777;
	margin-bottom: 5px;
	height: 5px;
}

.BlogEntry
{

}

.BlogTitle
{
	color: #ffff99;
}

.BlogContent
{

}

/*
****************************************************************************** Tool Tips
*/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;	
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}﻿/* $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 10px 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:200px; */

 /* 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;
}

.tabberMultiline{
	width:143px;
}

.tabbertab table th{
text-align:right;
font-weight:normal;	
}
