body	{margin:0 0 0 0px; font-family:arial;tahoma;font-size:11px;background-image:url('../images/bgall.jpg');}
.text{font-family:arial;tahoma;font-size:11px;}
.title{font-family:arial;tahoma;font-size:13px;}
.menu{font-family:arial;tahoma;font-size:11px;color:#ffffff}
.nav{font-family:tahoma;font-size:13px;}
a{text-decoration:none;}
a.menu:hover{color:#F1C660}
a.footer{border:1px solid #ffffff; color:#000000}
a.footer:hover{border:1px solid #D9B358; background-color:#F7DEA2}
.button{
	font-family:Trebuchet MS;
	font-family:arial;tahoma;font-size:11px;
	color:#6D510F;
	background-color:ffffff;
}
.chemical  {font-family:arial;tahoma;font-size:12px;color:#000000}

/******Admin Style*******/

#btnViewAll,#btnSearch,#btnDisplay,#btnNoDisplay,#btnUpdate,#frmsubmit{
	border:0;
	background:green;
	height:20px;
	border-radius:3px;
	font-size:13px;
	font-family:tahoma;
	padding-bottom:2px;
	cursor:pointer;
	color:#000;
}
#btnViewAll:hover,#btnSearch:hover,#btnDisplay:hover,#btnNoDisplay:hover,#btnUpdate:hover,#frmsubmit:hover{
	border:0;
	background:green;
	height:20px;
	border-radius:3px;
	font-size:13px;
	font-family:tahoma;
	padding-bottom:2px;
	cursor:pointer;
    color:#fff;
}
#btnDelete,#btnClear{
	border:0;
	background:red;
	height:20px;
	border-radius:3px;
	font-size:13px;
	font-family:tahoma;
	padding-bottom:2px;
	cursor:pointer;
    color:#000;
}
#btnDelete:hover,#btnClear:hover{
	border:0;
	background:red;
	height:20px;
	border-radius:3px;
	font-size:13px;
	font-family:tahoma;
	padding-bottom:2px;
	cursor:pointer;
    color:#fff;
}
table#tblSearch tr td .btnDisabled{
	border:0;
	background:#ccc;
	height:20px;
	border-radius:3px;
	font-size:13px;
	font-family:tahoma;
	padding-bottom:2px;
	cursor:pointer;
	color:#fff;
}
.text{
	font-family:tahoma !important;
	font-size:11px !important;
	color:#000;
}
#frmadmin input[type = 'text'],
#frmadmin input[type = 'password']{
	width:170px;
	border:1px solid #A45C08;
	}
table#tblSearch #txtcriteria{
	border:1px solid #999;
	height:20px;
	width:250px;
	text-indent:5px;
}
#cboCountry{
	border:1px solid #999;
	margin:5px;
	color:#777;
}
