#todohead {
	font: bold italic large calibri, serif;
}

#trash {
	border: 0;
	width:  1.3em; 
    height: 1.5em; 
}

#lst_head {
	font: bold italic large calibri, serif;
	font-size: 1.5em;
}

#masttable {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #fff; 
	width: 500px;
	background-color: #B0E0E6; 
}

/* Frontpage */
#fp_masthead {
	float: left;
	clear: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.5em;
}

#fp_masthead h1 {
	font-size: 2em;
	font-weight : bold;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

#fp_masthead h2 {
	border-bottom: 2px dashed #FFF;
	color: grey;
}

#fp_head {
	font-size: 8pt;
	font-weight : bold;
	padding-right: 1.25em;
	line-height: 1.5em;
}



#fp_data {
	font-size: 10pt;
	line-height: 1.5em;	
}

#fp_time {
	font-size: 6pt;
	color: #000;
}

#fp_sub_head {
	float: left;
	width: 500px;
	height: 300px;
	overflow: auto;
	margin: 0 0 10px 0;
}

#member_news {
	float: left;
	width:500px;
	height:300px;
	overflow: auto;
	margin: 0 0 10px 0;
}

#fp_sub_head h2 {
	border-bottom: 2px dashed #0099FF;
	color: grey;
}

#loginpage {
	/* float: right; */
}

body
{
    color: black;
    font-family: calibri, serif;
    background-color: #ADD8E6; 
}

h1
{
    color: black;
	font-family: calibri, serif;
    text-transform: capitalize
}

H2.eras {
  font-weight: bold;
  font-size: 24pt;
  line-height: 14pt;
  font-family: calibri, serif;
  font-variant: normal;
  font-style: normal;
  color: black;
}

b.huutaa {
	font-size: 24pt;
 	line-height: 24pt;
  	font-family: calibri, serif;
  	font-variant: normal;
  	font-style: normal;
  	color: black;
}


h2
{
    color: black;
	font-family: calibri, serif;
    text-transform: capitalize
}

h3
{
    color: black;
	font-family: calibri, serif;
    text-transform: capitalize
}

H4
{
    color: black;
	font-family: calibri, serif;
    text-transform: capitalize
}

H5
{
    color: black;
	font-family: calibri, serif;
    text-transform: capitalize
}
H6
{
    color: black;
	font-family: calibri, serif;
    text-transform: capitalize
}
TH {
    color: black;
}


A {	
	font-style: normal;
	font-family: calibri, serif;

	text-decoration: underline;
    color: black;
	                 
}

A.blue {	
	font-style: normal;
	font-family: calibri, serif;
	font-size: 6pt;
	text-decoration: underline;
    color: blue;
	                 
}

h1.paaotsikko{
	font-family: calibri, serif;
	font-size: 36pt;
	font-weight: bold;
    color: black;
}

p.small {
	font-family: calibri, serif;
	font-size: 6pt;
}

.kirj {
	background: #0099FF;
	background-color: #0099FF;	 
}

.login {
	background: #B0E0E6;
	color:		#000000;
	/* border-style:	dashed; */
	border-style:	none; 	
	border-width:	1px;
	border-color:	#666666;
	border-collapse: collapse;
	padding:2px 2px 20px 2px;
	font-size: 8pt;
	
}

#ohje {
	font-family: calibri, serif;
	font-size: 8pt;
	color: red;
}

#fldname  {
	font-family: calibri, serif;
	font-size: 10pt;
	text-transform: capitalize;
	padding:2px 2px 5px 2px;
}

#fldnameb  {
	font-weight: bold;
	font-family: calibri, serif;
	font-size: 10pt;
	text-transform: capitalize;

}

#flddata  {
	font-family: calibri, serif;
	font-size: 8pt;
	/* text-transform: capitalize; */
}

td.ohje {
	font-family: calibri, serif;
	font-size: 8pt;
}
td.kirj {
	font-family: calibri, serif;
	font-size: 8pt;
}

span.ohje {
	font-size: 8pt;
	text-decoration: underline;
}
span.huom {
	font-size: 6pt;
	color: red;
}

span.huom-iso {
	font-family: calibri, serif;	
	font-size: 12pt;
	font-weight: bold;
	color: red;
}
span.pvm {
	font-size: 6pt;
	color: #778899;
}
span.av {
	font-family: calibri, serif;
	text-decoration: underline;
}
span.ohje-pun {
	font-family: calibri, serif;
	font-size: 8pt;
	color: red;
}

span.otsikko {
	font-size: 10pt;
	font-weight: bold
}

span.teksti {
	font-size: 8pt;
}

em.blue {
	color: blue;
}

input.test {
	border: medium dashed #003c74;
	background-color: #FFFFFF;
}

/* NAVIGATION BUTTONS */
.menuHorisontal {
	z-index: 1;	
	height: 20px;
	width: 400px;
}
.cssnav	{
	z-index: 2;	
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: calibri, serif;
	background: url(../images/buttonOn.jpg) no-repeat;
	width: 120px;
	height: 20px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
	z-index: 3;		
	display: block;
	color: #000000;
	font-size: 11px;
	width: 120px;
	height: 20px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	z-index: 4;	
	color: #ffffff;
}

.cssnav img {
	z-index: 5;	
	width: 120px; height: 20px; border: 0;}
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
	z-index: 6;	
    position: absolute;
    left: 2px;top: 3px;
    text-align: center;
    width: 120px;
    cursor: pointer;   
		     
}
/* END OF NAVIGATION */

/*** Horizontal menus ***/

ul.mp_menu,
.mp_menu ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	z-index: 1000;
}

ul.mp_menu{
	display: table;
	width: 500px;
	/* table-layout: fixed;	*/
}
ul.mp_menu>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.mp_menu li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.mp_menu li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.mp_menu ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.mp_menu,
.mp_menu ul,
.mp_menu ul li a{
	font-weight: bold;
	font-size: 13px;
	font-family: calibri, serif;	
	text-transform: capitalize;	
	background-color: #ADD8E6;
	color: #000;
}


ul.mp_menu li:hover,
.mp_menu ul li a:hover{
	background-color: #33FFFF;
	color: #000;
}

ul.mp_menu li:active,
.mp_menu ul li a:active{
	background-color: #B0E0E6;
	color: #fff;
}

ul.mp_menu,
.mp_menu ul{
	border: 1px solid #000;
}

.mp_menu a{
	text-decoration: none;
}


/* ---------------------------------------------------------- */


