body {
	margin: 0px;
	padding: 0px;
	/*font-family: Arial;*/
	
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;*/
	/*font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;*/
	
	font-size: 9pt;
	background-color: #000000;
	color: #ffffff;
	/*background-image: url('images/whispy01.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background-image: url('images/blackSkBG02.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-image: url('images/bgGrad01.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: fixed;*/
}

::-moz-selection{
	background: #ff0000;
	color: #ffffff;
} 

::selection {
	background: #ff0000;
	color: #ffffff;
}

    input:-webkit-autofill {
        color: #ff0000 !important;
        background-color: #000000 !important;
    }

input, textarea, select {
	color: #ffffff;
	background-color: #333333;
	border: 1px solid red;
}

#loginForm input {
	background-color: #880000;
}


ul.newSongLinks {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

	ul.newSongLinks li {
		/*border-bottom: 1px dotted red;*/
		text-align: center;
		padding: 3px;
	}

.radioButton, .checkBox {
	border: none;
	background-color: none;
}

img {
	border: 1px solid #ffffff;
}

h1 {
	margin: 0px;
	color: #ff0000;	
	font-size: 1.6em;
	margin-bottom: 8px;
}

h2 {
	/*background-color: #330033;*/
	/*background-image: url(images/headingBG01.png);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	padding: 2px;
	margin: 0px;
	margin-top: 2px;
	/*margin: 8px 2px 2px 2px;*/
	letter-spacing: .1em;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	color: #ff0000;
	margin-bottom: 3px;
	margin-top: 5px;
}

.redBox h3 {
	color: #ffffff;
}

h4 {
	margin: 2px;
}

p {
	text-align: justify;
	line-height: 1.4em;
	margin: 6px;
}

.note {
	font-size: .9em;
	font-style: italic;
	color: #aaaaaa;
}

em {
	color: #ff0000;
	font-style: normal;
}

.QAdiv {
	padding: 4px;
}

	.QAdiv dt, .redBox dt {
		color: #ffffff;
		font-size: 1.1em;
		font-weight: bold;
		margin-left: 10px;
	}

	.QAdiv dd, .redBox dd {
		color: #999999;
		margin-left: 6px;
		text-align: justify;
		margin-bottom: 10px;
	}
	
	.redBox dd {
		color: #ffffff;
	}

.DJbutton {
	background-color: #990000;
	color: #ffffff;
	border: 1px solid #ff0000;
}

a.DJbutton:link,
a.DJbutton:active,
a.DJbutton:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.DJbutton:hover {
	border: 1px solid #ffffff;
	background-color: #ff0000;
}

a:link, a:active, a:visited {
	color: #ff0000;
	color: #ffaa33;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:link img,
a:active img,
a:visited img {
	border: 1px solid #ffffff;
}

a:hover img {
	border: 1px solid #ff0000;
}

table {
	font-size: 1em;
}

form {
	margin: 0px;
	padding: 0px;
}

.formLabel {
	font-weight: bold;
	text-align: right;
	color: #ff0000;
	white-space: nowrap;
}

.formResult {
	font-weight: bold;
}

.container {
	width: 800px;
	margin: auto;
}

.header {
	text-align: right;
	padding: 0px;
}

.menuBar {
	text-align: left;
	border: none;
	background-color: #aa0000;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.navTabs {
		float: left;
		margin-left: 10px;
		border-left: 1px solid black;
	}

		.navTabs a {
			text-decoration: none;
		}

		.navTabs a:link div,
		.navTabs a:active div,
		.navTabs a:visited div {
			display: inline-block;
			padding: 8px 12px;
			color: #ffffff;
			font-size: 1.1em;
			font-weight: bold;
			border-right: 1px solid black;
			margin: 0px;
		}

		.navTabs a:link .selected,
		.navTabs a:active .selected,
		.navTabs a:visited .selected {
			background-color: #dd0000;
			color: #ffffff;
			background-image: url(images/tabArrow01.png);
			background-position: bottom center;
			background-repeat: no-repeat;
		}
		
		.navTabs a:hover div,
		.navTabs a:hover .selected {
			background-color: #770000;
			color: #ff0000;
		}
		
	.navLogin {
		text-align: right;
		white-space: nowrap;
		float: right;
		padding: 3px;
		padding-top: 4px;
		padding-right: 10px;
	}
	
	.adminMenu {
		float: right;
		margin-right: 10px;
		border-right: 1px solid black;
	}
	
		.adminMenu a {
			text-decoration: none;
		}
		
		.adminMenu a:link div,
		.adminMenu a:active div,
		.adminMenu a:visited div {
			display: inline-block;
			padding: 8px;
			font-size: 1em;
			font-weight: normal;
			border-left: 1px solid black;
			margin: 0px;
		}
		
		.adminMenu a:link .selected,
		.adminMenu a:active .selected,
		.adminMenu a:visited .selected {
			background-color: #dd0000;
			color: #ffffff;
			background-image: url(images/tabArrow01.png);
			background-position: bottom center;
			background-repeat: no-repeat;
		}
		
		.adminMenu a:hover div,
		.adminMenu a:hover .selected {
			background-color: #770000;
			color: #ffffff;
			text-decoration: underline;
		}
		
		

#helpDiv {
	text-align: right;
	float: right;
	background-color: #aa0000;
	padding: 0px 10px 3px 10px;
	margin-right: 10px;
	margin-left: 15px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.bottomDiv {
	position: fixed;
	bottom: 0px;
	height: 100px;
	width: 100%;
	left: 0px;
	z-index: -1;
	/*background-image: url(images/newWaveForm01.png);
	background-position: bottom left;
	background-repeat: repeat-x;*/
}

.special a:link,
.special a:active,
.special a:visited {
	font-size: 1.1em;
	font-weight: normal;
	color: #ffcc00;
}

.special a:hover {
	color: #ffffff;
}

.error {
	color: #ffcc00;
	font-weight: bold;
}

.content {
	padding: 12px;
	background-image: url(images/blackTranslucent01.png);
}

.redBox {
	background-color: #550000;
	border: 1px solid #ff0000;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.resultHeader td,
.resultFooter td {
	text-align: center;
	background-color: #990000;
	font-weight: bold;
}

.resultRow td {
	border-top: 1px dotted #444444;
}

.resultRow td .hideArtist {
	visibility: hidden;
}

.recordBreak td {
	border-top: 1px dotted #cc0000;
}

/* classes used by the rollover script */
	.tableRollOverEffect1{
		padding: 2px;
		background-color:#660000;
	}
	
	.tableRollOverEffect1 td .hideArtist {
		visibility: visible;
	}

	/*.tableRollOverEffect2{
		background-color:#000;
		color:#FFF;
	}*/
	
	.tableRowClickEffect1 td {
		padding: 10px 2px;
		background-color:#990000;
	}
	
	.tableRowClickEffect1 td .hideAdd {
		visibility: visible;
	}
	
	/*.tableRowClickEffect2{
		background-color:#00F;
		color:#FFF;
	}*/

.photoTable td {
	text-align: left;
	padding: 3px;
	background-color: #000000;
}

.photoFooter td {
	text-align: center;
	background-color: #990000;
	padding: 4px;
	font-weight: bold;
}

.photoAlbum td {
	background-color: #222222;
}

.photoAlbumSelected td {
	background-color: #000000;
}

.photoTable a:link img,
.photoTable a:active img,
.photoTable a:visited img {
	border: 1px solid #ff0000;
}

.photoTable a:hover img {
	border: 1px solid #ffffff;
}

.photoBar {
	text-align: center;
}

.photoBar a:link img,
.photoBar a:active img,
.photoBar a:visited img {
	border: 1px solid #ffffff;
}

.photoBar a:hover img {
	border: 1px solid #ff0000;
}

.schedule ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.schedule td {
	border-bottom: 1px dotted #999999;
	background-color: #222222;
	margin: 0px;
	padding: 6px;
}

.schedule td b {
	color: #ff0000;
}

.contactInfo {
	color: #ffffff;
	font-weight: bold;
}

.footer {
	background-color: #770000;
	font-size: .9em;
	text-align: right;
	padding: 4px;
	padding-right: 10px;
	margin-bottom: 60px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

.footer a:link, 
.footer a:active, 
.footer a:visited {
	color: #ff0000;
}
