div.form {
	background: #ececec;
	border-left: 1px solid #d5d5c8;
	border-top: 1px solid #d5d5c8;
	border-right: 1px solid #afaeaa;
	border-bottom: 1px solid #afaeaa;
	padding: 10px 0px 5px 0px;
	margin-bottom: 20px;
	z-index: 1;
}
html>body div.form {
/* firefox */
	padding: 5px 0px 5px 0px;
}

table.form {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #ececec;
	padding-top: 10px;
	z-index: 1;
}

table.form td.title {
	color: #253852;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	padding: 0px 0px 13px 0px;
	text-align: center;
}

table.form td.label {
	color: #253852;
	border-right: 1px solid #cccccc;
	font-weight: normal;
	padding: 5px 10px 10px 20px;
	text-align: right;
	vertical-align: top;
}
table.form label { font-weight: bold; margin-bottom: 4px; display: block; }

table.form td.input {
	color: #253852;
	padding: 0px 10px 10px 10px;
	text-align: left;
	vertical-align: top;
}
table.form td.input-readonly {
	color: #253852;
	padding: 5px 10px 10px 10px;
	text-align: left;
	vertical-align: top;
}
table.form td.single-cell {
	color: #253852;
	padding: 0px 20px 10px 20px;
	text-align: left;
	vertical-align: top;
}

table.form td.buttons {
	padding: 0px 10px 5px 10px;
	text-align: left;
	vertical-align: top;
}
table.form td.single-cell-buttons {
	color: #253852;
	padding: 0px 20px 5px 20px;
	text-align: left;
	vertical-align: top;
}

table.form .focused {
	background: #faffaa;
}

table.form input.text, 
table.form select, 
table.form textarea {
	margin-top: -1;
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-left: 1px solid #d5d5c8;
	border-top: 1px solid #d5d5c8;
	border-right: 1px solid #afaeaa;
	border-bottom: 1px solid #afaeaa;
}
html>body table.form input.text,
html>body table.form select,
html>body table.form textarea {
	margin-top: 0px;
}

table.form input.text {
	padding: 3px 4px 3px 4px;
	height: 22px;
}
table.form input.checkbox {
	vertical-align: middle;
}
table.form select {
	padding: 2px 4px 2px 0px;
	height: 22px;
}
table.form select option {
	padding: 3px 4px 3px 4px;
}
table.form textarea {
	padding: 4px;
}

table.form td.buttons *,
table.form td.single-cell-buttons * {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
}

table.form input.insert-btn {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #91b6cd;
	border-top: 1px solid #91b6cd;
	border-right: 1px solid #556c9e;
	border-bottom: 1px solid #556c9e;
	background: #cbefff;
	color: #001366;
}
table.form input.insert-btn:active {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #91b6cd;
	border-bottom: 1px solid #91b6cd;
	border-left: 1px solid #556c9e;
	border-top: 1px solid #556c9e;
	background: #ffffff;
	color: #001366;
}
table.form input.update-btn {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #abcd91;
	border-top: 1px solid #abcd91;
	border-right: 1px solid #5f9e55;
	border-bottom: 1px solid #5f9e55;
	background: #e6ffcb;
	color: #006600;
	margin-right: 10px;
}
table.form input.update-btn:active {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #abcd91;
	border-bottom: 1px solid #abcd91;
	border-left: 1px solid #5f9e55;
	border-top: 1px solid #5f9e55;
	background: #ffffff;
	color: #006600;
	margin-right: 10px;
}
table.form input.delete-btn {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #ecaf96;
	border-top: 1px solid #ecaf96;
	border-right: 1px solid #da655d;
	border-bottom: 1px solid #da655d;
	background: #ffefd5;
	color: #cc0000;
}
table.form input.delete-btn:active {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #ecaf96;
	border-bottom: 1px solid #ecaf96;
	border-left: 1px solid #da655d;
	border-top: 1px solid #da655d;
	background: #ffffff;
	color: #cc0000;
}


table.resultset {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #253852;
	border-left: 1px solid #d5d5c8;
	border-top: 1px solid #d5d5c8;
	border-right: 1px solid #afaeaa;
	border-bottom: 0px solid #afaeaa;
	margin-bottom: 20px;
}

table.resultset th {
	padding: 5px 5px 5px 5px;
	background: #ececec;
	border-bottom: 1px solid #afaeaa;
	text-align: left;
}

table.resultset tr {
	background: #ffffff;
}

table.resultset tr.over {
	background: #daf56f;
}

table.resultset td {
	padding: 3px 25px 3px 5px;
	border-bottom: 1px solid #afaeaa;
	border-left: 1px solid #d5d5c8;
}
table.resultset td.position {
	padding: 3px 15px 2px 5px;
	white-space: nowrap;
	border-bottom: 1px solid #afaeaa;
	border-right: 1px solid #d5d5c8;
	border-left: 0px;
}
table.resultset td.title {
	padding: 3px 15px 2px 5px;
	white-space: nowrap;
	border-bottom: 1px solid #afaeaa;
	background: #afaeaa;
	color: #ffffff;
	border-left: 0px;
}
table.resultset td.icons {
	padding: 3px 5px 2px 5px;
	white-space: nowrap;
	border-bottom: 1px solid #afaeaa;
	border-left: 0px;
}