/**
 * global
 */
body, html {
    margin: 0px;
    background-color: #000000;
    background-image: url('/images/header_bg.gif');
    background-repeat: repeat-x;
    font: 11px Verdana;
}

h3 {
    text-align: left;
    font: bold 14px Tahoma;
}

td {
    font: 11px Verdana;
    color: #686868;
}

a.link {
    color: #686868;
    font-weight: bold;
}





/**
 * header
 */
td.top_left {
    height: 40px;
    padding: 5px;
    vertical-align: bottom;
}

td.top_right {
    height: 40px;
    padding: 5px;
    font: 12px Tahoma;
    text-align: right;
    vertical-align: bottom;
}

a.top_menu {
    font: bold 12px Tahoma;
    text-decoration: none;
    color: #000000;
}

a.top_title {
    font: bold 18px Tahoma;
    text-decoration: none;
    color: #000000;
}





/**
 * main
 */
table.main {
    margin: 0px auto;
    width: 780px;
}

table.main_content {
    margin: 0px auto;
    width: 780px;
    border: 1px solid #dddddd;
}

td.menu {
    padding: 10px;
    width: 180px;
    height: 600px;
    background-color: #ffffff;
    vertical-align: top;
}

td.main {
    padding: 10px;
    width: 600px;
    height: 600px;
    background-color: #ffffff;
    vertical-align: top;
}





/**
 * main content
 */
div.banner {
    margin: 0px auto;
    text-align: center;
}





/**
 * alerts and advertisements
 */
div.error {
  margin: 0px auto;
  padding: 5px;
  width: 95%;
  border: 2px solid red;
  background-color: #eeeeee;
  text-align: left;
  font: bold 12px Tahoma;
}

div.generic_alert {
  margin: 0px auto;
  padding: 5px;
  width: 95%;
  border: 2px solid navy;
  background-color: #eeeeee;
  text-align: left;
}

div.goldmember_adv {
  margin: 0px auto;
  padding: 5px;
  width: 95%;
  border: 1px solid #de9204;
  background-color: #febe0e;
  text-align: left;
}





/**
 * lists
 */
table.redtab {
    margin: 0px auto;
    width: 200px;
}

td.redtab_header {
    height: 26px;
    width: 115px;
    background-image: url('/templates/lists/redtab/tab.png');
    background-repeat: no-repeat;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

td.redtab_header_right {
    height: 26px;
    width: 85px;
}

table.redtab_content {
    margin: 0px auto;
    width: 200px;
    background-color: #eeeeee;
}

td.redtab_number {
    width: 20px;
    padding: 3px;
    text-align: right;
}

td.redtab_text {
    padding: 3px;
    width: 180px;
}





/**
 * my profile
 */
table.mypictures {
    margin: 0px auto;
}

td.mypictures {
    border: 1px solid #eeeeee;
    width: 120px;
    height: 120px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}





/**
 * forms
 */
div.form_center {
    margin: 0px auto;
    text-align: center;
}

table.form {
    margin: 0px auto;
}

td.form_caption {
    padding: 2px;
    padding-top: 5px;
    font: 11px Verdana;
    vertical-align: top;
}

td.form_field {
    padding: 2px;
    font: 11px Verdana;
}

input {
    font: 11px Verdana;
}

textarea {
    width: 400px;
    height: 200px;
}

textarea.small {
    width: 300px;
    height: 150px;
}
