body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	margin: 0 0 0 0;
	background: #fff url(/img/bg.png) repeat-x;
}

h1 {
	font-size: 20pt;
	text-indent: -10px;
}

#topload {
background-color: #FF8FA9;
clear: both;
}

div.title {
	position: absolute;
	top: 0px;
	left: 180px;
}
div.nav {
	text-align: right;
	position: absolute;
	margin: 0 5 0 5;
	top: 0px;
	left: 0px;
	font-size: 10pt;
	width: 100%;
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
	background-color: #ddd;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
div.nav a {
	color: #00a;
	text-decoration: none;
	font-weight: bold;
}
div.nav a:hover {
	color: #a00;
}

div.flash {
	color: #00a;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 75px;
}

div.help {
	border-left: 6px solid #aaa;
	padding: 5px 5px 5px 20px;
	background-color: #eee;
	margin-bottom: 20px;
	width: 96%;
	clear: both;
}
div.help ol {
	font-size: 11px;
}
div.help li {
	font-size: 11px;
}

div.helpbox {
	background-color: #f6f69e;
	color: #333;
	padding: 2px;
	border: 1px solid #333;
	width: 300px;
	position: absolute;
	font-size: 8pt;
}

div.link_button {
	height: 23px;
	cursor: pointer;
	font-size: 11px;
}
div.link_button table {
	border-spacing: none;
	border: none;
}
div.link_button td.left {
	height: 23px;
	background: url(/img/link_button_left.gif) no-repeat left;
	padding: 0 3px 0 10px;
}
div.link_button td.right {
	height: 23px;
	background: url(/img/link_button_right.gif) no-repeat right;
	white-space: nowrap;
	padding: 0 10px 0 3px;
}
div.link_button a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #555;
}

div.content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 60px;
}

/*
 * Tables
 */
table.record {
	border: 1px solid #ccc;
}
table.record th {
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
table.record td {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

div.form {
	/*width: 96%;*/
	background-color: #e2f4ff;
	padding: 5px 5px 5px 20px;
	border-left: 6px solid #718ca9;
	/*clear: both;*/
}
table.form {
	font-size: 8pt;
}
table.form th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-right: 30px;
}
table.form td {
	vertical-align: top;
}

table.grid {
	border: 1px solid #ccc;
	width: 100%;
}

.clear {
	clear: both;
}

table.grid tr {
	background-color: #fff;
}
table.grid tr.altrow {
	background-color: #e7f6ff;
}
table.grid tr.highlight {
	background-color: #ceedff;
}
table.grid tr.selected {
	background-color: #9fdcff;
}
table.grid tr.totals {
	background-color: #ccc;
}
table.grid tr.multi {
	background-color: #ccc;
}
table.grid tr.multi td {
	background-color: #ccc;
	text-align: right;
}
table.grid tr.pagination {
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
}
table.grid tr.pagination a {
	color: #000;
	text-decoration: none;
}
table.grid tr.pagination select {
	color: #000;
	text-decoration: none;
	font-size: 8pt;
}
table.grid th {
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
	padding: 2px 15px 2px 1px;
	background-color: #ccc;
	color: #000;
	/*font-family: Courier, Courier New, Monospace;*/
	font-size: 8pt;
}
table.grid th input {
	font-size: 8pt;
}
table.grid th select {
	font-size: 8pt;
}
table.grid th a.help {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #009;
	text-decoration: none;
}
table.grid th a {
	color: #000;
	text-decoration: none;
}
table.grid td {
	padding: 2px 15px 2px 1px;
	/*font-family: Courier, Courier New, Monospace;*/
	font-size: 8pt;
}
table.grid td.options {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

/*
 * Form widgets
 */
input,textarea,select {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
}
input[type='radio'], input[type='checkbox'], input.radio, input.checkbox {
	border: none;
}
input.image {
	background: none;
	border: none;
}
input.image:focus {
	background: none;
}
input.submit {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
input.submit[disabled] {
	color: #7091fe;
}
input:focus,textarea:focus,select:focus {
	/*background-color: #ceedff;*/
	background-color: #f1f1f1;
}
input.error,textarea.error,select.error {
	background-color: #ffe4ea;
}
input.error:focus,textarea.error:focus,select.error:focus {
	background-color: #ffcdd8;
}
div.label {
	font-size: 11pt;
	position: relative;
	left: -15px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#faq{
	font-size: 12pt;
	text-decoration: none;
}
/*
 * Errors
 */
p.error {
	color: #900;
	font-weight: bold;
}
div.error {
	color: #900;
	font-weight: bold;
	font-size: 8pt;
}

/*
 * Debug
 */
table.query_profile {
	font-size: 8pt;
}
table.query_profile th {
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}
table.query_profile td {
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	text-align: right;
	padding-left: 25px;
}

tr.altrow {
	background-color: #e7f6ff;
}
a.sign {
	color: #000;
	font-size: 18pt;
}
