/* Default CSS Stylesheet for a new Web Application project */

BODY
{   
    margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(./images/showbg.gif); 
	background-color:#DEE1E5;
	background-repeat: repeat-x;
	text-align:left;
	color: #4B4B4B;
}

TH	{	
	vertical-align:	baseline;
	text-align: left; 
	font-size:	11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	

TD 	{
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

A:LINK, A:VISITED{    
    color: #336699;
    text-decoration:underline;
}
A:HOVER {
    color: #FFFFFF;
    background: #336699;
    text-decoration: none;
    padding: 0 1px 1px 1px;
}

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

DIV {
	margin: 0;
	padding: 0;
}

DIV.Stabilizer {
	clear : both;
	float: none;
	margin: 0;
	padding: 0;
	font-size:1px;
	width:auto;
}


.Main {
	width: 758px;
	text-align: left;
	padding-bottom: 20px;
}


.Header {
	width: 758px;
}

.FooterInfo1, .FooterInfo2, .FooterInfo3 {
	float: left;
	padding: 12px 0 0 0;
	margin: 0 20px 0 0px;
}

.UpdateTime {
	float: right;
	padding: 12px 0 0 0;
	margin-right: 20px;	
}

.FooterLine {
	clear: both;
	width: 758px;
	height: 20px;
	background-color:#FFFFFF;
	background-image: url(./images/footerbottom.gif); 
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.BorderLeft {
	float: left;
	font-size: 0px;
	width: 8px;
	background-image: url(./images/bg_left.gif); 
	background-repeat: repeat-y;
	height: 370px;
}
.BorderRight {
	float: left;
	font-size: 0px;
	width: 8px;
	background-image: url(./images/bg_right.gif); 
	background-repeat: repeat-y;
	height: 370px;
}

.ContentCell {
	clear: both;
	width: 758px;
	background-color:#FFFFFF;
	background-image: url(./images/bg_contentcell.gif); 
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

.ContentArea {
	float: left;
	width: 742px;
	margin: 0;
	padding: 0;
}

.OrangeLine {
    width: 742px;
    margin: 10px 0 0 0;
    padding: 0;
    background: #336699;
    height: 4px;
    font-size: 0px;
}

.Footer {
	float: left;
	padding: 2px 0 6px 20px;
	width: 460px;
}

.Time {
	float: right;
	padding: 12px 0 0 0;
	margin-right: 20px;
	
}

.SmallButton 
{
	font-size: 10px;
	width: 125px;	
}

.txt300
{
	width: 300px;
}

.txt250
{
	width: 250px;
}

.txt200
{
	width: 200px;
}

.txt170
{
	width: 170px;
}

.txt150
{
	width: 150px;
}

.txt120
{
	width: 120px;
}

.txt90
{
	width: 90px;
}

.txt70
{
	width: 70px;
}

.txt60
{
	width: 60px;
}

.Otsikko
{
	font-size: 18px;
	font-weight: bold;
}

.AlaOtsikko
{
	font-size: 14px;
}

