/* GENERAL */               
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #5E5E5E;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0;
  background-color: #333133;
}
h1 {
  font-size: 2.5em;
  line-height:110%;
  margin: 0 0 15px 0;
  font-weight: bold;
  color: #3f3f3f;
}
h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight: normal;
  margin: 3px 0 17px 0;
  color: #0E5800;
}
h3 {
  color: #272727;
  font-size: 16px;
  font-weight: bold;
}
h3 + div {
  margin-top:15px;
}
h4 {
  color: #272727;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding-bottom: 2px;
}
h5 {
  font-size: 12px;   
  font-weight: bold;
  margin: 5px 0;
  color: #8EBC2C;           
}
h6 {
  color: #8EBC2C;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}                                            
#side h6 {
  color: #8EBC2C;
  margin: 25px 0 5px;
  font-size: 1.4em;
}                                            
p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 8px 0;
  font-size: 13px;
}
a:link, a:visited, .link {
  color: #74AA00;
  text-decoration: underline;
  cursor: pointer;
}
a:active, a:hover, .link:hover {
  color: #008CD8; 
  text-decoration: underline; 
}

img {
  border: 0px;
}
abbr {
  color: #200C8D;
  border-bottom: 1px dashed #AAA;
  cursor: help;
}
hr {
  border: 0px;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  width: 100%;
  margin: 22px auto;
  padding: 0px;
}
em, i {
  font-style: italic;  
}
strong, b {
  font-weight: bold;
}

ul, ol, dl {
  margin: 10px 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
}
li, dd, dt {
  padding-bottom: 2px;
}
ul li {
  list-style: disc outside;
}
ol li {
  list-style: decimal outside;
}
dt {
  color: #5f483b;
  font-weight: bold;
}
dd {
  margin-left: 10px;
}

/* Generic Table */
table {
  border-collapse: collapse;
  width: 100%;
}
caption {
  font-weight: bold;
  font-style: italic;
  font-size: 1.4em;
}
th {
  border-bottom: 2px solid #000;
  padding: 6px 7px 6px 4px;
  color: #000;
  text-align: left;
  font-size: 13px;
}
td {
  vertical-align: top;
}
tfoot td {
  color: #000;
  background-color: #D3D3D3;
}                           

/* Data Table */
.data table {
  background-color: #FFF;
  margin: 10px auto;
  color: #0F1768;  
}
.data tr {
  background-color: #FFF;
}
.data tr.on td {
  background-color: #F3F3F3;
}
.showRow tr:hover td {
  background-color: #cfebfd;
}
.data td, tfoot td {
  padding: 2px 5px;
  vertical-align: middle;
  font-size: 11px;
  border-bottom: 1px solid #c7c7c7;
}
.data.fat td {
  padding: 6px;
  font-size: 12px;
}
td.welcomeRow {
  font-size: 20px !important; 
  padding: 20px !important; 
  color: #000;
}
td.welcomeRow:hover {
  background-color: #fff !important;
}


fieldset div {
  margin-top: 10px;
}
fieldset div span {
  float:left;
  font-size: 12px;
  margin-right: 5px;
  padding: 0;
  text-align: right;
  width: 130px;
}
form p.indent, form .indent { margin-left: 140px; }
.box fieldset p {
  margin: 2px 0 0 158px;
  font-size: 13px;
}
fieldset textarea { 
  width: 400px;
}
fieldset + fieldset {
  margin-top: 10px;
}

.button { 
  background: transparent url(/images/main/button_up.png) no-repeat scroll 0 0;
  font-size: 14px;
  height: 36px;
  width: 130px;
}
.button:hover { 
  background: transparent url(/images/main/button_hover.png) no-repeat;
}
a.button:link, a.button:visited, a.button:active {
  display: block;
  height: 25px;
  width: 127px;
  padding: 8px 0 0;
  color: #000;
  background: transparent url(/images/main/button_up.png) no-repeat;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border:none;
}
a.button:hover {
  background: transparent url(/images/main/button_hover.png) no-repeat;
  text-decoration: none;
}

              
/* CONTENT CONTAINERS */         
#container { 
}
.frame {
  width: 990px;
  margin: 0 auto;
}                                              
#header {
  background: #000 url(/images/main/header_background.png) repeat-x;
}
#heading {
  padding: 12px 0 1px;
  background-color: #fff;
}                
#heading h6 {
  margin: -12px 0 20px;
}
#body {
  background: #333133 url(/images/main/body_background.png) repeat-x;
}
#layout {
  clear:both;
}
#main {
  padding: 20px 0;
  min-height: 480px;
}
#side {
  padding: 20px;
  width: 245px;
}
#columnLeft {
  float: left; 
  width: 46em;
}
#columnRight {
  float: right;
  width: 46em;
}
/* HEADER */
#logo {
  padding-top: 23px;
  height: 58px;
}  

/* MEMBER BAR */
#memberbar {
  font-size: 1.2em;
  float: right;
  position: relative;
  top: 40px;
  right: -5px;
  color: #FFF;
}
#memberbar a:link,#memberbar a:visited,#memberbar a:active {
  text-decoration: none;
}
#memberbar span {
  margin: 0 3px;
}

/* MENU OPTIONS */
#menu {
  margin: 0;
  height: 26px;
}
#menu li {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  float: left;
  margin: 0;
  list-style-type: none;
}
#menu a {
  display: block;
  text-align: center;
  height: 20px;
  width: 132px;
  color: #000;
  padding: 4px 0 2px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
#menu a:link, #menu a:visited {
  color: #000;
}
#menu a:active, #menu a:hover { 
  color: #fff; 
  background: url(/images/main/menu_hover.png) repeat-x;
}
#menu a.current { 
  color: #000; 
  background: url(/images/main/menu_current.png) repeat-x;
}

/* BREADCRUMBS */
#breadcrumbs {
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin: 5px 0 10px;
  padding: 5px;
}
#breadcrumbs a, #breadcrumbs span {
  margin: 0 5px;
}
#breadcrumbs img {
  vertical-align: text-top;
  width: 16px;
}


/* GENERAL CLASSES */
.footnote {
  font-family: serif;
  color: #999;
  font-size: 11px;
}
.replace {
  text-indent:-9999px;
}
.box {
  border-top: 1px solid #88b267;
  margin: 0 0 10px;
  padding: 18px;
  background-color: #fff
}

.box p, .dialogBox p {
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.4em;
}

.menu {
  float: right;
  font-size: 13px;
  padding: 1px;
  font-weight: bold;
}
.left {
  float: left;
  clear: left;
}
.right {
  float: right;
  clear: right;
}
.side {
  width: 300px;
  margin-bottom: 20px;
}
.main {
  width: 650px;
  margin-bottom: 20px;
}
.half {
  width: 475px;
  margin-bottom: 20px;
}



/* FOOTER */

#footer {
  text-align: right;
  font-size: 12px;
  padding: 5px;
  background-color: #fff;
  clear: both;
  color: #000;
  margin-bottom: 35px;
  
}
#footer span {
  margin: 0 10px;
}
#footer a:link, #footer a:visited {
  color: #000;
  text-decoration: none; 
}
#footer a:active, #footer a:hover { 
  color: #50b9dc; 
}
