/* CSS Document */

body {
	margin:0;
	padding:0;
	min-width:720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

p {
	margin: 1em 0 1.2em;
	padding: 0;
	color: #000000;
}

p.heading {
	margin: 0 0 0 0;
        line-height: 16px;
}


/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1em;

    color: #EBECED;
}

h1 {
	font-size: 1.83em; /* 22px */
	font-size: 1.58em; /* 19px */
}
h2 {
	font-size: 1.5em; /* 18px */
	font-size: 1.33em; /* 16px */
}
h3 {
	font-size: 1.17em; /* 14px */
}
h4, h5 {
	font-size: 1em; /* 12px */
	color: black;
}
h6 {
	font-size: .91em; /* 11px */
}


li {
	margin-bottom: 0em;
	list-style-image: url(../images/bullet_mustang.gif);
	color: #000000;
}

hr {
	height: 1px;
	clear: both;
	color: #63a3e3;
}

abbr,
acronym,
dfn {
	cursor: help;
	font-style: normal;
	padding: 0 2px;
}

blockquote {
	margin: 0;
	padding: 0 18px;
	white-space: none;
}

table {
	border-collapse: collapse;
	font-size: 1em;
	color: #000000;
}

table {
	margin: .5em 0 1em;
}

table.data td, table.data th {
	border: 1px solid;
	padding: .25em 5px;
	border-color: #ffd700;
}

table th {
	padding: .175em 5px;
	color: #000000;
	background-color: #ffd700;
}


table tr.total {
	background-color: #ffffcc;
}

table tr.total:hover {
	background-color: #000000;
        color: #FFFFFF;
}

table tr.ee { /* Even Table Rows */
        background-color: #F4F4F4;
}

table tr.ee:hover { /* Even Table Rows */
        background-color: #ffffcc;
}

table tr.eo { /* Odd Table Rows */
        background-color: #FFFFFF;
}

table tr.eo:hover { /* Even Table Rows */
        background-color: #ffffcc;
}

a, a:link { color: #333399; text-decoration: none; font-weight : normal; }
a:visited { color: #333399; text-decoration: none; font-weight : normal; }
a:hover   { color: #3333FF; text-decoration: underline; font-weight : normal; }
a:active  { color: #3333FF; font-weight : normal; }
a img     { border : 0; }


/* position:absolute for all browsers - the whole page scrolls */
div#HeaderZone {
	min-width:720px;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:110px;
	background-image: url(../images/vapor.jpg);
	background-repeat: repeat;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#HeaderZone {
	position:fixed;
}
div#Header {
	height:110px;
	width:100%;
	margin:0 auto;
}


div#GTleftcol1 {
  float: left;
  top: 0px;
  left: 0px;
  width: 38px;
  height: 99px;
  background-image: url(../images/stripe.gif);
}
div#GTleftcol2 {
  float: left;
  top: 0px;
  left: 0px;
  width: 302px;
  height: 99px;
  background-image: url(../images/stripe_gtcs.gif);
}
div#GTcentercol {
  position: absolute
  top: 0px;
  margin-left: 340px;
  margin-right: 302px;
  height: 99px;
  background-image: url(../images/stripe.gif);
}

div#GTrightcol {
  position: relative;
  float: right;
  top: 0px;
  width: 302px;
  height: 99px;
  background-image: url(../images/stripe_fade.png);
}


div#GTcartoon {
  z-index: 1;
  top: 13px;
  right: 3%;
  position: absolute;  
  width: 232px;
  height: 74px;
  background-image: url(../images/cartoonmustang.gif);
  background-repeat: no-repeat;
}







/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#ContentZone {
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:20px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 125px;
}
/* set left margin for modern browsers */
body>div#ContentZone {
	margin-top: -12px;
	margin-left:0;
}
div#Content {
	margin: 0 auto;
	padding-right: 35px;
	padding-left: 35px;
}

/* no positioning for IE5/Win - the whole page scrolls */
div#FooterZone {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	background-image: url(../images/vapor.jpg);
	background-repeat: repeat;
}
body>div#FooterZone {
	position:fixed;
}
div#Footer {
	height:20px;
	width:100%;
	margin:0 auto;
}


div#FooterLeft {
        float: left;
        top: 0px;
        left: 16px;
	height: 20px;
	width: 20%;
        padding-left: 16px;
	text-align: Left;
}

div#FooterCenter {
        float: left;
	height:20px;
	width:60%;
	margin:0 auto;
	text-align: center;
}

div#FooterRight {
        position: absolute;
        top: 0px;
        right: 16px;
	height: 16px;
	width: 20%;
	text-align: right;
}


/* headerlink */
#HeaderMenu {
  position: absolute;
  top: 72px;
  z-index: 2;
}

#headerlink {
	margin: 0 0 .75em;
	padding: 0 8px 2px;
}


#headerlink a {
	text-decoration: none;
	font-weight : bold;
	padding: 0 8px 0 8px;
	margin: 0 0 0 0;
	position: relative;
	
}

