body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #236b88;
	margin: 0px;
	padding: 0px;
	background: url( '../images/taustalogo.gif' ) no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

label
{
	display: block;
	margin-top: 10px;
}

h1
{
	font-size: 170%;
	font-weight: lighter;
}

h2
{
	font-size: 140%;
	font-weight: lighter;
	margin-top: 20px;
	margin-bottom: 2px;
}

div#header
{
	float: left;
	width: 100%;
	height: 91px;
	background: url( '../images/logo.png' ) no-repeat #006d84;
	text-align: right;
}

div#header-quicklinks
{
	margin-top: 5px;
	margin-right: 15px;
	height: 16px;
	color: white;
	font-size: 90%;
}

div#header-menu
{
	color: white;
	margin-right: 15px;
	margin-top: 50px;
}

#header div#header-quicklink a
{
	font-size: 90%;
}

#header a
{
	color: white;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#header a.selected
{
	text-decoration: underline;
}

#header a:hover
{
	text-decoration: underline;
}

div#breadcrumb
{
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #cccccc;
	background-color: #f0f0f0;
	color: #999999;
	text-align: left;
	font-size: 90%;
}

div#breadcrumb-links
{
	margin-top: 6px;
	margin-left: 30px;
}

div#breadcrumb a
{
	color: #999999;
	text-decoration: underline;
}

div#navi
{
	background: url('../images/body_gradient.png') repeat-y #f5f5f5;
	position: absolute;
	top: 122px;
	bottom: 0px;
	left: 0px;
	/* css hack for IE */
	width: 251px;
	height: expression((parseInt(document.documentElement.clientHeight)-122)+'px');
	color: #6ea0ae;
	z-index: 2;
}

div#navi-content
{
	float: left;
	background: url('../images/body_gradient.png') repeat-y #f5f5f5;
	width: 251px;
}

div.navi-title
{
	width: 235px;
	height: 20px;
	padding: 5px;
	padding-left: 10px;
	background: url('../images/navi_title_gradient.png') repeat-x;
	color: #888888;
	font-weight: bold;
}

div#navi a
{
	color: #888888;
	text-decoration: none;
}

div#navi a:hover
{
	text-decoration: underline;
}

div#navi li.selected a
{
	color: #236b88;
}

div#content
{
	
	display: inline;
	float: left;
	width: 500px;
	height: 80%;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-left: 325px;
	text-align: left;
	background: url('../images/body_gradient.png') repeat-y;
	z-index: 1;
}

div#content-site-toolbar
{
	padding: 5px;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;

}

div#content-site-toolbar a
{
	color: #336699;
}

div#content-site-toolbar .button
{
	margin-left: 5px;
	margin-right: 5px;
}

div#evianet
{
	float: left;
	padding-top: 30px;
	margin-left: 20px;
}

div#navi ul
{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-left: 0px;
	list-style-position: inside;
	width: 220px;
	border-top: 1px solid #d1d1d1;
}

div#navi ul li
{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #d1d1d1;
}

div.news-container
{
	float: left;
	clear: both;
	width: 200px;
	margin-bottom: 15px;
}

div.news-bullet
{
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}

div.news-content
{
	float: left;
	margin-left: 10px;
	width: 140px;
}

.errormessage
{
	display: block;
	color: red;
}

.errormessageNoBlock
{
	color: red;
}

/* TAB STYLES */


#tabmenu {
	font-size: 95%;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	background: ;
	padding-left: 0;
	padding-right: 2px;
}

#tabmenu a, a.active {
	color: black;
	background: #ccced2;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a.active {
	background: #E3E4E9;
}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
}

#tabmenu a:visited {
	/*color: #E8E9BE; */
}

#tabmenu a.active:hover {
	background: #ABAD85;
	/*color: #DEDECF; */
}

/* SITE MENU */

#sitemap .menudepth0 {
	margin-left: 0px;
}

#sitemap .menudepth1 {
	margin-left: 20px;
}

#sitemap .menudepth2 {
	margin-left: 40px;
}

#sitemap .menudepth3 {
	margin-left: 60px;
}

#sitemap .menudepth4 {
	margin-left: 80px;
}

#sitemap .menudepth5 {
	margin-left: 100px;
}

#sitemap .menudepth6 {
	margin-left: 120px;
}

#sitemap .menudepth7 {
	margin-left: 140px;
}

#sitemap .menudepth8 {
	margin-left: 160px;
}

/* MENU DEPTHS */

.menudepth2 { margin-left: 15px; }
.menudepth3 { margin-left: 30px; }

.inline label
{
	display: inline;
}

#jobform table tr td label {
	display: inline;
	float: none;
	font-size: 0.9em;
	margin-left: 5px;
	text-align: left;
	font-weight: normal;
}

#employment {
	width: 800px;
}

#outerModify {
	padding:10px 10px 5px 10px;
}

.instructionButton {
	background-color:#F5F5F5;
	border: 1px solid #000000;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

