body {
	color: #000;
	background: #DDD url(_img/layout/bg_1024.jpg);
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
}
	/* TinyMCE specific rules */
	body.mceContentBody {
		color: #000;
		background: #EEE url(_img/layout/content.jpg) -100px 0;
		margin: 10px;
	}
a:hover {
	color: #F63;
}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; margin-top: 1em; }
h5 { font-size: 80%; }
h6 { font-size: 65%; }
h2 {
	margin-top: 0;
}
h2, h3, h4 { 
	color: #009;
}
p.br {
	margin: 0;
}
.urgent {
	color: #F00;
}
.important {
	color: #900;
}
.successful {
	color: #090;
}
.failed {
	color: #900;
}
div#template {
	width: 800px;
	margin: 1em auto;
	background: #000;
	border: 1px solid #FFF;
}
div#header {
	height: 120px;
	background: url(_img/layout/header.jpg) no-repeat;
	border: 1px solid #000;
	position: relative;
}
	div#header h1 {
		visibility: hidden;
		margin: 0;
		font-size: 0;
		text-indent: -9999px;
	}
	div#header ul {
		color: #000;
		font-weight: bold;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 16.4em;
		position: absolute;
		bottom: 10px;
		right: 10px;
		text-align: right;
		border-bottom: 1px solid #666;
	}
		div#header address {
			margin: 0;
			position: absolute;
			top: 10px;
			right: 10px;
			color: #808080;
			font-size: 10px;
			font-style: normal;
			text-align: right;
		}
div#topbar {
	height: 30px;
	background: #006 url(_img/layout/panel-extra-shadow.gif) repeat-x;
	position: relative;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
	p#crumbs {
		color: #808080;
		margin: 0;
		line-height: 30px;
		font-size: 11px;
		padding-left: 12px;
	}
		p#crumbs a {
			color: #69C;
		}
			p#crumbs a:hover {
				color: #CCF;
			}
	ul#topmenu {
		list-style-type: none;
		margin: 0;
		position: absolute;
		width: 24em;
		top: 6px;
		right: 6px;
		padding: 0;
		font-size: 10px;
	}
		ul#topmenu li {
			display: inline;
		}
		ul#topmenu a {
			display: block; 
			float: right;
			border: solid #CCC 1px; 
			padding: 0 6px; 
			color: #CCC; 
			background-color: #2A4779; 
			text-decoration: none;
			margin-left: 6px;
			height: 16px;
			line-height: 16px;
		}
			ul#topmenu a:hover {
				color: #FFF;
				background-color: #476496;
			}
