html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

html {
	background-color: #f5f5f5;
	overflow-y: scroll;
}

body {
	background-color: #ffffff;
}

/*
html, body, td {
	font-size: 14px;
}
*/

img {
	border: 0px;
}

div#top {
	position:relative;
	top:0;
	left:0;
	width: 100%;
	height: 36px;
	background-color: #CDDAEB;
}

table#top_table {
	position: absolute;
	left: 50%;
	top: 4px;
	width:967px;
	margin-left: -483px;
}

table#top_table td, table#top_table td a {
	color: #000;
}

input#top_search {
	float:left;
	margin-top: 1px;
	border:1px solid #808080;
	height:19px;
	width:159px;
}

input#top_search_button {
	margin-top: -1px;
}

div#container {
	width: 967px;
	margin: 0 auto;
}

div#logo {
	height: 100px;
	width: 575px;
	margin: 10px 0 0 4px;
}

div#top_navigation_tabs {
	position: absolute;
	left: 50%;
	top: 109px;
	margin-left: 340px;
	width:130px;
}

div#top_navigation {
	clear:both;
	width: 967px;
	height: 45px;
	background: #fff url(images/navi_bg.gif) top left no-repeat;
}

div#navi_1, div#navi_2, div#navi_3, div#navi_4, div#navi_5 {
	text-align: center;
	padding-top: 10px;
}

div#navi_1 {
	background: transparent url(images/navi_1.jpg) top left no-repeat;
	/*float:left;*/
	width:130px;
	height:40px;
}

div#navi_2 {
	background: transparent url(images/navi_2.jpg) top left no-repeat;
	float:left;
	width:118px;
	height: 40px;
}

div#navi_3 {
	background: transparent url(images/navi_3.jpg) top left no-repeat;
	float:left;
	width:135px;
	height: 40px;
}

div#navi_4 {
	background: transparent url(images/navi_4.jpg) top left no-repeat;
	float:left;
	width: 150px;
	height: 40px;
}

div#navi_5 {
	background: transparent url(images/navi_5.jpg) top left no-repeat;
	float:left;
	width: 87px;
	height: 40px;
}

div#navigation {
	clear:both;
	width: 967px;
	border: 1px solid #000;
}

div#imagenavigation {
	clear:both;
	width: 967px;	/* Sisällön leveys */
	margin-left: 3px;
	height: 124px;
	padding-top: 7px;
}

img.imagenavigation {
	width:240px;
	height:115px;
	float:left;
}

div#topcontent {
	width:665px;	/* 610px */
	float:left;
	margin: 11px 0 0 3px;
	/*
	width: 961px;
	height: 323px;
	*/
}

div#lefttopcontent {
	width:664px;	/* 609px */
	float:left;
	border: 1px solid #dedede;
	/*height: 323px;*/
}

div#lefttopcontent img{
	border-bottom: 1px solid #dedede;
}

div#lefttopcontenttext {
	margin: 10px 10px 15px 10px;
}

div#lefttopcontenttext p {
	margin:0;
	padding:0;
}

div#righttopcontent {
	float:left;
	width: 280px;	/* 335px */
	height:auto;
	margin: 11px 0 0 15px;
	padding-bottom: 40px;
}

div#content {
	clear:both;
	width: 961px;
	margin: 8px 0 0 3px;
	
}

div#leftcontent {
	margin-top:10px;
	padding-bottom:50px;
	float:left;
	width: 239px;
	padding-right:6px;
}

div#gastatistics {
	margin: 15px 15px 0 15px;
	line-height: 20px;
}

div#pagetree {
}

div#menutitle {
	margin: 10px 15px;
	font-weight:bold;
	color: #0053FB;
}

div#middlecontent {
	float:left;
	width:394px;	/* 344px */
	padding: 15px 9px 15px 15px;
}

div#rightcontent {
	float:left;
	width:335px;
	margin-left:17px;
}

div#pagetext {

}

div#footer {
	background: #ffebd6 url(images/footer_bg.gif) 0 0 repeat-x;
	height:145px;
	clear:both;
	padding-top: 10px;
}

