/**
* PERUSTYYLIT. 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #34434E; /*#333333; ennen #336699; */
	background-color: #fff;
	margin-top: 5px;
	width: 950px; /* width of the whole site */
	right: 6px;
}

.otsikko2 {
	font-weight: strong;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.center {
	text-align: center;
	font-size: 12px;
}

td.etusivu {
	padding-left: 5px;
}

table.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

/*
* Korostaa tiettyä tekstin osaa
*/
span.korostus {
	font-weight: bold;
	font-size: 14px;
}

tr.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333399;
	font-weight: bold;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #3366ff; 
	text-decoration: none;
}

a:hover {
	color: #F5821E; 
	text-decoration: underline;
}

a.special {
	color: #ccff00;
	text-decoration: none;
}

a.special:hover {
	color: #ccff00;
	text-decoration: underline;
}

a.left_menu {
	font-size: 12px;
	color: #005595;
	text-decoration: none;
}

a.left_menu:hover {
	color: #005595;
	text-decoration: underline;
}


a.top_menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #005595;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a.top_menu:hover {
	font-family: sans-serif, Helvetica, Arial;
	color: #005595;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

.teksti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

.linkit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
}

/**
* Title boxes
*/
div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #34434E;/*#333333;*/
	margin-bottom: 3px;
/*	background-color: #fff; /*#3c6186;*/
}

div.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #444444;
	font-weight: bold;
}

div.left_menu_title {
	font-weight: bold;
	font-size: 12px;
	color: #444444;
}

div.news_menu {
	font-size: 10px;
	color: #444444;
}

/*
* Etusivun rahottajien listaus
*/
div.etusivu_rahoittajat {
	font-size: 10px;
	text-align: center;
}

.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3c6186;
	background-color: #f1f4f7;
}

/**
* Normal input, for shorter texts
*/
input.text {
	width: 200px;
}

/**
* Normal long inputs
*/
input.long {
	width: 400px;
}

/**
* Password inputs should have a bit different look than normal inputs.
*/
input.password {
	width: 200px;
	background-color: #FFF5EB;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	background-color: #ddd;
	border-style: outset;
	border-width: 2px;
	border-color: #eee;
	margin-top: 5px;
	height: 22px;
/*	width: 100%; */
}

label {
	width: 200px;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
	cursor: pointer;
	white-space: nowrap;
}

acronym {
	cursor: pointer; /* change cursor from default (arrow in windows) to pointer (hand in windows) */
}

textarea {
	width: 400px;
	height: 200px;
}

/**
* Used to indicate an error with something
*/
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #DB4800;
/*	border: #000 1px solid;*/
	color: #fff;
	margin-bottom: 3px;
}

.error2 {
	background: #DB4800;
	color: #fff;
}

div.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #009966;
/*	border: #000 1px solid; */
	color: #fff;
	width: 100%;
	margin-bottom: 3px;
}

/**
* Used with listings to change the color of a row. This is 
* the first and every second row color
*/
tr.row1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#D7DFE7;
}

/**
* Used with listings to change the color of a row. This is 
* the second and every second row color
*/
tr.row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#F1F4F7;
}

tr.row_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F1F4D7;
}

/**
* Used with listings to change the color of a row. This is 
* used with rows that has some sort of problem.
*/
tr.row_selected_error {
	background-color: #e70000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dropshadow2{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.gif) no-repeat bottom right !important;
	background: url(images/shadowAlpha.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 500px;
	padding: 0px;
}

.bottomshadow {
	width: 100%
}

.innerbox{
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0px;
	background-color: #3c6186;
	color: #fff;
}

.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{
	font-size:14px;
	margin: 3px;
}

.titlebox {
	width: 100%;
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999999;
	border-bottom: 0px;
	padding: 5px;
	margin: 0px;
	background-color: #3c6186;
	color: #fff;
}

.titlebox2 {
	width: 150px;
	position: relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999999;
	border-top: 0px;
	padding: 4px;
	margin: 0px;
	background-color: #3c6186;
	color: #fff;
}

.titleshadow {
	float:left;
	clear:left;
}

.titlebox3_3 {
	width: 100%;
	position: relative;
	right: 6px;
	color: #3c6186;
}

.box_left_menu {
	float: left; 
	width: 154px;
	position: relative;
	bottom: 6px;
	right: 6px;
	border-top: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #000;
}

div.alaboksi {
	position: relative;
	bottom: 6px;
	right: 6px;
	border-top: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #000;
}

.titleshadow3 {
	float: left;
	clear: left;
}

.hint {
	font-size: 10px;
}

.statistics_border_1 {
	border: 1px solid #000;
}

.statistics_border_2 {
	border: 0px;
	border-bottom: 1px solid #000;
}

/*
* Poistetaan kaikilta kuvilta rajaukset
*/
img {
	border: none;
}

img.middle_alignment {
	vertical-align: middle;
}

#dhtmltooltip {
	position: absolute;
	cursor: pointer;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

.search {
	width:300px;
}

