.error {
	display: none;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}

.required {
	color: #FF0000;
}

.inputbox, .inputbox_small, textarea.inputbox {
	border: solid #666 1px;
	padding: 2px;
	width: 180px;
	font-size: 11px;
}

.btn_add {
  border: solid #750000 1px;
  background: #BC0000;
  width: 150px;
  color: #fff;
}

textarea.inputbox {
	width: 568px;
	height: 50px;
}

.inputbox_small {
	width: 80px;
}

.params {
	border-top: solid #e1e1e1 1px;
}

.windows {
	display: block;
	float: left;
	width: 586px;
	border: solid #ccc 1px;
	margin: 10px 0px 10px 0px;
}

.windows th {
	background: #ccc;
	border-bottom: solid #999 2px;
	font-size: 10px;
}

.form_row {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.form_row label {
	display: block;
	float: left;
	width: 150px;
}

.form_row input {
	display: block;
	float: left;
	width: 150px;
	font-size: 11px;
}

table td, table th {
	padding: 4px;
}

table td a {
	color: #000;
}

table td.title {
	font-weight: bold;
}

#list tr.even td {
	background-color: #f1f1f1;
	font-size: 11px;
}

#list tr.odd td {
	background-color: #DEDEDE;
	font-size: 11px;
}

#image {
	height: 78px;
}

.prof input, .prof label {
	float: left;
	display: block;
}

.prof input {
	margin: 2px 5px 0px 0px; 
}

.radio {
	float: left;
	display: block;
	clear: left;
	width: 100%;
	padding: 0px 0px 5px 0px;
}

.hide {
  display: none;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

