img {
	border: 0;
}

form {
	padding: 0px;
	margin: 0px;
}

table td {
	vertical-align: top;
}

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

legend {
	margin-bottom: 5px;
	font-weight: bold;
}

.basic-form textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}

.basic-form fieldset div {
	padding: 3px 0px;
	clear: both;
}

.basic-form div.controlset div {
	clear: none;
	margin-left: 170px;
	//margin-left: 173px;
}

.basic-form label, .basic-form span.label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
}

.basic-form label.inline {
	display: inline;
	float: none;
	padding-right: 5px;
	margin-left: 10px;
}

.basic-form input.normal {
	width: 188px;
}

.basic-form .buttonrow {
	border-top: solid 1px #ccc;
	text-align: right;
	padding-top: 10px;
}

.basic-form .buttonrow input {
	cursor: pointer;
}

.basic-form p.note {
	font-size: 80%;
	margin: 0px 0px 0px 170px;
}

.basic-form ul {
	margin-top: 0px;
}

.basic-form ul li {
	list-style-type: square;
}

.asterisk {
	color: red;
	font-weight: bold;
}

div.formnotes {
	margin-bottom: 10px;
	font-size: 80%;
}

.inputNormal {
	background-color: white;
}

.inputError {
	background-color: #ffddee;
}

table.results {
	width: 100%;
	//width: 97%;
	border: solid 1px #D6D6AD;
	border-collapse: collapse;
}

table.results th {
	text-align: left;
	background-color: #D6D6AD;
}

table.results td {
	border-right: solid 1px #D6D6AD;
}

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

table.results th a {
	display: block;
	color: #000;
}

table.results table td {
	border-width: 0px;
}

table.results .alt-color {
	background-color: #fff;
}

input.DatePicker {
	width: 115px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #999;
	background: #fff url(images/date.gif) no-repeat top left;
	cursor: pointer;
}

#search input.DatePicker {
	width: 72px;
	padding: 3px 3px 3px 3px;
	background: #fff;
	cursor: pointer;
}

input:focus.DatePicker {
	background: #fffce9 url(images/datefocus.gif) no-repeat top left;
}

#search input:focus.DatePicker {
	background: #fffce9;
}

.dp_container {
	position: relative;
	padding: 0;
	z-index: 500;
	clear: none;
	width: 115px;
}

.dp_cal {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}

.dp_cal table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.dp_cal select {
	margin: 2px 3px;
	font-size: 11px;
}

.dp_cal select option {
	padding: 1px 3px;
}

.dp_cal td {
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}

.dp_cal th {
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}

.dp_cal td {
	cursor: pointer;
}

.dp_cal thead th {
	background: #d9eefc;
}

.dp_cal td.dp_roll {
	color: #000;
	background: #fff6bf;
}

.dp_hide {
	visibility: hidden;
}

.dp_empty {
	background: #eee;
}

.dp_today {
	background: #daf2e6;
}

.dp_selected {
	color: #fff;
	background: #328dcf;
}

.dp_form_wrapper {
	float: left;
	clear: none;
	position: relative;
	z-index: 500;
}

.basic-form fieldset div.dp_container {
	padding: 0px;
}

.basic-form input.locked {
	background: url(images/lock.html) no-repeat right;
	color: #999;
}

.basic-form select.locked {
	color: #999;
}

.hrule {
	border-top: 1px solid #0E456C;
	clear: both;
	height: 11px;
	margin-top: 10px;
}

div.admin_options {
	position: relative;
}

div.admin_options a.admin_tab {
	position: absolute;
	float: left;
	color: #333333;
	background: #aaaaaa;
	border: 1px solid #333333;
	white-space: nowrap;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	z-index: 50;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

div.admin_options a.admin_tab:hover {
	font-size: 12px;
	z-index: 100;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.clearer {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 20px;
}

.img-left {
	float: left;
	margin: 0px 20px 10px 0px;
}

.small-type {
	font-size: 90%;
}

.normal-type {
	font-size: 100%;
	font-weight: normal;
}

.large-type {
	font-size: 120%;
	font-weight: normal;
}

.default-type {
	font-weight: normal;
	color: #000000;
}

.noshow {
	display: none;
}
