A:link, A:visited, A:active { text-decoration: underline; color: #185592 }
A:hover { text-decoration: underline; color: #2983DC }

A.mainnav:link, A.mainnav:visited, A.mainnav:active { text-decoration: none; color: #185592; font-weight: bold; font-family: arial,verdana; font-size: 9pt; }
A.mainnav:hover { color: #2983DC; text-decoration: none}

A.subnav:link, A.subnav:visited, A.subnav:active { text-decoration: none; font-weight: none; font-family: arial,verdana; font-size: 8.5pt; }
A.subnav:hover { text-decoration: none}

A.uarehere:link, A.uarehere:visited, A.uarehere:active { text-decoration: none; color: #185592; font-weight: none; font-family: arial,verdana; font-size: 8pt; }
A.uarehere:hover { color: #2983DC; text-decoration: none}

body {
  background-color: #52483A;
  background-image:url(/custom/images/tile.gif);
  background-repeat:repeat-x;
  margin-top: 0px;
  margin-left: 0px;
  color: #6B756B;
}

.header {
  color: #424133;
  font-family: georgia,times;
  font-size: 22pt;
}

.geor_16_b_gr, .ART_title {
  color: #3A4828;
  font-family: georgia,times;
  font-size: 16pt;
}

.geor_11_b {
  font-weight: bold;
  font-family: georgia,times;
  font-size: 11pt;
}

.arial_9, .FORM_Question, .medium, .ART_content, .FORM_Intro {
  font-family: arial,verdana;
  font-size: 9pt;
}

.arial_9_b {
  font-weight: bold;
  font-family: arial,verdana;
  font-size: 9pt;
}

.arial_8, .small, .FORM_Choice {
  font-family: arial,verdana;
  font-size: 8.5pt;
}

.xsmall {
  font-family: arial,verdana;
  font-size: 7pt;
}

.arial_7_ltgr {
  color: #D1D8D2;
  font-family: arial,verdana;
  font-size: 7pt;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #652C01;
}

#TB_secondLine {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #652C01;
}

#TB_window a:link {color: #0053CE;}
#TB_window a:visited {color: #0053CE;}
#TB_window a:hover {color: #FE9001;}
#TB_window a:active {color: #0053CE;}
#TB_window a:focus{color: #0053CE;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:100%;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#TB_window {
  position: absolute;
  background: #ffffff;
  z-index: 102;
  color: #652C01;
  display:none;
  border: 2px solid #000000;
  text-align:left;
}

#TB_window img {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
  padding:5px 10px 7px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#TB_title{
  background-color:#e8e8e8;
  height:27px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}

#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}

#TB_HideSelect{
  z-index:99;
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

#TB_iframeContent{
  border:none;
  clear:both;
}
