body{
/* margin:0px;
margin-top:0px;*/
background-color:#becbc9;
font-family:Arial;
font-size:11px;
}
input,option,select{
  font-family:Arial;
  font-size:10px;
}

td{
font-size:11px;
}
hr{
 color:#223635;
 height:1px;
}

select.field{
	/* used in query builder */
	width:120px;
}

.retrieve{
	font-family:Arial;
	font-size:24px;
	color:red;
	font-style:italic;
	text-decoration:overline underline;
	background-color:yellow;
	text-align: center;
	vertical-align : middle;
}
.title{
	font-family:Arial;
	font-size:14px;
  font-weight:bold;
  text-align: center;
  color:#3c3c3c;
 }
.printtitle{
	font-family:Arial;
	font-size:18px;
  font-weight:bold;
  text-align: center;
  color:#3c3c3c;
 }
.footer{
	font-size:8px;
	color:#3c3c3c;
	font-family:arial;
}
.status{
	background-color : transparent;
	border : 0px;
}
/* Command Buttons */
.button_over{
	background-image : url(bg_on.gif);
	font-size: 13px;
	font-weight: bold;
	text-align : center;
	vertical-align : middle;
	border: 2px double Yellow;
	color: #ffff99;
	cursor : hand;
}

.button_out{
	font-size: 13px;
	font-weight: bold;
	color : Silver;
	background-color : #223635;
	vertical-align : middle;
	text-align : center;
	border: 2px outset Silver;
}
/* Toolbar tools */
.tool_over{
	font-size: 12px;
	background-image : url(bg_on.gif);
	text-align : center;
	vertical-align : middle;
	border: 2px double Yellow;
	color: #ffff99;
	cursor : hand;
	
}
.tool_out{
	font-size: 12px;
	color : Silver;
	background-color : #223635;
	vertical-align : middle;
	text-align : center;
	border: 2px outset Silver;
}
/* For table display */
.feature{
	/*  The block of a single feature */
	background-color : #70abac;
	border : medium double Teal;
}
.featurenum{
	/* Show feature number */
	background-color : #0F887C;
	font-family : Arial;
	font-size : 14px;
}

.table{
	background-color : #0F887C;
}
.tablename {  
	/* table (FAT or db) name */
  font-weight: bold; 
  background-color: #CCCCCC; 
  font-family: Arial, Helvetica, sans-serif
 }
.fieldname{
	background-color : #EEEEDE;
	font-family : sans-serif;
	font-size : 12px;
	color:black;
}
.recordvalue{ 
 /* odd */
	background-color : #FFFFEF;
	font-family : Arial;
	font-size : 12px;
}
.recordvalue2{
	/* even */
	background-color : #e5e5e5;
	font-family : Arial;
	font-size : 12px;
}




