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

.dresultsbox {
	width: 288px;
	background-color: #a58f95;
	text-align: center;
	border: 1px solid #333;
	color: #FFF;
	margin-bottom: 8px;
	padding: 5px;
}
.bgt {
	font-size: 1.1em;
	font-weight: bold;
}
div.tick {
	float: left;
	width: 30px;
	background-color: #dcd3d6;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 5px;
	padding-right: 3px;
	display: inline;
	clear: left;
}
div.week {
	float: left;
	width: 79px;
	background-color: #dcd3d6;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px;
	margin-left: 2px;
	color: #000;
	display: inline;
}
div.month {
	float: left;
	width: 79px;
	background-color: #dcd3d6;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 2px;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px;
	color: #000;
	display: inline;
}
div.cost {
	float: left;
	width: 76px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #dcd3d6;
	margin-top: 5px;
	color: #000;
	margin-left: 2px;
	text-align: left;
	padding-left: 5px;
	display: inline;
}
.note {
	clear: left;
	margin-top: 5px;
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #cedeef;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a58f95;
	border-right-color: #a58f95;
	border-bottom-color: #a58f95;
	border-left-color: #a58f95;
	color: #000;
}
div#jan img, div#feb img, div#mar img, div#apr img, div#may img, div#jun img, div#jul img, div#aug img, div#sep img, div#oct img, div#nov img, div#dec img {
	padding-right: 15px;
	float: left;
	height: 20px;
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
