#date {
	display: inline;
	float: left;
	position: relative;
	width: 562px;
	text-align: center;
	padding: 6px;
	font-size: 96%;
	font-weight: bold;
	background: #F5F5F5;
	clear: both;
	border: 1px solid #CCC;
	border-bottom: 0;
	margin-top: 20px;
}

#date .prev, #date .next {
	position: absolute; 
	top: 4px;
}

#date .prev {
	left: 5px;
}

#date .next {
	right: 5px;
}

#dateselect {
	padding: 10px 0 20px 10px;
}

#dateselect select.month {
	width: 100px;
	margin-right: 8px;
}

#dateselect select.year {
	width: 55px;
}

#calendar {
	width: 576px;
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	clear: both;
}

#calendar th {
	background: #FFF;
	padding: 5px 0;
	font-weight: normal;
	text-align: center;
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
}

#calendar th.last {
	border-width: 0 1px 1px 0;
}

#calendar td {
	font-size: 90%;
	padding: 2px;
	height: 76px;
	width: 76px;
	border: 1px solid #CCC;
	border-width: 0 1px 1px 0;
}

#content #calendar td a {
	color: #3E5E91;
	text-decoration: none;
}

#content #calendar td a:hover {
	color: #95363E;
}

#calendar div.date {
	color: #87888A;
	text-align: right;
	width: 100%;
}

#calendar td.current div.date {
	font-weight: bold;
}

#calendar div.weekday {
	border: 1px solid #FFF;
	background: #CBDCE0;
	height: auto;
	width: 82px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 72px;
}

#calendar div.week {
	width: 576px;
	background: red;
	border: 1px solid blue;
}

#calendar td.othermonth {
	background: #F5F5F5;
}

#content #calendar td.current {
	border: 1px solid #CCC;
	border-width: 1px 2px 2px 1px;
	background: url(../gfx/bkgr_headline.gif) repeat-x;
}

#calendar .time {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

td a {
	display: block;
	margin-bottom: 5px;
}

#calendar a.event1 .time, #tabmenu span.event1, #cat1 .time {
	background: url(../gfx/bkgr_event2.gif) repeat-x;
	width: auto;
}

#cat1 .time {
	width: 300px;
}

#content #tabmenu {
	margin: 30px 0 0 0;
}

#content p {
	margin-bottom: 0;
}

#content ul li {
	margin-bottom: 10px;
}

#content #tabmenu ul li.tab1 {
	background: url(../gfx/bkgr_calender_tab1.gif) 4px 8px no-repeat;
}

#content #tabmenu ul li.tab2 {
	background: url(../gfx/bkgr_calender_tab2.gif) 4px 8px no-repeat;
}

#content #tabmenu ul li a, #content #tabmenu ul li span {
	background: #FFF;
	padding: 0 5px;
}

#calendar a.event2 .time, #tabmenu span.event2 {
	background: url(../gfx/bkgr_event1.gif) repeat-x;
	width: auto;
}

#calendar a.event1 .time, #calendar a.event2 .time {
	float:left;
}

#calendar .time span {
	padding: 0 2px;
	background: #FFF;
	margin-left: 6px;
	width: 25px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 28px;
}

a {}

#calendar .othermonth .time span {
	/*background: #CBDCE0;*/
	background: #F5F5F5;
}

#calendar .current .time span {
	background: #F5F8F9;
}
#content #dateselect .button {
	float: left;
	margin: 2px 0 0 10px;
}

#content #dateselect .button a {
	display: block;
	padding: 0 0 0 8px; 
	background: transparent url(../gfx/arrow_link.gif) 0 5px no-repeat;
	text-decoration: none;
}

#content #dateselect .button a:hover {
	color: #95363E;
}

.elements {
	float: left;
}

