/* Common Styles */
.clearfix {
	float: left;
	clear: both;
	width: 100%;
} 

h1.page-title {
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

/* Forms */
input.textbox, select, textarea {
	padding: 2px;
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

dl.form {
	width: 100%;
	margin: 10px 0;
}

dl.form dt {
	float: left;
	clear: both;
	width: 98%;
	padding-bottom: 6px;
}

dl.form dd {
	float: left;
	clear: both;
	width: 98%;
	padding-bottom: 6px;
}

dl.form dd input.textbox, dl.form dd select, dl.form dd textarea {
	width: 98%;
}

dl.form dd select.select {
	width: auto;
}

/* Login Page */
.login-page .content, .register-page .content {
	padding: 0 !important;
}

.login-page dl.form dd {
	width: 300px;
}

.login-page .col1 {
	float: left;
	width: 55%;
	margin-right: 20px;
}

.login-page .col2 {
	float: left;
	width: 40%;
}

/* Register Page & Reset Page */
.register-page .col1, .reset-page .col1 {
	float: left;
	width: 60%;
	margin-right: 20px;
}

.register-page .col2, .reset-page .col2 {
	float: left;
	width: 30%;
}

/* Tables */
table.results {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

table.results th {
	background: #b1c56b;
	padding: 4px;
}

table.results th a {
	color: #fff;
}

table.results td {
	padding: 4px;
	border-bottom: 1px solid #ebeee2;
}

/* Menu Bottom */
#menu_bottom ul {
	margin: 0;
	padding: 0;
}

#menu_bottom ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}