body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	background: #CCC url(../images/bodyshadow.png) center repeat-y;
	padding: 0px;
}

#body {
	position: relative;
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3 {
	font-family: Georgia, Trebuchet MS, serif;
	margin: 40px 0px 10px 0px;
	color: #FFAE00;
}

h1 {
	font-size: 22px;
	col2or: #333;
	font-style: italic;
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid gray;
	margin-bottom: 0px;
}

h2 {
	font-size: 16px;
}

#dialog {
	display: none;
}

#dialog h2 {
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 15px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #FFAE00;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}


#top {
	border-bottom: 1px solid #fff;
	background: #FFAE00;
	height: 143px;
	position: relative;
}

#top .mainsplit img {
	position: absolute;
	left: 150px;
	top: 30px;
}

#top .mainsplit {
}

#top .sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
}

#top .sidebar span {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 10px;
	right: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.mainsplit {
	width: auto;
}

#sidebar, .sidebar {
	float: right;
	width: 177px;
	border-left: 1px solid #fff;
}

#sidebar {
	position: absolute;
	top: 0px;
	bottom: -20px;
	right: 0px;
	color: #333;
	background: #FCFFC6;
	padding: 10px;
	width: 157px;
}

#sidebar h2 {
	margin-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	border-bottom: 2px dotted #FFAE00;
}

#sidebar input {
	font-size: 10px;
}

#sidebar a:link, #sidebar a:visited {
	color: #FF5C00;
	text-decoration: none;
}

#sidebar ul {
	list-style: inside;
	padding: 0px;
}


#menu {
	position: absolute;
	bottom: 0px;
	height: 30px;
}

#menu, #menu a {
	color: #fff;
	font-size: 12px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	line-height: 18px;
	padding: 6px 15px 6px 15px;
	float: left;
	margin-left: 20px;
	font-weight: bold;
	background: none;
}

#menu ul li.active {
	background: #fff;
}

#menu ul li.active a {
	color: orange;
}

#wall {
	min-height: 600px;
	position: relative;
	background: #fff;
	padding: 10px 200px 20px 20px;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 5px;
}

table th {
	background: #EBEBEB;
	font-weight: normal;
}

table th, table td {
	width: 90px;
}

.day {
	border: 1px solid #DDD;
	line-height: 50px;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #666;
	text-align: center;
}

.day:hover {
	border: 1px solid #000;
	color: #FFAE00;
	cursor: pointer;,
}

.day.past {
	color: #CCC;
}

.partlyunavailable {
	background: url(../images/unavailable_yellow.png) bottom right no-repeat;
}

.completlyunavailable {
	background: url(../images/unavailable_red.png) bottom right no-repeat;
}

tr.its-me td {
	font-weight: bold;
}


#foot {
	margin-top: 50px;
	font-size: 11px;
	color: #999;
}

#brainedia_logo {
	position: absolute;
	bottom: 50px;
	top: auto;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

