body {
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-image: url(images/bg_body.gif);
  background-position: left top;
  background-repeat: repeat-xy;
  background-color: #CE6011;
}

.main_table {  
  background-image: url(images/bg.gif);
  background-position: left top;
  background-repeat: repeat-x;  
}

.body_frame {
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-image: none;
  background-color: #FFFFFF;
}

img {
  border: 0px;
}

.new_releases {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #2A6BE6;
  text-align: left;
  
}

.plans {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #FD7402;
}

.content_table, input, select {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}

.grellow {
  font-family: Arial;
  font-size: 11px;
  color: #C9CE98;
}

.grass {
  font-family: Arial;
  font-size: 13px;
  color: #CFFF2D;
}

.menu {
  height: 18px;
  background-image: url(images/orange_line.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

.white {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
}

.top {
  font-family: Arial;
  font-size: 10px;
  color: #CACCCB;
}

.bottom {
  font-family: Arial;
  font-size: 12px;
  color: #F0F496;
  text-decoration: none;
}

.detail_row1 {
   height: 20px;
   background-image: url(images/detail/detail_row1_bg.gif);
   background-repeat: repeat-x;
   font-family: Arial;
   font-size: 11px;
   color: #818181;
}

.detail_row2 {
   height: 20px;
   background-image: url(images/detail/detail_row2_bg.gif);
   background-repeat: repeat-x;
   font-family: Arial;
   font-size: 11px;
   color: #818181;
}

.content {
  font-family: Arial;
  font-size: 11px;
  color: #818181;
}

.pager_inactive {
  font-family: Arial;
  font-size: 12px;
  color: #818181;
  text-decoration: none;
}

.pager_active {
  font-family: Arial;
  font-size: 12px;
  color: #2A5CCF;
  text-decoration: none;
}

.rows{
 padding-left: 6px;
 padding-right: 6px;
 background-color: #E9F2F9;
 border-bottom : 1px solid #6E9AD8;
}

.rows1{
 padding-left: 6px;
 padding-right: 6px;
 background-color: #CBDAF1;
 border-bottom : 1px solid #719CD9;
}

.row{
 padding-left: 6px;
 padding-right: 6px;
 border-bottom : 1px solid #EBEAEA;
}

.shadow {
  behavior: url("png.htc");
}

/*Links*/
.yellow_link {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #FCFF00;
  text-decoration: none;
}

.black_link {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.content_red_link {
  font-family: Arial;
  font-size: 11px;
  color: #FF0000;
  text-decoration: none;
}

.menu_link {
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

.grass_act, .grass_inact {
  font-family: Arial;
  font-size: 13px;
  color: #CFFF2D;
}

a.grass_act   {  background-image: url(images/detail/buttons/button_bg_active.gif); font-weight: bold; display:block; vertical-align:middle; width:113px; height:24px; text-align:center; line-height:24px; }
a.grass_inact   {  background-image: url(images/detail/buttons/button_bg.gif); font-weight: bold; display:block; vertical-align:middle; width:113px; height:24px; text-align:center; line-height:24px; }

a:link.grass_act, a:visited.grass_act, a:active.grass_act, a:hover.grass_act,
a:link.grass_inact, a:visited.grass_inact, a:active.grass_inact, a:hover.grass_inact {text-decoration: none; }

.grass_bold {
  font-family: Arial;
  font-size: 13px;
  color: #CFFF2D;
  font-weight: bold;
}

#topmenu {
 background-image: url(images/top_bg.gif);
 background-repeat: repeat-x; 
}