/*
reab Style Sheet
Created 23/09/2006
Author Jeff Butler
jeff@w3.net.nz
+64 27 6040 353
Add notes here:
*/

.header, .side_nav, .top_nav, .footer_container, .page_header, .content p {
	display: none;
}
body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9px;
	color : #333;
}
.site, .container {
	margin: 0;
	width: 685px;
	background: none;
}
.content {
	float: left;
	width: 685px;
}
.outer_table {
	background: #CCC;
}
.outer_table td {
	padding: 0;
}
.inner_table {
	background: #CCC;
}
.inner_table td, .level_0 td, .level_1 td, .level_2 td, .level_3 td, .level_4 td {
	padding: 3px;
	font-size: 9px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 70px !important;
	height: 70px !important;
}
.inner_table td {
	height: 25px !important;
}
.level_0 {
	background: #CCC;
}
.level_1 {
	background: #F29090;
	color: #000;
}
.level_2 {
	background: #DE142E;
	color: #FFF;
}
.level_3 {
	background: #06F;
	color: #FFF;
}
.level_4 {
	background: #FCF;
	color: #000;
}
