/* CSS Document */

body { 	
	font: 10pt arial,georgia,sans-serif; 
	line-height: 12pt;
	padding: 0px;
	}

a {
	font: 10pt arial,georgia,sans-serif; 
	color: #000000;
	text-decoration: underline;
	}


ul {
	margin-left: 0px;
	margin-top: 0px;
	}
	
#other li {
	font-size: smaller;
	list-style-image: url(finland.gif);
	line-height: 150%;
	}

#navigation ul {
	list-style-type: none;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#navigation a {
	text-decoration: none;
	color: #3C3C3B;
	display: block;
	padding-left: 2px;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	}

#navigation a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #3C3C3B;
	}

a.navi:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

#navigation li {
	border-bottom: 1px solid #777777;  /*   url('pics/dots.gif');  */ 
	padding: 1px 0 1px 0;
	margin-left: 0px;
	}

#navigation li.top {
	border-bottom: 1px solid #777777;
	padding: 0 0 1px 0;
	margin-left: 0px;
	}


#navigation #currentpage a {
	text-decoration: none;
	color: #ffffff;
	background-color: #3C3C3B;
	}

#footer {
}

h1, h2, h3 {
	color: black;
	letter-spacing: 0.1px;
	}

h1 {	
	font: 14pt arial,georgia,sans-serif;
	}	

h2 {
	font: 12pt arial,georgia,sans-serif ;	
	}

h3 {
	font: 11pt arial,georgia,sans-serif ;
	margin-left: 20px;
	}



/* Board table styles begin */

.board {
	background: #ffffff;
	margin-bottom: 20px;
	}

.boardlist {
	line-height: 1em;
	}

th {
	font-family: georgia, serif;
	letter-spacing: 0.2em;
	padding: 5px;
	background: #e2e2e2;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 25px;
	vertical-align: middle;
	}

thead {
	margin-bottom: 40px;
	}

tbody {
	padding-top: 10px;
	}

tbody td {
	font-size: 10pt;
	padding: 5px;
	border-bottom: 1px solid #3C3C3B;
	}

tbody a{
	text-decoration: none;
	}


.top {
	vertical-align: top;
	}

.tablerow {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3C3C3B;
	padding-left: 5px;
	}
	
.tablerow2 {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #3C3C3B;
	padding-left: 5px;
	}

.center {
	text-align: center;
	}
	
.alt {
	background: #EFEFEF;
	}
	

/* Board table styles end */




/* form styles begin */

#form {
	width: 600px;
	margin-left: 20px;
	}

dt {
	float: left;
	padding: 10px 10px 0 0;
	width: 95px;
	text-align: right;
	font-weight: bold;
	}

dd {
	margin: 0;
	padding-top: 10px;
	}



#form input, select, textarea {
	border: 1px solid #3C3C3B;
	color: #000000;
	background-color: #E3E3E3;
	padding: 2px;
	}
	
.bold {
	font-weight: bold;
	}

#msg {
	margin-left: 125px;
	width: 300px;
	color: red;
	font: 10pt arial,georgia,sans-serif;
	font-weight: bold;
	}


/* Calendar */

#calendar {
	//width: 550px;
	border-collapse: collapse;
	}
	
#calendar th {
	padding: 5px;
	text-align: left;
	}
	
#calendar {	
	display: inline;
	}
	
#calendar td, h2 {
	vertical-align: top;
	}
	
#calendar tr.grey {
	background-color: #f1efef;
	}
	
#calendar tr.white {
	background-color: #fff;
	}	
	
.normalList {
	list-style-type: none;
}

.normalList li {
	margin: 3px;
}
