﻿body
{
	background-color: #000000;
	padding: 0;
	margin: 0;
	color: #f9a940;
	font-family: verdana;
	overflow-y: visible;
	overflow-x:hidden;
}


#wrap
{
	position: absolute; /* Needed for Safari */
	width: 100%;
}

#mainContentDiv
{
	overflow:auto;
}

.content
{
	background-color: #7c3f12;
}

.menu
{
	color: #C80D11;
	font-family: verdana;
	font-size: 15;
	font-weight: bold;
}

.menuItem
{
	height: 40;
	padding-left: 10;
	text-align: right;
}

.textHeader
{
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	vertical-align: top;
}

.text1
{
	font-size: 14px;
}

.concertTableCell
{
	font-size: 13px;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

.BookingTableCell
{
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.linkTableCell
{
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.copyright
{
	font-size: 9px;
	font-family: verdana;
	color: black;
	text-align: right;
	padding-right: 5px;
}

A:ACTIVE, A:FOCUS, A:LINK, A:VISITED
{
	color: #f9a940;
	text-decoration: none;
}

A:HOVER
{
	color: #333333;
}

.music
{
	padding: 3px 5px 3px 5px;
	height: 35px;
	font-size:14px;
}

.music2
{
	padding: 3px 5px 3px 5px;
	height: 35px;
	font-size:14px;
	text-align:center;
}

.musicHeader
{
	font-weight:bold;
	text-align:left;
}

.GuestBookSpacer
{
	height: 10px;
	border-bottom: solid 1px #f9a940;
}

.TableSpacer
{
	height: 10px;
	border-bottom: solid 1px #f9a940;
	font-size: 1px;
}

.GuestBookCell
{
	vertical-align: top;
}

.GuestBookCellHeader
{
	vertical-align: top;
	font-weight: bold;
}

.GuestBookCellDateTime
{
	font-size: 12px;
	vertical-align: top;
}

.GuestBookTable
{
	margin-left: 15px;
}

.EmailLink
{
	text-decoration: underline;
}

.imgContainer
{
	border: solid 1px black;
	float: left;
	width: 104px;
	height: 104px;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	background-position: center center;
	background-repeat:no-repeat;
}

.pressImgContainer
{
	border: solid 1px black;
	float: left;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	background-position: center center;
	background-repeat:no-repeat;
}

.innerImgPanel
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 104px;
	height: 104px;
}

.innerPressImgPanel
{
	width: 504px;
	height: 504px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.GalleryDiv
{
	margin-left: 20px;
	margin-right: 20px; /*width:97%;*/
	height: 100%;
}

.adminButtons
{
	font-size: 10px;
	position:relative;
}

.imgDelete
{
	float: left;
}


.editBoxDiv
{
	margin-top: 5px;
	padding: 10px 10px 10px 10px;
	border: outset 2px gray;
	width: 500px;
	background-color: Gray;
	font-size: 14px;
	color: Black;
}
