*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
	background: #fff url(../img/bg_body.gif) repeat-x top;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

a
{
	color: #0071A2;
}

a.email
{
	background: transparent url(../img/email.gif) no-repeat;
	padding: 0 0 2px 25px;
}

a.back
{
	background: transparent url(../img/icon_arrow_left.gif) no-repeat;
	padding: 0 0 2px 25px;
}

a.rss
{
	background: transparent url(../img/rss.gif) no-repeat;
	padding: 0 0 2px 25px;
}

p
{
	line-height: 1.6em;
	padding-bottom: 1em;
}

input, select, textarea
{
	border: solid 1px #B3B3B3;
	background-color: #FAFAFA;
	font-size: 0.9em;
}

input.error
{
	border: solid 1px #c00;
	background-color: #FFF4F4;
}

label
{
	display: block;
	float: left;
}

label.error
{
	display: block;
	color: #c00;
}

input.button
{
	background: #0071A2 url(../img/bg_btn.gif) repeat scroll center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 1px solid #0071A2;
	padding: 3px 5px;
	cursor: pointer;
}

.form_success {
	background-color: #DDF7DD;
	padding: 1em 0;
	margin-bottom: 1em;
	border: 1px solid #71CE71;
	color: #444;
}

.form_success li
{
	list-style-type: none;
	background: transparent url(../img/icon_tick.gif) no-repeat left center;
	padding-left: 25px;
}

.form_error {
	background-color: #F4DFDF;
	padding: 1em 0;
	margin-bottom: 1.5em;
	border: 1px solid #CE7171;
	color: #444;
}

.form_error li
{
	list-style-type: none;
	background: transparent url(../img/icon_exclamation.gif) no-repeat left center;
	padding-left: 25px;
	margin: 5px 0;
}

.clear
{
	clear: both;
}

#wrapper
{
	width: 760px;
	margin: 0 auto 20px auto;
}

#header
{
	height: 110px;
	margin-bottom: 1em;
}

#header a
{
	outline: none;
}

#left
{
	width: 260px;
	float: left;
}

#left h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	/*border-bottom: 1px solid #B3B3B3;*/
}

#left p
{
	font-size: 0.9em;
}

#left .box
{
	/*background: transparent url(../img/bg_box_left.gif) repeat-x bottom left scroll;*/
	margin-bottom: 2em;
	padding: 0.5em 0.5em 0 0.5em;
}

#left .calender
{
	width: 100%;
	font-size: 0.9em;
}

#left .calender th table td
{
	border: none;
}

#left .calender td, #left .calender th
{
	border: 1px solid #DCE8F3;
	text-align: center;
	padding: 2px 0;
} 

#left .calender .month
{
	border: none;
	border-bottom: 1px solid #0071A2;
	font-size: 1.1em;
	color: #666;
}

#left .calender .month a
{
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}

#left .calender .month a:hover
{
	text-decoration: underline;
}

#left .calender .weekday
{
	background-color: #DCE8F3;
	font-weight: normal;
	color: #444;
}

#left .calender .empty_day
{
	border: none;
}

#left .calender .day
{
	background-color: #F7FAFC;
}

#left .calender .today
{
	background-color: #FFEED4;
}

#left .calender .day_earlier
{
	background-color: #F0F0F0;
	border: none;
}

#content
{
	float: left;
	width: 460px;
	margin-left: 20px;
}

#header h1
{
	font-size: 1.8em;
	color: #0071A2;
}

#content h2
{
	font-size: 1.6em;
	color: #666;
	border-bottom: 1px solid #B3B3B3;
}

#content h3
{
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #B3B3B3;
	margin: 1em 0;
}

#content .event
{
	margin-bottom: 2em;
}

#content .event .date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#content .event p
{
	padding-bottom: 1em;
}

#content .event ul
{
	padding-bottom: 1em;
	padding-left: 15px;
	line-height: 1.6em;
}

#content .event .footer
{
	background-color: #F5F7FA;
	border-top: 1px solid #DCE8F3;
	border-bottom: 1px solid #DCE8F3;
	font-size: 0.9em;
	padding: 0.5em;
	text-align: right;
}

#content .event .footer .email
{
	float: left;
}

#content .event .footer .typ
{
	float: none;
}

#content .event fieldset
{
	border: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 2em;
	padding-top: 1em;
}

#content .event fieldset legend
{
	padding-right: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
}

#content .event label.error
{
	float: none;
	margin-left: 200px;
}

#content .event form em
{
	color: #c00;
}

/******************************
*				Tooltip				*
******************************/

#tooltip {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 3000;
	border: 1px solid #0071A2;
	background-color: #DCE8F3;
	padding: 5px;
	font-size: 0.9em;
	opacity: 0.85;
	filter: Alpha(opacity=85);
}

#tooltip h3
{
	font-weight: bold;
}

/******************************
*				PageList				*
******************************/

.page_list
{
	text-align: right;
}

.page_list ul
{
	float: right;
	border: 0;
}

.page_list li
{
	list-style-type: none;
	float: left;
	border: 0;
}

.page_list a
{
	display: block;
	min-width: 20px;
	_width: 20px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #DCE8F3;
	
	background: #0071A2 url(../img/bg_btn.gif) repeat scroll center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	border: 1px solid #0071A2;
	padding: 3px 2px;
}

.page_list a:hover
{
	background: #F90 url(../img/bg_btn_hover.gif) repeat scroll center;
}

.page_list a.current
{
	background: #F90 url(../img/bg_btn_hover.gif) repeat scroll center;
}
