body {
	margin:0;
	padding:0;
	font:12px Trebuchet MS, arial;
	background: url(../images/body_bg.jpg) repeat-x;
	color: #2D2D2D;
	background-color: #070707;
}

h1, .otsikko1 {
	font-size: 30px;
	color:#E60039;
	margin: 0px;
	margin-bottom: 10px;
}

h2, .otsikko2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 24px;
}

h3, .otsikko3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size:18px;
	color:#E60039;
}
h4, .otsikko4{
	margin: 0px;
	margin-bottom: 10px;
	font-size:18px;
	color:white;
}
table.actionswrapper td {
	padding-left: 10px;
	padding-right: 10px;
}

table.actionswrapper td a {
	font-weight: bold;
	color: #626870;
}

a {
	text-decoration: underline;
	color: #E60039;
}

a:hover {
	text-decoration: none;
}

.rightContent input.text {
	border: solid 1px #A4A9AE;
	background: none;
	font: 10px tahoma;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

div#headerwrapper {
	height: auto;
	margin: 0px auto;
	background-image: url(../images/headertausta.jpg);
	background-repeat: repeat-x;
}

div#maincontentwrapper {
	padding-top: 15px;
	background-color: white;
	background-image: url(../images/content_bg.jpg); background-position: bottom left; background-repeat: repeat-x;
}

div.pageContent .content,
div.pageContent_thick .content {
	background-image: url(../images/big_divider.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
	/*line-height: 1.5em;*/
}

.content a {
	color: #FF3000;
	text-decoration: underline;
}

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

/********************************
YLÄDIVIN ASETTELU
************************************/

div.topDiv .rightContent {
	float: right;
	padding-right: 10px;
	padding-top:5px;
}
div.topDiv .rightContent .topactions
{
	padding-right:10px;
}
div.topDiv .rightContent .topactions a
{
	line-height:19px;
	/*padding-right:10px;*/ padding:0px 5px; color:#626870;
}
div.topDiv .rightContent form, div.topDiv .rightContent .topactions{
 float:left;
}
div.topDiv .leftContent {
	padding-left:10px;margin-top:10px;
	float:left;
}
div.topDiv .rightContent p {
	padding:0px 5px 0px 5px;
	float:left;
}
/********************************
NAVIGAATION TYYLIT JA ASETTELUT
************************************/

div#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div#navigation ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li a {
	display: block;
	font: bold 15px Trebuchet MS;
	padding-right:10px;
	text-decoration: none;
	color:black;
	background: url(../images/topnavispacer.jpg) no-repeat center right;
}
div#navigation ul li a.last {
	background:none;
}
div#navigation ul li a.last_current{
	background-image: none;
	color:#EB3361;
}
div#navigation ul li a:hover,
div#navigation ul li a.current:hover {
	text-decoration: none;
	color:#EB3361;
}

div#navigation ul li a.current {
	background: url(../images/topnavispacer.jpg) no-repeat center right;
	text-decoration: none;
	color:#EB3361;
	
}

/**************************
	HOVER DROPDOWN
****************************/
/*Alemmat valikkotasot*/
div#navigation ul ul li {
	width: 200px;
	height:24px;
	padding: 0px;
	margin: 0px;
	display: inline;
	position: relative;
	text-align: left;
}

div#navigation ul li ul {
	margin-top: 0px;
	width: 200px;
	z-index: 100;
	border-top: solid 1px #000000;
	border-bottom: solid 3px #000000;
}

/* third-and-above-level lists */
div#navigation ul li ul ul { 
	margin-top: -20px;
	margin-left: 149px;
	border: solid 1px #000000;
}

/*Linkit alemmilla valikkotasoilla*/
div#navigation ul ul li a {
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	font-size: 100%;
	font-weight: normal;
	color: #EFF5F6;
	text-decoration: none;
	width: 180px;
	background-image: url(../images/dropnavi_normal.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


div#navigation ul ul li a.last_current {
	background-image: url(../images/dropnavi_last_highlight.gif);
	color:#EB3E00;
}

div#navigation ul ul li a.current {
	background-image: url(../images/dropnavi_highlight.gif);
	color:#EB3E00;
}

div#navigation ul ul li a.last {
	background-image: url(../images/dropnavi_last_normal.gif);
}

div#navigation ul li ul li ul {
	border:none;
}

div#navigation ul ul li a:hover,
div#navigation ul ul li a.current:hover {
	background-image: url(../images/dropnavi_highlight.gif);
	color: #ffffff;
}

div#navigation ul ul li a.last:hover, 
div#navigation ul ul li a.last_current:hover {
	background-image: url(../images/dropnavi_last_highlight.gif);
	color: #ffffff;
}
/************************
LOGON TYYLIT JA ASETTELUT
***************************/
div#logo {
	background-image:url(../images/logo_bg.jpg); background-repeat:no-repeat;
	background-position:center;
	height:325px;
	margin-top:0px;
}

