* {
	margin: 0;
	padding: 0;
}

body  {
	background: #fff url(../../images/ruudukko.gif);
	font-size: 70%;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

img  {
	border: 0;
}

#contentWrap  {
	margin-left: 12%;
	margin-right: 12%;
	width: 760px;
	background: #B5E2FF;
}


#content_navi  {
	background: #fff;
	width: 134px;
	height: 100%;
	border-top: 1px solid #27A8F6;
	padding-top: 10px;
	padding-left: 10px;
}

#content_navi a{
	text-decoration: none;
}

#vali {
	width: 6px;
	height: 100%;
	background: #B5E2FF;
}

#content  {
	background: #fff;
	width: 620px;
	padding: 10px;
	border-top: 1px solid #27A8F6;

}

#content_bg {
	background: #fff;
	border-top: 1px solid #27A8F6;	
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
	padding: 10px;
	height: 100%;
	min-height: 400px;
}

#content_bg2 {
	background: #fff;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
}

#header  {
	background: #fff url(../../images/header_bg.gif) bottom left repeat-x;
	height: 63px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

#header_logo  {
	width: 307px;
	float: left;
	height: 63px;
	margin-left: 6px;
}

#navi_green	{
	height: 20px;
	background: #9ADCA8;
	border-bottom: 1px solid #27A8F6;
	padding-left: 6px;
}

#navi_blue  {
	padding: 10px;
	background: #B5E2FF;
} 

#navi_tabit  {
	height: 26px;
	margin-bottom: 0;
	margin-right: 7px;
	background: #B5E2FF;
} 

.tab1  {
	position: relative;
	bottom: -1px;
	float: right;
	display: block;
	width: 100px; /*120px;*/
	height: 20px;
	padding-top: 4px;
	text-align: center;	
	background: #DBF1FF;
	border-left: 1px solid #27A8F6;
	border-bottom: 1px solid #27A8F6;
	border-top: 1px solid #27A8F6;
}

.tab2  {
	position: relative;
	bottom: -1px;
	float: right;
	display: block;
	width: 100px; /*120px;*/
	height: 20px;
	padding-top: 4px;
	text-align: center;	
	background: #fff;
	border-left: 1px solid #27A8F6;
	border-top: 1px solid #27A8F6;
	border-bottom: 1px solid #fff;
}

#left_green  {
	float: left;
	padding-top: 2px;
}
#left_askel  {
	float: left;
	padding-top: 2px;
}
#left_askel_kalenterin_alla{
	width: 100%;
	padding-top: 0px;
	text-align: center;
}

/*
#left  {
	float: left;
	padding-top: 2px;
}

.right  {
	float: right;
	padding-right: 10px;
}*/

.right_login  {
	float: right;
	padding-right: 10px;
	
}

.right_green  {
	float: right;
	padding-right: 10px;
}

.diary {
	float: left;
	margin-top: 2em;
	width: 210px;
	border-left: 1px solid #27A8F6;
	padding-left: 9px;

}

.dayplan {
	float: left;
	margin-top: 1em;	
	padding: 10px;
	/*height: 300px;*/
	width: 325px;

}

.dayplan h1 {
	font-size: 1.3em;
}

.dayplan ul {
	margin: 0 0 1em 1em;
}
.dayplan li {
	margin: 0 0 1em 1em;
}

.dayplan p {
	margin: 1em;
}

.day_bottom {
	width: 100%;
	margin-top: 1em;
	float: left;
	clear: both;

}

.report {
	width: 42%;
	margin: 2% 2% 0 0;
	padding: 1em;
	float: left;
	border: 1px solid #27A8F6;

}

h1.date {
	font-size: 1.3em;	
	margin-bottom: 1em;
	text-align: center;
}
h1.date img{
	margin-bottom: -3px;
}



#powered  {
	text-align: center;
	margin-top: 5px;

}

#powered_table{
	width: 760px; 
	margin-left: 12%;
}

/*	 LOMAKE  */
label.text {
	margin:0;
	padding: 3px;
}

input.text, textarea, select  {
	margin:0;/*0px,0px,0px,0px margin-top, margin-right, margin-bottom, margin-left*/
	padding:3px;/*3px,3px,3px,3px; padding-top, padding-right, padding-bottom, padding-left*/
	border: 1px solid #27A8F6;
}

