﻿html,body {margin: 0px; padding: 0px;}
body {font-family:verdana; font-size:10pt;}

table, td {padding: 0px; border: none; border-spacing: 0;}
td {}
div {padding: 0px; border: none; border-collapse: collapse; border-spacing: 0px; text-align: left; vertical-align: top;}
img {border: none;}

a {color: Navy; text-decoration: none;}
a:hover {color: Navy; text-decoration: underline;}
a:active {color: Navy; text-decoration: underline;}

#outertable {width: 100%; margin: 0 auto; border: none 1px #000; background-color: White; min-height: 768px; height: 768px;}
#legendcolumn {padding: 0px; width: 1px; max-width: 170px; vertical-align: top;}
#togglelegend {width: 15px; padding: 0px; vertical-align: top; border-right: solid 1px #000; border-top: solid 1px #000; border-bottom: solid 1px #000;}
#footer {font-size: 7pt; width: 100%;}
#texttable {width: 100%;}
#headertable {width: 100%; background-image: url(images/headerbkgrnd.gif); background-repeat: repeat-x;}

.headertext {font-size: 8pt;}
.headercombo {font-size: 8pt; height: 18px;}

.modalBackground {background-color: Gray; filter: alpha(opacity=70); opacity: 0.7;}
.modalPopup {background-color: #ffffff; border: solid 2px Gray; padding: 3px 10px 5px 10px; width: 500px; min-width: 500px; max-width: 600px;}
.modalHeader {height: 20px; cursor: default;}
.watermark {color: Gray;}

.center {text-align: center; margin: 0 auto;}
.center2 {margin: 0 auto;}
.middle {vertical-align: middle;}
.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.left {text-align: left; float: left;}
.right {text-align: right; float: right;}
.hidden {visibility: hidden;}
.visible {visibility: visible;}

.clear {clear: both;}
.block {display: block;}
.inline {display: inline;}
.absolute {position: absolute;}
.relative {position: relative;}
.border {border: solid 1px #000;}
.padding5 {padding: 5px;}
.padding0 {padding: 0px;}
.nobullets {list-style-type: none; margin: 0; padding: 0;}
.cells {border-spacing: 3px; padding: 3px;}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.boldunderline {font-weight: bold; text-decoration: underline;}
.underline {text-decoration: underline;}
.strike {text-decoration: line-through;}

.small {font-size: x-small;}
.smaller {font-size: xx-small;}

.darkred {color: #CC6666;}
.maroon {color: Maroon;}
.red {color: Red;}
.white {color: White;}
.bggray{background-color: #999999;}
.bgblack{background-color: #000000;}
.bgorange{background-color: Orange;}
.bgdarkpink {background-color: #FF8080;}
.bglightpink {background-color: #FFC0C0;}
.bgmaroon {background-color: Maroon;}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.legendtext
{
	font-family:Arial;
	font-size:9pt;
}