BODY {
	MARGIN: 0px;
	FONT-FAMILY: 'Comic Sans MS', Verdana, sans-serif;
	BACKGROUND-COLOR: #000000;
	font-size: small;
	color: #FFEC00;
}

/* ------------------- Menu -----------------*/
a.menu {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	height: 25px;
}

a.menu#Gigs {
	background-image: url(Menu/Gigs.png);
	width: 52px;
}
a.menu#Gigs:hover {
	background-image: url(Menu/Gigs_Highlighted.png);
}

a.menu#Music {
	background-image: url(Menu/Music.png);
	width: 68px;
}
a.menu#Music:hover {
	background-image: url(Menu/Music_Highlighted.png);
}

a.menu#Story {
	background-image: url(Menu/Story.png);
	width: 63px;
}
a.menu#Story:hover {
	background-image: url(Menu/Story_Highlighted.png);
}

a.menu#Links {
	background-image: url(Menu/Links.png);
	width: 63px;
}
a.menu#Links:hover {
	background-image: url(Menu/Links_Highlighted.png);
}

a.menu#Guestbook {
	background-image: url(Menu/Guestbook.png);
	width: 123px;
}
a.menu#Guestbook:hover {
	background-image: url(Menu/Guestbook_Highlighted.png);
}

/* ----------------- Content --------------------- */
p.title {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #12BC5C;
}

p.subtitle {
	font-size: large;
	font-weight: bold;
	color: #12BC5C;
	text-align: left;
}

p.Text {
        color: #FFEC00;
        text-align: left;
}


/* ----------------- Demo Table ------------------ */

table.DemoTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.DemoTable tr.Header {
	border-bottom: 1px solid #666666;
	color: #12BC5C;
}

table.DemoTable tr.Header td {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.DemoTable tr.Header td.Title {
	padding-left: 18px;
}
table.DemoTable tr.Header td.Date {
	padding-left: 12px;
}
table.DemoTable tr.Header td.Size {
	padding-left: 12px;
	padding-left: 18px;
}

table.DemoTable td {
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.DemoTable td.Title {
	padding-left: 18px;
}
table.DemoTable td.Date {
	padding-left: 12px;
}
table.DemoTable td.Size {
	padding-left: 12px;
	padding-left: 18px;
}

table.DemoTable a {
	color: #FFEC00;
	text-decoration: underline;
}
table.DemoTable a:link {
}
table.DemoTable a:visited {
}
table.DemoTable a:focus {
}
table.DemoTable a:hover {
	color: #BC121F;
}
table.DemoTable a:active {
}

/* ----------------- Gigs Table ------------------ */

table.gigstable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.gigstable tr.header {
	border-bottom: 1px solid #666666;
	color: #12BC5C;
}

table.gigstable tr.header td {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.gigstable tr.header td.datum {
	padding-left: 18px;
}

table.gigstable tr.header td.event {
	padding-left: 12px;
}

table.gigstable tr.header td.location {
	padding-left: 12px;
}

table.gigstable tr.header td.isconfirmed {
	padding-left: 12px;
	padding-right: 18px;
}

table.gigstable tr.future {
	color: #FFEC00;
}

table.gigstable tr.done {
	color: #666666;
}

table.gigstable tr.done a {
	color: #666666;
}

table.gigstable td {
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.gigstable td.datum {
	padding-left: 18px;
	width: 30%;
}

table.gigstable td.event {
	padding-left: 12px;
}

table.gigstable td.location {
	padding-left: 12px;
	padding-right: 12px;	
	width: 20%;
}

table.gigstable tr.future td.confirmed {
	padding-right: 18px;	
	text-align: center;
	color: #12BC5C; /* #12BC5C; #1DBC12*/
	width: 5%;
}

table.gigstable tr.done td.confirmed {
	padding-right: 18px;	
	text-align: center;
	width: 5%;
}

table.gigstable td.notconfirmed {
	padding-left: 12px;
	padding-right: 18px;	
	text-align: center;
	color: #BC5B12; /* #BC121F; */
}

table.gigstable a {
	color: #FFEC00;
	text-decoration: underline;
}
table.gigstable a:link {
}
table.gigstable a:visited {
}
table.gigstable a:focus {
}
table.gigstable a:hover {
	font-weight: bold;
	color: #BC121F;
}
table.gigstable a:active {
}

/* --------------- Links ------------- */
table.LinkTable {
	width: 100%;
}

table.LinkTable tr {
	padding-top: 36px;
	padding-bottom: 36px;
}

table.LinkTable td {
	padding-left: 24px;
	padding-right: 24px;
}

table.LinkTable img.LinkImg {
	border: none;
	max-height: 10em;
	max-width: 10em;
}

/* --------------- For Fun ----------- */
div.ShutUpLogo {
	background-image: url(Logo/ShutUp_Logo_Background.png);
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
}

/* --------------- Footer ------------ */
td.copyright {
	font-size: x-small;
}