/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

div#piilotettu {
  margin: 0px 20px 0px 20px;
  display: none;
}

/* standard elements */

.infopage {
	font-size: 1.0em;
}

.infopage ul {
	margin: 5px;
	padding: 5px;
}
.infopage li {
	font-size: 1.2em;
	list-style: none;
	margin: 5px;
}

p, dl, blockquote {
	font-size: 12px;
	line-height: 150%;
}

img {
	border: 0px;
}

p a {
	color: #0e8e0e;
}

cite {
	font-size: 10px;
}

/* TIETOSIVU, OMA SETELI */

.tietosivu_omaseteli table {
	width: 96%;
	border: 0px solid #000;
}

.tietosivu_omaseteli th {
	background: #9dd59d;
}

.tietosivu_omaseteli select,input,textarea {
	/*border: 1px solid #AAA;
	padding: 2px 3px;	*/
}

/* KIRJAJUTUT UUSIKSI: */

#wrap {
	float: left;
	margin: 0 auto;
	width: 700px;
	padding: 10px;
}

.vasen {
	float: left;
	width: 200px;
	text-align: center;
	border: 0px;
	background-color: #fff;
}

.oikea {
	float: right;
	width: 480px;
	line-height: 150%;
	font-size: 12px;
	background-color: #fff;
}

.oikea h3 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: -5px 0 0 -2px;
	background-color: #fff;
}

.oikea ul li {
	padding: 0px;
	margin-left: -40px;
	color: #000;
	list-style: none;
}

#userbox {
	float: left;
	margin-top: 30px;
	padding-left: 20px;
	color: #fff;
	font-size: 11px;	
}

#userbox a {
	color: #fff;
	text-decoration: none;
}

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

#userbox input {
	font-size: 10px;
}


/*
kahden sarakkeen taulukko
*/


#twocolumns_left {
	float: left;
	width: 340px;
}

#twocolumns_right {
	float: left;
	font-size: 12px;
}

#twocolumns_right h3 {
	font-size: 14px;
	color: #0e8e0e;
}

.twocolumns_clearer {
	clear: both;
	padding: 10px;
}

/* ####### */

.coin_colorlink {
	color: #000;
}

.coin_colorlink a {
	color: #0e8e0e;
	text-decoration: none;
}

.coin_colorlink a:hover {
	color: #000;
}


/* #######, uutiset alkaa */

.uutiset h2 {
	color: #000;
	font-size: 1.4em;
	border: 0px solid #3E5198;
	border-bottom-width: 1px;
}

.uutiset p {
	color: #000;
}

.uutiset a {
	color: #0e8e0e;
	text-decoration: none;
}

.uutiset a:hover {
	color: #000;
}

/* uutiset loppuu */

.note a {
	font-weight: bold;
	text-decoration: none;
}

.note {
	position: relative;
	z-index: 0;
	font-weight: normal;
}

.note:hover {
	background-color: transparent;
	z-index: 50;
}

.note span {
	position: absolute;
	width: 280px;
	background-color: #eee;
	padding: 8px;
	left: -200px;
	border: 1px solid #000;
	visibility: hidden;
	color: black;
}

.note:hover span {
	visibility: visible;
	top: 0;
	left: 20px;
}

a {
	color: #0e8e0e; /*#06C; */
}
a:hover {
	color: #000; /* #C60;*/
}
body {
	background: #0e8e0e url(img/_bg.gif) repeat-x;
	color: #000;
	font: normal 62.5% "Verdana", "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #000;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

ul {
	color: #000000;
	font-size: 1.1em;
}

table {
	border-width: 1px;
	border-collapse: collapse;
}

td {
	font-size: 1.1em;
}

tr.biglist:hover {
	font-size: 1.0em;
	background-color: #E8E8E8;
}

th {
	background-color: #0e8e0e;
	color: #FFF;
}

th a {
	color: #CDCDCD;
	text-decoration: none;
}

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

fieldset {
	font-size: 1.2em;
	padding: 4px 6px 4px 6px;
}

legend {
	background-color: #0e8e0e;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

.sidenav fieldset {
	width: 70%;
}

h2 {
	color: #0e8e0e;
	font-size: 1.4em;
	margin-bottom: 3px;
}

/*
h3 {
	color: #0e8e0e;
	font-size: 1.3em;
}
*/
h4 {
	color: #000;
	font-size: 1.0em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/_topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 122px;
}
.title h1 a {
	color: #FFF;
	font: 24px Verdana,sans-serif;
	text-decoration: none;
}

/* navigation */

.navigation {
	float: left;
	height: 92px;
	margin-left: 10px;
	/*padding: 0 16px;*/
}

/* main */
.main {
	background: #fff url(img/_bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	background: #fff; /* lisätty oudon ff-bugin takia */
	float: left;
	width: 24%;
}
.sidenav h4 {
	border-bottom: 1px dashed #DDD;
	color: #4E4E4E;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	border-left: 7px solid #0e8e0e;
}

.sidenav_act a {
	color: #000;
	border-left: 7px solid #E73; /*#E73; #c04e10*/
}

.sidenav small a, small a:hover {
	color: #dbdbdb;
	text-decoration: none;
}

/* content */
.content {
	background: #fff; /* lisätty oudon ff-bugin takia */
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
} 
/* sinertävät linkkivärit
.content a {
	color: #4A91C3;
}*/

/* search form */
.styled {
	border: 1px solid #AAA;
	padding: 2px 3px;
}
.button,select {
	border: 1px solid #AAA;
	border-left: 2px solid #0e8e0e;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0e8e0e;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 20px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.black a {
	color: #000;
	text-decoration: none;
}

.black a:hover {
	color: #000;
	background-color: red;
}

.admintable td { /* edit-sivu käyttää tätä */
	font-size: 1.2em;
	color: #000;
}

/* linkkilista alkaa */

.linklist table {
	border-width: 0px;
}

td.linklist {
	font-size: 1.0em;
}

/* linkkilista päättyy */





/* otettu raha.php:tä varten: */

#tietosivu_wrap {
	margin: 0 auto;
	/*float: left;
	margin: 0 auto;
	width: 700px;
	padding: 10px;*/
}

.tietosivu_vasen {
	float: left;
	/*width: 304px; /* setelikuvan leveys 300px */
	width: 42%;
	text-align: center;
	border: 0px;
	background-color: #fff;
}

.tietosivu_oikea {
	float: right;
	width: 56%;
	/* width: 390px;*/
	font-size: 12px;
	background-color: #fff;
}



#coins_show_wrap {
	margin: 0 auto;
}

#coins_show_left {
	font-size: 14px;
	float: left;
	text-align: center;
	margin-top: 10px;
	width: 42%;
	height: 120px;
}

#coins_show_right {
	font: 11px "Verdana", sans-serif;
	float: left;
	width: 58%;
}

#coins_show_right th {
	font: 11px "Verdana", sans-serif;
	font-weight: bold;
}

.coins_show_bottom {
	font: 10px "Verdana", sans-serif;
	font-weight: bold;
	padding: 4px;
}

.coins_show_clearer {
	clear: both;
}

#kokoelma table, th {
	background: #0e8e0e;
	text-align: left;
	font-size: 12px;
}