﻿body {background-image: url(images/background.gif); background-attachment: fixed; margin: 10 auto;}
p, td, span {font-family: Arial; font-size: 11px;}

a, a:active, a:visited{color:Blue; text-decoration: none;}
a:hover {text-decoration: underline;}

.title {color: #336699; font-weight: bold; font-size: 15px; line-height: 15px;}

.nav {background-image: url(images/navGradient.gif); background-position: bottom; background-repeat: repeat-x; background-color: #fff; }
.navGradient {background-image: url(images/navGradient_down.gif); background-repeat: repeat-x; background-color: #fff; }

.navOFF {font-family: Arial; font-weight: bold; font-size: 11px; color: #fff; vertical-align: middle; padding-right: 20px; white-space: nowrap; cursor: pointer; }
.navON {font-family: Arial; font-weight: bold; font-size: 11px; color: #FFCC33; vertical-align: middle; padding-right: 20px; white-space: nowrap; cursor: pointer; }

/* TABS */
td.tabON {background-color:#FFFFFF; color: #FDB930; font-weight: bold; padding: 2px; border-left: solid 1px #ccc; border-top: solid 1px #ccc; border-right: solid 1px #ccc; cursor: pointer;}
td.tabOFF {background-color:#E7E3E3; color: #6D9F38; font-weight: bold; padding: 2px; border-left: solid 1px #ccc; border-top: solid 1px #ccc; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; cursor: pointer;}
td.tabFiller {color:Black;  border-bottom: solid 1px #ccc;}
table.tabBody {background-color:#fff; color:Black;  border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 3px; margin-left: auto; margin-right:auto;}

tr.Header {background-color: #8ABCE5; color: #000; font-weight: bold;}
tr.SubHeader {background-color: #B7D2EF; color: #000; font-weight: bold;}
TR.alternatingitem {BACKGROUND-COLOR: #e8e8e8}
TR.alternatingitem:hover {BACKGROUND-COLOR: #ffffcc}
TR.item {BACKGROUND-COLOR: #ffffff;}
TR.item:hover {BACKGROUND-COLOR: #ffffcc}
TR.selecteditem {BACKGROUND-COLOR: #ffffcc}

input.btn {BORDER: #336699 1px solid; FONT-SIZE: 11px; WIDTH: 150px; CURSOR: pointer; BACKGROUND-COLOR: #dfe9f5}
input, select, option, textarea {FONT-FAMILY: Arial; FONT-SIZE: 11px; COLOR: black;}

blockquote {margin: 0px 10px 5px 10px;}