@charset "UTF-8";

/*
Screen Import CSS
*/
@import url("/css/general/normalisation.css");
@import url("/css/general/type.css");
@import url("/css/general/layout.css");
@import url("/css/general/menu.css");
@import url("/css/general/forms.css");
@import url("/css/general/tables.css");

div#main {
 background:#e4e1d9 url("/img/ui/main-top-left-light.gif") 0 0 no-repeat;
}
#main p {
	color:#231f20;
}
#main ul {
	padding:0 3em;
	list-style:disc outside;
}
div#inner-main {
 background:url("/img/ui/main-btm-left-light.gif") bottom left no-repeat;
}
div#inner-top-right{
 background:url("/img/ui/main-top-right-light.gif") top right no-repeat;
}
div#inner-btm-right {
	background:url("/img/ui/main-btm-right-light.gif") bottom right no-repeat;
}

#main table {
	width:94%;
	margin:.25em 0 1.4em 1.4em;
	border:1px solid #6c716f;
	color:#231f20;
	text-align:center;
}
#main table th  {
	color:#fff;
	border-right:1px solid #6c716f;
	padding:.5em 10px;
	text-align:center;
	
}
#main table tr td {
	border-right:1px solid #6c716f;
	padding:.5em 10px;
}
#main table th.day {	
	color:#231f20;
	vertical-align:top;
	font-weight:normal;
	padding:.5em 10px
}
#main table thead {
	background:#ab3432;
	border-bottom:0 none;
}
#main table th {
	background:#ab3432;
	border-bottom:0 none;
}
#main table th.grey,
#main table tr.grey td  {
	background:#a6a7a4;
}

#main table td.noborder{
	border:0 none;
}



#main h2 { font-size:2em; padding:0 0 1em .9em;}
h3 {	font-size:1.4em;	font-weight:bold;	padding:.7em 1.4em; }
a.thickbox {
}
a.thickbox:hover {
	color:#ab3432;
}
div#w-fee {	width:94%; padding:.25em 0; background:#a6a7a4;
	margin:.25em 0 1.4em 1.4em;}
div#w-fee p { margin:0; padding:0 0 0 .25em;}
