/* CSS Document */

*{
  font-family:Verdana;
}

body{
  font-size:8pt;
}


h1{
  margin:0; padding:0; border:0;
}


/*
	tabs
*/
.tabnavigation{ display:none; }

.isTab{ display:none; }


/*
	address
*/
#more-info{ }

#more-info address{
  float:left;
  font-style:normal;
  width:40%;
  margin:2%;
}


/*
  table
*/
table{
  display:block;
  clear:both;
  
  border-collapse:collapse;
  border-spacing:0;
}

table thead{ display:table-header-group; }

table thead tr{}

table thead tr th{
  padding:4px 2px;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  padding:4px 2px;
  border-top:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;
}

table thead tr th.scroll{ display:none; }

table thead tr th:first-child{
  border-left:1px solid black;
}

table tbody{}
table tbody tr{ display:none; }
table tbody tr.show{ display:table-row; _display:block; }
table tbody tr.hide{ display:none; }

table tbody tr.odd td{
  background-color:#eee;
}

table tbody tr td:first-child{
  border-left:1px solid black;
}

table tbody tr td{
  border-right:1px solid black;
  padding:4px 2px;
  border-bottom:1px solid black;
}

table tbody tr td a{
	color:#000;
	text-decoration:none;
}



/*
  form
*/
form{
  padding:0; margin:0; border:0;
  margin:2%;
  clear:both;
  display:block;
}

form fieldset{
  border:0;padding:0;margin:0;
}

form fieldset legend{
}

form fieldset legend span.description{
  display:none;
}

form fieldset label{
  display:block;
  margin-bottom:4px;
}

form fieldset span{
  float:left;
  width:130pt;
}

form fieldset label input{
  border:0px;
  border-bottom:1pt dotted black;
}

form fieldset button{
  display:none;
}


