HTML, BODY, TABLE, TD, DIV{
	background-color: transparent;
	font-family : tahoma, arial, verdana, sans-serif;
	font-size : 12px;
	color : #000;
	text-align : center;
	padding : 0px;
	margin : 0px;
}

HTML, BODY{
	height : 100%;
}

TD{
	vertical-align : top;
}

table.eventcalendar{
	width : 840px;
}

table.eventcalendar td{
	vertical-align : top;
	text-align : left;
}

div.infodivheader{
	font-weight : bold;
	font-size : 160%;
	height : 31px;
	text-align : center;
	padding-top : 3px;
	vertical-align : middle;
	border-bottom : 1px solid #aaa;
}

div.infodiv{
	padding : 5px;
	float : left;
	height : 100%;
	width : 410px;
}

div.event{
	background-color : #fff;
	border : 1px solid black;
	cursor : pointer;
	font-size : 9px;
	width : 42px;
	height : 27px;
	margin-bottom : 2px;
}

div.eventDetails{
	position : absolute;
	font-weight : bold;
	width : 250px;
	height : 125px;
	overflow : auto;
	background-color : #fff;
	border : 1px solid black;
	margin : -4px;
	margin-left : -50px;
	padding : 3px;
	display : none;
}

div.eventtitle{
	font-size : 140%;
	font-weight : bold;
}

div.eventDescription{
	font-size : 80%;
	font-weight : normal;
	margin : 3px;
	margin-top : 15px;
}

table.calendar{
	border-collapse : collapse;
	margin : 0px;
	width : 368px;
	background-color : #ADBACB;
	border : 1px solid #444;
}

table.calendar td{
	padding : 3px;
	height : 58px;
	font-size : 10px;
	vertical-align : top;
	text-align : right;
}

table.calendar td.available{
	background-color : #fff;
	border: 1px solid #444;	
}

table.calendar td.notused{
	background-color : #ADBACB;
	border: 1px solid #444;		
}

table.calendar td.event{
	background-color : #B8E0B8;
	border: 1px solid #444;
}

table.calendar td.history{
	background-color : #bbb;
}

table.calendar td.coltitle{
	width : 14%;
	font-weight : bold;
	font-size : 120%;
	height : 20px;
	border: 1px solid #444;
	background-color : #8BA8CA;
	vertical-align : middle;
	text-align : center;	
}

table.calendar td.monthtitle{
	font-weight : bold;
	font-size : 160%;
	height : 35px;
	text-align : center;
	width : 100%;
	padding : 2px;
	vertical-align : middle;
}

table.calendar td.today{
	background-color : #E87765;
	border : 1px solid #00f;
}

img.storelogo{
	margin : 1px;
	height : 25px;
	width : 40px;
}

span.daynumeral{
	font-weight : bold;
	font-size : 110%;
}



a {
	background-color: transparent;
	color : #11b;
	font-weight : bold;
	text-decoration : underline;
}

a:hover{
	background-color: transparent;
	color : #811;
	text-decoration : none;
}

a:visited{
	background-color: transparent;
	color : #88e;
}

table, td, tr{
	padding : 0px;
	margin : 0px;
	border-collapse : collapse;
}

table#body{
	width : 840px;
	margin-left : auto;
	margin-right : auto;
	border-right : 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

td#masthead{
	height : 161px;
	background-image : url('/gfx/masthead.jpg');
	background-position : 50% 0%;
	background-repeat : no-repeat;
}

td#menu, td.menu{
	background-color : #D7DCE0;
	border-bottom : 1px solid black;
	color : #666;
	font-size : 120%;
	font-weight : bold;
	padding : 5px;
	vertical-align : top;
}

td#menu ul, td.menu ul{
	padding: 0px;
	margin: 0px;
	display : inline;
}

.menu li {
	float: left;
	list-style-type: none;
	margin : 0px 10px 0px 10px;
	padding: 0px;
	white-space: nowrap;
	width : 80px;
	text-align : center;
}

.menu a {
	padding: 3px 3px 5px 5px;
	border-width : 0px 0px 0px 0px;
	border-style : solid;
	border-color: #666;
	text-decoration: none;
}

.menu a:link, .menu a:visited {
	color : #444;
}

.menu a:hover, .menu a:active, .menu a.here, .menu a:visited.here{
	color : #000;
	text-decoration : none;
	font-weight : bold;
}

.menu a:hover{
	text-decoration : underline;
	border-bottom : 1px solid black;
}

td#content{
	background-image : url('/gfx/borderbg.gif');
	padding-left : 0px;
	padding-right : 0px;
	vertical-align : top;
	border-top : 1px solid black;
	border-bottom : 1px solid black;		
	min-height : 400px;
	padding : 1px;
}

.textcontainer{
	padding : 10px;
	text-align : left;
}

a.button{
	padding : 2px 4px 2px 4px;
	border : 1px outset #888;
	background-color : #00A180;
	text-decoration : none;
	color : #000;
}

a.button:visited{
	color : #000;
	background-color : #00A180;	
}

a.button:hover{
	border : 1px inset;
	background-color : #09725D;
	cursor : pointer;
	color : #000;
}

div{
	text-align : left;
}

div.content{
	padding : 0px;
	padding-left : 10px;
	overflow : auto;
	scrollbar-base-color : #F88428;
}

td#footer{
	height : 30px;
	background-image : url('/gfx/footer.jpg');
	padding : 3px;
	vertical-align : middle;
	background-color : #D7DCE0;
}

div#credits{
	font-size : 90%;
	color : #bbb;
	text-align : right;
	padding : 2px;
	height : 20px;
	float : right;
}

div#credits a{
	color : #bbb;
}

.pagetitle{
	color : #F6821F;
	font-size : 20px;
	font-weight : bold;
	padding : 10px;
	text-align : left;
	padding-left : 30px;
	height : 25px;
}

.paratitle{
	color : #F6821F;
	font-size : 13px;
	font-weight : bold;
	margin : 5px;
	padding-left : 20px;
}

img.rightimage{
	float : right; 
	margin : 10px;
	margin-top : 0px;
	margin-right : 0px;
	height : 245px;
	width : 324px;
}

td.spacer{
	width : 20px;
	border : none;
	background-color : none;
	font-size : 5px;
	border-bottom : 1px outset black;
}

td.tab{
	width : 150px;
	border : 1px outset black;
	background-color : white;
	padding : 4px;
}

td.activetab{
	background-color : #D7DCE0;
	border-bottom : 1px solid #D7DCE0;;
}

form table{
	border : none;
	width : 500px;
}

form table td.label{
	width : 200px;
	text-align : right;
	vertical-align : middle;
	padding : 3px;
}

form table td.input{
	width : 300px;
	text-align : left;
	vertical-align : middle;
	padding : 3px;
}

form table td.submit{
	width : 500px;
	text-align : center;
	padding : 3px;
}