
/* Plain ol simple elements ********************************/

BODY { 
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#333;
	color:white;
	font-family:Lucida Sans, Arial;
	font-size:12px;
	overflow-y:scroll; }

SELECT {	
	border:1px solid white;
	padding:1px;
	font-size:10px;
	font-family:Lucida Sans; }

TH {
	background-color:#555;
	color:white;
	font-weight:bold;
	text-align:left; }

.rowOdd {
	background-color:#222; }

A:link { color:white; }
A:visited { color:white; }
A:active { color:white; }
A:hover { color:#777; }

.headerBar {
	background-image:url("/resources/graphics/panorama_900_thin.png");
	height:25px;
	width:100%;
	margin:0; }

/* New DIV-based Header   ********************************/

	DIV#linksSignUp {
		height:40px;
		text-align:right; }
	DIV#linksHeaderWrapper {
		background-image:url("/resources/graphics/background.png");
		margin:0;
		margin-bottom:20px;
		padding:0;
		height:375px;
		border-bottom:1px #333 solid;
		width:900px; }
	DIV#linksMiddleWrapperZ1 {
		height:360px;
		width:900px;
		background-image:url("/resources/graphics/bg_graf_bw.jpg");
		background-position:0px 40px;
		background-repeat:no-repeat; }
	DIV#linksMiddleWrapperZ2 {
		border: 1px black solid;
		height:100%;
		width:100%;
		background-image:url("/resources/graphics/graf_barhouse.png");
		background-repeat:no-repeat; }
	DIV#subTextBlock {
		margin-left:220px;
		margin-top:120px;
		}
	DIV#linksBlock {
		margin-left:200px;
		margin-top:100px;
		height:80px;
		}
	TABLE#linksTable {
		font-size:10px;
		}
	TD.linkTD {
		width:80px;
		}
	TD.linkTDRight {
		width:80px;
		text-align:right;
		}

	DIV.eventPricing {
		padding-top:0;
		text-align:right;
		padding:10px; }