div#logo .slogan {
	float:right;
	margin-right:50px;
	margin-top:50px;
}

div#header {
	background-image:url(../images/header.jpg); background-repeat:no-repeat;
	height:336px;
	width:821px;
	margin:0px auto;
}
div#header #navigation {
	padding-top:35px;
	float:right;
	height:20px;
	padding-right:19px;
}
div#header .headertext{
	padding-top:30px;
	padding-right:30px;
	margin-left:290px;
	color:white;
}
div#header .headermiddle .video{
	float:left;
	width:288px;
	padding-left:86px;
	padding-right:30px;
}
div#header .headermiddle{
	padding-top:47px;
}
/************************
PÄÄSISÄLLÖN DIVI "WRAPPER"
***************************/
	div#mainContent {
	width:779px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 25px;
}
/*************************
FOOTERIN DIVI JA ASETTELUT
*************************/
div#footer {
	background-color: #252B32;
	width:100%;
	margin-bottom:10px;
	color:white;
	background: url('../images/footerbg.jpg') top left repeat-x;
}

div#footer .content {
	text-align:left;
	margin:0px auto;
	padding-top:20px;
	padding-left:92px;
	width:779px;
}
/*************************
Vasen navigaatio
*************************/
div#leftNavigation {
	width: 156px;
	float: left;
	padding-left: 29px;
}

div#leftNavigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#leftNavigation ul li a {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/leftnavi_normal.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	display: block;
	line-height: 24px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	height:1%;
}

div#leftNavigation ul li a.current {
	background-image: url(../images/leftnavi_current.gif);
}

div#leftNavigation ul li a:hover {
	background-image: url(../images/leftnavi_highlight.gif);
	color: #767D87;
}

div#leftNavigation ul li a.current:hover {
	background-image: url(../images/leftnavi_current.gif);
	color: #767D87;
}

div#leftNavigation ul li ul li a {
	background-image: url(../images/leftnavi_2_normal.gif);
	padding-left: 14px;
	font-size: 10px;
}
div#leftNavigation ul li ul li ul li a{
	background-image: url(../images/leftnavi_2_normal.gif);
	padding-left: 24px;
	font-size: 10px;
}
div#leftNavigation ul li ul li a.current {
	background-image: url(../images/leftnavi_2_highlight.gif);
}

div#leftNavigation ul li ul li a:hover {
	background-image: url(../images/leftnavi_2_highlight.gif);
	color: #767D87;
}

div#leftNavigation ul li ul li a.current:hover {
	background-image: url(../images/leftnavi_2_highlight.gif);
	color: #767D87;
}

/*************************
Oikean puolen nosto
*************************/
div.rightLift {
	float:left;
	width: 190px;
	padding-left: 25px;
}

div.rightLift ul {
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
}

div.clear {
	clear:both;
}
div.rightLift .content{
	padding-bottom:10px;
}
/***********************
COLS
***********************/
div.twocols {
	padding:10px 0px;
}

div.twocols .col1, div.twocols .col2 {
	width:45%;
	float:left;
}

div.twocols .col1 {
	margin-right:5px;
	
}
div.col1 .coltext,div.col2 .coltext, div.col3 .coltext{
	padding-right:20px;
}
div.twocols .col2 {
	margin-left:5px;
}

div.pageContent_thick {
	width: 315px;
	float: left;
	padding: 0px 25px 0px 30px;
}

div.onecol {
	margin-bottom:10px;
}

table.actionswrapper {
	margin:10px auto;
}

div.pageContent {
	width:493px;
	float:left;
	padding:0px 25px 0px 45px;
	background:url(../images/rightliftspacer.gif) top right repeat-y;
}

div.pageContent .col1 {
	font-size: 11px;
}

input.button {
	background: url(../images/search.jpg);
	background-repeat: no-repeat;
	width: 11px;
	border: none;
	background-position: 0px 3px;
}

form {
	padding: 0px;
	margin: 0px;
}

img.imgFloatLeft {
	float: left;
	margin-right: 5px;
}
/*******************
	UUTISET
*******************/
div.arkisto {
	float:left;
}

div.arkisto a {
	display: block;
	font-family: tahoma;
	font-size: 11px;
	color: #252B32;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
}

div.arkisto a:hover {
	text-decoration: none;
	color: #525860;
}

div.uutinen .pvm {
	font-weight: bold;
	letter-spacing: 1px;
}

