@charset "utf-8";
/* CSS Document */

.online-box-freelisting{
	width:485px;
	color:#05516d;
}

.online-box-freelisting:hover{
	width:485px;
	background-color:#FFFFCC;
}

.box-freelisting:hover{
	background-color:#b0d9ff;
	color:#05516d;
}
.box-left{
	width:30px;
	float:left;
}
.box-right{
	width:560px;
	float:right;
}

.number{
	width:200px;
	float:left;
	padding:2px;
}
.datesubmitted{
	width:340px;
	float:right;
	padding:2px;
}
.online-name{
	font-size:12px;
	font-weight:bold;
	color:#05516d;
	float:left;
}
.online-description, .online-address, .online-website, .online-contactnumber{
	color:#05516d;
}
