﻿body
{
	font-family: Verdana, Helevetica, Arial, sans serif;
	font-size:x-small;
	background-color:#cdd4df;
}


/* commented backslash hack v2 \*/
body, html
{
	padding:0px;
	margin:0px;

}
/* end hack */

html
{
	height:100%;
}

img
{
	border:none;
}

h1
{
	font-family: Verdana, Helevetica, Arial, sans serif;
	font-size:small;
	font-weight:bold;
}

h2
{
	font-family: Verdana, Helevetica, Arial, sans serif;
	font-size:x-small;
	font-weight:bold;
}

h3
{
	font-family: Verdana, Helevetica, Arial, sans serif;
	font-size:xx-small;
	font-weight:bold;
}

h3 a
{
	text-decoration:none;
	color:Black;
}

p, td
{
	font-size:x-small;
}


.label
{
	vertical-align:top;
	font-family: Helevetica, Verdana, Arial, sans serif;
	font-size:x-small;
	width:10em;
	display:block;
	padding:2px;
}

.input
{
	vertical-align:top;
	font-family: Helevetica, Verdana, Arial, sans serif;
	font-size:x-small;
	width:20em;
	margin:2px;
}

.inputButton
{
	margin:2px;
	background-color:Black;
	vertical-align:top;
	color:Silver;
	border-style:solid;
	border-width:thin;
	border-color:Silver;
	font-family: Helevetica, Verdana, Arial, sans serif;
	font-size:x-small;
	width:100px;
}

.venueNavigation
{
	width:282px;
	background-image:url("../app_graphics/topLeftMaidstoneVenue.gif");
	background-position:left top;
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
}


.venueHeadDetail
{
	width:700px;
	background-image:url("../app_graphics/topRightMaidstoneVenue.gif");
	background-position:left top;
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
}

.venueImageArea
{
	 height:148px;
	 width:356px;
	 padding-top:14px;
	 padding-bottom:14px;
}

.venueMessage
{
	position:absolute;
	top:222px;
	left:282px;
	width:600px;
	color:#764676;
	font-weight:bold;
	font-size:small;
}

.venueDetail
{
	width:365px;
	height:250px;
	overflow:auto;
	padding-top:28px;
	padding-right:10px;
	color:#764676;
	line-height:1.4em;

	scrollbar-base-color:#ffffff;
	scrollbar-track-color:#764676;
	scrollbar-face-color:#8494ae;
	scrollbar-highlight-color:#8494ae;
	scrollbar-darkshadow-color:#8494ae;
	scrollbar-3dlight-color:#8494ae;
	scrollbar-arrow-color:#764676;
	

}


.mailingList
{
	width:19em;
	position:absolute;
	top:450px;
	left:50px;
	color:#8394ae;

}

.footer
{
	margin:40px 0px 20px 50px;
	list-style:none;
}



.footer a
{
	text-decoration:none;
	color:#8394ae;
}

.footer a:hover
{
	font-weight:bold;
}

.today
{
	position:absolute;
	top:85px;
	left:174px;
}

.today a
{
	font-style:italic;
	font-weight:bold;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:small;
	color:#8394ae;
	text-decoration:none;
}

.today a:hover
{
	font-weight:bold;
}



.menuOptions
{
	position:absolute;
	top:118px;
	left:84px;
	padding-top:1px;	
}

.menuOptions a
{
	border:none;
	padding:0px;
	margin:0px;
}

.venueContact
{
	position:absolute;
	top:320px;
	left:50px;
	width:200px;
	color:#764676;
}

.venueContact a
{
	color:#764676;
}

.otherVenueLinks
{
	position:absolute;
	top:303px;
	left:689px;
	color:#764676;

}

.otherVenueLinks a
{
	display:block;
	margin-bottom:10px;
}

.peCalendarHolder
{
	display:none;
	z-index:200;
	width:180px;
	height:190px;
	background-color:White;
	border-top:solid 1px silver;
	border-left:solid 1px silver;
	border-bottom:solid 1px silver;
	border-right:solid 1px silver;
}

.calendarClose
{
	width:180px;
	text-align:right;
}

.calendarClose a
{
	text-decoration:none;
	color:#687f9e;
	font-weight:bold;
}



.calendar
{
	width:180px;
	color:#8394ae;
}


.calendarDay
{
	background-image:url("../app_graphics/calendarDayBack.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:5px;
	color:#8394ae;
}

.calendarToday
{
	background-image:url("../app_graphics/calendarTodayBack.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:5px;
	color:#ffffff;
	
}

.calendarToday a 
{
	text-decoration:none;
	color:#ffffff;
}

.calendarToday a:hover 
{
	font-weight:bold;
	color:#ffffff;
}


.calendarDay a 
{
	text-decoration:none;
	color:#8394ae;
}

.calendarDay a:hover
{
	font-weight:bold;
	color:#8394ae;
}



.otherMonthDay
{
	visibility:hidden;
	color:#8394ae;
}

.dayHeader
{
	text-transform:uppercase;
	font-weight:bold;
	background-color:White;
	color:#8394ae;
}

.calendarTitle
{
	text-transform:uppercase;
}

.disabledDay
{
	background-image:url("../app_graphics/calendarDisabledBack.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding:5px;
	color:#c3cada;
}

.disabledDay a 
{
	text-decoration:none;
	color:#c3cada;
}

.disabledDay a:hover
{
	font-weight:bold;
	color:#c3cada;
}

