﻿.ClassRed {
	background-color: Red;
}

.ClassBlue {
	background-color: Blue;
}

.ClassYellow {
	background-color: Yellow;
}

.ClassGreen {
	background-color: Green;
}

.ClassWhite {
	background-color: White;
}
* {
    font-family: Arial, Sans-Serif;
}
body, html {
    margin: 0px;
    padding: 0px;
    background-color: #8E1616;
    background-image: url("./images/body_bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    font-size: 9pt;
}
input, textarea {
    font-size: 1em;
}
a img {
    border: 0px;
    margin: 0px;
}
a.button img {
    margin: -2px 0px;
}
a {
    color: #2F6C92;
}
a:hover {
    color: #FF6600
}
.clear {
    clear: both;
}

.error {
    color: Red;
}

a.button, a.button_short {
    background-image: url("./images/btn-left.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    text-decoration: none;
    color: #656565;
    display: inline-block;
    height: 23px;
    overflow: visible;
    font-weight: bold;
    text-align: right;
    margin: 0 5px -1px 0;
}
a.button.disabled, a.button_short.disabled {
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pod_mid table table a.button, .pod_mid table table a.button_short {
    margin: 0px 0px -6px 0px;
}
a.button span, a.button_short span {
    background-image: url("./images/btn-right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 4px 30px 4px 10px;
    text-align: right;
    display: inline-block;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    margin-right: -5px;
}
a.button_short span {
    background-image: url("./images/btn-right_short.gif");
    padding: 4px 10px 4px 10px;
}
a.button:hover, a.button_short:hover {
    color: #ffffff;
    background-image: url("./images/btn_hover-left.gif");
}
a.button:hover span {
    background-image: url("./images/btn_hover-right.gif");
}
a.button_short:hover span {
    background-image: url("./images/btn_hover-right_short.gif");
}
a.button.disabled:hover, a.button_short.disabled:hover {
    color: #656565;
    background-image: url("./images/btn-left.gif");
}
a.button.disabled:hover span {
    background-image: url("./images/btn-right.gif");
}
a.button_short.disabled:hover span {
    background-image: url("./images/btn-right_short.gif");
}

.buttons {
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.buttons.title {
    position: relative;
    z-index: 1000;
    top: -38px;
    right: 0px;
    text-align: right;
}
.buttons a.button, .buttons a.button_short {
    font-size: .85em;
    margin: 0px 6px 0px 1px;
}
.buttons a.button span, .buttons a.button_short span {
    padding-top: 5px;
}

#outer-container {
    width: 1022px;
    margin: auto;
    background-image: url("./images/header_ornament.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
#inner-container {
    width: 960px;
    margin: auto;
    padding-bottom: 5px;
    border: solid 1px #000000;
    border-top: 0px;
    background-color: #2d2e28;
}
#header {
    width: 960px;
    height: 152px;
    background-image: url("./images/header_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-align: right;
}
#header .search {
    position: absolute;
    top: 30px;
    right: 10px;
    text-align: right;
    font-size: .9em;
}
#header .search div {
    height: 2.2em;
    position: relative;
}
#header .search a {
    font-weight: bold;
    color: #2F6C92;
    text-decoration: none;
}
#header .search a:hover {
    color: #2F6C92;
    text-decoration: underline;
}
#header .search div input {
    float: right;
}
#header .search div a.button {
    margin: -1px 5px -2px 5px;
    float: right;
    clear: none;
    color: #656565;
}
#header .search div a.button:hover {
    color: #ffffff;
    text-decoration: none;
}

#logo {
    position: absolute;
    top: 8px;
    left: 20px;
}
#toplinks {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: .9em;
}
#toplinks li {
    display: inline;
    padding: 0px 3px;
}
#toplinks a {
    text-decoration: none;
    font-weight: bold;
}
#toplinks a:hover {
    color: #2F6C92;
    text-decoration: underline;
}
#navigation {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: -1px;
}
#navigation a {
    display: none;
    margin-left: 1px;
}
#navigation table a, #navigation div a {
    background-image: url("./images/header_btn-left.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    text-decoration: none;
    color: #4e4e4e;
    display: inline-block;
    /*display: block;
    float: left;*/
    height: 32px;
    font-weight: bold;
}
#navigation div img {
    display: none;
}
#navigation div a {
    margin-top: -1px;
    height: 33px;
    margin-left: -2px;
}
#navigation table a span, #navigation div a span {
    background-image: url("./images/header_btn-right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 8px 15px;
    /*display: block;
    float: right;*/
    display: inline-block;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
}
#navigation table a:hover, #navigation table .selected a, #navigation div a:hover, #navigation div .selected a {
    background-image: url("./images/header_btn_hover-left.gif");
    color: #ffffff;
}
#navigation table a:hover span, #navigation table .selected a span, #navigation div a:hover span, #navigation div .selected a span {
    background-image: url("./images/header_btn_hover-right.gif");
}
#banner {
    width: 810px;
    height: 183px;
}
#noBannerSpacer {
    height: 5px;
}

.pod {
    float: left;
    text-align: left;
    margin: 6px 0px 0px 10px;
    zoom: 1;
}
.pod.medium {
    width: 280px;
}
.pod.small {
    width: 195px;
    overflow: hidden;
}
.pod.large {
    width: 650px;
}
.pod.full {
    width: 940px;
    clear: both;
    float: none !important;
}
.pod.half {
    width: 465px;
}

