/* TITLE */

#title {
	padding: 0 0 20px 0;
}

/* CONTENT */

#content {
	margin: 0;
	width: 765px;
}

#chart {
	padding:25px 0;
	text-align: center;
}

.backtotop {
	padding: 5px 0;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
}

.backtotop a {
	color: #7F7F7F;
}

.backtotop a:hover {
	color: #000000;
}



/* DATA TABLE */

.datatable {
	margin: 25px 0;
}

.datatable th {
	background: #D5D915;
	text-align: left;
	color: #000000;
	padding: 5px;
	font-weight: normal;
}

.datatable td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dashed #dddddd;
	padding: 5px;
}

.datatable .shaded {
	background: #f9f9f9;
}

.datatable a {
	color: #000000;
}

.datatable a:hover {
	color: #D5D915;
}



/* STAFF PROFILE */

.staffprofile {
	padding: 10px 0;
	border-bottom: 1px dashed #E5E5E5;
}

.img-right {
	float: right;
	margin: 10px 0 10px 10px;
}


/* RECRUITMENT */

ul#recruitment-listing {margin:10px 0 0 0;padding:0;}
ul#recruitment-listing li {border-bottom:1px solid #eee;padding:0 0 10px 0;margin:0 0 10px 0;}
ul#recruitment-listing li div.title {width:200px;float:left;font-size:12px;}
ul#recruitment-listing li div.title strong {font-size:14px;font-weight:bold;color:#000;margin:0 0 5px 0;}
ul#recruitment-listing li div.description {width:465px;float:left;}
ul#recruitment-listing li div.button {width:100px;float:left;text-align:right;}
ul#recruitment-listing li div.button img {border:none;background:none;padding:0;}

div.row-logo {padding:0 0 10px 0;margin:20px 0 10px 0;border-bottom:1px solid #eee;}