@import "menumobile.css";
/* mobile style */
html,body { 
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	/*height: 100%;*/
	font-size: 12px;
	background-color: #D9D5BE;
	color: #000000;
}
/* main container */
#main {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	/*margin-top: 10px;*/
	border:0px solid; /*voi poistaa*/
	position:relative;
	/*background: #D9D5BE url(back_880.jpg) repeat-y;*/
	background-color: #fff;
	/*color: #5F4F53;*/
	color: #000000;
}

* html #main { height:100%;} /* IE6:tta varten*/

/* main content, alkaa menun alapuolelta */
#content { 
	margin-left: 0px; 
	margin-right: 0px; 
	width: 100%;
	padding: 0px;
	text-align: left;
	/*overflow: none;*/
	border:0px solid;
 	background-color: #FFFFFF;
	color: #5F4F53;
} 

#logo {
	margin-left: 0px; 
	margin-right: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	text-align: left;
	/*font-size: 12px;	*/
	border:0;
	background-color: #FFFFE0;
	/*background: transparent url('talvilogo1.jpg') no-repeat;*/
	color: #00008B;
}  
#logo_r {
	margin-left: 0px; 
	margin-right: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	text-align: left;
	/*font-size: 12px;*/
	border:0;
	background-color: #FFFFE0;
	/*background: transparent url(ressu_logo3b.jpg) no-repeat;*/
	color: #00008B;
}  

#logo h1 {
	padding: 4px 0 0 6px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*background-color: transparent;
	color: #FAFAD2;*/
}
#logo_r h1 {
	padding: 4px 0 0 6px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*background-color: transparent;
	color: #778899;*/
}

/* linkit logon alapuolella */
#links {
	width: 100%;
	float: none;
	position: static;
	margin: 0px 0px 0px 0px;
	height: 20px;
	text-align: left;
	padding: 0 0 0 0;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	background-color: #FFD700;
	color: #000;
}

/* column 1, vasen puoli*/
#column1 {
	width: 30%;
	float: left;
	padding: 0px 0px 4px 0px; 
	background-color: #F9F9F0;
	border-right:1px dashed #C0C0C0;
	color: #5F4F53;
	/*display: none;*/
}

#column_r {
	width: 22%;
	float: left;
	padding: 0px 0px 4px 0px; 
	background-color: #F9F9F0;
	/*bbackground-color: #F9F9F0;
	background-color: #FFF8DC;*/
	border-right:1px dotted #CDCDCD;
	color: #5F4F53;
}

.sidebaritem {
	text-align: left;
	width: 100%;
	float: left;
	margin: 2px 2px 2px 2px;
	font-size: 95%;
	background-color: #F9F9F0;
	color: #53434B;
	border-bottom: 1px solid #C0C0C0;
	}
	
.sidebar_r {
	text-align: left;
	width: 100%;
	float: left;
	margin: 2px 2px 2px 2px;
	font-size: 95%;
	background-color: #F8F8FF;
	color: #53434B;
	border-bottom: 1px solid #C0C0C0;;
	}

.sidebaritem2{
	position: fixed; top:5%; left:5%;
	text-align: left;
	width: 95%;
	float: left;
	margin: 0px 0px 6px 0px;
	padding: 0px 2px 6px 8px;
	border-bottom:1px solid;
}
.sidebaritem h1, .sidebar_r h1 {
	margin: 6px 6px 3px 6px; 
	/*padding: 2px 0px 2px 0px; */
	border-bottom: 1px solid #A9A9A9;
	width: auto;
	/*border-right: 1px solid;*/
	font-weight: bold;
	/*font-size: 11px;*/
	/*background-color: #B0C4DE;*/
	color: #8B0000;
}

 /*column 2, oikea puoli - sivujen sisältö */
#column2 {
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 2px 2px 4px 6px;
	width: 68%;
	/*border: 1px solid;*/
	float: left;
}

#flin {
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 2px 2px 4px 6px;
	width: 67%;
	/*border: 1px solid;*/
	float: left;
}