/* Event Box   ********************************/

	DIV.event {
		background-image:url("/resources/graphics/background.png");
		border:1px #333 solid;
		border-left:2px white  solid;
		border-top:2px white  solid;
		margin-bottom:20px;	}
	DIV.friSatEvent {
		background-image:url("/resources/graphics/background.png");
		border:4px #FAA solid;
		margin-bottom:20px;	}
	DIV.friSatEventDate {
		background-image:url("/resources/graphics/redTopCorner.png");
		background-repeat:no-repeat;
		background-position:top right;
		padding:2px;
		padding-bottom:0;
		font-size:20px;
		font-weight:bold;
		text-align:right; }
	DIV.eventDate {
		background-image:url("/resources/graphics/redTopCorner.png");
		background-repeat:no-repeat;
		background-position:top right;
		padding:2px;
		padding-bottom:0;
		font-size:16px;
		font-weight:bold;
		text-align:right;
		border-top:#FAA 1px solid;  }
	DIV.eventTitle {
		background-image:url("/resources/graphics/redTopCornerLarge.png");
		background-position:top left;
		background-repeat:no-repeat;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:0;
		font-size:20px;
		font-weight:bold; }
	DIV.eventLocation {
		font-size:16px;
		padding:0;
		padding-left:20px; }
	DIV.eventDescription {
		padding:10px; }
	DIV.eventArtists {
		padding:10px; }
	SPAN.highlighedArtist {
		color:#FAA;	}
	DIV.overallprice {
		border-top:1px #333  solid;
		text-align:right;
		padding:5px; }



	TABLE.eventTable {
		background-image:url("/resources/graphics/background.png");
		border:1px #333 solid;
		border-left:2px white  solid;
		border-top:2px white  solid;
		margin-bottom:20px;	}
	TABLE.friSatEventTable {
		background-image:url("/resources/graphics/background.png");
		border:1px #F66 solid;
		margin-bottom:20px;	}
	TD.friSatEventDate {
		background-image:url("/resources/graphics/redTopCorner.png");
		background-repeat:no-repeat;
		background-position:top right;
		padding:2px;
		padding-bottom:0;
		font-size:20px;
		font-weight:bold;
		text-align:right;
		border-top:red 2px solid;
		border-left:red 2px solid; }
	TD.eventDate {
		background-image:url("/resources/graphics/redTopCorner.png");
		background-repeat:no-repeat;
		background-position:top right;
		padding:2px;
		padding-bottom:0;
		font-size:16px;
		font-weight:bold;
		text-align:right;
		border-top:red 2px solid;
		border-left:red 2px solid; }
	TD.eventTitle {
		background-image:url("/resources/graphics/redTopCornerLarge.png");
		background-position:top left;
		background-repeat:no-repeat;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:0;
		font-size:20px;
		border-left:red 2px solid;
		font-weight:bold; }
	TD.eventLocation {
		font-size:16px;
		padding:0;
		padding-left:20px; }
	TD.eventDescription {
		padding:10px; }
	TD.eventPricing {
		padding-top:0;
		text-align:right;
		padding:10px; }


/* News Box   ********************************/

	TABLE#newsTable {
		background-image:url("/resources/graphics/background.png");
		border:1px #333 solid;
		border-left:2px white  solid;
		border-top:2px white  solid;
		margin-bottom:20px;	}

	TD#newsTitle {
		background-image:url("/resources/graphics/redTopCorner.png");
		background-repeat:no-repeat;
		background-position:top right;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:0;
		font-size:20px;
		border-top:#FAA 2px solid;
		border-left:#FAA 2px solid;
		font-weight:bold; }

	TD#postedBy {
		padding:0;
		padding-left:20px;
		font-weight:normal;
		font-size:11px; }

	TD#newsDate {
		padding:0;
		padding-left:20px;
		padding-bottom:10px;
		font-size:16px; }

	TD#newsBody {
		padding:10px; }
		font-size:12px; 
		border-left:#FAA 1px solid;
		vertical-align:top; }

/* DIVs and the suchlike   ********************************/

DIV#spacer { height:10px; }

DIV#event {
	width:80%;
	background-color:white; }

DIV#loginbox {
	width:200px;
	background-color:#222;
	min-height:100px;
	margin-top:100px;
	margin-left:340px;
	border:2px solid white;
	text-align:center;
	padding:0px;
	margin-bottom:200px;
	padding-bottom:0px; }

DIV#message {
	width:100%;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
	color:#FAA;	}

DIV#footer {
	height:22px;
	background-image:url("/resources/graphics/bg_graf_bw_slim.jpg");
	text-align:right;
	padding-top:8px;
	width:900px;
	margin:0 auto;
	border-top:1px #333 solid;
	}

.filledBox {
	background-image:url("/resources/graphics/background.png");
	border:1px #333 solid;
	padding:5px; }

DIV#mapBox {
	width:100%;
	height:730px;
	background-image:url("/resources/graphics/map.png");
	background-repeat:no-repeat;
	}

DIV#directionsRail {
	float:left;
	margin: 200px 0 0 0;
	width:300px;
	}

DIV#directionsCar {
	clear:left;
	float:left;
	margin: 20px 0 0 0;
	width:450px;
	}

DIV#directionsFoot {
	clear:left;
	float:left;
	margin: 20px 0 0 0;
	width:600px;
	}

/* Forms Stuff ********************************/

.inputText {
	border:1px solid white;
	padding:1px;
	margin:1px;
	font-size:10px;
	font-family:Lucida Sans;
	}

.inputSubmit {
	color:black;
	background-color:#AAA;
	border:1px solid white;
	font-family:Lucida Sans;
	padding:0px;
	font-size:10px;
	margin:1;
	}

.checkBox {
	padding:0;
	margin:0;	}

TEXTAREA {
	padding:0;
	overflow-x:none;
	overflow-y:auto;

