body {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0e2050;
	margin: 0px;
}

ul {
  margin: 0px;
}

.txt_11 {
	font-size: 11px;
}
.txt_22 {
	font-size: 20px;
}
.txt_32 {
	font-size: 32px;
}
.txt_46 {
	font-size: 52px;
}
.txt_72 {
	font-size: 96px;
}
.txt_bold {
	font-weight: bold;
}
a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.horizontal {
	width: 100%;
}
.block_outer {
	background-image: url(blsplit.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 10px;
}
.block_inner {
	background-image: url(usplit.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
}

.title {
	background-image: url(titlesplit.jpg);
	background-position: left bottom;
	margin: 25px;
	font-size: 32px;
	background-repeat: no-repeat;
	padding: 5px;
	text-transform: lowercase;
}

.poster {
	border: 1px solid #FFFFFF;
	text-align: center;
}

.event_poster {
	border: 1px solid #FFFFFF;
	margin-top: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	float:left;
}

.block_content {
	background-image: url(tsplit.png);
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center top;
}

.block_header {
	margin: 5px;
	font-size: 32px;
	text-align: center;
}
.shedule {
	border-top-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: solid;
	border-top-color: #172e60;
}

.place-free {
	text-align: center;
	background-color: #336699;
	border: 1px solid #FFFFFF;
}
.place-busy {
	text-align: center;
	background-color: #666666;
	border: 1px solid #999999;
}
.place-selected {
	text-align: center;
	background-color: #33CC00;
	border: 1px solid #FFFFFF;
}