﻿BODY
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #cccccc;
}

/* TABS */
.tab_text
{
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}
.tab_text_input
{
  font-size: 10px;
  font-weight: bold;
  width: 120px;
  color: #666666;
}
.td_left_top
{
  width: 150px;
  font-size: 10px;
  text-align: right;
  color: #666666;
  vertical-align: top;
}
.td_left
{
  width: 150px;
  font-size: 10px;
  text-align: right;
  color: #666666;
}

.td_right
{
  width: 250px;
  font-size: 10px;
  text-align: left;
  color: #666666;
}

.td_right_button
{
  height: 30px;
  width: 200px;
  font-size: 10px;
  text-align: left;
  vertical-align: middle;
}

.td_center
{
  width: 400px;
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  vertical-align: middle;
}
.td_center_small
{
  width: 400px;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  text-align: center;
  vertical-align: middle;
}
.td_center_button
{
  height: 30px;
  width: 400px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

.td_alert
{
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: red;
}

.tab_text_small
{
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}
a.tab_text_small
{
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  text-decoration: underline;
}
a:hover.tab_text_small
{
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  text-decoration: underline;
}


/* BUTTONS */
.button_text {font-size: 10px; font-weight: bold; color: #EEEEEE;}
a.button_text {font-size: 10px; font-weight: bold; color: #EEEEEE;text-decoration:none;}
a:hover.button_text {font-size: 10px; font-weight: bold; color: #FFFFFF;text-decoration:none;}
.button_bg {background-image: url(../images/button_bg.gif);background-repeat: repeat-x;background-position: bottom;}


.button_text_small {font-size: 10px; color: #EEEEEE;}
a.button_text_small {font-size: 10px; color: #EEEEEE;text-decoration:none;}
a:hover.button_text_small {font-size: 10px; color: #FFFFFF;text-decoration:none;}



.navigationB
{
  vertical-align: middle; background-color: #cccccc; text-align: center;
}
.captcha
{
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}
