#dashboard .dash-widget {
	width: 300px;
	height: 300px;
	border: 1px solid #c3c3c3;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	overflow-y: auto;
}

#dashboard .actions a img {
	display : block;
	float: left;
	margin : auto;
	border : 0px;
}

#dashboard .actions a {
	text-decoration : none;
	display: block;
	height : 50px;
	padding : 10px;
	margin : 2px;
	border : 1px solid #555555;
	color : #555555;
	font-size : 15pt;
	line-height : 9pt;
	background-color: #eeeeee;
}

#dashboard .actions a:hover {
	border : 1px solid #c3c3c3;
	color : #c3c3c3;
	background-color: #ffffff;
}

#dashboard .actions a label {
	cursor: pointer;
	line-height: 50px;
	margin-left: 20px;
}

#report.DataGrid td:last-child, #report.DataGrid th:last-child {
	display: none;
}

#report .total {
	font-weight: bold;
}
