label
{
	color: #887a88;
}
input.fld, input.flds, textarea, select, input.fldsmall, .fldfilter, .fsearch
{
	width: 230px;
	background-color: #FFF;
	border: 1px #c9c3c9 solid;
	/*padding: 3px 2px 2px 2px;*/
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 0px 0px;
	color: #887a88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
input.inv
{
	border: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #9C0;
	background: transparent;
	text-align: center;
	width: 40px;
	font-size: 95%;
}
select
{
	width: 270px;
}
select.fld
{
	width: 460px !important;
}
select.fldx
{
	width: 600px !important;
}
textarea
{
	width: 600px;
	/*width: 465px;*/
	/*height: 120px;*/
}
textarea.fld
{
	width: 230px;
	height: 80px;
}
input.flds
{
	width: 125px;
	/*padding: 2px 2px 2px 2px;*/
	margin: 3px 3px 0px 0px;
}
#quick_search input.flds
{
	width: 170px;
}
#quick_login input.chk
{
	vertical-align: middle;
	margin: 0px 2px 3px 3px;
}
#quick_login input.flds
{
	width: 110px;
}
#quick_login label
{
	padding: 5px 0px 5px 3px;
	margin: 0px 0px 0px 0px;
}
#quick_login #logoutfrm
{
	float: left;
	margin-top: 3px;
}
.btn
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding: 3px 10px 3px 10px;
}
.btns
{
	font-size: 100%;
	background-color: #887a88;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #c9c3c9 solid;
	color: #c9c3c9;
	margin: 0px 0px 0px 3px;
	padding: 1px 0px 1px 0px;
	width: 50px;
}
.val
{
	color: #9C0;
}

table.form
{
	width: 470px;
}
table.form tbody th, table.form tbody td
{
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
table.form tfoot td, table.form tbody td
{
	text-align: right;
}

table.grid
{
	border-bottom: #c9c3c9 1px dashed;
	width: 100%;
	empty-cells: show;
	font-size: 100%;
}
table.grid thead
{
	font-weight: bold;
}
table.grid tbody th
{
	text-align: left;
}
table.grid td, table.grid th
{
	border-top: #c9c3c9 1px dashed;
}
table.grid.col2 td, table.grid.col2 th
{
	width: 50%;
}
table.grid tbody tr.odd
{
	background: #f5f4f5;
}
table.grid tbody tr.even
{
	background: none;
}
div.gridinfo table.grid tbody th
{
	font-weight: normal;
}
div.gridinfo table.grid tbody td
{
	font-weight: bold;
}
td, th
{
	vertical-align: top;
	padding: 5px 3px 5px 3px;
}