.clearfix {
	clear: both;
}
#cfp table thead {
	background: url(../pics/cfpTableHeaderBg.gif) bottom center repeat-x;
}
#cfp table thead tr th {
	font-size: small;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
#cfp table tbody tr td {
	border-bottom: #FDF2E9 1px solid;
	vertical-align: top;
}
#cfp table tbody tr td p.moderators {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #585858;
	text-align: right;
}
#cfp table tbody tr td p {
	padding-top: 0px;
	margin-top: 0px;
}
#cfp table tbody tr td span.success, ul#cfpKey li span.success {
	background: transparent url(../pics/CFP/ok.gif) no-repeat 0px 3px;
	padding-left: 17px;
	color: #569A08;
}
#cfp table tbody tr td span.failure, ul#cfpKey li span.failure {
	background: transparent url(../pics/CFP/no.gif) no-repeat 0px 3px;
	padding-left: 17px;
	color: #D53B0F;
}
ul#cfpKey li {
	float: left;
	width: 50%;
}

div#Page .tools a, div#Page a.button {
	border:0px;
	margin:0;
	padding:1px 5px 1px 5px;
	background:#A17C2C url(../pics/cfpTableBtnBg.gif) bottom right no-repeat;
	border:1px solid #583D00;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
div#Page .tools a:hover, div#Page a.button:hover {
	background:#583D00;
}

/*
.tools {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.buttonSmall,a.buttonSmallHighlight {
	color: #898989;
	text-decoration: none;
}
a.buttonSmallHighlight {
	color: #585858;
}
a:hover.buttonSmall, a:hover.buttonSmallHighlight {
	color: #EE7F2A;
}
.tools a:hover, a:hover.button {
	background: #EE7F2A;
	text-decoration: none;
}
*/

ul#cfpMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 27px;
	background: url(../pics/cfpTableHeaderBg.gif) bottom center repeat-x;
}
ul#cfpMenu li {
	list-style-type: none;
	float: left;
	padding: 0px;
}
ul#cfpMenu li a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	margin-right: 5px;
	display: block;
}
ul#cfpMenu li.selected a {
	background: url(../pics/cfpTableHeaderOnBg.gif) bottom center repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
ul#cfpMenu li a:hover {
	color: #FFFFFF;
	background: #EE7F2A;

}
