/* 
======================================================
COLORS
======================================================
Tummempi keltainen: #FBD839
Vaalea keltainen: #FCF0BA
*/

/* 
======================================================
BASIC
======================================================
*/

* { margin: 0; padding: 0; } 

html, body, #wrapper { height: 100%;
							background-color: #325981;
							background-position: left top;
							font-family: Tahoma, Verdana, Arial;
							font-size: 8pt;
							font-weight: normal;
							font-variant: normal;
							color: #000000;
							margin: 0px;
							text-decoration: none;
							min-width:1140px;
					}
body > #wrapper { height: auto; min-height: 100%; }


.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */

img { border: none; }
p { margin: 10px 0px; }
A  {
	color:#0075BB;
	text-decoration: none;
	font-weight: bold;	
	
	
}
A:link,A:visited {
	color:#0075BB;
	text-decoration: none;
	font-weight: bold;	
	
	
}
A:hover {
	color: #ffa825;
	text-decoration: none;
	font-weight: bold;		
}
/*
======================================================
FORMS
======================================================
*/
input[type=text], textarea, select { margin: 0px 0px; border: 1px solid #AAB7C8 !important; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
input[type=text] { padding: 2px 3px; }
input[type=text]:hover, input.hover, textarea:hover, select:hover { border: 1px solid #00BDDE !important; }
input[type=text]:focus, textarea:focus, select:focus { 
	border: 1px solid #AAB7C8 !important; 
	box-shadow: 0 0 3px rgba(0, 0, 255, 1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, 1) !important; 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 255, 1) !important;
}

input[type=password] { margin: 0px 0px; border: 1px solid #AAB7C8 !important; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
input[type=password] { padding: 2px 3px; }
input[type=password]:hover { border: 1px solid #00BDDE !important; }
input[type=password]:focus { 
	border: 1px solid #AAB7C8 !important; 
	box-shadow: 0 0 3px rgba(0, 0, 255, 1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, 1) !important; 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 255, 1) !important;
}

/* 
======================================================
SITE STRUCTURE
======================================================
*/

#main {
	width: 100%;
	height: 100%;
	min-height:795px;
	/*float: left;*/
	/*margin-right: -160px;*/
	padding-bottom: 50px;	/* must be same height as the footer */
	

}
#right-panel > #banner-right {
	text-align: center;
}

#header {
	
	background: #FFF;
	border: 0px solid blue;
	padding: 0;
	background-image: url('../images/sponsori/top_bar_jatke.jpg');
	background-repeat: repeat-x;

}


#header > #logo{
	float: left;
	width:800px;
	height: 115px;
	
}

#header > #search {
	position:absolute;
	
	margin: 5px 0px 0px 5px;
	margin-top:25px;
	left:510px;
}

#header > #login {
	position: absolute;
	left:900px;
	top:0px;
	z-index: 1000;
	
}
#header > #logged {
	position: absolute;
	left:900px;
	top:20px;
	z-index: 1000;
	border:1px solid #000;
	padding:15px;
	min-width:170px;
	
	
}
#login > .login_button,.login_button_hover {
	background-image: url('../images/sponsori/kirjaudu_button.png');
	background-repeat: no-repeat;	
	margin:0px;
	width:88px;
	height:36px;
	cursor:pointer;
	
}
#login > .login_button_hover {
	background-image: url('../images/sponsori/kirjaudu_button_hoover.png');
	background-repeat: no-repeat;	

}
#login > #login_form {
	display:none;
	position:relative;
	z-index: 1000;
	width:200px;
	background-color: #21b5da;
	color: #fff;
	padding:10px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
#header > #banner-top {
	position: absolute;
	left: 190px;
	top: 15px;
}