input.txtlisa{
	margin:0;
	padding:1px;
	border: 1px solid #27A8F6;
	height: 16px;
}

input.text2 {
	margin:0 0 2px; 0;
	padding:3px;
	border: 1px solid #27A8F6;
	
}

input.button {
	background: #B7E3FF url(../../images/button_bg.gif);
	height: 19px;
	border: 1px solid #27A8F6;
	font-size: 10px;
}

input.onlytxtbutton{
	background: transparent;
	
	border: 0px;
	font-size: 12px;
	cursor: pointer;
	color: #0069B2;
	font-weight: bold;
}

input.onlytxtbutton:hover{
	text-decoration: underline;
}

select  {
	padding: 0;
}

textarea  {
	font-size: 1em;
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

.checkbox_lajivalinta{
	margin: 2px;
	padding: 0px;
}

/*	 LINKKI  */
a  {
	color: #000;
	text-decoration: underline;
}

a:hover  {
	color: #0069B2;
}

a:visited  {
	color: #000;
}

a img  {
	border: 0;
}

.arrownavi  {
	display: block;
	height: 10px;
	background: url(../../images/arrow_small.gif) no-repeat;
	padding-left: 10px;
}

.sendpostlink{
	padding-left: 30px;
}

.mark,#mark {
	padding: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DBF1FF;
}

/*	SALDOT	*/
#saldot  {
	float: right;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: -8px;
}


/*	 KALENTERI	*/

#calendar  {
	border-collapse: collapse;
	width: 400px;
	height: 280px;
	
}

#hr {
	background: #B7E3FF;
	height: 20px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #fff;
}

#hr2  {
	background: #DBF1FF;
	height: 10px;
	font-size: 85%;
	padding: 4px;
	border: 1px solid #B7E3FF;
}

#week  {
	background: #DBF1FF;
	width: 20px;
	font-size: 85%;
	padding: 4px;
	border: 1px solid #B7E3FF;
}
#cell  {
	padding: 4px;
	border: 1px solid #B7E3FF;
	font-size: 85%;
	height: 32px;
	width: 55px;
}
#cell_green  {
	background: url(../../images/bg_green2.gif);
	padding: 4px;
	border: 1px solid #B7E3FF;
	font-size: 85%;
	height: 32px;
	width: 55px;

}
#cell_orange  {
	background: url(../../images/bg_orange2.gif);
	padding: 4px;
	border: 1px solid #B7E3FF;
	font-size: 85%;
	height: 32px;
	width: 55px;
}
#cell_today  {
	background: url(../../images/bg_orange2.gif);
	padding: 4px;
	border: 2px solid #27A8F6;
	font-size: 85%;
	height: 32px;
	width: 55px;
}

/*	 TULOSTILANNE	*/
#tulokset  {
	border: 1px solid #9ADCA8;
	width: 400px;
}

#tulokset_green  {
	background: url(../../images/bg_green) bottom repeat-x;
	padding: 6px;
}

#tulokset_green_ots  {
	background: #9ADCA8;
	padding: 6px;
	font-weight: bold;
}

#tulokset_orange  {
	background: url(../../images/bg_orange) bottom repeat-x;
	padding: 6px;
}

#tulokset_orange_ots  {
	background: #FFE475;
	padding: 6px;
	font-weight: bold;
}

.message{
/*	border: 1px solid #B6C7D9;	*/
/*	background-color: #DBF1FF;	*/
	background-color: #DDFBD5;
	padding: 5px 10px;
	margin-bottom: 10px;
	/*width: 90%;*/
}

.message p{
	padding: 0;
	margin: 0;
/*	font-weight: bold;	*/
	font-size: 1em;
}

.menuhelp{
	width: 100%;
	background-color: #DDFBD5;
	margin-bottom: 10px;
}

.menuhelp p{
	padding: 3px;
	margin: 0;
	font-size: 0.82em;
}

.divider {
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBF1FF;
}

.divider2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DBF1FF;
}

/*TOMMI TAULU NORMAALI ALKU*/
.h1ennetablea {
	/*border: 1px solid #B6C7D9;*/
}
.h1ennetablea img{/*TABLEA ENNE OLEVILLE H1sille...*/
	padding: 3px 3px 0 3px;
	/*float: right;*/
}


