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

h1 {
	font-size: 20pt;
}

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: 26px;
	cursor: pointer;
	font-size: 12px;
}
div.link_button table {
	border-spacing: none;
	border: none;
}
div.link_button td.left {
	height: 26px;
	background: url(/img/link_button_left.gif) no-repeat left;
	padding: 0 3px 0 10px;
}
div.link_button td.right {
	height: 26px;
	background: url(/img/link_button_right.gif) no-repeat right;
	white-space: nowrap;
	padding: 2px 10px 0 3px;
}
div.link_button a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

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


/*
 * Fix container divs that contain floating divs (they will jump outside
 * the container unless class="... clearfix"
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* needed for IE7 */
*:first-child+html .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*
 * Pagination
 */
div.pagination {
	text-align: center;
	width: 100%;
	clear: both;
}


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


/*
 * Errors
 */
p.error {
	color: #900;
	font-weight: bold;
	margin: 0;
}
div.error {
	color: #900;
	margin: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: url(/img/error_bg.gif) repeat-x;
	border: 1px solid #fd5000;
	padding: 7px;
}
div.error ul {
	margin: 0;
}

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

/*
 * Site-specific stuff
 */
fieldset {
	background: #eee;
	padding-top: 10px;
	margin-bottom: 50px;
	height: 150px;
	overflow: none;
	position: relative;
}
fieldset table {
	margin-top: 10px;
}
legend {
	background: #333;
	color: #fff;
	border: 1px solid #777;
	font-weight: bold;
}
.result_search {
	float: left;
	width: 30%;
	padding-right: 20px;
}
