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

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:0;
	paddding:0;
}
#container {
	font-size:90%;
	width:100%;
}
#wrapper {
	background:#e3e3e3;
	border-top:1px solid #c1c1c1;
	padding:10px;	
}
#container .centre-blurb {
	text-align:center;
	color:#aaa7a7;
	font-weight:bold;
	font-size:80%;
	padding:0 0 10px 0;
}
h1 { 
	color:#3b8297;
	margin:10px 0 10px 0;
	padding:0;
	text-align:center;
	font-size:150%;
}
.big-table {
	width:100%;
	border:1px solid #d7d5d5;
	border-collapse:collapse;
	text-align:left;
	font-weight:bold;
	margin:0 0 10px 0;
}
.big-table .month {
	text-align:right;
}
.big-table td {
	background:#e9e9e9;
	border:1px solid #d7d5d5;
	padding:10px;
}
.big-table td.total {
	background:#f3f4cf;
}
.big-table td.red {
	background:#F1A2A2;
}
.big-table td.green {
	background:#75E9B1;
}
.big-table th {
	background:url('images/th_bg.jpg') repeat-x;
	padding:8px;
	color:#a3a7aa;
}
.btn a {
	background: #3f91a9 url(/images/alert-overlay.png) repeat-x;
	display: block;
	padding: 20px 10px 20px 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	margin:0 0 10px 0;
}
.selector {
	text-align:center;
	font-size:150%;
	width:100%;
	padding:10px;
	margin:0 0 10px 0;
}
.target {
	color:#850505;
	font-size:70%;
}