@charset "utf-8";
/* CSS Document */

@import url("asemointi.css");
@import url("txt.css");

* {
padding:0;
margin:0;
}

html  {
SCROLLBAR-FACE-COLOR: #fff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
	SCROLLBAR-SHADOW-COLOR: #fff; 
	SCROLLBAR-3DLIGHT-COLOR: #fff; 
	SCROLLBAR-ARROW-COLOR: #ff6d1b; 
	SCROLLBAR-TRACK-COLOR: #dde0d6; 
	SCROLLBAR-BASE-COLOR: #fff; 
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	overflow:hidden; 
} 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #80b835;
	background-image:url(img/base/bg-green-b.jpg);
	background-repeat:repeat-x;
	overflow:hidden; 
	overflow-x:hidden; 
	width:100%;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left:0;
top:0;
width: 600px;
padding: 1em 4em 4em 4em;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#596e74;
border:1px dashed #80b835;
text-align:left;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
line-height: 1.1em;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
font-variant:small-caps;
text-transform:lowercase;
letter-spacing:0.1em;
word-spacing:0.2em;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
margin:0.5em;
}

#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;
}
