body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	margin: 0 0 0 0;
}

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

div.title {
	position: absolute;
	top: 0px;
	left: 180px;
}

#flash {
	display: none;
	font-weight: bold;
	font-size: 10pt;
	background: #565656;
	color: #eee;
	border-top: 1px solid #000;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

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;
}


/*
 * Forms
 */
div.form table.form {
	font-size: 10pt;
}
div.form table.form tr {
	background-color: transparent;
}
div.form table.form th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-right: 30px;
	background-color: transparent;
	border: none;
}
div.form table.form td {
	vertical-align: top;
	background-color: transparent;
}
div.form table.form td.help {
	vertical-align: top;
	background-color: transparent;
}
div.form table.form td.spacer {
	width: 50px;
	background-color: transparent;
}


/*
 * 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'] {
	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: #f1f1f1;
}
input.error,textarea.error,select.error {
	background-color: #ffe4ea;
}
input.error:focus,textarea.error:focus,select.error:focus {
	background-color: #ffcdd8;
}


/*
 * 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;
}
