@import "navigation.css";

body {
	font-size: 70%;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	background-image: url('/images/background.png');
	padding: 0px;
	margin: 0px;
}

a {
	color: #006633;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#site {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: 1000px;
	min-height:575px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/background_site.png');
}

#logo {	
	text-align: center;
}

#logo img {
	border: none;	
}

#header {
	width: 100%;
	height: 110px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	background-image: url('/images/background_header.png');
}

#header img {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 14px;
}

#title {
}

#content {
	display: block;
	margin: 10px;
	font-family: Arial;
	font-size: 10pt;
}

#contact {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
}

.contact_entry {
	width: 170px;
	height: 10px;
	padding-top: 170px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

.contact_entry a {
	color: #000000;
}

.contact_entry a:hover {
	color: #BEBEBE;
}

#calendar_current_event {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar_current_event a {
	color: #FFFFFF;
}

#calendar_current_event a:hover {
	color: #000000;
}

#calendar_years {
	font-size: 20pt;
	font-weight: bold;
	color: #BEBEBE;
	line-height: 40px;
}

#calendar_years a {
	color: #FFFFFF;
}

#calendar_years a:hover {
	color: #000000;
}

.calendar_group_title {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
}

.calendar_entry_title {
	font-size: 12pt;
	font-weight: bold;
}

.calendar_entry_title a {
	color: #000000;
}

.calendar_entry_title_hidden {
	font-size: 12pt;
	font-weight: bold;
}

.calendar_entry_title_hidden a {
	color: #BEBEBE;
}

.calendar_entry_description {
	text-align: justify;
}

.calendar_entry_participator_count {
	font-style: italic;
}

.calendar_entry_options {
	
}

#event_title {
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#event_content {
	background-color: #FFFFFF;
}

#news_title {
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#news_content {
	background-color: #FFFFFF;
}

#news_footer {
	background-color: #FFFFFF;
	font-size: 8pt;
	font-style: italic;
}

.stopFloat {
	clear: left;
}

.slice {
	float: left;
	display: block;
}

#login_form {
	font-weight: bold;
}

#profile {
	font-family: Arial;
	font-size: 10pt;
}

#user_table tr {
	font-weight: bold;
	height: 35px;
	vertical-align: top;
}

.even {

}

.even:hover {
	background-color: #888888;
}

.odd {
	background-color: #AAAAAA;
}

.odd:hover {
	background-color: #888888;
}



.column {
	float: left;
}

.end_column {
	float: none;
	clear: left;
}

.right_class {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}

.right_entry {
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 15px;
}

.right_list {
	font-weight: normal;
	margin: 0px;
	padding-left: 20px;
}

#right_buttons {
	width: 100%;
	text-align: right;
}