div#main {
	border-top: 1px solid #000;
	position: relative;
	background: url(_img/layout/panel-extra.gif) repeat-y;
}
	div#panel {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
	}
		div#panel p {
			font-size: 11px;
		}
		div#panel p.sub {
			margin-top: 0;
		}
		div#menus {
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
			background: #FFF url(_img/layout/panel-bg.gif) repeat-y;
		}
			div#menus ul {
				list-style-type: none;
				margin: 0 0 1em 0;
				padding: 0;
				font-size: 12px;
				border-bottom: 1px solid #000;
			}
				div#menus ul a {
					height: 1%; /* ie6 fix */
					line-height: 25px;
					color: #009;
					padding: 0 10px;
					/*
					border-bottom: 1px solid #808080;
					background: #EEF;
					*/
				}
				div#menus ul a.primary {
					color: #900;
					/*
					background: #FEE;
					*/
				}
				div#menus ul a.secondary {
					color: #090;
					/*
					background: #EFE;
					*/
				}
				div#menus ul a:hover {
					color: #F63;
					/*
					background: #FFE;
					*/
				}
			div#menus div.section {
				margin: 10px;
				border-bottom: 1px solid #808080;
			}
				div#menus div.section .testimonial {
					color: #660;
					/*
					color: #808080;
					font-style: italic;
					*/
				}
			div#menus h3 {
				color: #009;
				margin-bottom: 0;
			}
			div#menus h4 {
				color: #960;
			}
				form#feedback {
					margin: 0;
				}
					form#feedback div {
						margin: 0;
					}
					form#feedback label {
						display: none;
					}
					form#feedback input#feedbackemail {
						width: 125px;
						color: #000;
						background: #FFE;
					}
					form#feedback input#feedbackemail:focus {
						background: #FFC;
					}
					form#feedback textarea {
						width: 125px;
						color: #000;
						background: #FFE;
						font-family: Arial, Helvetica, Sans-serif;
						font-size: 11px;
					}
					form#feedback textarea:focus {
						background: #FFC;
					}
					form#feedback div.submitoptions {
						margin: 1em 0;
						text-align: center;
					}
		div#extra {
			color: #99C;
			background: #006 url(_img/layout/panel-extra-shadow.gif) repeat-x;
			border-top: 1px solid #FFF;
			border-right: 1px solid #FFF;
			padding-top: 10px;
		}
			div#extra h3 {
				color: #CCF;
				margin-bottom: 0;
			}
			div#extra a {
				color: #69C;
			}
			div#extra a:hover {
				color: #F63;
			}
			div#extra p {
				font-size: 11px;
			}
			div#extra div.section {
				margin: 10px;
				border-bottom: 1px solid #CCC;
			}
	div#content {
		color: #000;
		background: #EEE url(_img/layout/content.jpg) -100px 0;
		width: 648px;
		padding: 10px;
		width: 628px; /* subtract padding 10 * 2 = 20 */
		position: relative;
		left: 150px;
		border: 1px solid #000;
		border-top: none;
		min-height: 600px;
	}
		div#content h2 {
			background: url(_img/layout/h2_line.png) no-repeat 0 100%;
		}
		div#content h2.important {
			background: url(_img/layout/h2_line_important.png) no-repeat 0 100%;
		}
		/*
		div#content h3 {
			background: url(../_img/layout/h3_line.png) no-repeat 0 100%;
		}
		*/
		div#content ul, 
		div#content ol {
			line-height: 1.4em;
		}
		div.newsbox {
			border-bottom: 1px solid #808080;
			margin: 0 0 1em 0;
			height: 230px;
		}
		html>body div.newsbox { 
			height: auto;
			min-height: 230px;
		}
			div.newsbox div.heading {
				border: 1px solid #808080;
				background: #CCC url(_img/layout/news-heading.jpg) 0 50%;
				padding: 5px;
			}
				div#content div.newsbox div.heading h2 {
					color: #333;
					margin: 0;
					background: none;
				}
				div.newsbox div.heading h4 {
					color: #900;
					margin: 0;
				}
			div.newsbox ul.articles li {
				margin: 1em 0;
			}
		img.pageright {
			border: 1px solid #000;
			float: right;
			margin: 0 0 1em 1em;
		}
		img.newsicon {
			width: 150px;
			height: 150px;
			margin: 1em 0 1em 1em;
		}
		img.page { 
			width: 250px;
			height: 170px;
		}
div#footer {
	background: #006 url(_img/layout/panel-extra-shadow.gif) repeat-x;
	border-top: 1px solid #FFF;
}
	p#copyright {
		color: #999;
		font-size: 10px;
		font-family: Verdana, Helvetica, Arial, Sans-serif;
		line-height: 30px;
		text-align: center;
		margin: 0;
	}
	


form div {
	line-height: 1.4em;
	clear: left;
	margin: 1em 0;
}
form label {
	display: block;
	width: 10em;
	float: left;
	color: #009;
}
	form label:hover {
		color: #090;
	}
	form label span {
		color: #F00;
	}
