/*Basic*/

BODY,TABLE {font-family:verdana;font-size:11px;margin:2px 0px 0px 0px;color:#B0B0B0;}
A:link{text-decoration:none;color:#B0B0B0;}
A:visited{text-decoration:none;color:#B0B0B0;}
A:hover{text-decoration:none;color:#A1A29E;}
A:active{text-decoration:none;color:#B0B0B0;}
a.feidi img {
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;border:solid 1px #B0B0B0;}



a.feidi:active img {
filter:alpha(opacity=110);   
-moz-opacity: 0.8;   
opacity: 1.1;border:solid 1px #B0B0B0;
}

a.feidi:hover img {
filter:alpha(opacity=110);   
-moz-opacity: 1.1;   
opacity: 1.1;border:solid 1px #B0B0B0;
}

a.feidi:focus img {
filter:alpha(opacity=110);   
-moz-opacity: 1.1;   
opacity: 1.1;border:solid 1px #B0B0B0;
}

DIV.otsikko {font-weight:bold;color:#B0B0B0;width:100%;border-bottom:solid 1px #282828;letter-spacing:3px;font-size:12px;}

/*tables*/

TABLE.paataulukko {width:100%; height:180px;background-image: url(kuvat/5.jpg); }
TABLE.banneri {width:100%; height:180px; background-image: url(kuvat/1.jpg);border-top:solid 2px #8436C8;border-bottom:solid 1px #471671;}

/*Thumpit*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}