@charset "UTF-8";
body {
	background-image: url(../files/background.jpg);
	color: #FFF;
}
.centered {
	text-align: center;
}
.centered table{
	text-align: center;
}
h2 {
	color: #ccc;
}
h1 {
	color: #ccc;
}

.date {
	float:right;
	color: #999;
}

.delete a {
	float:left;
	font-weight: bold; 
	color: #ff0000;
	cursor:pointer;
}

.centered ul.schedule li{
	list-style-type: none;
	margin-left:auto;	
	margin-right:auto;
	margin-bottom:5px;
	background-color: #333;
	width: 600px;
}
.centered ul.schedule li.private{
	background-color: #333;
	border: 1px dashed #F00;
}
.centered .schedule {
	text-align: center;
}

.message {
	text-align: center;
	background: #333;
	margin:auto;
	width: 300px;
	color:#ff0000;
}

.errors {
	text-align: center;
	background: #ff0000;
	margin:auto;
	width: 300px;
	color:#000;
}

.centered .contact h2 a{
	text-align:center;
	margin:auto;
	color:#ffffff;
}


a, a:visited{
	color:#999;
}

.contact a{
	color:#fff;
}

a img {
	text-decoration: none;
	border: none;
}

#map {
	position:absolute;
	top:155px;
	right:30px;
	
}