form input[type="text"], 
form select, 
form textarea {
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
form div.checkbox {
	margin: 0;
}
form div.checkbox label {
	display: inline;
	width: auto;
	float: none;
}
form div.checkbox input {
	vertical-align: middle;
}
form input[type="text"]:focus,
form textarea:focus {
	background: #FFC;
}
form div.submitoptions {
	margin: 1em 0;
}
form input.delete {
	margin-left: 5em;
	color: #900;
	background-color: #D4C8C8;
	font-weight: bold;
}
.required {
	color: #F00;
}
.label {
	margin-bottom: 0;
}
.field {
	margin-top: 0;
}




table.events {
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #808080;
}
table.events thead tr {
	background: #CCC;
}
table.events th {
	border: 1px solid #808080;
	padding: 2px 5px;
}
	table.events thead th a {
		display: block;
		line-height: 13px;
	}
	table.events thead th span {
		cursor: pointer;
		display: block;
		float: left;
		padding-right: 5px;
	}
	table.events thead th span.sortASC {
		width: 13px; 
		height: 13px;
		background: url(_img/layout/sort-arrow.gif) no-repeat 0 0;
		padding: 0;
	}
	table.events thead th span.sortDESC {
		width: 13px; 
		height: 13px;
		background: url(_img/layout/sort-arrow.gif) no-repeat -13px 0;
		padding: 0;
	}

table.events td {
	border: 1px solid #808080;
	padding: 5px;
}
table.events tbody tr {
	background: #FFF;
}
table.events tbody tr.odd {
	background: #E8E8E8;
}
table.events tbody tr:hover,
table.events tbody tr.odd:hover {
	background: #FFC;
	cursor: default;
}
	table.events td.program { 
		text-align: center;
		color: #808080;
	}
		table.events td.program h3 { 
			font-size: 24px;
			margin: 0;
			color: #000;
		}
			table.events td.program h3 a { 
				text-decoration: none;
			}
		table.events td.program p { 
			margin: 0;
		}

	table.events td.location { 
	}
	table.events td.details { 
		text-align: center;
	}
	table.events td.id {
		color: #C33;
		text-align: center;
	}
	table.events td.dates { 
		white-space: nowrap;
	}
	table.events td.starts div {
		white-space: nowrap;
		color: #C33;
	}
	table.events td.agegroup { 
		white-space: nowrap;
	}
	table.events td.season,  
	table.events td.series, 
	table.events td.spots { 
		text-align: center;
	}



table.datestimes {
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #808080;
}
table.datestimes thead tr {
	background: #CCC;
}
table.datestimes th {
	border: 1px solid #808080;
	padding: 2px 5px;
}
table.datestimes td {
	border: 1px solid #808080;
	padding: 5px;
}
table.datestimes tbody tr {
	background: #FFF;
}
table.datestimes tbody tr.odd {
	background: #E8E8E8;
}
	table.datestimes tbody tr.delete * {
		text-decoration: line-through;
		color: #f00;
		background: #FEE;
	}
		table.datestimes tbody tr.delete td span {
			display: none;
		}
table.datestimes tbody tr:hover,
table.datestimes tbody tr.odd:hover {
	background: #FFC;
	cursor: default;
}
	table.datestimes td.week { 
		text-align: center;
		font-weight: bold;
		color: #808080;
	}
	table.datestimes td.date {
		color: #C33;
		text-align: right;
	}
	table.datestimes td.time, 
	table.datestimes td.end {
		color: #C33;
	}
	table.datestimes td.date, 
	table.datestimes td.time, 
	table.datestimes td.end { 
		white-space: nowrap;
	}
		table.datestimes td.start input, 
		table.datestimes td.end input {
			float: left;
		}
	table.datestimes td.event { 
		white-space: nowrap;
	}
	table.datestimes td.event,  
	table.datestimes td.arena, 
	table.datestimes td.spots { 
		text-align: center;
	}


ul.arenas h4 { 
	margin: 0;
}
ul.arenas li { 
	margin: 0 0 10px 0;
}
ul.arenas p { 
	margin: 0;
}
