/* CSS Document */

/* Color scheme for Subs

  Business Primary:   #0099CC
  Business Secondary: #99CCFF
  
*/

body{
    background: #ffffff;
    margin:     0px;
    padding:    0px;
    font:       72%/1.6em Arial, Helvetica, Verdana, sans-serif;
    color:      #2D424D;
}

sup {
	font-size: 80%;
}

a:link {
    color:           #2D424D;
    text-decoration: underline;
}

a:visited {
    color:           #2D424D;
    text-decoration: underline;
}

a:hover {
    color: #0099CC;
}

#globalcontextmenu {
	width: 100%;
	text-align: right;
	margin: 0px;
	background-color: #99CCFF;
	color: #ffffff;
}

#globalcontextmenu img {
    vertical-align: text-bottom;
    float: left;
}

#globalcontextmenu a{
    text-decoration: none;
	color : #FFFFFF;
}

#globalcontextmenu a:hover {
    text-decoration: none;
    color: #0099CC;
}

#header {
	width: 100%;
	margin: 0px;
	background-color: #0099CC;
}

#header td.filler{
    background-color: #ffffff;
}

#applicationcontextmenu {
	width: 100%;
	background-color: #99CCFF;
	color: #ffffff;
}

#applicationcontextmenu td.current {
    background-color: #808080;
    color:            #ffffff;
}

#applicationcontextmenu a {
    text-decoration: none;
	color : #ffffff;
}

#applicationcontextmenu a:hover {
    text-decoration: none;
    color: #0099CC;
}

#applicationcontextmenu td.filler{
    background-color: #22333B;
}

#applicationsubcontextmenu a{
    text-decoration: none;
}

#mainbody {
    margin:           20px;
}

#maincontent {
    font-size:           100%;
}

#contextsensitivetips {
	margin:           3px;
}

#footer {
    width: 100%;
    background-color: #ffffff;
    color:            #2D424D;
}

h4 {
    color: #0099CC;
}

.header {
	font-size: 150%;  font-weight: bolder;
}

.headerPage {
	font-size: 150%; color: #0099CC; font-weight: bolder;
}

.boldColor {
	color: #0099CC; font-weight: bolder;
}

.boldColor a {
	color: #0099CC; font-weight: bolder;
}

.boldColor a:link {
	color: #0099CC; font-weight: bolder;
}

.boldColor a:visited {
	color: #0099CC; font-weight: bolder;
}

p.disclaimer {
	font-size: 86%;
	margin-top: 20px;
}

table {
	font-size: 100%;
}

li {
	font-size: 100%;
}

td.disclaimer {
	font-size: 86%;
}

hr {
	height:0px; border: 0px; border-top-width:1px;
}

#myaccountinfo {
    margin:           3px;
}

table.color {
	background: #0099CC;
}

tr.color {
	background: #0099CC;
}

tr.gray {
	background-color : #CCCCCC;
}

tr.white {
	background: #ffffff;
}

td.white, td.white a:link, td.white a:visited, td.white a:hover, td.white a:active {
	color: #FFFFFF;
}

td.whiteNoLine, td.whiteNoLine a:link, td.whiteNoLine a:visited, td.whiteNoLine a:hover, td.whiteNoLine a:active {
	color: #FFFFFF;
  text-decoration: none;
}

.signIn {
	font-size: 93%;
}

/*  LeftNav styles   */
.color {
	color: #0099CC;
}

ul#leftNav {
	margin: 0;
	padding: 0;
	width: 190px; /* Width of Menu Items */
	background: #FFFFFF; /* IE6 Bug */
}
  
ul#leftNav ul {
	margin: 0;
	padding: 0;
	width: 190px; /* Width of Menu Items */
	background: #99CCFF; /* IE6 Bug */
	}

ul#leftNav li {
	position: relative;
	list-style: none;
	border-bottom: thin solid #0099CC;
}

ul#leftNav li a {
	display: block;
	text-decoration: none;
	color: Black;
	padding: 5px;
	border : none;
}

ul#leftNav li a:hover { 
  background-color: #0099CC; 
  color: #FFFFFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#leftNav li { float: left; height: 1%; }
* html ul#leftNav li a { height: 1%; }
/* End */

ul#leftNav ul {
	position: absolute;
	display: none;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	background: #99CCFF; 
	}

ul#leftNav li ul li a { 
	padding: 5px;
 } /* Sub Menu Styles */

ul#leftNav li ul li a:hover { 
	background-color: #0099CC;	
  color: #FFFFFF;
 } /* Sub Menu Styles */
 
ul#leftNav li:hover ul ul,
ul#leftNav li:hover ul ul ul,
ul#leftNav li.over ul ul,
ul#leftNav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#leftNav li:hover ul,
ul#leftNav li li:hover ul,
ul#leftNav li li li:hover ul,
ul#leftNav li.over ul,
ul#leftNav li li.over ul,
ul#leftNav li li li.over ul { display: block; } /* The magic */