div.uutinen,
div.rightLift .content {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.uutinen {
	background-image: none;
}

div.uutinen h3 {
	color: #EB3E00;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}

div.uutinen h3 a {
	text-decoration: none;
	color: #EB3E00;
}

div.uutinen h3 a:hover {
	color: #525860;
	text-decoration: none;
}

td.meFormPublicTitle {
	vertical-align: top;
	width: 100px;
}

td.meFormSubmitCol {
	text-align: right;
}

table.meFormPublicTable input.meFormSubmit,
table.meFormPublicTable input.meFormReset {
	width: 75px;
}


table.meFormPublicTable input, textarea{
	width: 300px;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #626870;
	border: solid 1px #E0E0E0;
	background: #F7F5F5;
	font-family: tahoma;
}


.content li a {
	color: #626870;
}
table.meCommentEditor input, table.meCommentEditor input.button{
	color: #626870;
	border: solid 1px #A4A9AE;
	background: none;
}
table.meCommentEditor input.button{
	width:100px;
}
/*** KALENTERITYYLIT *******/

table.calendar tr td.otherMonth{
	color:#BCB7B7;
}

table.calendar a{
display:block;
text-decoration:none;
}

table.calendar td.month a{
display:inline;
}

table.calendar tr td{
	width:20px;
	text-align:center;
	color:black;
	padding: 3px;
}


table.calendar tr td.currentDay{
color:#FF3000;
font-weight:bold;
text-align:center;
}

table.calendar{
background:##EFF5F6;
margin:auto;
background-position:right center;
}

table.calendar td.weekNumber{
font-weight:bold;
text-align:center;
}

td.past{
	background:#C8CABD;
}

td.coming{
	background:#A6C0DB;
}

tr.colorcodes td{
	border:1px black solid;
}

td.colorcode1{
	width:20px; background:#A6C0DB;
	height:10px;
	font-size:20px;
}

td.colorcode2{
	width:20px; background:#C8CABD;
	height:10px;
}

/******************
TOOLTIP tyylit
******************/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: white;
	padding: 5px;
	margin:0px;
	opacity: 0.9;
	font:10px tahoma;
}
#tooltip.johdanto{
	padding:0px 5px; margin:0px;
	font:11px tahoma;
}
.multievent{
font:6px tahoma;
	
}
.event_1{
	font:12px tahoma;
	font-weight:bold;
}
/* ilmo */
input.actionButton{
	background:#DEE2E5;
	border:1px #A9ACB0 solid;
	margin-right:5px;
}
input.flatinput{
	background:#DEE2E5;
	border:1px #A9ACB0 solid;
	padding:0px 5px;
}
select.flatinput{
	background:#DEE2E5;
	border:1px #A9ACB0 solid;
}
td.fieldname{
	vertical-align:top;
}
div#upperlifts,div#upperlifts .upperliftWrapper {
	background-color:white;
}

div#upperlifts .upperliftWrapper{
	width:779px;
	margin:0px auto;
	padding-top:20px;
}
div#upperlifts .upperliftWrapper .cols_2, div#upperlifts .upperliftWrapper .cols_3{
	padding-left:45px;
}
div#upperlifts .upperliftWrapper .cols_2 .col1
{
	float:left;
	width:45%;
	padding-right:10px;
}
div#upperlifts .upperliftWrapper .cols_2 .col2
{
	float:left;
	width:45%;
	padding-left:10px;
}
div#upperlifts .upperliftWrapper .cols_3 .col1{
	float:left;
	width:239px;
	margin-right:5px;
	background:url(../images/naytto.jpg) no-repeat left top;
}
div#upperlifts .upperliftWrapper .cols_3 .col1 table.upperlift_3col_1_title{
	height:127px;
	padding:0px 23px 0px 10px;
	margin-bottom:20px;
}
div#upperlifts .upperliftWrapper .cols_3 .col2{
	float:left;
	width:240px;
	margin:0px 5px;
	margin-right:5px;
	background:url(../images/naytto.jpg) no-repeat left top;
}
div#upperlifts .upperliftWrapper .cols_3 .col2 table.upperlift_3col_2_title{
	height:127px;
	padding:0px 23px 0px 10px;
	margin-bottom:20px;
}
div#upperlifts .upperliftWrapper .cols_3 .col3{
	float:left;
	width:239px;
	background:url(../images/naytto.jpg) no-repeat left top;
}
div#upperlifts .upperliftWrapper .cols_3 .col3 table.upperlift_3col_3_title{
	height:127px;
	padding:0px 20px 0px 10px;
	margin-bottom:20px;
}
table.upperlift_3col_1_title a, table.upperlift_3col_2_title a, table.upperlift_3col_3_title a{
	text-decoration:none;
	color:white;
}
table.upperlift_3col_1_title,
table.upperlift_3col_2_title,
table.upperlift_3col_3_title,
table.upperlift_3col_1_title td,
table.upperlift_3col_2_title td,
table.upperlift_3col_3_title td
{
	width:100%;
}
table.upperlift_3col_1_title a:hover, table.upperlift_3col_2_title a:hover, table.upperlift_3col_3_title a:hover{
	text-decoration:underline;
	color:white;
}