#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 90px;
	clear: both;
	background-image: url("../images/sponsori/bottom_bar.jpg");
	background-repeat: repeat-x;
}
#content {
	
	/*margin-right: 160px;*/
	margin-left:2%;
	padding: 10px;
	background: none;
	border: 0px solid blue;

}
.content_bg {
	background-image: url("../images/sponsori/content_bg.jpg") ;
	background-repeat: no-repeat;
	background-position: left top;
	
}
#sector_select
{
	background: url("../images/sponsori/laji_bg.png");
	background-repeat: no-repeat;
	width:794px;
	height:296px;
	padding:0px;
	margin-bottom:20px;
}
.selected_sector
{
	height:15px;
	font-size: 11pt;
	margin-bottom: 5px;
	margin-left:5px;
}
.sector_hover {
	font-weight: bold;
	height:15px;
	font-size: 11pt;
	margin-bottom:5px;
	margin-left:5px;
}
.sector {
	height:15px;
	font-size: 11pt;
	margin-bottom:5px;
	margin-left:5px;
}
.css3_div {
	border:1px solid gray;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari ja Chrome */
    border-radius: 5px; /* Tulevaisuutta silmälläpitäen */
	margin-bottom:20px;
	-moz-box-shadow: -2px -2px 7px 0px gray;
	-webkit-box-shadow: -2px -2px 7px 0px gray;
    box-shadow: -2px -2px 7px 0px gray;
	padding: 5px 5px 5px 15px;

}
.css3_div_noshadow {
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari ja Chrome */
    border-radius: 5px; /* Tulevaisuutta silmälläpitäen */
	padding: 5px 5px 5px 5px;

}
.gray_bottom {
	border-bottom:1px solid gray;
	margin-bottom:20px;	
	padding-bottom:5px;
	
}
.emptyBox {
	height:50px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.imageOrig
{
	width:50px;
	height:50px;
	max-width:50px;
	max-height:50px;
	overflow:hidden;
	
}
.imageMedium
{
	
	width:100px;
	
	
}
.imageSmall
{
	
	width:20px;
	max-width:20px;
	min-height:20px;
	max-height:25px;

	
}
.valueName
{
	font-weight: bold;
	color: #0075BB;
	
}
.valueNameVertical
{
	font-weight: bold;
	color: #FFA825;	
}
/* 
======================================================
MENU-1
======================================================
*/

#menu-1-container { 
	position:absolute;
	top:95px;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	color:#FFF;
	font-weight: bold;
	margin-left:10%;

	
}
#menu-1-container a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu-1-container a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu-1-container a:hover {

	text-decoration: underline;
}
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height:	1.0; }
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			137px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width:	100%; }
.sf-menu li:hover { visibility:	inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: left;	position: relative; }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			137px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:	-999em; }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			137px; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a {
	padding: 		.40em 1em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			black;*/
}
/*.sf-menu li {		background: url('../images/sf-menu-li.png') repeat-x; }
.sf-menu li li {	background: url('../images/sf-menu-li.png') repeat-x; }
.sf-menu li li li {	background: url('../images/sf-menu-li-li-li.png') repeat-x; }*/

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		url('../images/sf-menu-li-hover.png') repeat-x;*/
	outline:		0;
	/*color:			red;*/
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/sf-arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/sf-shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off { background: transparent; }

/*
======================================================
MENU-2
======================================================
*/
#menu-2-container { 
	z-index: 1;
	padding-top: 10px;
	height:58px;
}


.sf-menu-2, .sf-menu-2 * { margin: 0; padding: 0; list-style: none; }
.sf-menu-2 { line-height:	1.0; }
.sf-menu-2 ul {
	position:		absolute;
	top:			-999em;
	width:			137px; /* left offset of submenus need to match (see below) */
}
.sf-menu-2 ul li { width:	100%; }
.sf-menu-2 li:hover { visibility:	inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu-2 li { float: left;	position: relative; }
.sf-menu-2 a { display: block; position: relative; }
.sf-menu-2 li:hover ul,
.sf-menu-2 li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu-2 li:hover li ul, ul.sf-menu-2 li.sfHover li ul { top: -999em; }
ul.sf-menu-2 li li:hover ul,
ul.sf-menu-2 li li.sfHover ul {
	left:			137px; /* match ul width */
	top:			0;
}
ul.sf-menu-2 li li:hover li ul, ul.sf-menu-2 li li.sfHover li ul { top:	-999em; }
ul.sf-menu-2 li li li:hover ul,
ul.sf-menu-2 li li li.sfHover ul {
	left:			137px; /* match ul width */
	top:			0;
}

.sf-menu-2 {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu-2 a {
	padding: 		.40em 1em;
	text-decoration: none;
}
.sf-menu-2 a, .sf-menu-2 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			black;
}
.sf-menu-2 li {		background: url('../images/sf-menu-li.png') repeat-x; }
.sf-menu-2 li li {	background: url('../images/sf-menu-li.png') repeat-x; }
.sf-menu-2 li li li {	background: url('../images/sf-menu-li-li-li.png') repeat-x; }

.sf-menu-2 li:hover, .sf-menu-2 li.sfHover,
.sf-menu-2 a:focus, .sf-menu-2 a:hover, .sf-menu-2 a:active {
	background:		url('../images/sf-menu-li-hover.png') repeat-x;
	outline:		0;
	color:			red;
}

/* point right for anchors in subs */
.sf-menu-2 ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu-2 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu-2 ul a:focus > .sf-sub-indicator,
.sf-menu-2 ul a:hover > .sf-sub-indicator,
.sf-menu-2 ul a:active > .sf-sub-indicator,
.sf-menu-2 ul li:hover > a > .sf-sub-indicator,
.sf-menu-2 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*
======================================================
MENU-3
======================================================
*/
#menu-3-container { 
	z-index: 1;
	height:14px;
	padding-top:5px;
}