div#footercontent {
	margin: 0 auto;
	width: 920px;
	padding: 14px 0 0 20px;
}

div#footercontent_left {
	float:left;
	width:219px;
}

div#footercontent_middle {
	float:left;
	width:490px;
	margin-left:20px;
}

div#footercontent_right {
	float:left;
	width:172px;
	margin-left: 15px;
}

div#widecontent {
	float: left;
	width: 700px;
	margin: 6px 0 0 15px;
	min-height:280px;
}

input.emaillistinput {
	border: 1px solid #666;
}

/*
div#pageimage {
	margin-bottom: 22px;
}
*/
img.pageimage {
	margin-bottom: 22px;
}

/* ----- <BOX> ----- */
div.blackline {
	border: 2px solid #000;
	margin-bottom:4px;
}

div.uppermargin {
	margin-top:12px;
}

div.box {
	border: 1px solid #dedede;
	padding-bottom: 15px;
}

div.boxheader {
	font-size:120%;
	background-color: #dedede;
	height:28px;
	padding: 4px 15px 0 15px;
}

div.box_rss {
	float:right;
	width:16px;
	height:16px;
	margin: 8px 9px 0 0;
}
/* ----- </BOX> ----- */



/* ----- <NEWS> ----- */
div.newsItem {
	margin: 7px 15px 7px 15px;
}

h3.newsheader {
	font-size: 100%;
	font-weight:bold;
}

div.news_read_more_link {
	margin-left: 15px;
	padding-top: 5px;
	font-weight: bold;
}
/* ----- </NEWS> ----- */


/* ----- <SEARCH> ----- */
div.search_result_row {
	margin-top: 5px;
	padding:0;
}

div.search_result_header {
	margin: 25px 0 5px 0;
}
/* ----- </SEARCH> ----- */


/* ----- <BANNERS> ----- */
img.bannerimage {
	margin: 8px 0 0 0;
}
/* ----- </BANNERS> ----- */


	
/* ----- <EVENTS> ----- */
div#events {
	margin: 15px 15px 0 15px;
}

div.eventitem {
	margin: 6px 0;
}

div#events_read_more_link {
	font-weight: bold;
	padding-top: 5px;
}
/* ----- </EVENTS> ----- */

/* ----- <LINKLIST> ------ */
div#linklist {
	margin: 15px 15px 0 15px;
}
/* ----- </LINKLIST> ------ */


/* ----- <PROJECTS> ----- */
div#projects {
	margin: 15px 15px 0 15px;
}

div.projectitem {
	margin: 6px 0;
}

div#projects_read_more_link {
	font-weight: bold;
	padding-top: 5px;
}

div#projectstatus {
}
/* ----- </PROJECTS> ----- */



/* ----- <HEADERS> ----- */
h1, .pageheader {
	font-size: 140%;
	color: #000;
	padding: 0px;
	margin:0;	
	font-weight:normal;
}

h2 {
	font-size: 120%;
}
/* ----- </HEADERS> ----- */



/* ----- <LINKS> ----- */
a {
	color: #0053fb;
	text-decoration: none;
}

a:link, a:visited {
	color: #0053fb;
	text-decoration: none;
}

a:hover, a:active {
	color: #0053fb;
	text-decoration: underline;
}

div#pagetext a:visited {
	color: #6402e9 !important;
}

/* ----- </LINKS> ----- */



/* ----- <MENU> ----- */

/* TOPMENU */
ul.topmenu {
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	list-style-type: none;
	color: #0053fb;
}

ul.topmenu li.topmenu {
	display:inline;
	padding: 0px;
	margin: 0 5px;
}

ul.topmenu li.topmenu span.separator {
	border-left: 1px solid #000;
	margin: 0 15px;
	padding: 12px 0;
	/*font-size:14px;		 Pystyviiva pysyy samana riippumatta fontin koosta */
}

a.topmenu_close {
	font-size: 18px !important;
	text-decoration: none;
}
a.topmenu_close:link, a.topmenu_close:visited {
	color: #000000;
}
a.topmenu_close:hover, a.topmenu_close:active {
	color: #777;
}

