html,body {
  margin:0;
  padding:0;
  border:0px;
  height:100%;
  width:100%;
  background: url('images/page/caa_bg.gif') repeat;
}

a:link  {color: #000; text-decoration: underline}
a:visited {color: #000; text-decoration: underline}
a:hover {color: #000; text-decoration: underline}
a:active {color: #000; text-decoration: none}

img {border:0px;}

table.container {
  height:100%;
  width:100%;
  border-collapse: collapse;

  bbackground-color: #ff0;
}

td.top_left {
  height:110px;
  width:630px;
  padding:0;
  vertical-align: top;
  background-color: #7CBAFF;
}

td.top_middle {
  wwidth: 10%;
wwidth:expression(document.body.clientWidth > 841? document.body.clientWidth-835+"px" : "auto" );
  width: 1000px;
  padding: 0px;
  margin:0px;
  border: 0px;

  background-color: #7CBAFF;
}

tr.top_lines td{
  text-align: right;
  height: 25px;
  wwidth: 100%;
  background: url('images/page/top_lines.gif') repeat-x;
}

td.h_menu_container{
  padding: 0;
  height: 20px;
  width:100%;
  background:#fff;

}

table.h_menu {

  width:100%;
  border-collapse: collapse;
}

td.h_menu_gradient {
  padding: 0;
  width: 270px;
}

td.h_menu {
  padding: 0;
  text-align: center;
  height: 20px;
  wwidth: 112px;
}

td.h_menu a, td.h_menu a:visited, td.h_menu aa:active{
  font-weight: bold;
  text-decoration: none;
  font-family: arial, verdana, sanf-serif;
  font-size: 11px;

  color: #666;
}

td.h_menu a:hover{
  color: #f00;
}


td.black_line{
  padding: 0;
  height: 10px;
  width:100%;
}
table.black_line{
  border-collapse: collapse;
}

td.black_2_brown {
  padding: 0;
  height: 10px;
  width: 170px;
}

td.black_2_white {
  padding: 0;
  height: 10px;
  width: 100%;
  background: url('images/page/black_2_white.gif') repeat-x;
}

td.middle_container{
  padding: 0;
  width:100%;
}
table.middle_container{
  border-collapse: collapse;
  height: 100%;
  width:100%;
}


td.v_menu {
  padding: 0;
  width: 170px;
  background-color: #E5A83C;
  vertical-align: top;
}

td.v_menu_middle {
  height: 100%;
}

table.v_menu_items{
  height: 100%;
  border-collapse: collapse;
}

td.v_menu_items {
  margin:0;
  padding: 0 0 0 10;
  height: 20px;
  width: 160px;
  background-color: #fc6;
  border: 1px solid #ff0;
  font-size: 10px;

}

td.v_menu_items a, td.v_menu_items a:visited, td.v_menu_items a:active{
  font-weight: bold;
  text-decoration: none;
  font-family: arial, verdana, sanf-serif;
  font-size: 11px;

  lletter-spacing: -1px;

  color: #444;
}

td.v_menu_items a:hover{
  color: #f00;
}

td.middle {
  padding: 10px;
  wwidth: 100%;
  vertical-align: top;

  font-family: arial, verdana, sanf-serif;
  font-size: 12px;
}

td.counter {
  border-collapse: collapse;
  hheight: 50px;
  width : 168px;
  color: #555; 
  font-family: arial, verdana, sanf-serif;
  font-size: 9px;
  background: url('images/page/counter_bk.gif');
}

td.counter_top {
  width : 168px;
  height: 36px;
  bbackground: url('images/page/counter_top_lv.gif');
}

td.bottom {
  vertical-align: bottom;
  height: 50px;
  text-align: center;
  color: #555; 
  font-family: arial, verdana, sanf-serif;
  font-size: 11px;
	
}

/* ----------------- Find dialog -------------------------- */
td.find_container
{
  padding : 0px;

  width :188px;
  background: url('images/page/top_right.gif');
  height:85px;
}

div#find_dialog_label
{
  position: absolute;
  top:21px;
  width:188px;

  color: #555; 
  border-bottom: 1px solid #555;
  font-family: arial, verdana, sanf-serif;
  font-size: 11px;
}

div#find_dialog_form
{  
  padding-top: 12px;
  width: 205px;
}

input {
  width: 118px;
  height:17px;
  float: left;

  color: #555; 
  background-color: #fff; 
  border: 1px solid #555;
  font-family: arial, verdana, sanf-serif;
  font-size: 12px;
}

input.f_button {
  margin-left: 5px;
  width: 65px;
  height:17px;

  border: 1px solid #555;

  font-size: 10px;
  font-family: arial, verdana, sanf-serif;
}