#flin blockquote {
	width: 98%;
	margin: 0px 0px 0px 0px; 
	padding: 4px 0px 6px 0px;
	background-color: #F9F9F0;
	/*background: transparent url('sky5b.jpg') repeat-x;*/
	color: #5F4F53;
	border:1px solid;
	border-color: #C0C0C0;
}

#ressu {
	text-align: left;
	padding: 2px 2px 4px 6px;
	width: 76%;
	/*border: 1px solid;*/
	float: left;
}

#column3 {
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 2px 2px 4px 6px;
	width: auto;
	float: left;
	background-color: #000;
}

#column2 h1, #flin h1, #ressu h1{
	padding: 6px 6px 3px 0px; 
	margin: 3px 0px 6px 0px; 
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 130%;
}

.sidebaritem a ,.sidebar_r  a {
	padding: 0px 0px 0px 6px;
	/*padding: 0px 0px 0px 12px;*/
	text-decoration: none;
	line-height: 1.5em;
	/*background: transparent url(unselect_1.png) no-repeat;*/
	/*color: #53434B;*/
	color: #000099;
}

lo a {
	background: transparent;
	color: #53434B;
	padding-left: 2px;
}
.osoite {
	font-family: verdana, tahoma, arial,  sans-serif;
	border-top:1px solid; 
	border-bottom:0px solid; 
	border-color:#696969;
	margin: 6px 0px 2px 0px;
	padding: 4px 0px 10px 0px;
	color:#000
}

.huomvari {
	padding: 0px 2px 2px 0px;
	background: #FFF68F;
	/*width:170px;*/
	margin-left:-4px;
	padding-left:4px;
	/*background: transparent url(unselect_pun.png) no-repeat;*/
	color: #53434B;
	border: 1px solid #F0E68C;
}
.ac_det {
	padding: 3px 6px 3px 8px;
	width:107px;
	background-color: #FAFAFA;
	font-weight:bold;
	/*background: #FFFFCC;
	margin-left:-1px;
	border: 1px dashed #F0E68C;*/
	color: #53434B;
	border-top: 3px solid #C0C0C0;
	border-right: 3px solid #fff;
	border-left: 3px solid #C0C0C0;
	border-bottom: 3px solid #fff;
}

.sidebaritem a:hover, .sidebar_r a:hover {
	padding: 0 0 0 6px;
	text-decoration: none;
	/*background: transparent url(select_1.png) no-repeat;*/
	color: #CDC0B0;
}

#column2 a, #column3 a, #flin a , #ressu a {
	/*padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight:bold;*/
	color: #D2691E;
	/*border-color: #0000FF;*/
}

#column2 a:hover, #column3 a:hover, #flin a:hover , #ressu a:hover {
	padding: 0 0 0 0px;
	/*margin-left: 1px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;*/
	color: #5F4F53;
}

#column2 h3, #column3 h1, #column3 h3 , #ressu h3 {
	background-color: transparent;
	color: #5F4F53;
	border-color: #C0C0C0;
	font-weight: bold;
}
#column2 h1, #flin h1, #ressu h1{
	background-color: transparent;
	color: #000000;
	border-color: #696969;
}
#column2 h4, #flin h4, #column1 h4, #ressu h4{
	/*background: #FFFFFF url(flklogo_47.jpg);
	background-repeat: no-repeat;
	background-position: right; */
	color: #000000;
	/*border-color: #C0C0C0;*/
}

span.nolink :hover { border-bottom: 0px !important; }

/*apu-DIV:a varten jotta sivun viimeiset rivit ei mene piiloon kun sivu on yli näytön korkuinen*/
#clearfoot {	/*lisätty*/
	height: 25px;
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	/*border-bottom: 1px solid #A9A9A9;*/
	}

#footer {
	/*position:absolute;*/
	bottom: 0px;
	padding: 2px 0px 3px 0px;
	width: 100%;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #5F4F53;
	height: 12px;
	/*margin-left: 12px; */
	font-size: 10px;
	background-color: #EEEEE0;
	/*background: #A79298 url(btn_8.jpg);*/
	color: #5F4F53;
}