table.normaali{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.normaali th{
	text-align: left;
	padding: 0px 5px;
	border-bottom: 1px solid #B7E3FF;
	color: #333;
	background-color: transparent;
}

table.normaali th a{
	color: #0069B2;
}

table.normaali tr.row1{
}
table.normaali tr.row2{
	background-color:#F7F7F7;
}
table.normaali tr.row2mess{
	/*background-color: #f9f9f9;*/
	background-color:#f7f7f7;
}

table.normaali tr.row1 td {
	text-align: top;
	border-top: 1px solid #B7E3FF;
	padding: 3px 5px;
	text-align: top;
	vertical-align: top;
}
table.normaali tr.row1mess td{
	text-align: top;
	padding: 3px 5px;
	text-align: top;
	vertical-align: top;
}
/*table.normaali tr.row1mess p{

	font-size: 11px;
}*/
table.normaali tr.row2 td {
	text-align: top;
	border-top: 1px solid #B7E3FF;
	padding: 3px 5px;
	text-align: top;
	vertical-align: top;
}
table.normaali tr.row2mess td {
	text-align: top;
	padding: 3px 5px;
	text-align: top;
	vertical-align: top;
}

table.normaali tr.row2mess2{
	/*background-color:#F1FEEE;*/
	/*border-top: 1px solid #9ADCA8;*/
	/*border-bottom: 1px solid #9ADCA8;*/
}

table.normaali tr.row2mess2 div{
	background-color:#f7f7f7;
	/*border-top: 1px solid #9ADCA8;*/
	/*border-bottom: 1px solid #9ADCA8;*/
}
table.normaali tr.row1mess2{
	/*background-color:#F1FEEE;*/
	/*border-top: 1px solid #9ADCA8;*/
	/*border-bottom: 1px solid #9ADCA8;*/
	/*border-top: 1px solid #9ADCA8;*/
}
table.normaali tr.row1mess2 div{
	/*border-top: 1px solid #9ADCA8;*/

}
/*table.normaali tr.row2mess p{
	font-size: 11px;
}*/

/*TOMMI TAULU NORMAALI LOPPU*/

/*UUTISET ALKU*/
#news{
	width:100%;
	
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #9ADCA8;
}

#news_left{
	float: left; 
	width: 400px;
	text-align: left;
	border-right: 1px solid #9ADCA8;
}

#news_right{
	float: left; 
	width: 156px;
	text-align: left;
	/*border: 1px solid #9ADCA8;*/
}

#newsheader{
	/*position: absolute;	
	float: left;
	top:400px;
	left:60%;
	margin-top: 10px;
	width: 158px;
	padding: 6px;
	z-index:6;
	background:none;*/
	
	
	width:100%;
	position: relative;
	/*
	margin-right: 40%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;*/
	border-left: 1px solid #9ADCA8;
}


#pikaraportti{
	padding-top: 5px;
	padding-left: 0px;
	margin-right: 10px;
	padding-bottom: 5px;
	width:100%;
	height: 120px;
}

.pikaraportti_otsikko{
	width: 100%; 
	text-align: center;
	padding-bottom: 3px;
}

.pikaraportti_text{
	width: 95%;
	padding: 0 5px; 0 5px;
}

#clearing {
	height: 0;
	clear: both;
}



#uutiset{
	list-style: none;
}

ul#uutiset {
	/*margin: 0px 0px 0px 10px; 
	padding: 0;*/
	list-style: none;

	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
}

ul#uutiset li {
	background-image: url(../../kuvakirjasto/0111_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 4px 20px;
}

ul#uutiset li:hover {
	background-image: url(../../kuvakirjasto/0111_arrow_2.png);
}

ul#uutiset a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

ul#uutiset a:hover {
	text-decoration: none;

}

ul#uutiset a span {
	font-size: 11px;
	color: #999;
}

ul#uutiset a:hover {
	color: #ff9900;
}

ul#uutiset a:hover span {
	color: #333;
}
a.lisaa{
	/*padding-left: 7px;*/
	/*background: url(../../images/nuoli.gif) left 4px no-repeat;*/
	/*text-decoration: underline !important;*/
}

/*UUTISET LOPPU*/

.raporttilista {
	font-size: 90%;
	margin:0 0 1em 2em;

}

