/********** Overall **********/

/* Table spacing/setup */
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

td
{
  padding: 0;
  vertical-align: top;
}

/* Font styles */
body, td
{
  font-family: Verdana;
  font-size: 10px;
}

h1
{
  color: #6A0B09;
  font-size: 18px;
  margin: 0;
}

h2
{
  color: #990E25;
  font-size: 14px;
  margin: 0;
}

img
{
  border: 0;
}

a
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  color: #0691B4;
}

/* Forms */
form
{
  margin: 0px 0px 0px 0px;
}

input.input_text, input.input_password
{
  background: #FFFFFF;
  border: 1px solid #636363;
  font-family: Verdana;
  font-size: 10px;
}

textarea
{
  background: #FFFFFF;
  border: 1px solid #636363;
  font-family: Verdana;
  font-size: 10px;
}

select
{
  background: #FFFFFF;
  border: 1px solid #636363;
  font-family: Verdana;
  font-size: 10px;
}

input.input_text_login, input.input_password_login
{
  border: 1px solid #000000;
  background: #000000;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
  width: 122px;
}

/********** Body **********/

/* Body */
body
{
  background: #000000 url('images/body_background.jpg') repeat-x top;

  margin: 0px 0px 0px 0px;
}

/********** Page **********/

/* Tables */
table.page_table
{
  width: 800px;
}

/* Tds */
td.page_top_td
{
  background: url('images/page_top_td_background.gif') repeat-x;
  height: 50px;
}

td.page_logo_td
{

  background: url('images/page_logo_td_background.jpg') no-repeat;
  height: 163px;
}

td.page_menu_td
{
  background: #FFFFFF;
  height: 28px;
}

td.page_boxes_td
{
  background: #FFFFFF;
  height: 136px;
}

td.page_header_td
{
  background: #FFFFFF url('images/page_header_td_background.jpg') 1px 0px no-repeat;
  height: 21px;
}

td.page_content_td
{
  background: #FFFFFF;
  padding: 0px 1px 0px 1px;
}

td.page_bottom_td
{
  background: #FFFFFF url('images/page_bottom_td_background.jpg') 1px 0px no-repeat;;
  height: 33px;
}

/********** Content **********/

/* Tables */
table.content_table
{
  height: 490px;
  width: 798px;
}

/* Tds */
td.content_left_td
{

}

td.content_right_td
{
  border-left: 1px solid #B5B4B4;
  width: 267px;
}

/* Divs */
div.content_headline_left, div.content_headline_right
{
  background: url('images/page_header.jpg') no-repeat;
  display: block;
  height: 20px;
}

div.content_headline_right
{
  text-align: right;
}

div.content_headline_left div, div.content_headline_right div
{
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px 0px 0px 14px;
}

div.content_headline_left div img, div.content_headline_right div img
{
  padding: 3px 0px 0px 0px;
}

/********** Menu **********/

/* Divs */
.menu_div
{
  color: #808080;
}

/* Links */
.menu_div a
{
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px 17px 0px 17px;
  text-decoration: none;
}