#headerlink a:link    { color: #ffd700; text-decoration: none; font-weight : bold; }
#headerlink a:visited { color: #ffd700; text-decoration: none; font-weight : bold; }
#headerlink a:active  { color: #fff700; font-weight : bold; }
#headerlink a:hover   {
	color: #ffffcc;
	text-decoration: underline;	
}

/* http://www.tabsgenerator.com height=16, width=100, border size=0, corner=10*/
#headerlink a.current {
	background: #ffd700 url(../images/tab-cur-left.gif) left top no-repeat;
	color: #000000;
}
#headerlink a.current:hover {
	text-decoration: none;	
}
#headerlink a.current span
{
background: url(../images/tab-cur-right.gif) right top no-repeat;
} 


#headerlink a.unselected {
	background: #8c8c8c url(../images/tab-unselected-left.gif) left top no-repeat;
	color: #000000;
}
#headerlink a.unselected span
{
background: url(../images/tab-unselected-right.gif) right top no-repeat;
} 


#headerlink a.unselected:hover {
	background: #ffffcc url(../images/tab-hover-left.gif) left top no-repeat;
	color: #000000;
	text-decoration: none;	
}

#headerlink a.unselected:hover span
{
background: url(../images/tab-hover-right.gif) right top no-repeat;
} 



/* myContentBox */

.myContentBox {
	border: 1px solid;
	margin: 0 0 .75em;
	padding: 0 8px 2px;
	color: #CCCCCC;
	border-color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/watermark45th.gif);
}
* html .myContentBox {
	height:  1%;
	background-color: #FFFFFF;
}

.myContentBox h1,
.myContentBox h2,
.myContentBox h3 {
	padding: .2em 8px .2em;
	margin: 0 -8px 4px -8px;
	clear: both;
	background-color: #333333;
}

.myContentBox h1 {
	font-size: 1.1em;
	background: #000000 url(../images/Gradient-Black-To-White.gif) repeat-x;
}

.myContentBox h2 {
	font-size: 1em;
	background: #FFFFFF url(../images/Gradient-MedGray-To-White.gif) repeat-x;
	padding-left: 16px;
        color: #ffffcc;
}

.myContentBox h3 {
	font-size: 1em;
	background-color: #c0c0c0;
	padding-left: 32px;
}


.myContentBox ul li {
}

.myContentBox li ul {
	margin-left: 22px;
	padding-left: 0;
}
table.multi td, table.multi th {
	vertical-align: top;
}
.hidden {
	display: none;
	visibility: hidden;
}

div.figure {
	margin: 0.5em;
	padding: 0.5em;
}


div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.myContentBox h4 {
        font-size 1em;
	margin: 0 0 .1em;
	line-height: 0.1em;
        clear:both;
}
button {
	color: #000000;
	font-weight: bold;
	background-color: #ffd300;
	text-align: center;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	border-top-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: Solid;
	border-left-width: 2px;
}
input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	border-top-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: Solid;
	border-left-width: 2px;
	font-size: 12px;
}
input.button {
	color: #000000;
	font-weight: bold;
	background-color: #ffd300;
	text-align: center;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	border-top-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: Solid;
	border-left-width: 2px;
}
textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	border-top-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: Solid;
	border-left-width: 2px;
	font-size: 12px;
}
select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	border-top-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: Solid;
	border-left-width: 2px;
	font-size: 12px;
}


a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.tooltip:hover{z-index:25; background-color:#ff0}

a.tooltip span{display: none}

a.tooltip:hover span{
	cursor: hand;
	display:block;
	position:absolute;
	color: #fff700;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
	background-image: url(../images/tooltiptransparent.png);
	background-repeat: repeat;
	font-weight: bold;
	border-right-style: Solid;
	border-right-color: #000000;
	border-right-width: 2px;
	border-top-style: Solid;
	border-top-color: #CCCCCC;
	border-top-width: 2px;
	border-bottom-style: Solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-left-style: Solid;
	border-left-color: #CCCCCC;
	border-left-width: 2px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30%;
}



/* Odometer */
#odometer{
        position: absolute;
        top: 0;
        width: 160px;
        height: 16px;
        right: 0;
}

#odochar{
	top: 0;
	width: 16px;
	height: 16px;
	background: url(../images/odometer/odo.gif) 0 0 no-repeat;
	background-color:#CCCCCC;
        float: right;
}

#odochar.n0{ background-position: 0 -144px }
#odochar.n1{ background-position: 0 -128px }
#odochar.n2{ background-position: 0 -112px }
#odochar.n3{ background-position: 0 -96px }
#odochar.n4{ background-position: 0 -80px }
#odochar.n5{ background-position: 0 -64px }
#odochar.n6{ background-position: 0 -48px }
#odochar.n7{ background-position: 0 -32px }
#odochar.n8{ background-position: 0 -16px }
#odochar.n9{ background-position: 0 1px }

div.scroll{
           height: 300px;
           overflow: auto;
}
