* {
	font-family: inherit;
}

body {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	margin: 0;
	color: #555;
}

h1 {
	color: #666;
	margin-top: 12px;
	font-size: 22px;
	_margin-bottom: 0px;
}

h2 {
	font-size: 19px
}

h3 {
	font-size: 15px
}

input {
	display: inline
}

ul {
	margin-top: 0px;
}

ul.sidebar {
	position: relative;
	left: -15px;
	top: -5px;
	_font-size: .9em;
	margin-top: 10px;
}

table {
	border-collapse: collapse;
	font-size: 12px;
}

table.border tr td {
	border: 1px solid #eee;
}

table.borderhoriz tr td, table.borderhoriz tr th {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
	padding-right: 10px;
}

table.borderhoriz tr th {
	border-top: none;
}

td {
	padding: 5px;
}

tr.ignore td, td.ignore {
	color: #aaa;
}

tr.ower td {
	color: #c55;
}

tr.owed td {
	color: #494;
}

tr.payment td {
	color: #77e;
}

#banner {
	background: #99e;
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
	color: #228;
	text-align: center;
}

#columns {
	background: #fff;
}

#main {
	margin-left: 11em;
	margin-top: 0px;
	padding-top: 1px;
	padding-left: 2em;
	background: #fff;
}

#maincontent {
	width: 700px;
	position: relative;
	top: 10px;
	margin-top: auto;
	padding: 10px;
	background: #fff;
	border: 5px solid #eee;
	-moz-border-radius: 20px;
}

#side {
	float: left;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 10em;
	background: #fff;
	font-size: 1em;
}

#side a, #side a:hover, #side a:active, #side a:visited {
	

/*color: #11a;*/
	

/*font-weight: bold;*/
	font-size: 1.1em;
}

#notice {
	border: 5px solid #eee;
	-moz-border-radius: 20px;
	padding: 1em;
	margin-bottom: 0;
	background-color: #eef;
	font-weight: normal;
	color: #aaa;
	margin-top: 0;
	width: 695px;
	_width: 699px;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #d5d5d5;
	font: smaller;
	color: #77e;
}

a.plain, a.plain:hover, a.plain:visited, a.plain:active {
	border: none;
	background: none
}

a:hover {
	background-color: #eee;
	border-bottom: 2px solid #cee;
}

.errorExplanation {
	background: #fee;
	border: 1px solid #fcc;
	padding: 5px;
	margin-bottom: 1em;
	margin-top: -10px;
	font: bold smaller sans-serif;
	width: 400px;
}

.errorExplanation h2 {
	margin-top: 5px;
}

.fieldWithErrors {
	

/*background-color:#fdd;*/
	display: inline;
}

/* Fix for clearing floated elements */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.clearBoth {
	clear: both;
}