body {
	font-family: Arial;
	font-size: 12px;
	background: #3d3d3d url(../images/bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

/*
div {
	border: 1px solid black;
}
*/

a {
	color: #59a7f1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #59a7f1;
	font-weight: bold;
	text-decoration: underline;
}

a img {
	border: none;
}

/*
input {
	margin: 2px;
	border: 1px solid #a5a5a5;
	width: 125px;
	height: 15px;
	padding: 0;
	font-size: 11px;
}
*/

.main_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 790px
}

.top_image {
	width: 790px;
	height: 77px;
	border: none;
	background: #000000 url(../images/top-2009-03.jpg);
}

.upper_index_navi {
	text-align: center;
	width: 375px;
	position: relative;
	margin-right: auto;
	top: 36px;
	left: 73px;
	color: #686868;
	font-size: 16px;
}

.upper_index_navi a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.upper_index_navi a:hover {
	text-decoration: none;
}

.mainos {
	width: 522px;
	height: 245px;
	border: none;
	float: left;
}

#calendar {
	background: url(../images/action_bg.gif);
	height: 177px;
	width: 258px;
	float: left;
	padding-left: 10px;
	color: white;
	font-weight: bold;
}

#toggle_month {
	padding: 5px;
	font-family: Arial;
	font-size: 20px;
}

#toggle_month a {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial;
}

#toggle_month a:hover {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

.action_top {
	width: 268px;
	height: 55px;
	border: none;
}

.action_bot {
	width: 268px;
	height: 13px;
	border: none;
}

.nyt_club_video_top {
	width: 790px;
	height: 59px;
	border: none;
}

.nyt_outer {
	float: left
}

.nyt_inner {
	background: url(../images/nyt_bg.gif);
	height: 125px;
	width: 254px;
	text-align: left;
	font-size: 11px;
}

.nyt_bottom {
	background: url(../images/nyt_bottom.gif);
	width: 224px;
	height: 32px;
	border: none;
	text-align: left;
	padding: 15px 10px 10px 20px;
	font-size: 11px;
}

.nyt_bottom a {
	color: #0a4d9e;
}

.club {
	background: url(../images/club_bg.jpg) no-repeat;
	height: 182px;
	width: 254px;
	float: left;
	margin-left: 14px;
	text-align: left;
}

.club a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.club a:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
	font-size: 12px;
}

.video_bot {
	width: 254px;
	height: 21px;
	border: none;
}

.info_container {
	clear: both;
	background: url(../images/bottom.png);
	color: #b0b0b0;
	font-size: 11px;
	font-family: Arial;
	width: 743px;
	height: 37px;
	text-align: left;
	padding-left: 47px;
	margin-bottom: 15px;
}

.info_text {
	position:relative;
	top: 1px;
}

