﻿.dashboardTile {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:2em;
	width: 7em;
	height: 4em;
	background:#800000;
	color: white;
	padding:1pt;
	padding-top:10pt;
	padding-left:10pt;
	padding-right:10pt;
	margin-left:1pt;
	margin-right:1pt;
	cursor:pointer;
}

.dashboardTile:hover {
	background:#b00000;
}

.button {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:1.7em;
	width: 4em;
	height:1.6em;
	background:maroon;
	color: white;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
	float: right;
}

.button:hover {
	background:#DF0000;
}