#links a {
	text-decoration: none;
	background-color: transparent;
	/*font-weight:bold;*/
	color: #000;
	white-space: nowrap;
	padding: 0px 1px 0px 1px;
}
#footer a {
	text-decoration: none;
	background-color: transparent;
	color: #5F4F53;
	white-space: nowrap;
	padding: 0px 1px 0px 3px;
}

#links a:hover, #footer a:hover {
	background-color: transparent;
	color: #A9A9A9;
}  
#footer a:hover {
	background-color: transparent;
	color: blue;
}
/* palaute sivu - form muotoilu */
form {
	margin-top: 0;
	margin-bottom: 0;
}

div.row {
	clear: both;
	width: 98%;
	height: 25px;
}
div.row2 {
	width: 95%;
	min-height: 18px;
}
div.row3 {
	width: 95%;
	min-height: 20px;
}

div.row span.formlabel {
	float: left;
	width: 88px;
	text-align: right;
	margin-right: 8px;
}
div.row2 span.formlabel {
	float: left;
	width: 76px;
	text-align: right;
	margin-right: 8px;
}
div.row3 span.formlabel {
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 12px;
}

div.row span.forminput {
	float: left;
	text-align: left;
} 

div.spacer {
	clear: both;
	width: 95%;
	height: 14px;
}
div.spacer_6px {
	clear: both;
	width: 95%;
	height: 6px;
}
img {
display:none;
border:0px;
max-width: 98%;
} 
p { 
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
}
#rv{ 
	margin: 0px 0px 0px 48px;
	/*padding: 0px 0px 0px 10px;
	line-height: 1.3em;*/
}
p.capitalize {
text-transform: capitalize;
}
h1 { 
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	width: auto;
}

h2 { 
	margin: 0px;
	padding: 1px 0px 6px 0px;
	font-size: 11px;
	/*font-size: 100%;*/
}
h3{
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0;
	padding: 2px 6px 6px 0px; 
	font-size: 12px;
	color: #000000;
	/*color: #696969;
	background: transparent;
	/*font-weight: bold;*/

}

h4 {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 6px 2px 0px; 
	margin: 4px 0px 6px 0px; 
	/*border-bottom: 1px solid;*/
	/*letter-spacing: .1em;*/
}

h5 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 2px 0px; 
	margin: 5px 0px 8px 0px; 
	/*border-bottom: 1px solid;*/
	letter-spacing: .1em;
}
h7 {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 6px 2px 0px; 
	margin: 5px 0px 2px 0px; 
	/*border-bottom: 1px solid;
	letter-spacing: .1em;*/
}

/* kuvien sijoittelu - left, right ja center */
.left { 
	float: left; 
	padding: 0px 0px 0px 8px;
}
.right { 
	float: right; 
	padding: 0px 8px 0px 0px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* block quote */
blockquote {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#column2 blockquote {
	width: 95%;
	margin: 6px 4px 6px 0px; 
	padding: 6px 6px 6px 4px;
	background-color: #FFFFE0;
	/*background-color: #FAFAFA;*/
	color: #5F4F53;
	border-color: #CFBBC0;
}

/* listat */
ul {
	margin: 5px 0px 3px 4px;
	padding: 0px 0px 3px 8px;
}

ul li {
	list-style: none; 
	margin: 3px 0px 0px 4px; 
	padding: 0px 0px 0px 16px;
	background: transparent url(../images/kolmio_si2.gif) no-repeat;
	/*line-height: .4em;*/
}

input, textarea, select {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border: 1px solid;
	border-color: #A9A9A9;
}
input:focus, textarea:focus , select:focus {
border-color: #FF6347; 
/*input[type="text"]:focus, textarea:focus , select:focus, input[type="password"]:focus { 
background: #FFFACD;
color: #5F4F53;*/
}

#column2 input, #column2 textarea, #column2 select { /*muutettu alkuperäisestä*/
	width: 280px;
	background-color: #FFFFFF;
	color: #5F4F53;
}