a.topmenu_open {
	color: #777;
	font-size: 18px !important;
	text-decoration:none;
}
a.topmenu_open:link, a.topmenu_open:visited {
}
a.topmenu_open:hover, a.topmenu_open:active {
}

/* EXPANDING MENU */
ul.menu {
	list-style-position: inside;
	margin: 10px 0 0 15px;
	padding:0;
	list-style-type: none;
	color: #777;
}
ul.menu li {
	display:block;
	padding: 2px 0;
}
ul.menu li.submenu1 {
	margin-left: 15px;
}
ul.menu li.submenu2 {
	margin-left: 30px;
}
ul.menu li.submenu3 {
	margin-left: 45px;
}
ul.menu li.submenu4 {
	margin-left: 60px;
}
ul.menu li.submenu5 {
	margin-left: 75px;
}
ul.menu li.submenu6 {
	margin-left: 80px;
}

a.menu_close {
	font-size: 100%;
	text-decoration: none;
}
a.menu_close:link, a.menu_close:visited {
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: underline;
}

a.menu_open {
	text-decoration: underline;
}
a.menu_open:link, a.menu_open:visited {
}
a.menu_open:hover, a.menu_open:active {
	text-decoration: underline;
}

a.submenu_close {
	font-size: 100%;
}
a.submenu_close:link, a.submenu_close:visited {
}
a.submenu_close:hover, a.submenu_close:active {
	text-decoration: underline;
}

a.submenu_open {
	font-size: 100%;
	text-decoration:underline;
}
a.submenu_open:link, a.submenu_open:visited {
}
a.submenu_open:hover, a.submenu_open:active {
}

a.subsubmenu_close {
	text-decoration:none;
}
a.subsubmenu_close:link, a.subsubmenu_close:visited {
}
a.subsubmenu_close:hover, a.subsubmenu_close:active {
	text-decoration:underline;
}

a.subsubmenu_open {
	text-decoration:underline;
}
a.subsubmenu_open:link, a.subsubmenu_open:visited {
}
a.subsubmenu_open:hover, a.subsubmenu_open:active {
	text-decoration:underline;
}
/* ----- </MENU> ----- */

form {
	margin: 0px;
}

/* <ADMIN-TOOLS> */

div#admin_tools {
	margin:0;
	padding:0;
	width:100%;
	height:60px;
	background-color: #fff;
	border-bottom: 3px double #000;
}

img#admin_logo {
	margin:10px 0 0 10px;
}

div#adminpanel {
	font-family: Arial, Helvetica;
	background-color: #FDC874;
	border: 2px solid #F39500;
	width:200px;
	position: absolute;
	top: 9px;
	right: 10px;
	padding:5px;
}

div#adminpanel h4 {
	margin:5px;
	padding:0;
	font-size: 14px;
}

div#adminpanel.close {
	height:27px;
}

div#adminpanel.open {
	height:auto;
}

p#admintools {
	line-height:16px;
	font-size:12px;
	display:none;
	margin-left:5px;
}

p#admintools a {
	color:#8f5801;
	text-decoration:none;
}

p#admintools a:hover {
	color:#8f5801;
	text-decoration:underline;
}
/* </ADMIN-TOOLS> */

div#addthis {
	margin-top: 25px;
	clear:both;
	padding-top:5px;
}

p.error {
	color: #c00;
	font-weight: bold;
}

p.success, p.ok {
	color: #0c0;
	font-weight:bold;
}

/* <FEEDBACKFORM> */

table#feedbacktable {
	width: 390px;
}

table#feedbacktable td {
	vertical-align: top;
}

input.feedbackfield, select.feedbackfield, textarea.feedbackfield, input#spamblockfield {
	width: 250px;
}

/* </FEEDBACKFORM> */

/* 10.11.2010, Tomi */
span.personCategoryName {

}

a.personCategoryLink {
	margin-left: 20px;
}

span.personSubcategoryName {
	margin-left: 20px;
}