/* KAVERIHAKUSIVUN LOMAKE */
select.kaverihaku {
	width: 148px;
	height: 19px;
}

input.kaverihaku {
	background: #B7E3FF url(../../images/button_bg.gif);
	height: 19px;
	width: 50px;
	border: 1px solid #27A8F6;
	font-size: 10px;
}

table.normaali th.th_otsikko{
	text-align: left;
	padding: 0px 0px;
/*	border-bottom: 1px solid #9ADCA8;	*/
	border-bottom: 1px solid #B7E3FF;
	color: #333;
	background-color: transparent;
}

table.normaali th.th_otsikko2{
	text-align: left;
	padding: 0;
/*	border-bottom: 1px solid #9ADCA8;	
	border-bottom: 1px solid #B7E3FF;*/
	border: none;
	color: #333;
	background-color: transparent;
}

table.normaali th.th_sisalto{
	text-align: left;
	padding: 0;
/*	border-bottom: 1px solid #9ADCA8;	*/
	border-bottom: 1px solid #D8D8D8;
	color: #333;
	background-color: transparent;
}

table.normaali tr.rivi1 td {
	text-align: top;
/*	border-top: 1px solid #9ADCA8;	*/
	border-top: 1px solid #B7E3FF;
	padding: 2px 0px;*/
	text-align: top;
	vertical-align: top;
}

table.normaali tr.rivi2 td {
	text-align: top;
/*	border-top: 1px solid #9ADCA8;	*/
	border-top: 1px solid #B7E3FF;
	padding: 2px 0px;
	text-align: top;
	vertical-align: top;
/*	background-color:#F1FEEE;	*/
	background-color: #F7F7F7;
}

.lisatietorivi1{
	background-color: transparent;
	width: 100%;
	padding-top: 10px;
}

.lisatietorivi2{
	background-color:#F7F7F7;
	width: 100%;
	padding-top: 10px;
}
/* KAVERIHAKUSIVUN LOMAKE LOPPUU*/

.raportti {
	margin-bottom: 2em;
}

/*Checlistdiv ALKU*/
.basic_choice_box
{
	background:	#f8f8f8;	
	overflow: auto;
	height: 100px;
	border: 1px solid #b6b6b6;
	padding: 5px;
}

.choice_box_left
{
	width:45%;		
}

.choice_box_left div
{
	float:left;
	width:95%;
}

.choice_box_center
{
	margin-left:2%;
	margin-right:2%;
	width:10%;
	text-align:left;
}

.choice_box_right
{
	width:45%;	
}

.choice_box_right div
{
	width:95%;
}

/*Checlistdiv LOPPU*/



/* Liikuntasuunnitelma alkaa */

.TeeHarj_td{
	width: 48%;
	border: 1px solid #DBF1FF;
	padding: 0;
	margin: 0;
}

.HarjSisaTable{
	margin: 0px;
	width: 100%;
}

.HarjSisaTableOtsikko{
	padding: 3px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #DBF1FF;
}

.HarjSisaTableTeksti{
	padding: 10px;
	height: 100px;
}

.HarjSisaTableLinkki{
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
}


/* RYHMÄ/KÄYTTÄJÄLISTA */

.ryhma_otsikko{
	padding-top: 5px;
	font-weight: bold;
}

.jasenet{
	padding-left: 0px;
}

.OmaRyhma{
	color: #0069B2;
}

.ToisenRyhma{
	color: #049423;
}

.Kaveri{
	color: #000;
}

.EiVielaKaveri{
	color: #FF5C5C;
}


/* PALAUTELOMAKE */

.feedback {
	margin: 30px;

}
.feedback form{
	margin: 15px;

}


/* TAVOITE DIAGRAMMI */

.kaavio_otsikko{
	width: 250px; 
	margin-bottom: 5px;
	text-align: center;
}

.kaavio_div{
	border: solid 1px #FFE475; 
	width: 250px; 
	height: 125px; 
	margin-top: 5px; 
	background: transparent url(../../images/tavoite_bg.gif) no-repeat;
	/*padding: 20px 10px 0px 5px;*/
}

table.kaavio{
	margin: 20px 10px 0 5px;
}

table.kaavio td{
	padding: 5px 0 5px; 0;
}