/*
======================================================
SPONSOR CONTENT 
======================================================

BODY{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 0px;
	text-decoration: none;
}
*/



.menu_sp_hover {
	font-weight: bold;
	font-size: 10pt;
	margin:3px;
	padding:3px;	
	color: #ffa825;
	text-decoration: none;
	font-weight: bold;	
	
}
.menu_sp {
	font-weight: bold;
	padding:3px;
}
.menu_sp_hover a:link {
	color:#0075BB;
	text-decoration: none;
	
}
.menu_sp_hover a:visited {
	color:#0075BB;
	text-decoration: none;
	
	
}
.menu_sp_hover a:hover {
	color: #ffa825;
	text-decoration: none;
	font-weight: bold;	
}

.menu_sp a:link {
	color:#0075BB;
	text-decoration: none;
	
}
.menu_sp a:visited {
	color:#0075BB;
	text-decoration: none;
	
	
}


BODY.print{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
}

IMG{
	border: none;
}

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

INPUT{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding-left: 3px;
}

INPUT.input{
	padding: 4px 3px 2px 3px;
	border: 1px solid #AAB7C8;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	color: #0075bb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


INPUT.button {
	padding: 3px 4px 3px 5px;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #2A4C7E;
	background-color: #DBE8F7;
	border-style: outset;
	cursor: pointer;
}
INPUT.button_small {
	padding: 2px;
	cursor: pointer;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2A4C7E;
	background-color: #DBE8F7;
	border-style: outset;
}
SELECT{
	padding: 4px 3px 2px 3px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	border: 1px solid #AAB7C8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

TEXTAREA{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #AAB7C8;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 3px;
	height: 250px;
}

INPUT.layout_search {
	border: 1px solid #0075bb;
	padding: 2px; 
	color: #0075bb;
	font-size: 10px;
	font-family: Verdana;
	
}

INPUT.layout_search_button { 
	padding: 0px;
	width: 40px;
	color: #0075bb;
	font-size: 10px;
	font-family: Verdana;
	height: 17px;
	border: solid 1px;

}

TD{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}

H1{
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	color: #0075bb;
}
H1.sectorName
{
	color:#00bdde;	
	font-size: 15pt;
}
H1.spOrange {
	color: #ffa825;	
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
}
H1.spClr
{
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	color: #00bdde;	
	
}
H4{
	margin: 5px 5px 0px 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #0075bb;
}

/* TOOLTIPS */
DIV.ttContainer{
	width: 200px;
}
DIV.ttInfo_title{
	padding: 3px;
	background-color: #BFD3FF;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	color: black;
	font-weight:bold;
}
DIV.ttInfo_content{
	padding: 3px;
	background-color: white;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	color: black;
}

DIV.ttError_title{
	padding: 3px;
	background-color: red;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	color: white;
	font-weight:bold;
}
DIV.ttError_content{
	padding: 3px;
	background-color: white;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	color: black;
}


TABLE.ttMonthQuickPick_table{
	border: 1px solid black;
}
TD.ttMonthQuickPick_content{
	background-color: #FFFFFF;
	color: black;
	padding: 2px;
	text-align: center;
}
DIV.ttMonthQuickPickRow{
	padding: 2px 0px 2px 0px;
	background-color: #FFFFFF;
	/*font-weight: bold;*/
	color: #2A4C7E;
}
DIV.ttMonthQuickPickRow_hover{
	padding: 2px 0px 2px 0px;
	cursor: pointer;
	background-color: #DEE9F7;
	/*font-weight: bold;*/
	color: #f90;
}


/* GENRERAL LAYOUT STUFF */
TD.layout_ranking{
	width: 60px;
	padding-top: 4px;
	color: #2A4C7E;
}

DIV.layout_content{
	/*width: 629px;*/
	background-color: #FFFFFF;
	background: url('../images/sponsori/yhteistyopalkki.jpg') no-repeat right top;
	padding: 40px 10px 10px 10px;
	text-align: left;
	
	
}
TD.layout_bottombar{
	border-top: 1px solid #9cf;
	border-left: 1px solid #9cf;
	text-align: left;
	height: 24px;
	background-image: url('../images/hiihtoliitto/bottom_bar.jpg');
}
.layout_bottombar_txt { 
	color: #9cf;
	font-size: 10px;
	font-family: Verdana;
	margin-left: 15px;
	margin-right: 15px;
}
a.layout_bottombar_txt			{ color: #0075bb; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.layout_bottombar_txt:link		{ color: #0075bb; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.layout_bottombar_txt:hover	{ color: #f90; font-weight: normal; text-decoration: none; }

TD.layout_bannerarea {
	padding: 10px;
	border-left: 1px solid #9cf;
}

TD.form_background{
	background-color: white;
	border: 0px;
}

TD.form_title{
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
	color: #0075bb;
}

TD.form_sectiontitle{
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #D2D2D2;
}
TD.form_fieldname{
	padding-left: 10px;	
}

.message_info {
	border: 2px dashed green;
	margin: 15px;
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
}
.message_error {
	border: 2px dashed red;
	margin: 15px;
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
}


DIV.status_success{	
	padding: 10px;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}
DIV.status_failed{
	padding: 4px;
	border: 1px solid black;
	background-color: red;
	font-size: 8pt;
	font-weight: bold;	
	color: white;
}


/* CLOCK */
TD.clock	{
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
#clock	{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #6485B8;
}

TD.login, TD.login A {
	color: white;
	font-weight: bold;
	white-space: nowrap;
}




/* GENERAL MENU STUFF FOR ALL MENUS */
TD.topmenu { 
	padding-left: 15px;
	text-align: left;
}
a.topmenu		{ color: #0075bb; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.topmenu:link	{ color: #0075bb; font-size: 10px; font-family: Verdana; text-decoration: none; }
a.topmenu:hover { color: #f90; font-weight: normal; text-decoration: none; }

TD.menu_bg	{
}

TD.menu_bg2 { 
	background-color: #dee9f7;
	border-top: 1px solid #9cf;
	border-right: 1px solid #9cf;
	border-left: 1px solid #9cf;
	padding: 0px 0px 10px 0px;
}
/* BASIC MENU (not DOM-menu) */
/* 1st level */


TD.menu_level_0{
	padding-bottom:5px;
	padding-left:2px;

	
}
a.menu_level_0{
	font-size: 8pt;
}
a.menu_level_0:link    
{
	color:#0075BB;
	text-decoration: none;
	 
}
a.menu_level_0:visited 
{ 
	color:#0075BB;
	text-decoration: none;
}
a.menu_level_0:hover  
{ 
	color: #ffa825;	
	text-decoration: none;
}

TD.menu_level_0_hover{
	padding-bottom:5px;
	padding-left:2px;
	
}

TD.menu_level_0_selected{
	padding-bottom:5px;
	padding-left:2px;
}
a.menu_level_0_selected
{
	font-size: 8pt;
	color: #ffa825;	
}
a.menu_level_0_selected:link    
{ 	
	color: #ffa825;	
	text-decoration: none; 
}
a.menu_level_0_selected:visited 
{ 
	color: #ffa825;	
	text-decoration: none;
}
a.menu_level_0_selected:hover   
{ 
	color: #ffa825;	
	text-decoration: none;
}

TD.menu_level_0_selected_hover	
{
	padding-bottom:5px;
	padding-left:2px;
}


/* 2nd level */

TD.menu_level_1{
	padding-bottom:5px;
	padding-left:7px;
}
a.menu_level_1{
	font-size: 8pt;
}
a.menu_level_1:link    
{ 
	color:#0075BB;
	text-decoration: none;
}
a.menu_level_1:visited 
{ 
	color:#0075BB;
	text-decoration: none; 
}
a.menu_level_1:hover   
{ 
	color: #ffa825;	
	text-decoration: none;
}

TD.menu_level_1_hover{
	padding-bottom:5px;
	padding-left:7px;
}

TD.menu_level_1_selected{
	padding-bottom:5px;
	padding-left:7px;
}
a.menu_level_1_selected{
	font-size: 8pt;
	color: #ffa825;	
	text-decoration: none;
}
a.menu_level_1_selected:link    
{ 
	color: #ffa825;	
	text-decoration: none;
}
a.menu_level_1_selected:visited 
{ 
	color: #ffa825;	
	text-decoration: none;
}
a.menu_level_1_selected:hover   
{ 
	color: #ffa825;	
	text-decoration: none;
}

TD.menu_level_1_selected_hover{
	padding-bottom:5px;
	padding-left:7px;
}


/* 3rd level */

TD.menu_level_2{
	padding-bottom:5px;
	padding-left:15px;
}
a.menu_level_2{
	font-size: 8pt;
}
a.menu_level_2:link    
{ 
	color:#0075BB;
	text-decoration: none;
}
a.menu_level_2:visited 
{ 
	color:#0075BB;
	text-decoration: none;

}
a.menu_level_2:hover   
{ 
	color: #ffa825;	
	text-decoration: none;
}

TD.menu_level_2_hover	{
	padding-bottom:5px;
	padding-left:15px;
}

TD.menu_level_2_selected	{
	padding-bottom:5px;
	padding-left:15px;
}
a.menu_level_2_selected{
	font-size: 8pt;
	color: #ffa825;	
	text-decoration: none;
}
a.menu_level_2_selected:link    
{ 
	color: #ffa825;	
	text-decoration: none;
	
}
a.menu_level_2_selected:visited 
{ 
	color: #ffa825;	
	text-decoration: none;
	
}
a.menu_level_2_selected:hover   
{ 
	color: #ffa825;	
	text-decoration: none;
	
}

TD.menu_level_2_selected_hover{
	padding-bottom:5px;
	padding-left:15px;
}


/* DOMMENU */
/* Default Style */
DIV.domMenu_menuBar {
    /*border: solid #000000;  
    border-width: 1px 0 0 1px;*/
}
DIV.domMenu_menuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #2A4C7E;
	border-bottom: 1px solid #2A4C7E;
	border-left: 2px solid #2A4C7E;
    background-color: #6485B8;
    color: #FFFFFF;
    text-align: left;
    padding: 4px;
}
DIV.domMenu_menuElementHover {
	background-color: #FFFFFF;
	color: #000000;
}
DIV.domMenu_subMenuBar {
    border: solid #000000;  
    border-width: 1px 1px 1px 1px;
}
DIV.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    border: solid #000000;  
    border-width: 0px 0px 0px 0px;
    background-color: #6485B8; 
    color: #FFFFFF;
    padding: 4px;
}
DIV.domMenu_subMenuElementHeading {
    font-weight: bold;
	text-align: right;
}
DIV.domMenu_subMenuElementHover {
    background-color: #FFFFFF;
    color: #000000;
}



/* PAGETITLES */
DIV.pagetitle{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 635px;
}
TD.pagetitle{
	padding: 4px;
}

TD.pagetitle_text{
	font-size: 8pt;
	font-weight: bolder;
	color: #0075bb;
	padding: 2px 0px 2px 7px;
}

TD.pagetitle_back{
	padding: 2px 7px 2px 0px;
}

A.pagetitle_back{
	font-size: 8pt;
}
A.pagetitle_back:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
A.pagetitle_back:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
A.pagetitle_back:hover   { color: #f90; font-weight: normal; text-decoration: none; }

/* where pagetitle is link (gallery etc) */
A.pagetitle_link{
	font-size: 8pt;
}
A.pagetitle_link:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:hover   { color: white; font-weight: bolder; text-decoration: underline; }



/* NAVIGATION */
TABLE.navigation{
	width: 90%;
	margin: 0px 0px 0px 10px;
}
TD.navigation{
}
A.navigation{
	font-size: 8pt;
}
A.navigation:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.navigation_pages_title{
	padding-right: 5px;
	font-size: 8pt;
}
TD.pagenumber{
	border: 1px solid white;
	font-weight: bolder;
	padding: 1px 3px 1px 3px;
}
A.pagenumber{
	font-size: 8pt;
}
A.pagenumber:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.pagenumber_selected{
	background-color: #DEE9F7;
	border: 1px solid black;
	font-weight: bolder;
	padding: 1px 3px 1px 3px;
}
A.pagenumber_selected{
	font-size: 8pt;
}
A.pagenumber_selected:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:hover   { color: white; font-weight: bolder; text-decoration: underline; }


/* 
======================================================
ARTICLES
======================================================
*/
.mod-articles-list { margin: 10px 10px 10px 0; }
.mod-articles-list-item { clear: both; padding-bottom: 10px; }
.mod-articles-list-item-date { float: left; width: 115px; padding: 5px 5px 5px 0px; white-space: nowrap; font-size: 8pt; font-weight: normal; color: #B0B0B0; }
.mod-articles-list-item-heading { float: left; padding: 5px; font-size: 8pt; }
.mod-articles-list-item-heading a { color: #0075BB; font-weight: bold; text-decoration: none;}
.mod-articles-list-item-heading a:hover { color: #ffa825;}
.mod-articles-list-item-shortcontent { padding: 2px 0 0 125px; text-align: justify; color: black; clear: both; }
.mod-articles-list-item-shortcontent img { float: right; margin: 10px 0 10px 20px; }
.mod-articles-list-item-readmore { padding: 2px 0 0 0; }
.mod-articles-list-item-readmore a { background-color: #0075BB; border: 1px solid #AFAFAF; padding: 2px 5px 2px 5px; font-size: 8pt; color: white; text-decoration: none; }
.mod-articles-list-item-readmore a:hover { background-color: #00BDDE; color: white; }
.mod-articles-one { margin-left: 5px; }
.mod-articles-one-heading { font-size: 15pt; font-weight: bold; color: #00BDDE; }
.mod-articles-one-date { padding: 5px 5px 5px 0px; white-space: nowrap; font-size: 8pt; font-weight: normal; color: #B0B0B0; }
.mod-articles-one-content { padding: 0; text-align: justify; color: black; clear: both; }
.mod-articles-one-content p { }
.mod-articles-one-content img { float: left; margin: 0 10px 5px 0px; }


/* FRONTPAGE ARTICLES */
DIV.index_artic_title{
	padding: 2px 0px 0px 0px;
}
A.index_artic_title{
	font-size: 11pt;
}
A.index_artic_title:link    { color: #0075bb; font-weight: bold; text-decoration: none; }
A.index_artic_title:visited { color: #0075bb; font-weight: bold; text-decoration: none; }
A.index_artic_title:hover   { color: #f90; font-weight: bold; text-decoration: none; }

DIV.index_artic_date{
	font-size: 8pt;
	color: #B0B0B0;
}
DIV.index_artic_short{
	text-align: justify; 
	font-size: 8pt;
	color: black;
}
DIV.index_artic_space{
	height: 10px;
}


/* FRONTPAGE RIGHT PANEL*/
DIV.latestCmp{
	padding: 2px 0px 5px 0px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: black;	
}
SPAN.latestCmp_address{
	font-size: 8pt;
	font-weight: normal;
	color: #0075BB;
}
A.latestCmp_www{
	font-size: 8pt;
}
A.latestCmp_www:link	{ color: #0075BB; font-weight: normal; text-decoration: none; }
A.latestCmp_www:visited	{ color: #0075BB; font-weight: normal; text-decoration: none; }
A.latestCmp_www:hover	{ color: #2A4C7E; font-weight: normal; text-decoration: none; }

DIV.latestCmp_line{
	height: 10px;
	background-image: url('../images/hiihtoliitto/valiviiva.gif');
	background-repeat: no-repeat;
	background-position: center center; 
}



/* SITEMAP */
A.sitemap_link{
	font-size: 8pt;
}
A.sitemap_link:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:hover   { color: #000000; font-weight: normal; text-decoration: underline; }



/* SEARCH */
TD.search_sectiontitle	{
	background-color: #DDE9F7;
	border: 1px solid #9cf;
	font-weight: bold;
	color: #0075bb;
	padding-left: 5px;
}
TD.search_sectiontitle_lev2	{
	font-weight: bold;
	color: #0075bb;
	padding-left: 5px;
}

TD.search_result{
	padding: 3px 5px 3px 5px;
}

A.search_result{
	font-size: 8pt;
}
A.search_result:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result:hover   { color: #f90; font-weight: normal; text-decoration: none; }


TD.search_result_lev2{
	padding: 3px 5px 3px 17px;
}

A.search_result_lev2{
	font-size: 8pt;
}
A.search_result_lev2:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result_lev2:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
A.search_result_lev2:hover   { color: #f90; font-weight: normal; text-decoration: none; }


TD.search_result_right{
	font-size: 10px;
	color: #AFAFAF;
}

 
/* HAKUTULOKSET */
TD.searchR_row_2{
	height: 40px;
	border: solid 1px #b2804e;
	background-color: #f5efe8;
}
TD.searchR_row_2_name{
	padding: 5px 5px 5px 10px; 
	font-weight: bold;
}
TD.searchR_row_4{
	height: 40px;
	border: solid 1px #919499;
	background-color: #eef4f7;
}
TD.searchR_row_4_name{
	padding: 5px 5px 5px 10px; 
	font-weight: bold;
}
TD.searchR_row_6{
	height: 40px;
	border: solid 1px #c9a14b;
	background-color: #f5f1e2;
}
TD.searchR_row_6_name{
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

A.searchR_row_2_name{
}
A.searchR_row_2_name:link    { color: black; font-weight: bold; text-decoration: none; }
A.searchR_row_2_name:visited { color: black; font-weight: bold; text-decoration: none; }
A.searchR_row_2_name:hover   { color: #E5E5E5; font-weight: bold; text-decoration: none; } 

A.searchR_row_4_name{
}
A.searchR_row_4_name:link    { color: white; font-weight: bold; text-decoration: none; }
A.searchR_row_4_name:visited { color: white; font-weight: bold; text-decoration: none; }
A.searchR_row_4_name:hover   { color: #E5E5E5; font-weight: bold; text-decoration: none; } 

A.searchR_row_6_name{
}
A.searchR_row_6_name:link    { color: white; font-weight: bold; text-decoration: none; }
A.searchR_row_6_name:visited { color: white; font-weight: bold; text-decoration: none; }
A.searchR_row_6_name:hover   { color: #E5E5E5; font-weight: bold; text-decoration: none; } 

SPAN.searchR_row_address{
	margin-left: 5px;
	color: black;
}


TD.searchR_row_www{
	padding: 12px 10px 5px 5px; 
}
A.searchR_row_www{
}
A.searchR_row_www:link    { color: black; font-weight: bold; text-decoration: none; }
A.searchR_row_www:visited { color: black; font-weight: bold; text-decoration: none; }
A.searchR_row_www:hover   { color: #f90; font-weight: bold; text-decoration: none; } 

A.searchR_row_additional{
}
A.searchR_row_additional:link    { color: black; font-weight: normal; text-decoration: none; }
A.searchR_row_additional:visited { color: black; font-weight: normal; text-decoration: none; }
A.searchR_row_additional:hover   { color: #CC0000; font-weight: normal; text-decoration: none; } 


DIV.searchR_row_img{
	height: 90px;
	width: 120px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: white;
	border: 0px solid #0E6BA8;
}


DIV.addthis{
	float: right;
	padding-right: 10px;
}
A.addthis_button_expanded:link    { color: #0075bb; font-weight: normal; text-decoration: none; }
A.addthis_button_expanded:visited { color: #0075bb; font-weight: normal; text-decoration: none; }
A.addthis_button_expanded:hover   { color: #f90; font-weight: normal; text-decoration: none; }
/*
======================================================
WALL MODULE
======================================================
*/
.one_message {
float:left;
padding:5px;
overflow:hidden;
width:100%;	
		
}
.message_content {
	float:left;
	width:80%;
	margin-left:10px;
	margin-right:2px;
	overflow:hidden;
}
/*
======================================================
ROUNDED CORNERS
======================================================
*/
TD.tr_round
{
  background: url("../images/sponsori/sis_laatikko_oikea_ylakulma.png") no-repeat !important; 
  width:15px;
  height:15px;
	padding:0px;
	border: 0px;
  }
TD.tl_round 
{
  background: url("../images/sponsori/sis_laatikko_vasen_ylakulma.png") no-repeat !important; 
  width:15px;
  height:15px;
  padding:0px;
  border: 0px;
}
TD.br_round
{
  background: url("../images/sponsori/sis_laatikko_oikea_alakulma.png") no-repeat !important;
  width:15px;
  height:15px;
  padding:0px;
  border: 0px;
}
  
 
TD.bl_round
{
  background: url("../images/sponsori/sis_laatikko_vasen_alakulma.png") no-repeat !important; 
  width:15px;
  height:15px;
  padding:0px;
  border: 0px;

}
TD.whitenopadding_round
{
	background-color:#FFF;
	padding:0px;
	border: 0px;
}
TD.content_round
{
	padding:0px;
	color: #000000;
	border: 0px;
	vertical-align:top;
}
DIV.time_blue {
	color:	#0075BB;
	font-size:7pt;
	
	
}
DIV.time_blue_bigger {
	color:	#0075BB;
	font-size:9pt;
	
	
}
DIV.status_success{
	margin: 2px 0px 2px 0px;
	padding: 4px 4px 4px 25px;
	border: 1px solid  #A0A0A0;
	font-size: 8pt;
	font-weight: bold;	
	background-color: #AFFFB2;
	color: black;
	background-image: url('../hallinta/images/information-white.png');
	background-repeat: no-repeat;
	background-position: 4px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
DIV.status_failed{
	margin: 2px 0px 2px 0px;
	padding: 4px 4px 4px 25px;
	border: 1px solid  #A0A0A0;
	font-size: 8pt;
	font-weight: bold;	
	background-color: red;
	color: white;
	background-image: url('../hallinta/images/exclamation-red-frame.png');
	background-repeat: no-repeat;
	background-position: 4px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.cmd,.cmd_active {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;	
}
A.cmd_active:link    { color: #ffa825; font-weight: bold; text-decoration: none; }
A.cmd_active:visited { color: #ffa825; font-weight: bold; text-decoration: none; }
A.cmd_active:hover   { color: #ffa825; font-weight: bold; text-decoration: none; }

A.wallurl:link    { color: #0075BB; font-weight: normal; text-decoration: none; }
A.wallurl:visited { color: #0075BB; font-weight: normal; text-decoration: none; }
A.wallurl:hover   { color: #0075BB; font-weight: normal; text-decoration: underline; }

A.orangeurl:link    { color: #ffa825; font-weight: normal; text-decoration: none; }
A.orangeurl:visited { color: #ffa825; font-weight: normal; text-decoration: none; }
A.orangeurl:hover   { color: #0075BB; font-weight: normal; text-decoration: none; }

.hidden_long {
	display:none;	
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.BigFont {
	font-size:10pt;

}
.divButton {
	display:table-cell;
	width:80px;
	border: 1px solid gray;
	background-color: #0075bb;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari ja Chrome */
    border-radius: 5px; /* Tulevaisuutta silmälläpitäen */
	-moz-box-shadow: -2px -2px 7px 0px gray;
	-webkit-box-shadow: -2px -2px 7px 0px gray;
    box-shadow: -2px -2px 7px 0px gray;
	padding: 7px 7px 7px 7px;

}
.divButton:hover {
	border: 1px solid #ffa825;
	background-color: #00bdde;
	
}
.divButton > A:link    { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.divButton > A:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.divButton > A:hover   { color: #FFFFFF; font-weight: bold; text-decoration: none; }
H1.mainHead {
	font-size:15pt;
}
.txt_more {
	text-align: justify;
}

.SponsorThis {
    background: url(../images/sponsori/ryhdy_sponsoriksi_btn.png) no-repeat;
    display: block;
    width: 155px;
    height: 103px;
	background-position: 0px -104px;
	margin-bottom: 20px;
}
 
.SponsorThis:hover {
    background-position: 0px 0px;
}
/* SPONSOREIDEN LISTAUS*/
.sponsorText {
	font-size:18px;
	font-weight: bold;		
	top:235px;
	margin-left:90px;
	position:absolute;
}
.goldText
{
	color:#C19848;

}
.silverText
{
	color:#666666;	
}
.pronzeText
{
	color:#006633;		
}
.goldproduct
{
	background-color: #F5F1E2;
    border: 1px solid #C9A14B;
   	margin-bottom: 25px;
   	width: 705px;
   	margin-left:10px;
   	padding: 10px;
	
}
.silverproduct
{
    background-color: #EEF4F7;
    border: 1px solid #919499;
   	margin-bottom: 25px;
   	width: 705px;
   	margin-left:10px;
   	padding: 10px;
	
}
.pronzeproduct
{
	background-color: #F5EFE8;
    border: 1px solid #B2804E;
    margin-bottom: 25px;
   	width: 705px;
   	margin-left:10px;
   	padding: 10px;
}
	
.goldImage
{
	
	float:right;
	background-color: #FFF;
	margin-right:20px;
	border: 1px solid #C9A14B;
	min-width:125px;
	text-align:center;
	

}
.goldImageContent
{
	margin:5px;
		
	
}	
.sponsorInfo
{
	margin-right:20px;
	float:left;

}
.sponsorInfo > header
{
	font-weight: bold;
	font-size: 9pt;
	color:black;

}
.sponsorInfo > content
{
	

}
.gold_www
{
	float:right;
	padding-right:20px;
	
}
#oneitem {
	list-style: none;
}
	

