/******************************************************************************
blue.css
******************************************************************************/

a {
    color: #4f6e9e;
}

.suurTabel tr:hover {
	background-color: #eff0f0;
}

tr.trNoHover:hover {
	background-color: white;
}

.suurTabel th {
	background-color: #95b3cc;
	color: white;
}

.suurTabel td {
	border-color: #dbe1e6;
}

.toonHele {
	background-color: #cfdbe3;
	color: black;
}

.toon {
	background-color: #eceff1;
	color: #505050;
}

#aukET, #aukEN {
	background-color: white;
	border-color: #48637f;
}

.clear, .go {
	background-color: #c1d1db;
	color: #596c7c;
}

td.stats {
	color: #B6B6B6;
}

.stats a {
	color: #B6B6B6;
}

.trHover {
	background-color: #F1F5DD;
}

.toplink {
	color: #90adc6;
	/* mozilla */
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	/* webkit */
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	/* opera */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

a.toplink:hover {
	background-color: #95b3cc;
	color: white;
}

#tomainpage {
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 2px 5px 2px 5px;
	background-color: #95b3cc;
	text-decoration: none;
	color: white;
}