.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-none {
	float: none;
}
.paragraph, .normal {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.medium {
	font-size: 14px;
}
.large {
	font-size: 18px;
}
#search input {
	background-color: #FFFFFF;
	font-size: 12px;
}
.alt1 {
	background-color: #EEECEA;
}
.alt2 {
	background-color: #F9F8F7;
}
.leftcolumn {
	width: 200px;
	background-color: #EEECEA;
	text-align: right;
	height: 20px;
}
.rightcolumn {
	background-color: #F9F8F7;
	height: 20px;
	text-align: left;
}

.tableheader {
	background-color: #272F38;
	font-weight: normal;
	height: 22px;
	color: #FFFFFF;
}
.tablefooter {
	background-color: #E3E0DB;
}

.table {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border: 1px solid #B6A696;
}
.table td {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
.table ul li {
	list-style-type: none;
}
.errors {
	color: #FF0000;
}
.errors > img {
	padding: 8px;
}
.errors > ul {
		color: #FF0000;
}

.errors > li {
		color: #FF0000;
}
.errors a {
	color: #D51D00;
}
.successful {
	color: #339900;
	background-color: #E6FFDD;
	border: 1px solid #339900;
	text-align: center;
}

.clear:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear, .clearfix {display: inline-block;}
* /* Hides from IE-mac \*/
html  .clear, html .clearfix {height: 1%;}
.clear, .clearfix {display: block;}
/* End hide from IE-mac */
