﻿/*
 * GLOBAL STYLES 
 */
body {
	text-align: center;
	background-color: #ececec;
	margin-top: -14px; /* Just to fix the strange space  in the starting of the page */
	padding-top: 0px;
}
h1 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: bold; 
	color: #006699;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 3px solid #EDEDED;
}

h2 {
	font-family: Tahoma, Calibri,"Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold; 
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p, td, th {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

a:hover {
	color:#3399CC;
	text-decoration: underline;
}

ul {
	padding-left: 20px;
	list-style-type:none;
	margin-left: 0px;
}
li {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
	list-style-type:none;
	background-image:url(etola_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 5px; 
	margin-left: 0px;
	padding-left: 15px;
	text-align: left;
}

img {
	border-width: 0px;
}

/*
 * PAGE CONTENT
 */
div.pagecontent {
	width: 960px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	margin-top: 0px;
	margin-left: auto ;
	margin-right: auto ;
	padding-top: 0px;
	text-align: left;
}

/*
 * BREAD CRUMB 
 */
div.breadcrumb  {
	float: none;
	width: 960px;
	height: 25px;
	background-image: url(maincontentbackground.png); 
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

p.breadcrumb {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 7px;
}

/*
 * FOOTER
 */
div.footer {
	display:inline;
	width: 960px;
	text-align: center;
	vertical-align: middle;
}

p.footer {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #cccccc;
	background-color: #02507F;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: center;
}

div.canterdesign {
	text-align: right;
	width: 960px;
	margin-left: auto ;
	margin-right: auto ;
}
/*
 * TITLE
  */
div.titlebar {

	text-align: right;
}

div.logo {
	background-image: url(etola_logo.png); 
	background-repeat: no-repeat;
	background-position: 20px 16px;
	width: 100%;
	height: 80px;
}

input.searchborder {
	float: right;
	margin-left: 10px;
	padding-left: 20px;
	border-style: solid;
	border-color: grey;
	border-width: 0px;
}

input.searchfield {
	background-image: url(search.png); 
	background-repeat: no-repeat;
	padding-left: 20px;
	border-style: solid;
	border-color: #7F9DB9;
	border-width: 1px;
}
/*
 * LANGUAGE BAR
 */
div.languagebar {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	height: 25px;
	width: 440px;
	float:right;
}
div.languagebar a {
	color: #cccccc; 
}

div.languagebar p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	color: cccccc;
}

div.other {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	float: right;
	height: 10px;
	clear:both;
}

/*
 * CONTENTS
 */
div.contentdiv {
	background-image: url(maintablebackground.png); 
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	min-height: 600px;
	_height: 600px; /* For IE */
}

table.content {
	border-width: 0px;
	border-style: solid;
	width: 932px;
	height: 600px;
}

table.content td {
	vertical-align: top;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	margin: 0px;
	padding: 10px;
}

table.content td.leftcolumn {
	width: 25%;
	background-color: #f0f0f0;
}
table.content td.centercolumn {
	width: 50%;
}

table.content td.rightcolumn {
	width: 25%;
	text-align: center;
	padding-top: 10px;
}

table.noborder td {
	border-width: 0px !important;
}

table.noborder th {

}
/*
 * LOGO TABLE
 */
table.logotable {
	text-align: right;
}

table.logotable td {
	border-width: 0px;
	text-align: center;
	vertical-align: middle;
}

/*
 * FRONTPAGE 
 */

table.content td.leftcolumn_frontpage {
	width: 200px;
	margin-right: 10px;
}
table.content td.centercolumn_frontpage {
	width: 300px;
	padding-left: 7px;
	padding-right: 7px;
}

table.content td.centercolumn_frontpage  ul {
	padding-left: 5px;
}

table.content td.rightcolumn_frontpage {
	width: 200px;
	text-align: left;
	padding-top: 10px;
}

h1.frontpage {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 0px none #EDEDED;
}

h2.frontpage {
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
}

h2.frontpage a{
	font-family: Tahoma, Calibri,"Trebuchet MS", Arial;
	font-weight: bold; 
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a.frontpage {
	font-size: 12px;
}

p.date {
	color: gray;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.news {
	color: #02507F;
}

div.banner {
	background-image: url(banner.png); 
	background-repeat: no-repeat;
	width: 960px;
	height: 100px;
}

table.toimialat_up {
	background-image: url(frontpage_background_toimiala.png); 
	background-repeat: repeat-x;
	background-color: white;
	background-position: bottom left;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin-bottom: 10px;
	padding: 0px;
	height: 230px;
	width: 100%;
}

table.toimialat_up td {
	width: 100px;
	background-color: transparent;
	border-style: none;
	border-width: 0px;
	padding: 2px;
	margin: 0px;
}

/*table.toimialat_up li, ul {
  padding-left: 10px;
  margin-left: 10px;
}
*/

table.toimialat_up td.left {
	width: 33%;
}
table.toimialat_up td.center {
	width: 33%;
}
table.toimialat_up td.right {
	width: 33%;
}

table.toimialat_down td {
	background-image: url(frontpage_background_toimiala.png); 
	background-repeat: repeat-x;
	background-color: white;
	background-position: bottom left;
	padding: 3px;
}

table.toimialat_down td img {
	padding-bottom: 7px;
}

table.toimialat_down td.left {
	width: 33%;
}
table.toimialat_down td.center {
	width: 33%;
}
table.toimialat_down td.right {
	width: 33%;
}

table.frontpage_yhteystiedot td.left {
	border-style: none;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 213px;
	background-color: transparent;
}

table.frontpage_yhteystiedot td.right {
	border-style: none;
	border-width: 0px;
	border-left: 1px;
	border-style: solid;
	border-color: cccccc;
	background-color: transparent;
}

table.content td.yhteystiedot {
	background-image: url(gradient_gray.png); 
	background-repeat: repeat-x;
	background-color: white;
	background-position: bottom left;
}


/*
 * PALAUTE
 */

table.palaute {
	border-width: 0px;
}

table.palaute td {
	border-width: 0px;
	color: #666666;
}