.diagram_1{
	color: white;
	font-size: 10px;
	text-align: center;

	height: 15px;
	background: #248BD3;
	margin: 0 0 0 0;
	
}

.diagram_2{
	color: white;
	font-size: 10px;
	text-align: center;

	height: 15px;
	background: #F58A00;
	margin: 0 0 0 0;
}

.diagram_3{
	color: white;
	font-size: 10px;
	text-align: center;

	height: 15px;
	background: #9ADCA8;
	margin: 0 0 0 0;
}

.diagram_4{
	color: white;
	font-size: 10px;
	text-align: center;

	height: 15px;
	background: #FF5C5C;
	margin: 0 0 0 0;
}

/*
sini #248BD3
oranssi #F58A00
vihreä #9ADCA8
FF5C5C
*/

/* raporttitaulukko */

.m_report {
	margin-left: 0.5em;
	width: 97%;
	border-collapse: collapse;
	font-size: 95%;
}
.m_report td{
	border: 1px solid #999;
	padding: .3em;
}
.m_report th{
	text-align: left;
	padding: .2em;
	border: 1px solid #999;
}

.m_report .ots{
	text-align: left;
	padding: 0.1em 0 0 0.5em;
	font-weight: normal;
	border: 1px solid #999;
	height: 50px;
}

.m_report .ots_suunnitelma{
	background: transparent url(../calendarimages/nurkka.gif) no-repeat left top;
	text-align: left;
	padding: 0.1em 0 0 0.5em;
	font-weight: normal;
	border: 1px solid #999;
}

/* Raporttitaulukko kalenterin alle */
.m_report2 {
	margin-left: 1px;
	width: 401px;
	border-collapse: collapse;
	font-size: 95%;
	text-align: right;

}

.m_report2 .tr1 td {
	border-bottom: 1px solid #B7E3FF;
}

.m_report2 .tr2 td {
	background-color: #F7F7F7;
	border-bottom: 1px solid #B7E3FF;
}


.m_report2 td{
	/*border: 1px solid #B7E3FF;*/
	padding: .3em;
}
.m_report2 th{
	text-align: left;
	padding: .2em;
	font-size: 1.1em;
	/*border: 1px solid #B7E3FF;*/
}

/**** REKISTERÖINTI ****/

select.register{
	font-size: 1.1em;
	border: 1px solid #27A8F6;
}

/**** JOS SISÄÄNKIRJAUTUMINEN EPÄONNISTUU ****/

.login_false{
	background: #DDFBD5;
	border: 1px solid #B7E3FF;
	margin: 50px 200px 50px 200px;
	padding: 10px;

	height: 150px;
}

.div_goal {
	width: 100%;
	float: left;
	clear: left;
	margin: 20px 0 30px 0;

}

.goal_helplink {	
	position: relative;
	left: 22em;
	top: 1.7em;
	width: 30%;
}

.graafi {
	float: left;
	margin-top:  30px ;
	
	padding: 0;
	height: 500px;

}


.graph_bar {
	position: relative;	
	bottom: 1em;
	float: left;
	background: blue;
	border-top: 1px solid #000;
	height: 0;
	width: 8px;
	margin: 0 3px 0 3px;
	padding: 0;
}


.EtusivunTiedot th{
	text-align: left;
	padding: 3px 10px 3px 5px;
	border-bottom: 1px solid #B7E3FF;
}

.EtusivunTiedot td{
	padding: 3px 10px 3px 5px;
	border-bottom: 1px solid #B7E3FF;
}

.EtusivunTiedot .rivi2{
	background: #F7F7F7;
	
}


/* harjoitusohjelmat */
.ohjelma_info{
	width: 100%;
	padding: 0 0 10px 20px;
}

/* Klikit */
.klikit{
	
}

.klikit th{
	text-align: left;
	padding: 0 20px 0 0;
}

.klikit td{
	text-align: left;
	padding: 0 20px 0 0;
}

/**** Oma kampanjalomake ****/
.omakampanja{
	width: 250px;
}

/**** ****/
a.joukkuetiedot{
	color: #0069B2;
	text-decoration: none;
}

a.joukkuetiedot:hover{
	text-decoration: underline;
}


/***** Keskustelubanneri *****/
.uuttaKeskustelu{
	position: absolute;
	z-index: 100;
	padding-top: 100px;
	padding-left: 570px;
}