.dashboard {
	width:100%;
	clear:none!important;
	position: relative;
}

.dashboard .linkall {
	position: absolute;
	top:0;
	right:0;
	background:#CCC;
	color:white;
	width:35px;
	height:35px;
	font-size:25px;
	padding:7px;
}

.dashboard .linkall:hover {
	text-decoration: none;
	background:#B40000;
}

#content .dashboard .block {
	clear:none;
}

#dashboardcontent {
}

#dashboardcontent .left {
	width:48%;
	float:left;
}

#dashboardcontent .right {
	margin-left:52%;
}

#dashboardcontent table.listing th {
	background:white;
	color:#444;
}

#dashboardcontent table.listing th {
	background:white;
	color:#444;
}