/* General formatting and styling */
body {
	
}

a
{
    color: #336699;
    text-decoration: none;
}

a:hover
{
    color: #50AFC1;
    text-decoration: underline;
}

a.active {
	color: #99c;
}



h2.bigger {
	font-size: 1.4em;
    margin:0px 0px 5px;
}

h3
{
    font: bold 11px Arial;
    color: #666;
}

img {
	border: 0px;
}

.sm {
	font-size: 10px;
}

input.button {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #be6062;
	border: 1px solid #48627c;
	text-transform: uppercase;
}

	input.login {
		background-color: #698da8;
	}
	
	input.submit {
		background-color: #be6062;
	}
	
	input.clear {
		background-color: #99a5ae;
	}

:focus          { outline: thin dotted invert }

.formMessage {
	position: relative;
	border: 1px solid;
	color: #090;
	background: #efe;
	padding: 1em;
	margin: 15px 0px;
	display: none;
}

.formErrors {
	position: relative;
	border: 1px solid;
	color: #f00;
	background: #fee;
	padding: 1em;
	margin: 15px 0px;
	display: none;
}

.formErrors ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.formErrors ul li {
	list-style-image: none;
}

.formErrors h5 {
	margin: 0px auto 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.formErrors div.close, .formMessage div.close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.formErrors div.close a, .formMessage div.close a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.formErrors div.close a {
	color: #900;
}

.formMessage div.close a {
	color: #090;
}

.required {
	background: #ffd;
}

.required:focus {
	background: #ff2;
}

body.curWait * {
	cursor: wait;
}

.visible {
	display:block;
}

.hidden {
	display:none;
}

table.greyblock {
	background-color: #ffffff;
	font-size: 10px;
}

table.greyblock td {
	background-color: #F8F8F8;
	color: #333333;
	padding: 3px;
}

table.greyblock th {
	font-weight: bold;
	font-size: 11px;
	color: #3A4147;
	background-color: #EFEFEF;
	padding: 5px;
    text-align: center;
}

table.greyblock th.sub {
	color: #000000;
	font-weight: bold;
}

table.greyblock td.border {
	border: 1px solid #1B3448;
}


/* END: General formatting and styling */

/* Hax (don't look here) */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* END: Hax (don't look here) */