td {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

table.list
{
  border-color: #CCC;
  border-width: 0 0 1px 1px;
  border-style: solid;
}

table.form
{
  border: 1px solid #CCC;
  background-color: #e3ebff;
}

table.list th,
table.list td
{
  border-color: #CCC;
  border-width: 1px 1px 0 0;
  border-style: solid;
}

tr.heading th,
tr.heading td
{
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #e3ebff;
} 

tr.sub_heading th,
tr.sub_heading td
{
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #e3ebff;
} 

table.form tr.sub_heading th,
table.form tr.sub_heading td
{
  text-align: left;
}

table.error tr.heading th,
table.error tr.heading td
{
  background-color: #850000;
  border-bottom: 1px solid #FCCDCF;
}

form,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 20px;
  color: #000066;
}

h4 {
  font-size: 11px;
  font-weight: bold;
}

#container {
  margin: 10px;
  text-align: left;
}

#container.login {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #CCC;
}

#content {
  padding: 15px;
}

#content.login {
  background-image: url(/images/login-bg.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: -35px;
}

#header {
  height: 130px;
  background-image: url(/images/header-bg2.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
}

#header.login {
  height: 120px;
}

#logo {
  background-image: url(/images/header-bg1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 708px;
  height: 110px;
}

#logo.login {
  background-image: url(/images/login-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 590px;
  height: 100px;
}

#login_info {
  color: #000066;
  text-align: right;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#ad_banner {
  position: absolute;
  top: 30px;
  right: 30px;
}

#nav_menu {
  margin-top: -20px;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
}

#nav_menu_sub {
  position: relative;
  top: 10px;
  background-color: #000066;
  font-size: 12px;
  height: 25px;
  padding: 0px 10px;
}

#content {
  padding: 20px;
}

#title {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #C2D1FF;
}

#footer {
  text-align: right;
}

#nav_menu ul,
#nav_menu_sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav_menu ul li {
  margin-right: 3px;
  text-align: center;
  float: left;
}

#nav_menu_sub ul li {
  padding: 5px;
  margin-right: 5px;
  text-align: center;
  float: left;
}

#nav_menu ul li a {
  text-decoration: none;
}

#nav_menu ul li a div.link {
  padding: 0 20px 8px 20px;
}

#nav_menu ul li a:link.active div,
#nav_menu ul li a:visited.active div {
  background-color: #000066;
  color: white;
}

#nav_menu ul li a:link.inactive div,
#nav_menu ul li a:visited.inactive div {
  background-color: #c2d1ff;
  color: #000066;
}

#nav_menu ul li a:hover.inactive div {
  background-color: #5780ff;
  color: #000066;
}

#nav_menu_sub ul li a {
  text-decoration: none;
}

#nav_menu_sub ul li a:link,
#nav_menu_sub ul li a:visited {
  color: white;
}
#nav_menu_sub ul li a:hover {
  text-decoration: underline;
}

#nav_menu_sub ul li a.active {
  font-weight: bold;
  color: #c2d1ff;
}

#nav_menu_sub ul li a:hover.active {
  text-decoration: none;
}

div.border_bevel1 {
  margin: 0 4px;
  padding: 1px 0 0 0;
}

div.border_bevel2 {
  margin: 0 2px;
  padding: 1px 0 0 0;
}

div.border_bevel3 {
  margin: 0 1px;
  padding: 1px 0 0 0;
}

div.border_bevel4 {
  margin: 0;
  padding: 5px 0 0 0;
}

.border_grey_side
{
  border-color: #CCC;
  border-width: 0 1px 0 1px;
  border-style: solid;
}	

.border_grey_top
{
  border-top: 1px solid #CCC;
}

.border_grey_bottom
{
  border-bottom: 1px solid #CCC;
} 

.border_grey
{
  border: 1px solid #CCC;
} 

div.notice {
  border: 1px solid #000066;
  background-color: #c2d1ff;
  padding: 10px;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
}

div.notice * {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.heading {
  background-color: #000066;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}

.sub_heading {
  background-color: #000066;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}

.error
{
  border: 1px solid #850000;
  background-color: #FCCDCF;
  color: #850000;
}

.txt_red
{
  color: #850000;
}
/* ----- Ad Table Start ------- */
#ad_
{
  border: 1px solid #CCC;
  width: 590px;
}

#ad_table th
{
  font-size: 16px;
  color: #3f4039;
}

#ad_table .border_right
{
  border-right: 1px dotted #CCC;
}

#ad_table span.highlight
{
  color: #5780ff;
}

#ad_table td div
{
  position: relative;
  padding-bottom: 15px;
}

#ad_table td div a
{
  position: absolute;
  right: 5px;
}

#ad_table .starburst
{
  position: absolute;
  left: 0;
}

#ad_table .heading
{
  background-color: #CCC;
}
/* ----- Ad Table End ------- */