/* -------------------------------------------------- */
a,
a:active,
a:link,
a:visited {
  color: #0093d2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* -------------------------------------------------- */
body {
  background-color: #525252;
  background-image: url("/images/header_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
/* -------------------------------------------------- */
div#div_dj {
  position: absolute;
  right: 0px;
  top: 34px;
}
/* -------------------------------------------------- */
div#div_footer {
  color: #ffffff;
  font-size: 11px;
  margin: 10px 0px 0px 0px;
  text-align: center;
}
/* -------------------------------------------------- */
div#div_footer a,
div#div_footer a:active,
div#div_footer a:hover,
div#div_footer a:link,
div#div_footer a:visited {
  color: #ffffff;
  text-decoration: underline;
}
/* -------------------------------------------------- */
div#div_header {
  height: 200px;
  position: absolute;
  text-align: right;
  top: 0px;
  width: 900px;
}
/* -------------------------------------------------- */
div#div_header_logo {
  background-image: url("/images/header_logo_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 91px;
  left: 10px;
  padding: 79px 0px 0px 0px;
  position: absolute;
  top: 0px;
  width: 284px;
}
/* -------------------------------------------------- */
div#div_languages {
  color: #a2a2a2;
  font-size: 11px;
  position: absolute;
  right: 0px;
  top: 10px;
}
/* -------------------------------------------------- */
div#div_languages span.on {
  color: #ffffff;
}
/* -------------------------------------------------- */
div#div_languages span a,
div#div_languages span a:active,
div#div_languages span a:hover,
div#div_languages span a:link,
div#div_languages span a:visited {
  color: #a2a2a2;
}
/* -------------------------------------------------- */
div#div_main_menu {
  bottom: 10px;
  font-weight: bold;
  position: absolute;
  right: 0px;
}
/* -------------------------------------------------- */
div#div_main_menu ul li a
div#div_main_menu ul li a:active,
div#div_main_menu ul li a:link,
div#div_main_menu ul li a:hover,
div#div_main_menu ul li a:visited {
  color: #ffffff;
}
/* -------------------------------------------------- */
div#div_main_menu ul li {
  float: left;
}
/* -------------------------------------------------- */
div#div_main_menu ul li div div div {
  margin: 0px 5px 0px 5px;
  padding: 10px 0px 75px 0px;
}
/* -------------------------------------------------- */
div#div_main_menu ul li.on div {
  background-image: url("/images/menu_left_on.png");
  background-position: top left;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- */
div#div_main_menu ul li.on div div {
  background-image: url("/images/menu_right_on.png");
  background-position: top right;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- */
div#div_main_menu ul li.on div div div {
  background-color: #ffffff;
}
/* -------------------------------------------------- */
div#div_main_menu ul li.on div div div a,
div#div_main_menu ul li.on div div div a:active,
div#div_main_menu ul li.on div div div a:hover,
div#div_main_menu ul li.on div div div a:link,
div#div_main_menu ul li.on div div div a:visited {
  color: #0093d2;
}
/* -------------------------------------------------- */
div.h1 {
  color: #0093d2;
  font-size: 30px;
}
/* -------------------------------------------------- */
div.h2 {
  font-size: 16px;
  font-weight: bold;
}
/* -------------------------------------------------- */
input, select, textarea {
  font-family: Arial;
  font-size: 12px;
}
/* -------------------------------------------------- */
li.button {
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
/* -------------------------------------------------- */
li.button div {
  background-image: url("/images/button_right.png");
  background-position: top right;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- */
li.button div div {
  background-image: url("/images/button_left.png");
  background-position: top left;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- */
li.button div div div {
  background-image: url("/images/button_bg.png");
  background-repeat: repeat;
  margin: 0px 15px 0px 15px;
  padding: 3px 0px 7px 0px;
}
/* -------------------------------------------------- */
li.small_button {
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  vertical-align: top;
}
/* -------------------------------------------------- */
li.small_button div {
  background-image: url("/images/small_button_right.png");
  background-position: top right;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- */
li.small_button div div {
  background-image: url("/images/small_button_left.png");
  background-position: top left;
  background-repeat: no-repeat;
}
/* -------------------------------------------------- */
li.small_button div div div {
  background-image: url("/images/small_button_bg.png");
  background-repeat: repeat;
  margin: 0px 10px 0px 10px;
}
/* -------------------------------------------------- */
td {
  font-family: Arial;
  font-size: 12px;
}
/* -------------------------------------------------- */
td.box {
  border: 1px solid #0093d2;
  color: #0093d2;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
/* -------------------------------------------------- */
td.button {
  background-color: #0093d2;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
/* -------------------------------------------------- */
td.form {
  background-color: #ffffff;
  border: 1px solid #0093d2;
}
/* -------------------------------------------------- */
td.form_field {
  background-color: #f6f6f6;
  padding: 2px 10px 2px 10px;
}
/* -------------------------------------------------- */
td.form_label {
  background-color: #e9e9e9;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
}
/* -------------------------------------------------- */
td.form_required {
  background-color: #f6f6f6;
  color: #ff0000;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
/* -------------------------------------------------- */
td.grid {
  background-color: #ffffff;
  border: 1px solid #0093d2;
}
/* -------------------------------------------------- */
td.grid_cell {
  padding: 5px 10px 5px 10px;
}
/* -------------------------------------------------- */
td.grid_cell a,
td.grid_cell a:active,
td.grid_cell a:hover,
td.grid_cell a:link,
td.grid_cell a:visited {
  color: #0093d2;
}
/* -------------------------------------------------- */
td.grid_header {
  background-color: #0093d2;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  vertical-align: bottom;
}
/* -------------------------------------------------- */
td.grid_header a,
td.grid_header a:active,
td.grid_header a:hover,
td.grid_header a:link,
td.grid_header a:visited {
  color: #ffffff;
}
/* -------------------------------------------------- */
tr.grid_row_1 {
  background-color: #e9e9e9;
}
/* -------------------------------------------------- */
tr.grid_row_2 {
  background-color: #f6f6f6;
}
/* -------------------------------------------------- */
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* -------------------------------------------------- */