.pod_top {
    height: 5px;
    width: 100%;
    overflow: hidden;
    background-image: url("./images/pod_top-mid.gif");
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
    zoom: 1;
}
.pod_top .left {
    height: 5px;
    width: 6px;
    background-image: url("./images/pod_top-left.gif");
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.pod_top .right {
    height: 5px;
    width: 6px;
    background-image: url("./images/pod_top-right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.pod_title {
    width: 100%;
    background-color: #5f8abe;
    background-image: url("./images/pod_title_bg.gif");
    background-repeat: no-repeat;
    background-position: left top;
    height: 50px;
    overflow: hidden;
    color: #ffffff;
    zoom: 1;
}
.pod_title .icon {
    float: left;
    margin-right: 15px;
}
.pod_title h2 {
    font-size: 1.25em;
    letter-spacing: .01em;
    margin: 0px;
    padding-top: 1.05em;
    padding-left: 15px;
}
.pod_title h2 a, .pod_title h2 a:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: default;
}
.pod_title h2 .multiline {
    margin-top: -.5em;
    display: block;
}

.pod_mid {
    background-color: #F9F9F9;
    color: #565656;
    padding: 15px 20px;
    word-wrap: break-word;
    overflow: visible;
    zoom: 1;
}
.pod_mid table {
    background-color: #F9F9F9;
    z-index: 10000 !important;
    zoom: 1;
}
.pod_mid h3 {
    font-size: .9em;
    color: #2F6C92;
    margin: 0px;
}
.pod_mid h4 {
    font-size: 1.1em;
    margin: 0px 0px 1em 0px;
}
.pod_mid p {
    margin-top: 0px;
}
.pod_mid ul {
    font-size: .9em;
    color: #2F6C92;
    margin: 5px 0px;
    padding: 0px 1em;    
}
.pod_mid.links, .pod_mid.table {
    padding: 0px;
}
.pod_mid.links .padded, .pod_mid.table .padded {
    padding: 10px 15px;
}
.pod_mid.links .padded.top, .pod_mid.table .padded.top {
    border-bottom: 1px solid;
}
.pod_mid.links .padded.bot, .pod_mid.table .padded.bot {
    border-top: 1px solid;
}
.pod_mid.links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 1em;
    overflow: hidden;
    margin-bottom: -1px;
}
.pod_mid table td, .pod_mid table th {
    padding: 6px 10px;
}
.pod_mid table table td, .pod_mid table table th {
    padding: 2px;
}
.pod_mid table th {
    background-color: #cccccc;
    font-size: .9em;
    font-weight: normal;
}
#subnavigation {
    width: 100%;
    margin-bottom: -1px;
}
#subnavigation table {
    width: 100%;
}
#subnavigation br {
    display: none;
}
.pod_mid.links ul li {
    position: relative;
    display: inline;
}
.pod_mid.links ul a, #subnavigation a {
    display: block;
    background-color: #cdcdcd;
    background-image: url("./images/sublink_bg.gif");
    background-repeat: repeat-x;
    background-position: center top;
    padding: 8px 20px;
    text-decoration: none;
    color: #565656;
    border-bottom: solid 1px #AAAAAA;
    position: relative;
}
.pod_mid.links ul a:hover, #subnavigation a:hover {
    background-color: #5e5e5e;
    background-image: url("./images/sublink_bg-hover.gif");
    color: #ffffff;
}

.pod_bot {
    height: 17px;
    width: 100%;
    overflow: hidden;
    background-image: url("./images/pod_bot-mid.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
    position: relative;
    zoom: 1;
}
.pod_bot .left {
    height: 17px;
    width: 5px;
    background-image: url("./images/pod_bot-left.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.pod_bot .right {
    height: 17px;
    width: 5px;
    background-image: url("./images/pod_bot-right.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.pod .separator {
    height: 4px;
    background-image: url("./images/separator.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0px;
}

#left-column {
    float: left;
    width: 290px;
    margin-top: 5px;
}
#sub-left {
    float: left;
}
#right-column {
    float: left;
    width: 660px;
    margin-top: 5px;
}
#left-half, #right-half {
    width: 475px;
    float: left;
    text-align: left;
}

.watchlist td input[type="image"] {
    margin-top: -19px;
    margin-right: 6px;
    float: right;
    z-index: 1000;
    position: relative;
}
.watchlist td input.dateField {
    width: 10em;
}

.ajax__calendar, .ajax__calendar_container, .ajax__calendar_container * {
    z-index: 10000;
}
.ajax__calendar div.ajax__calendar_body {
    z-index: 10000;
    zoom: 1;
}
.ajax__calendar div.ajax__calendar_body table {
    z-index: 10000;
}
.ajax__calendar div.ajax__calendar_body td, .ajax__calendar div.ajax__calendar_body th {
    padding: 0px;
}
.tableBorder {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.tableBorder td, .tableBorder th {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/* Other Styles */

	.search_box
	{
		vertical-align:top;
		margin-top:2px;
		margin-right:5px;
	}
	.searchPanel
	{
		padding:5px 0px;
	}
	.search_type
	{
		text-align:center;
		display:inline;
		margin:0 auto;
	}
	.saa
	{
		margin:10px 5px 5px 0 !important;
	}				    .getstarted {        background-color:#0a356e;        padding: 10px;        margin:10px;        color:#ffffff;    }    .getstarted a {        color:#ffffff;        text-decoration:underline;        font-style:italic;    }        /* FLOAT DIVS: =Float Divs
----------------------------------------------- */
.Float-L{float:left;}
.Float-L-Quart{float:left;width:25%;}
.Float-L-Half{float:left;width:50%;}
.Float-L-Full{float:left;width:100%; }
.Float-R{float:right; }
.Float-R-Quart{float:right;width:25%; }
.Float-R-Half{float:right;width:50%;}
.Float-R-Full{float:right;width:100%; }
.Float-Clear{clear:both;}