/* Styles Dashboard Page  */

@import url(dashboard.css);

.dashboard_button {
	position:relative;
	width: 200px;
	min-height: 75px;
	background-color: #555555;
	color: #FFFFFF;
	margin: 1em;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dashboard_corner {
	position: absolute;
	width: 20px;
	height: 20px;
	color: #555555;
	background: #fff;
	overflow: hidden;
	font-style: normal;
	z-index: 1;
}

.ctl {top:0; left:0;}
.cbl {bottom:0; left:0;}
.ctr {top:0; right:0;}
.cbr {bottom:0; right:0;}

.dashboard_button em strong {
	position:absolute;
	font-size: 150px;
	font-family: Arial;
	line-height: 40px;
	font-weight:normal;
}

.ctl strong {left:-8px;}
.ctr strong {left:-25px;}
.cbl strong {left:-8px; top:-17px;}
.cbr strong {left:-25px; top:-17px;}

.dashboard_button p {
	position:relative;
	z-index:100;
	padding: 20px 10px;
	font-size: 20px;
	line-height: 130%;
}

div.dashboard_link {
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
}

div.dashboard_links {
	margin: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: .9em;
	float: left;
}
div.dashboard_links p {
	margin: 0;
	margin-bottom: 5px;
}

.d_red		{ color: rgb(133,29,28); }
.d_blue		{ color: rgb(9,28,90); }

.db_red 		{ background-color: rgb(133,29,28); }
.db_blue		{ background-color: rgb(9,28,90); }
