body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FEF7D4;
}
table {
	border-collapse: collapse;
}

th {
	border-bottom: 1px solid #000000;
	text-align: left;
}
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #E1C42B;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a {
	font-weight: bold;
}

.margin {
	margin: 10px;
}
.tableborder {
	border: thin solid #FFD704;
}

.style1 {margin: 10px; font-weight: bold; }

.fckLoading {
	color: #333;
	padding: 20px;
	border: 1px solid #ccc;
	width:620px;
	background-color: #FEF7D4;
	margin: 50px;
	margin-bottom: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

#uploadProgress{
	width:270px;
	border:1px solid #ccc;
	padding:1px;
	height:30px;
}
#uploadProgress #uploadProgressBar{
	position:relative; 
	background:#000000;
	width:275px;
	height:30px;
}
#uploadProgress #uploadProgressPercent {
	text-align:center;
	position:relative; 
	width:275px;
	top:-28px; 
	color:#FEF7D4;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.searchresults {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
}
.searchresults th {
	font-weight:bold;
	border-bottom:1px solid #999999;
	text-align:left;
	margin-right: 15px;
}
.searchresults td {
	cursor:pointer;
	margin-bottom: 20px;
	vertical-align:top;
}

.searchresults tr.alternate td {
	background-color:#FEF7D4;
}
.searchresults tr:hover td {
	background-color:#FFCC33;
	color:#000000;
}
.searchresults tr.over td {
	background-color:#FFCC33;
	color:000000;
}