body
{
  margin: 0px;
  background-color: #EAE8CE;
  font-family: verdana, arial;
  font-size: 13px;
  font-size: #000000;
}

select
{
  border: 1px solid #ff9800;
}

input
{
  border: 1px solid #ff9800;
}

.title
{
  color: #ddffff;
  font-family: verdana;
  font-size: 25px;
  font-weight: bold;
}

.large
{
  font-family: arial;
  font-size: 30px;
  font-weight: bold;
}

.subtitle
{
  color: #ffffff;
  font-family: verdana;
  font-size: 13px;
  FONT-WEIGHT: bold;
}

table
{
  font-size: 13px;
}

.menu_block
{
  line-height:29px;
  height:29px;
  color:white;
  font-weight:bold;
  width: 100%;
  background:url(/images/opaque.png);
}

.menu_block_v3
{
  line-height:29px;
  height:29px;
  color:white;
  font-weight:bold;
  width: 100%;
  background:url(/images/opaque.png);
}

.menu_block_login
{
  line-height:118px;
  height:118px;
  color:white;
  font-weight:bold;
  width: 200;
  background:url(/images/opaque_login.png);
}

.menu_block_secure
{
  line-height:31px;
  height:31px;
  color:white;
  font-weight:bold;
  width: 100%;
}

a
{
  color: #000000;
}

.a_white
{
  color: #ffffff;
  text-decoration: dash;
}

.txt_white_header
{
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}

.txt_white_code
{
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.spacing
{
  margin-left: 15px;
  margin-right: 15px
}

.dt_table
{
  border: 1px solid #ff9800;
  background-color: #ffffdf;
}

.invoice_table
{
  border: 1px solid #000000;
  background-color: #ffffff;
}

.td_top
{
  background:url('/images/gradient.png');
  border-bottom: 1px solid #FF9800;
}

.td_top_nb
{
  background:url('/images/gradient.png');
}

.header_table
{
  background: url('/images/header_image.jpg');
  background-color: #5b8bbb;
  height: 130px;
}

.header_table_v3
{
  background: url('/images/header_image_v3.jpg');
  background-color: #5b8bbb;
  height: 130px;
}

.td_footer
{
  background:url('/images/footer_image.jpg');
  background-color: #4D8E00;
  color: white;
  font-weight: bold;
  height: 45px;
}

.chg_date_btn
{
  height: 20px;
  width: 140px;
  border: 1px solid #ff9800;
  background: #ffcf8b;
  cursor:pointer;
  cursor:hand;
  margin-top: 2px;
}
.small
{
  font-size: 11px;
}

.td_cal
{
  border-right: 1px solid #FF9800;
  border-top: 1px solid #FF9800;
  width: 25px;
  height: 20px;
  text-align: center;
  margin-right: 2px;
}

.td_cal_right
{
  border-top: 1px solid #FF9800;
  width: 25px;
  height: 20px;
  text-align: center;
  margin-right: 2px;
}

.price_cell
{
  background: #fff6c2;
  border: 1px solid #ff9800;
  margin: 5px;
}

.price_cell_direct
{
  background: #fff6c2;
  height: 25px;
  border: 1px solid #ff9800;
  border-top: 0px;
}

.price_cell:hover
{
  background: #ffffff;
}

.price_cell_direct:hover
{
  background: #ffffff;
}

.show_disabled
{
  color: #bbbbbb;
  background: #eeeeee;
}

div.topright{
  display:block;

  /*set the div in the top right corner*/
  position:absolute;
  top:0;
  right:0;
  width:175px;
}
