
/***************************************************************
 * 
 *  Content Editor content styles
 *  Syntax: 
 *           tagname  
 *           tagname.classname
 *  all other syntaxes parse incorrectly!!
 *
 ***************************************************************/
 
body {
	margin:0px;
	padding:0px;
	font-family:'trebuchet MS',verdana,arial;
	color:#000;
	font-size:13px;
}

span.highlight { font-weight:bold; background-color:yellow;}
a { color:#9c6262;}

/** otsikkotyylit **/
h3 { font-size:18px;color:#809c61;font-weight:normal;margin:1em 0 0.2em 0;}
h4 {font-size:14px;color:#809c61;font-weight:bold;margin:1em 0 0.2em 0;}

/** kappaletyylit **/
p { margin:0 0 1em 0;}
/** luettelotyylit **/
ul {}
ol {}
li {}

/** taulukkotyylit **/
table {}
table.sisennetty_solun_sisalto td { padding:2%;}
td.otsikko_solu { background:#809c61;color:#fff; }
td.tumma_solun_tausta { background:#badd4d;}
td.vaalea_solun_tausta {background:#e1ebc0;}
td.viiva_solun_alareunassa { border-bottom:1px solid #ddd;}
td {}
/** kuvatyylit **/
img {}
img.tasaus_oikealle { float:right;margin-left:1em;}
img.tasaus_oikealle_kehys  { float:right;margin-left:1em;padding:2px;border:1px solid #badd4d;}
img.tasaus_vasemmalle { float:left;margin-right:1em;}
img.tasaus_vasemmal_kehys  { float:left;margin-right:1em;padding:2px;border:1px solid #badd4d;}
img.at_merkki {  position:relative;top:1px;  }

/***
	oletustaulukkotyylit
***/
table.vihrea_reunus {
	border:1px solid #a1d214;
	padding:0.5%;
	}
table.sininen_reunus {
	border:1px solid #79d7f1;
	padding:0.5%;
	}	
table.tableStyleGreen {
	border:1px solid #a1d214;
	padding:0.5%;
}
td.otsikkorivi_vihrea {
	background:#809c61;
	color:#fff;
	padding-top:0.5em;
	padding-left:0.5em;
}


table.tableStyleBlue {
	border:1px solid #79d7f1;
	padding:0.5%;
}

td.otsikkorivi_sininen {
	background:#1f729d;
	padding-top:0.5em;
	padding-left:0.5em;
	color:#fff;
}