.calendar_table {
	border: none;
	cell-spacing: 3px;
	cell-padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.calendar_top_cell {
	background: #EFEFEF;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 11px;
}

.calendar_main_cell {
	font-weight: normal;
	background: #FFFFFF;
	color: #0a4d9e;
	padding: 4px 6px 4px 6px;
	font-size: 11px;
	cursor: pointer;
	background: #c1d5ed;
}

.calendar_main_cell_no_happ {
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	padding: 4px 6px 4px 6px;
	font-size: 11px;
}

.calendar_today_main_cell {
	font-weight: normal;
	background: #0a4d9e;
	color: #FFFFFF;
	padding: 4px 6px 4px 6px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	cursor: pointer;
}

.calendar_today_main_cell_no_happ {
	font-weight: normal;
	background: #0a4d9e;
	color: #FFFFFF;
	padding: 4px 6px 4px 6px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
}

.calendar_empty_main_cell {
	font-weight: normal;
	background: #d4d4d4;
	color: blue;
	padding: 5px 6px 5px 6px;
	font-size: 11px;
}

.hidden {
	position: absolute;
	display: none;
	z-index: 1000;
	border: 1px solid #878787;
	background: #EFEFEF;
	padding: 15px;
	font-size: 11px;
}

.ajax_wrapper {
	position: relative;
}

.calendar_divider {
	width: 100%;
	background: #898989;
	color: #898989;
	height: 1px;
	border: none;
	padding: 0;
	margin: 5px 0 5px 0;
}

.video_wrapper {
	float: left;
	margin-left: 14px;
}

.video {
	background: url(../images/video_bg.gif);
	height: 161px;
	width: 254px;
}

.close_x {
	border: 1px solid #676767;
	padding: 0 2px 0 2px;
	float: right;
	cursor: pointer;
	font-size: 10px;
	font-family: Verdana;
	vertical-align: super;
	position: relative;
	top: -3px;
	left: 3px;
	margin: 0;
	color: #676767;
}

h3 {
	color: #59a7f1;
	font-size: 17px;
	font-weight: bold;
}

.login {
	padding-top: 4px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 88px;
	text-align: center;
	float: right;
}

.login:hover {
	text-decoration: underline;
}

.register {
	font-weight: bold;
	color: #1c4185;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

.register:hover {
	text-decoration: underline;
}

.submit {
	width: 70px;
	height: 20px;
}

.errors {
	font-weight: bold;
	color: red;
	line-height: 15px;
}

form {
	display: inline;
}

.news_article {
	background: url(../images/news_bg.gif);
	width: 179px;
	height: 30px;
	overflow: hidden;
	position: relative;
	left: 5px;
	border-bottom: 1px solid #bcd7ea;
	padding: 35px 50px 10px 15px;
	cursor: pointer;
}

.news_article_2 {
	background: url(../images/news_bg_2.gif);
	width: 179px;
	height: 29px;
	overflow: hidden;
	position: relative;
	left: 5px;
	padding: 10px 50px 10px 15px;
	cursor: pointer;
}

.nyt_inner a {
	color: #0a4d9e;
	font-weight: bold;
	text-decoration: none;
}

.nyt_inner a:hover {
	color: #0a4d9e;
	font-weight: bold;
	text-decoration: underline;
}

.otsikko {
	color: #357dc5;
	font-size: 18px;
	font-weight: bold;
}

.slide {
	cursor: pointer;
	position: relative;
	top: 2px;
}


.sub_pages a {
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #464646;
	font-size: 11px;
}

.sub_pages a:hover {
	text-decoration: underline;
	color: #464646;
	font-size: 11px;
}


.event_header {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.event_header:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.club input, .reg input {
	margin: 2px;
	border: 1px solid #a5a5a5;
	width: 125px;
	height: 15px;
	padding: 0;
	font-size: 11px;
}

.inner_tree {
	left: -15px;
	position: relative;
	line-height: 12px;
}

.inner_tree a {
	font-weight: normal;
	line-height: 14px;
}

.inner_tree a:hover {
	font-weight: normal;
	line-height: 14px;
}

.main_copyright {
	clear: both;
	background: url(../images/bottom_main.png);
	width: 775px;
	height: 61px;
	text-align: left;
	padding-left: 47px;
	color: #b0b0b0;
	font-size: 11px;
	font-family: Arial;
}


.main_copyright a, .info_container a {
	color: #b0b0b0;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.main_copyright a:hover, .info_container a:hover {
	color: #b0b0b0;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
}

.main_top {
	background: url(../images/inner_top.jpg) no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 804px;
	height: 70px;
	text-align: right;
	padding: 66px 18px 0 0;
	position: relative;
}

.main_top a {
	color: #FFFFFF;
}

.logged_in {
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	z-index: 1;
}

/* inner page */

#main {
	background: #3d3d3d url(../images/bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

#main div#main_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 822px;
}

#main_inner_container {
	width: 822px;
	background: url(../images/inner_main_bg.gif);
	/* position: relative; */
}

#main_inner_left {
	 width: 175px;
	 margin-left: 4px;
	 float: left;
	 text-align: right;
	 padding: 30px;
}

#main_inner_right {
	float: right;
	width: 570px;
	text-align: left;
	/* position: absolute; */
}

#main_inner_right_content {
	margin: 10px 46px 37px 46px;
	color: #464646;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	background: white;
}

.clearer {
	clear: both;
}