@charset "utf-8";

.table {
  width:85%;
  margin:0 auto;
  background-color:#FFFFFF;
  border: 1px solid #666C72;
}

.table_top {
  background:url(../images/design/table_bg.png) repeat-x;
  color:#FFFFFF;
  text-align:center;
  font-weight:bold;
  font-size:13px;
  padding:7px;
}

.table_top_small {
  background:url(../images/design/table_bg.png) repeat-x;
  color:#FFFFFF;
  text-align:center;
  font-weight:bold;
  font-size:13px;
  padding:2px;
  height:10px;
}

.table_topactive {
  background:url(../images/design/table_bg.png) repeat-x;
  outline-bottom:1px solid #FF0000;
  color:#FFFFFF;
  text-align:center;
  font-weight:bold;
  text-decoration:underline;
  font-size:13px;
  padding:7px;
}

.table_top A:link, .table_top A:visited
{
    color:#FFFFFF;
    text-decoration:none;
}
.table_top A:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.table_sub {
  background:#DBE3E8;
  font-weight:bold;
  vertical-align:top;
  text-align:center;
  font-size:13px;
  padding:7px;
}

.table_main1 {
  background:#F3F7F8;
}

.table_main2 {
  background:#EDF1F3;
}

.table_mainred {
  background-color: #ffbcc2;
  background:;
}

.table_application {
  color:#FF0000;
}

.table_maininactive {
  color:#C0C0C0;
}

.table_mainactive {
  background:#DBE3E8 !important;
}

.table_full {
  text-align:center;
}

.table_left {
  width:45%;
  text-align:right;
}

.table_right {
  width:55%;
  text-align:left;
}