/* 	CSS Document 
	Toni Ryhänen
	toni.ryhanen@gmail.com
*/
BODY {
	MARGIN: 0px; 
	COLOR: #000000; 
	BACKGROUND-COLOR: #000000;
}

a:link	{color:#cc0000;text-decoration:none}

a:visited {color:#cc0000;text-decoration:none}

a:hover	{color:#660000;text-decoration:none}

a:active {color:#cc0000;text-decoration:none}

#teksti {
	OVERFLOW: auto;
	SCROLLBAR-BASE-COLOR: #F6F3E9;
	SCROLLBAR-arrow-color:#87857F;
	SCROLLBAR-highlight-color:#BEBBB0;
	SCROLLBAR-darkshadow-color:#9E9B93;
	POSITION: relative;
	WIDTH: 310px;
	HEIGHT: 375px;
	left: auto;
	top: auto;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-transform: none;
}
/*

/***********************************************
* Image Thumbnail viewer- © Dynamic Drive (www.dynamicdrive.com)
* Last updated Sept 26th, 03'. This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
#main {
	BORDER-RIGHT: #aaa 1px; 
	BORDER-TOP: #aaa 1px; 
	OVERFLOW: visible; 
	WIDTH: 200px; 
	BORDER-BOTTOM: #aaa 1px; 
	SCROLLBAR-BASE-COLOR: #899; 
	POSITION: absolute; 
	BACKGROUND-COLOR: transparent;
	}
	
#kuva {
	position: absolute;
	visibility:hidden;
	border: 1px solid gray;
}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #F6F3E9;
	min-width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
	color: #000000;
}
#dragbar #Lastone{
	font-weight: bold;
	margin-right: 1px;
	color: #F6F3E9;
}
#smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f0f0f0;
}
