@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(/images/bg-greenyellow.jpg);
	background-repeat:repeat;
	height: 100%;
	width: 100%;
	color: #633;
}

a {
	color: #360;
}

table {
	width: 100%;
}

#pagetbl {
	vertical-align: top;
	width: 843px;
	background-color: #fcffec;
	background-image:url(/images/bg-header.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
	border: 0;
}
#pagetbl tr, #pagetbl td {
	border-width: 0px;
}

#pagetbl-footer {
	vertical-align: top;
	width: 843px;
	margin-top:0px;
	text-align:center;
}

#container {
	width: 843px;
	/*margin-left: 100px;*/
}
#page-frame {
	/*background-image:url(/images/bg-middle.jpg);*/
	/*background-repeat:repeat-y;*/
}

#page {
	margin-top: 10px;
	/*margin-left: 30px;*/
	width: 843;
	background-repeat:no-repeat;
	padding-top: 100px;
}

.navleaf {
	display: none;
}

#navmenu {
	float: left;
	margin-left: 20px;
	vertical-align:top;
}
	#navmenu a,
	#navmenu a:visited {
		text-decoration: none;
		font-weight:bold;
		color: #360;
	}
	#navmenu a:hover {
		color: #633;
	}	
	#navmenu td {
		width: 110px;
		text-align:center;
		vertical-align:top;
	}
#right-col {
	margin-top: 50px;
	margin-right: 2px;
	padding: 5px;
	float:right;
	width: 200px;
	border: thin solid #360;
	font-size: 14px;
}

#content {
	vertical-align: top;
	margin-left: 70px;
	width: 700px;
	font-size: 12px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.provider {
	margin-left: 30px;
}

.provider-list {
	margin-left: 30px;
	margin-bottom: 12px;
	clear:both;
}

#footer a, #footer a:visited {
	color: #360;
}
	#footer a:hover {
		color: #633;
	}

.numbox {
	float: right;
	vertical-align: top;
}

.row-week td {
	vertical-align: top;
	margin: 4px;
}

.evt_title, .srv_title {
	font-style:italic;
	font-weight:bold;
	margin-top: 6px;
}
.star {
	color: red;
	font-weight: bold;
	float: none;
	clear: none;
}
.errmsg, .message {
	color: red;
}

#mini-menu {
	float:right;
	margin-right: 180px;
	font-weight: bold;
	font-size:12px;
}

div.mainsidebar {
	border: solid thin #360;	
	padding: 3px;
}