
/* -------------------- Basic HTML tags -------------------- */


a:focus {
	outline: 1px dotted invert;
	}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 5px;
	}
a, 
a:visited { 
	text-decoration: none; 
	}

a:hover, a:active { 
	text-decoration: underline; 
	}


/* -------------------- Dashboard -------------------- */

a.dashboard-module, 
a.dashboard-module:visited { 
	width: 142px; 
	height: 142px; 
	display: block; 
	float: left; 
	background: url(../img/dashboard-module.gif top left no-repeat; 
	margin: 0 20px 8px 0;  
	text-align: center; 
	color: #444444; 
	}
	
a.dashboard-module:hover, 
a.dashboard-module:active { 
	background-position: bottom left; 
	text-decoration: none; 
	color:#0063be; 
	}

a.dashboard-module img { 
	margin-top: 20px; 
	}
	
a.dashboard-module span { 
	margin-top: 10px; 
	padding:5px 15px 5px 5px;	
	display: block; 
	}
