@charset "UTF-8";
/* CSS Document */


#timereport {		
	}
	
#title3 {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;	
	font-family: "Arial";
	font-size: 22px;
	color:#194599;
	
	}
	
.titleday {
	
	font-family:"Myriad Pro","Arial";
	font-weight:bold;
	font-size:14px;
	color:#036;
	}
	
.textinfo {
	font-family: Arial;
	font-size: 12px;
	color:#000;
	font-weight: normal;
	}
	
.textemp {
	font-family: Arial;
	font-size: 14px;
	color:#000;
	font-weight: normal;
	}
	
#icon {
	width: 30px;
	height:30px;
	}
	
.change {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#900;
	text-decoration:none;
	}
	
.change: hover {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#900;
	text-decoration:underline;
	}