.sidebaritem select {
	width: 174px;
}

.submit {
	font-family: verdana, arial, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	/*padding-bottom: 2px;
	border: 1px solid navy;
	height: 20px;*/
	cursor: pointer;
	background-color: #4682B4;
	color: white;
}

#column2 .submit {
	width: 75px;
	background: #4682B4;
	color: #FFFFFF;
}
.td0 {
	background-color: #ADD8E6;
	color: #000000;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	height:14px;
}
.td0.vasen {
	text-align: right;
}
.sini {
	/*font-weight: bold;*/
	color: blue;
}
.tdots {
	border: 1px solid #595959;
	height:14px;
	background-color: #778899;
	color: #FFFFF0;
}
.tdots2 {
	font-weight: bold;
	border-bottom: 1px solid #000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #8C8C8C;
	color: #000;
	height:20px;
}
.td1 {
	background: #FAEBD7;
	color: #000;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
}

.td1r {
	background: #F9F9F0; 
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
}

.tdr {				
		font-family: verdana, tahoma, sans-serif;
		text-align: right;
		padding: 3px 6px 3px 4px;
		/*border-right: 1px solid #A9A9A9;
		background-color: #FFFAFA;*/
		background-color: #FFFAF0;
		color: #000;
}
.tdvihr {				
		font-family: verdana, tahoma, sans-serif;
		text-align: left;
		padding: 3px 6px 3px 4px;
		background-color: #008080;
		color: #fff;
}
.tdleft{				
		font-family: verdana, tahoma, sans-serif;
		padding: 3px 6px 3px 4px;
		/*border-right: 1px solid #A9A9A9;
		background-color: #FFFAFA;*/
		background-color: #FFFAF0;
		color: #000;
}
td.oikea {				
		background-color: #fff;
		text-align: right;
}
td.lihav {				
		font-weight: bold;
		background-color: #fff;
		text-align: right;
}
td.harm {				
		background-color: #F8F8FF;
		/*border-color: #A9A9A9;*/
		text-align: right;
}
.tdrots { 
	text-align: right;
	background-color: #EEEEE0;
	padding-left:10px;
	padding-right:5px;
	font-weight: normal;
	color: #000;
	border: 1px solid;
	border-color: #D3D3D3;
}
.tdc {
	background: white;
	color: #000000;
	text-align: center;
	/*border: 0;*/
}
.td4 {
	background: #fff; 
	color: #800000;
	border:0;
}
.input_levea {
	width:170px;
	margin-right: 4px;
}

.input_kapea {
	width: 130px;
	margin-right: 4px;
	padding-left: 3px;
}

.lentoaika
{
	border: 1px solid #D3D3D3;
	background: #F5F5F5;
	color: #808080;
	text-align: center;
	font-size: 11px;
	width: 38px;
}

.aika {
	font-size: 11px;
	width: 47px;
	text-align: center;
	background: #FFFFE0;
}

.pvm {
	/*background: #FFFFFF;
	color: #696969;*/
	text-align:left;
	font-size: 11px;
	width: auto;
}

.button {
	height: 17px;
	border: 1px solid #D3D3D3;
	text-align:center;
	font-size: 11px;
	cursor: pointer;
	/*cursor: pointer;*/
	padding-left: 4px;
	padding-right: 4px;
	background-color: #eee;
	color: #9999CC;
}
.btm_inactive {
	height: 17px;
	border: 1px solid #D3D3D3;
	text-align:center;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	background-color: #eee;
	color: #c0c0c0;
}
.box2 {
	height: 13px;
	font-size: 11px;
	font-weight: normal;
	width: 55px;
}
.box3 {
	height: 16px;
	font-size: 10px;
	font-weight: normal;
	width: 70px;
	background-color:#F5F5DC;
}
/*käytetään otsikossa jossa on sorttauslinkki*/
#column3 .sort {
	/*background: #4682B4;*/
	color: #FFFACD; 
}

