html {
	height: 100%;
}
body, input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
body {

	background-color: #8C8C8C;
	margin: 0px;
	height: 100%;
}

.imgSplashArea {
	left: 146px;
	top: 45px;
	position: absolute;
}

.newsArea {
	position: absolute;
	left: 145px;
	top: 410px;
	width: 540px;
	color: #E5E5E5;
}

.imgTitle {
	margin-top: 8px;
	margin-left: 138px;
}

.imgBiog {
	position: absolute;
	left: 146px;
	top: 45px;
}

.navArea {
	position: absolute;
	top: 40px;
	left: 0px;
}

.navItem {
	position: relative;
	width: 107px;
	font-size: 12px;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 9px;
	text-decoration: none;
}

a.navLink {
	color: #191919;
	text-decoration: none;
	font-size: 12px;
}
a:hover.navLink {
	color: #404040;
}
a.navLinkActive, a:hover.navLinkActive {
	color: #0AF00A;
}
.contentArea {
	position: absolute;
	left: 145px;
	top: 45px;
	width: 540px;
	color: #E5E5E5;
}

p {
	margin: 0px;
	padding-bottom: 16px;
	text-align: justify;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-left: 2px;
	margin-top: 3px;
}

a {
	text-decoration: none;
	color: #191919;
}

a:hover {
	color: #404040;
	text-decoration: none;
}

td {
	vertical-align: top;
}

tr.tableheader {
	background-color: #4B4B4B;
	color: #FFFFFF;
}

table.admin {
		background-color: #4B4B4B;
		color: #FFFFFF;
		border: 2px solid #FFFFFF;
}

.itemname {
	color: #FFFFFF;
	font-weight: bold;
}

.iteminfo {
	color: #000000;	
}

.mediaitem, .greyitem {
	color: #CCCCCC;	
}

.concertYear {
	color: #0AF00A;
	float: left;
	margin-right: 10px;
}

.concertYearLink {
	float: left;
	margin-right: 10px;
	color: #000000;
}

a.concertYearLink {
	text-decoration:underline;
}

.concerts {
	clear: left;
}
.concertItem {
	padding-top: 8px;
	padding-bottom: 8px;
}
td.mandatory, p.alert {
	color: #0AF00A;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.clear {
	clear:both;
	height:20px;
}
div.lineitem {
		margin: 3px 10px;
		padding: 2px;
		cursor: move;
		border:1px solid #000000;
	}
div.lineitemButton {
		margin: 3px 10px;
		padding: 2px;
	}

