body {
  color: black;
  background-color: white;
  text-align: center;
  vertical-align:top;
  margin:0px;
  width:100%;
}
td {font: arial, verdana, helvetica, sans-serif}
th {border: 1px solid black}

p.disclaimer {
  position:relative;
  left:40px;
  width:500px;
  font-size: 12px;
  font-family: arial;
  text-align: justify;   
}


/* **************** Links *********************** */

table.links {margin-left: 30px; width:400px}
a.links {font-size: 12px; font-family: arial, verdana, helvetica, sans-seri}
h5.links, h4.links {margin-left: 20px}

/* **************** Menu *********************** */

.menu_current{color:#909090}

td.menu {
  border: 1px solid black;
  background: #ffdd77;
  width:150px;
}

/******************** New Menu ********************/

table.sub_menu {
  position:absolute;
  visibility:hidden;
  border: 1px solid black;
  border-collapse:collapse;
  margin: 1px 0px 0px 0px;
  width: 130px
}

th.menu {
  border: 1px solid black;
  background: #ffdd77;
  width:150px;
  text-align:center;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  height: 15px;
}

th.menu2 {
  border: 1px solid black;
  
  background-image: url(images/sites/td2_18x16_ffdd77.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #ffdd77;
  width:150px;
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  height: 16px
}

td.sub_menu {
  background: #ffdd77;
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  height:15px;
  /*border-top: 1px solid black;*/
}


/* **************** Main page ****************** */

img.main_img_links {
  text-decoration:none;
  border: 0px;
}

td.main_menu {
  border: 0px dashed black;
  width: 130px;
  height: 150px;
  background-image: url(images/main/book.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}


/* **************** Options page ****************** */

.options_table_td {
  border-bottom: 1px solid #c0c0c0
}
.options_table {
  border: 1px solid #c0c0c0;
  border-collapse:collapse;
}

td.options1 {
  border: 1px solid #c0c0c0;
  text-align:left;
  font-size: 12px;
  font-weight: 500;
  font-family: verdana, helvetica, sans-serif;  
}

td.options2 {
  border: 1px solid #c0c0c0;
  text-align:center;
  font-size: 12px;
  font-weight: 500;
  font-family: verdana, helvetica, sans-serif;  
}

td.options3 {
  border: 1px solid #c0c0c0;
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;  
}

th.options {
  text-align:center;
  border: 1px solid #c0c0c0;
}

/* **************** Help page ****************** */

p.help {
  position:relative;
  left:40px;
  width:400px;
  font-size: 12px;
  font-family:arial;
  text-align:justify; 
}

.help {position:relative;left:40px;width:400px}

span.help_pop1 {
  border:1px solid #c0c0c0;
  background: #ffffff; 
  position:absolute; 
  visibility:hidden;
  font:bold 12px;
  margin:8px 0px 0px 0px;
  height:15px;
  text-align:left;
}

table.help_table{
  border: 1px solid black;
  border-collapse:collapse;
  
}

td.help_table {
  border: 1px solid black; 
  padding: 5px;
}

/* **************** Copyright ****************** */

a.copyright {
  font-size: 12px;
  color:black;
  text-decoration:none;
}

a.copyright2 {
  font-size: 12px;
  color: #0000ff;
  margin: 0px 5px 0px 5px;
}




/* **************** Display table ************** */

td.center12 {
 text-align:center;
 font-size:12px;
}


/* **************** Map page ****************** */

a.map_children_menu {
  text-decoration:none;
}

div.map_children_menu {
  border: 1px solid #c0c0c0;
  font-size: 12px;
  height: 20px;
  margin: 1px 0px 0px 0px;
  cursor: pointer;
}

span.map_children_menu_nr {
  font-size: 12px;
  font-weight: 900;
}

div.map_children_menu_header {
  border: 1px solid #c0c0c0;
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  margin: 1px 0px 0px 0px;
  background: #e0e0e0;
}

div.map_children_menu_masterheader {
  border: 2px solid #000000;
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  margin: 1px 0px 1px 0px;
  background: #e0e0e0;
  text-align: center;
  cursor: pointer;
  color: #000000;
}

a.map_children {
  text-decoration:none;
}

img.map_children_icons {
  border: 0px;
}

div.map_area_normal {
  border: 1px dashed black;
  cursor: pointer;
}

div.map_area_active {
  border: 2px solid black;
  cursor: pointer;
}

span.map_children_area_text {
  font-weight: 900;
  font-size:   12px;
  color: #000000;
  background-color: #ffffff;
  position:relative;
  left: 5px;
  top:  5px;
}

span.map_icon_text_small_normal {
  font-weight: 900;
  font-size:   12px;
  color: #ffffff;
  position:relative;
  left:-10px;
  top: -3px;
}

span.map_icon_text_big_normal {
  font-weight: 900;
  font-size:   12px;
  color: #ffffff;
  position:relative;
  left:-13px;
  top: -3px;
}