a.personSubcategoryLink {
	margin-left: 35px;
}

span.personCategorySpacer {
	display:block;
	height:5px;
}

/* 11.01.2011, Tomi */
div#supportset_associations {
	float:right;
	width:230px;
	padding:10px;
	border: 1px solid #ccc;
	margin-top: 40px;
}

/* 14.01.2011, Tomi */
a.sub_menu_open {
	text-decoration: underline;
}

/* 18.01.2011, Tomi */
select.joinform, input.joinform, textarea.joinform {
	width: 340px;
}

/* 19.01.2011, Tomi */
div#pagetext table {
	width: 100%;
}

/* 17.02.2011, Tomi */
ol#favouritepages {
	padding:0;
	margin: 0 0 0 20px;
}


/* <EVENTS> */
	@import url('events.css');
/* </EVENTS> *//* ADMIN */

img.ui-datepicker-trigger {
	margin: 0 0 -2px 6px;
}

div.coordinator_edit:hover {
	background-color: #eee;
}

span.name {
	width: 240px;
	display: inline-block;
}

span.modify {
	cursor: pointer;
	color: #00c;
}

span.save {
	cursor: pointer;
	color: #0c0;
	display:none;
}

span.add {
	cursor: pointer;
	color: #0c0;
}

span.delete {
	cursor: pointer;
	color: #c00;
}

table#events td {
	vertical-align: top;
}

/* PUBLIC */

a.read_more{
	color: #67af24;
	padding-right: 16px;
	background: transparent url(images/laheta_pallo.png) no-repeat center right;
}

a.more_info{
	/*
	width: 65px;
	background: transparent url(images/pallo_alas.png) no-repeat center right;
	display: block;
	color: #67af24;
	*/
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.less_info{
	/*
	width: 65px;
	height: 20px;
	color: #67af24;
	background: transparent url(images/pallo_ylos.png) no-repeat center left;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	*/
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3.toggle{
	cursor: pointer;
	margin: 0px;
	padding: 10px;
}

a.read_more_white{
	color: #fff;
	padding-right: 16px;
	/*
	background: transparent url(images/laheta_pallo.png) no-repeat center right;
	*/
}

a.back{
	color: #67af24;
	padding-left: 16px;
	/*
	background: transparent url(images/pallo_vasen.png) no-repeat center left;
	*/
}

.day_event{
	background: #ddd; 
	color: #67AF24;
}

div.event, div.tarjous{
	background: #efefef; 
	/*width: 540px; */
	margin: 20px 0 2px 0;
	height: auto;
	padding-bottom: 10px;
}
div.tarjous_teksti, div.event p{
	margin: 5px 10px;
}


table#calendarView{
	/*
	float: left;
	margin-top: 18px;
	margin-left: 40px;
	*/
	width: 250px !important;
	text-align: center;
	font-weight: bold;
}
td.today{
	background: #aaa;
}
td.nobg{
	background: #ccc;
	font-weight: normal;
}
td#month_header{
	text-align: center; 
	background: #aaa; 
	width: 200px;
	color: #fff;
}
a.changeCalendarMonth{
	color: #fff;
}

/* TAGS */

div.tag {
	padding: 2px 5px;
	border: 2px solid #c00;
	float:left;
	margin: 10px 10px 0 0;
}

/* COORDINATOR */

div.coordinator {
	padding: 2px 5px;
	border: 2px solid #c00;
	float:left;
	margin: 10px 10px 0 0;
}

p.event_header {
	font-weight:bold;
}

span.event_subscribe_link {
	display: block;
	float: right;
	margin: 10px 15px 0 0;
}

div#event_subscribe_header {
	margin: 10px 0;
	font-weight:bold;
}

div#signupform {
	line-height:22px;
	margin:5px 10px;
}

div#signupform input.regular, div#signupform textarea.regular {
	width: 300px;
}

div#signupform textarea.regular {
	font-family:inherit;
	font-size:inherit;
}

/* 27.01.2011, Tomi */
div#signup_payment_association {
	display:none;
}

div#signup_payment_person {

}

