body {
        background: url('../images/background_pixel.png');
        background-repeat: repeat;
    	font-family: verdana, sans-serif;
    	color: #f6f7f6;
    	font-size: 12px;
    	margin: 0px;
}

a.css_tooltip{
	position:relative;
	text-decoration:none;
	color: #FFFFFF;
}

a.css_tooltip:hover{
	background-color:transparent;
	text-decoration:none;
}

a.css_tooltip span{
	display: none;
}


a.css_tooltip:visited{
	color: #FFFFFF;
}
a.css_tooltip:link{
	color: #FFFFFF;
}
a.css_tooltip:active{
	color: #FFFFFF;
}

p.progsList {
	padding-left: 95px;
	padding-right: 95px;
}
h4.progsList {
	padding-left: 95px;
	padding-right: 95px;
}

table.progsList {
	width: 350px;
	font-size: 10px;
	border: 0px;
	padding-left: 93px;
	padding-right: 95px;
	padding-top: 20px;
}

a.css_tooltip:hover span{
	display:inline;
	position:absolute;
	text-decoration:none;
	z-index:20;
	top:0px;
	left:0px;
	width:200px;
	padding:5px;
	border:2px solid #000000;
	background-color:#090809;
	opacity:0.9;
	color:#F6F7F6;
	-moz-box-shadow: 50px 50px 100px #000000;
	-webkit-box-shadow: 50px 50px 100px #000000;

}

a.css_tooltip span img{
	border:1px solid #F6F7F6;
}

a.css_tooltip span b{
	display:block;
	font-weight:normal;
}

h4 {
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}	

p.newstext {
	padding-bottom: 20px;
	border-bottom: 2px solid white;
}

h5 {
	font-size: 10px;
	margin-top: 1px;
	padding-top: 1px;
}	

div.people {
	width: 395px;
	border-bottom: 2px solid white;
	margin-top: 25px;
	padding-left: 98px;	
	padding-right: 98px;
}

h4.people {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}	

table.people {
	width: 100%;
	border: 0px solid black;
	border-collapse: collapse;
	text-align: center;
}	
td.people {
	vertical-align:text-top;
}

table.progs {
	width: 100%;
	border: 0px solid black;
	border-collapse: collapse;
	text-align: center;
}	

td.progstd {
	border: 1px solid black;
	text-align: center;
	width: 15%;
	font-size: 10px;
	height: 30px;
}

td.ylaviiva {
	width: 18%;
	padding-top: 15px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.alaviiva {
	width: 18%;
	padding-bottom: 15px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.sivuviivat {
	width: 18%;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.kaikkiviivat {
	width: 18%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
td.timetd {
	width: 7%;
	border: 1px solid black;
	font-size: 8px;
	height: 30px;
}
td.vkopaiva {
	width: 15%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

td.klo {
	width: 7%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
A:link {
	text-decoration: none;
	color: #A4E5E3;
}
A:visited {
	text-decoration: none;
	color: #A4E5E3;
}
A:active {
	text-decoration: none;
	color: #A4E5E3;
}
A:hover {
	text-decoration: underline;
	color: #A4E5E3;
}

a.navi_top {
	font-size: 20px;
	color: #F6F7F6;
	font-weight: bold;
	margin-right: 20px;
}

a.navi_top:hover {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div {
    border: 0px solid black; 	
}

div.all {
	background-color: transparent;
	clear: both;
	margin: 0px auto;
    width: 1200px;
}

div.top {
	float: left;
	text-align: left;
	width: 100%;
	border: 0px solid black;
	margin-bottom: -5px;
}

div.banner {
	padding: 0px;
	float:left;	
  	text-align: left;
    width: 350px;
    border: 0px solid black;
}

div.toplinks {
	padding-left: 30px;
    width: 400px;
    border: 0px solid black;
    float: left;
    margin-top: 190px;
}

div.dudes {
    width: 320px;
    height: 75px;
    border: 0px solid black;
    float: left;
    margin-top: 148px;
}

div.left_empty {
    float:left;
    width: 100px;
    padding-top: 50px;
}

div.left {
    float:left;
    width: 200px;
    padding-top: 70px;
    border-top: solid 2px #F6F7F6;
}

div.center {
	text-align: justify;
	padding-top: 0px;
    float: left;
    width: 595px;
    border-top: solid 2px #F6F7F6;
}
div.right {
    float:left;
    text-align: right;
    width: 205px;
    padding-top: 85px;
    border-top: solid 2px #F6F7F6;
}

div.right_empty {
    float:right;
    text-align: right;
    width: 100px;
    padding-top: 100px;
    border: 0px solid black;
}

div.footer {
    	clear: both;
    	font-size: 14px;
    	width: 100%;
}

p.footer {
	text-align: right;
}

p.sponsors {
	text-align: center;
	border: 5px solid #369595;
	background-color: white;
	margin-left: 15px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}

ul li a {
  display: block;
  text-decoration: none;
  padding: 0px 15px 0px 15px;
  margin-left: 1px;
  white-space: nowrap;
}

li ul { 
	display: none; 
}

ul li ul li a {
  display: block;
  white-space: nowrap;
  border: 2px white solid;
}

li:hover ul {
  display: block;
  position: absolute;
}

li:hover li {
  float: none;
}
