/* CSS Document */

body {
	background-color: #000000;
	font-family: "Courier New", Courier, Arial, sans-serif;

	color: #111111;
	margin: 0;
	
	scrollbar-face-color : #000000;
	scrollbar-shadow-color : #ffffff;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}


li {
	font-size: smaller;
	font-weight: bolder;
}


p {
	font-size: smaller;
	font-weight: bolder;
}

img {
	border: 0;
}
/*
object.safe {
	display: inline;
	position: relative;
	left: -50px;
}
*/
img.blast {
	display: inline;
	position: relative;
	top: 10px;
}

h4 {
	/*font-family: Courier New, Courier, Arial, sans-serif;*/
}

table.container {
	width: 870px;
	height: 540px;
	background-color: #FFFFFF;
}

td.containerHeader {
	border-bottom:6px #9F9F9F solid;
	background-color: #FFFFFF;
}

td.containerBody {
	background-image: url(../graphics/bg_police.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 487px;
	vertical-align: top;
	border-bottom:6px #9F9F9F solid;
}

td.containerFooter {
	border-bottom:2px #9F9F9F solid;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}

img.logo {
	border: 0;
	margin-left: 5px;
	margin-top: 2px;
}

table.content {
	width: 100%;
}

td.contentLeft {
	width: 50%;
	vertical-align: top;
}

#contentLeft {
	position: relative;
	left: 26px;
	top: 36px;
	width: 400px;
	height: 420px;
	overflow: auto;
	padding-right: 5px;
}

td.contentRight {
	vertical-align: top;
	width: 50%;
	padding-top: 60px;
	padding-left: 60px;
}

#upcomingShows {
	position: relative;
	left: 0px;
	top: 10px;
	width: 335;
	height: 150;
	overflow: auto;
	padding-right: 5px;
}

/* MAIN NAVIGATION */

img.navButton {
	border: 0;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-right: 3px;
}


/* FOOTER NAVIGATION */

a.footerNavigation {
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}

a.footerNavigation:link, a.footerNavigation:visited, a.footerNavigation:hover, a.footerNavigation:active {
	color: #000000;
}

/* PAGE LINKS */

a.page {
	color: #111111;
}

a:link, a:visited, a:hover, a:active {
	color: #111111;
}

/* FORMS */

div.formElement {
	margin-bottom: 5px;
}

div.formElementError {
	margin-bottom: 5px;
	color: red;
}

input, textarea, select {
	border: 1px solid #111111;
	font-family: "Courier New", Courier, Arial, sans-serif;
	font-size: 12px;	
}

.error {
	color: red;
}

/* NEWS */

div.news {
	border-bottom: 1px solid #111111;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

table.newsHeader {
	margin: 0;	
}

td.newsHeader {
	font-weight: bold;
	font-size: 14px;
}

td.newsHeader:first-letter {
	display: inline;
	text-transform: uppercase;
}


/* MISC */

table.upcomingShows {

}

td.upcomingShows {
	font-size: 12px;	
}
