@charset "x-sjis";
/* CSS Document */
html { height:100%; /* needed for 100% background-image */ }

body {
	background-color: #f2f2f2;
	background-image: url('img/gradient.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0 0 5px 0;
	height:auto;
	/* height:100%;  needed for 100% background-image for other browsers */
}

* html body { height:auto; /*IE HACK for background*/ } 
a { color: #1268b3; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a img { border: none; }

/* PAGED LIST and CUSTOM SEARCH */
.greytext { color: #666666; font-weight:normal; font-size:12px;}
.floatingboxtext { color: #333333; font-weight:normal; font-size:18px; padding-left:5px; width:600px;}
.pagedtext { color: #333333; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px;}
.pagedselected { color: #FFFFFF; background-color: #0089d0; text-decoration: none; font-weight:bold; font-size:12px; border: 1px solid #1268b3; padding:2px;}
A.pagedlink:link { color: #0089d0; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px;}
A.pagedlink:visited { color: #0089d0; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px;}
A.pagedlink:active { color: #0089d0; background-color: transparent; text-decoration: underline; font-weight:normal; font-size:12px;}
A.pagedlink:hover { color: #0089d0; background-color: transparent; text-decoration: underline; font-weight:normal; font-size:12px;}


/* BREADCRUMB aka murupolku  */
.tekesbreadcrumbarrow { color: #333333; background-color: transparent; text-decoration: none; font-weight:normal; font-size:14px;}
.tekesbreadcrumb { color: #333333; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px;}
A.tekesbreadcrumb:link { color: #0089d0; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px;}
A.tekesbreadcrumb:visited { color: #0089d0; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px;}
A.tekesbreadcrumb:active { color: #0089d0; background-color: transparent; text-decoration: underline; font-weight:normal; font-size:12px;}
A.tekesbreadcrumb:hover { color: #0089d0; background-color: transparent; text-decoration: underline; font-weight:normal; font-size:12px;}
DIV.tekesbreadcrumb {
	float: left;
	padding-top: 5px; padding-bottom: 0px;
	padding-left: 8px; padding-right: 8px;
	width: 903px;
	min-height: 20px;
	text-align:left; 
	vertical-align:middle; margin: 0 0 5px 0;
/*	background: url('img/gradient_crumb.png');	*/
	border-bottom: 1px solid #e6e6e6;
}

/* VERTICAL NAVIGATION  */
A.vertinavi:link { background: #fff url('img/arrow-yellow.gif') no-repeat 0 0; padding: 0px 0px 0px 12px; color: #333333; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4; }
A.vertinavi:visited { background: #fff url('img/arrow-yellow.gif') no-repeat 0 0; padding: 0px 0px 0px 12px; color: #333333; background-color: transparent; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4; }
A.vertinavi:active { background: #fff url('img/arrow-yellow.gif') no-repeat 0 0; padding: 0px 0px 0px 12px; color: #333333; background-color: transparent; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4; }
A.vertinavi:hover { background: #fff url('img/arrow-yellow.gif') no-repeat 0 0; padding: 0px 0px 0px 12px; color: #0089d0; background-color: transparent; text-decoration: underline; font-weight:bold; font-size:12px; line-height: 1.4; }
.vertinavi { background: #fff url('img/arrow-yellow.gif') no-repeat 0 0; padding: 0px 0px 0px 12px; color: #0089d0; background-color: transparent; text-decoration: none; font-weight:bold; font-size:12px; line-height: 1.4; }

A.vertinaviactive:link { background: #fff url('img/arrow-blue.gif') no-repeat 0 0; padding: 0px 0px 3px 12px; color: #0089d0; background-color: transparent; text-decoration: none; font-weight:bold; font-size:12px; line-height: 1.4;}
A.vertinaviactive:visited { background: #fff url('img/arrow-blue.gif') no-repeat 0 0; padding: 0px 0px 3px 12px; color: #0089d0; background-color: transparent; text-decoration: none; font-weight:bold; font-size:12px; line-height: 1.4;}
A.vertinaviactive:active { background: #fff url('img/arrow-blue.gif') no-repeat 0 0; padding: 0px 0px 3px 12px; color: #0089d0; background-color: transparent; text-decoration: none; font-weight:bold; font-size:12px; line-height: 1.4;}
A.vertinaviactive:hover { background: #fff url('img/arrow-blue.gif') no-repeat 0 0; padding: 0px 0px 3px 12px; color: #0089d0; background-color: transparent; text-decoration: none; font-weight:bold; font-size:12px; line-height: 1.4;}
.vertinaviactive { background: #fff url('img/arrow-blue.gif') no-repeat 0 0; padding: 0px 0px 3px 12px; color: #0089d0; background-color: transparent; text-decoration: none; font-weight:bold; font-size:12px; line-height: 1.4;}

/* FORMS, TITLES, MAIN FONTS */

form {	margin: 12px 0 0 0;	padding: 0; }

h2 { color: #666666;	font-size: 1.2em; font-weight: bold; margin: 0.2em 0 0 0; padding: 0; }
h2:first-child { margin-top: 0.2em; }
h3 { color: #e5a712;	font-size: 1.4em; font-weight: bold; margin: 0.2em 0 0.4em 0; padding: 0; }
h3:first-child { margin-top: 0.2em; }
h4 { color: #0089d0; font-size: 1.4em; font-weight: normal; margin: 0 0 0.4em 0; padding: 0; }
h4:first-child { margin-top: 0.2em; }
h5 { color: #e5a712;	font-size: 1.4em; font-weight: normal; margin: 0.1em 0 0.1em 0; padding: 0; }
h5:first-child { margin-top: 0.1em; }
h6 { color: #0089d0;	font-size: 0.9em; text-transform: uppercase; font-weight: bold; margin: 0.2em 0 0.4em 0; padding: 0; }
h6:first-child { margin-top: 0.2em; }

p { margin: 0.6em 0; padding: 0; line-height:120%; }
p small { color: #666666; font-size: 0.9em; line-height:120%; }
#area .content .frontpageregion2place2 p { margin: 0; padding: 0; }
p.listp { margin: 0; padding: 0; }

/* PAGE DIV'S */

#outer {
	background-image: url('img/background.png');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 0px;
	width: 942px;
	min-height: 100%; /* needed for 100% background-image */
	overflow:hidden;
}
* html #outer {
    height:100%; /* needed for 100% background-image */
}
#outer ul { margin: 0 0; padding: 0; }
#outer ul li { background-image: url('img/arrow.gif'); background-position: 0 5px; background-repeat: no-repeat; list-style-type: none; margin: 0; padding: 0 0 0 16px; }
#outer ul li a { font-weight: normal; }

#outer ul.linkarrow { margin: 0.4em 0; padding: 0; }
#outer ul.linkarrow li.linkarrow { background-image: url('img/arrow.gif'); background-position: 0 5px; background-repeat: no-repeat; list-style-type: none; margin: 0; padding: 0 0 0 16px; }


#main {
	/* background-image: url('img/background.png'); */
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 11px;
	width: 920px;
	/* min-height: 1000px; */
}
#header {
	background-image: url('img/tekeslogo.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 88px;
	/*padding: 8px 16px 0 672px;*/
	color: #333333;
}
#header span.bannerarea { width: 656px; height: 88px; float: left; padding: 0; margin: 0; }
#header img.transparentbanner { border: none; width: 656px; height: 88px; }
#header span.searcharea { float: right; padding: 8px; }
#header span.searchboxandbutton { float: right; }
#header a.lang { color: #666666; font-size: 0.85em; }
#header a.lang:first-child { padding-left: 0; }
#header input.search { border: 1px solid #b3b3b3; height: 18px; width: 154px; }

ul#top-navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#top-navigation li {
	border-left: 1px solid #ffffff;
	display: block;
	float: left;
	height: 28px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#top-navigation li:first-child {
	border-left: none;
}
ul#top-navigation li a, ul#top-navigation li.selected {
	display: block;
	height: 16px;
	padding: 6px 24px;
	text-decoration: none;
}
ul#top-navigation li a:link, ul#top-navigation li a:visited {
	background-image: url('img/top-navi-blue.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: #ffffff;
}
ul#top-navigation li a:hover, ul#top-navigation li a:active {
	background-image: url('img/top-navi-yellow.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
}
ul#top-navigation li.selected {
	border-top: 3px solid #feb913;
	padding: 3px 25px 6px 25px;
}
#ribbon {
	position:relative;
	background-image: url('img/ribbon.png');
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	height: 208px;
	margin-top: 6px;
	padding-top: 1px;
	width: 100%;
}
#ribbon .frontpageregion1place2 {
	float: left;
	height: 168px;
	padding: 20px 16px 25px 16px;
	position: relative;
	text-align: left;
	width: 232px;
}
#ribbon .frontpageregion1place2 .banner {
	bottom: 16px;
	left: 16px;
	position: absolute;
}

/* IE HACK needed for background - corrects cropped background after floating divs */
div.iehack {
  display:none;
}
/* Quircks mode hack */
* html div.iehack * {
  visibility:hidden;
}
* html div.blockBackgroundB div.iehack {
  left:0px;
  top:0px;

  height:30px;
  width: 95%;
  padding:0px;
  margin:1px;
  margin-bottom:-32px;

  border:0px;
  background-color:transparent;
}

/* AREA STYLE: If right column is grey */

#area {
	/* background-image: url('img/stripe.png'); */
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 100%;
	color:#333333;
}
#area .content {
	float: left;
	padding: 0 8px; 
	min-height: 300px;
}
#area .content2 {
	float: left;
	padding: 0 8px;
	min-height: 300px;
}
#area .content .column {
	float: left;
	padding: 0 8px 70px 8px;
	width: 304px;
}
#area .content .frontpageregion2place1 {
	float: left;
	padding: 0 8px 70px 8px;
	width: 304px;
}
#area .content .frontpageregion2place2 {
	float: left;
	padding: 0 8px 70px 8px;
	width: 304px;
}
#area .content .columnnavigation {
	float: left;
	padding: 0 8px 70px 0;
	width: 204px; /* changed from 254px */
	/* if left column if navigation */
}
/* vertical navigation area */

#area .columnnavigation ul {
	margin: 0.2em 0;
	padding: 0;
}

#area .columnnavigation li {
	background-image: url('img/arrow-yellow.gif');
	/*background-position: top left;*/
	background-position: 0% 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#area .columnnavigation li.activelink {
	background-image: url('img/arrow-blue.gif');
	/*background-position: top left;*/
	background-position: 0% 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#area .columnnavigation ul li a:link {color: #333333; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#area .columnnavigation ul li a:visited {color: #333333; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#area .columnnavigation ul li a:active {color: #333333; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
#area .columnnavigation ul li a:hover {color: #0089d0; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
#area .columnnavigation ul li a.activelink:link {color: #0089d0; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#area .columnnavigation ul li a.activelink:visited {color: #0089d0; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#area .columnnavigation ul li a.activelink:active {color: #0089d0; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
#area .columnnavigation ul li a.activelink:hover {color: #0089d0; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
/* vertical navigation area ends */

#area .content .columnmiddle {
	float: left;
	padding: 0 8px 70px 8px;
	width: 404px; /* changed from 354px */
	border-left: 1px solid #e6e6e6;
	line-height: 1.3;
	/* if left column if navigation */
}
#area .columnmiddle ul { margin: 0.2em 0; padding: 0; }
#area .columnmiddle ol { margin: 0.2em 0; padding: 0; }

#area .columnmiddle ul li {
	background-image: url('img/bullet_arrow.gif');
	/*background-position: top left;*/
	background-position: 0% 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#area .columnmiddle ol li { list-style-type: decimal; }

#area .content .columnmiddlewide {
	float: left;
	padding: 0 8px 70px 8px;
	width: 618px; 
	border-left: 1px solid #e6e6e6;
	line-height: 1.3;
	/* if left column if navigation */
}
#area .columnmiddlewide ul { margin: 0.2em 0; padding: 0; }
#area .columnmiddlewide ol { margin: 0.2em 0; padding: 0; }

#area .columnmiddlewide ul li {
	background-image: url('img/bullet_arrow.gif');
	/*background-position: top left;*/
	background-position: 0% 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#area .columnmiddlewide ol li { list-style-type: decimal; }
#outer ul li a {
	font-weight: normal;
}
#area .content .contentofnaviandcontent {
	float: left;
	padding: 0 8px 70px 8px;
	width: 675px; /* changed 682 */
	border-left: 1px solid #e6e6e6;
	/* if left column if navigation */
}
#area .content2 .column2 {
	float: left;
	padding: 0 8px 0px 0px;
	width: 638px;
	/* if there is only two columns */
}
#area .content img.left {
	margin: 2px 8px 8px 0;
}
#area .shortcuts {
	float: right;
	padding: 0 16px;
	width: 232px;
}
#area .shortcuts {
	float: right;
	padding: 0 16px;
	width: 232px;
}
#area .shortcuts ul {
	margin: 0.4em 0;
	padding: 0;
}
#area .shortcuts ul li {
	background-image: url('img/arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#area .shortcuts ul li a {
	font-weight: bold;
}
#area .shortcuts select {
	margin-bottom: 1.2em;
	width: 100%;
}
#area .shortcuts .banner {
	margin: 8px 0 0 0;
	padding: 0;
}
#area ul.more {
	margin: 0.4em 0;
	padding: 0;
}
#area ul.more li {
	background-image: url('img/arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
	font-weight:bold;
}
#area .frontpageregion2place3 {
	background:#e6e6e6;
	bottom: 0;
	float: left;
	left: 16px;
	padding: 12px 16px;
	position: absolute;
	text-align: center;
	width: 592px;
}
#area .frontpageregion2place3 h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* AREAWHITE STYLE: If right column is white */

#areawhite {
	/* background-image: url('img/stripe.png'); */
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	width: 100%;
	color:#333333;
	margin-bottom: -8px;
	padding-bottom: 8px;
}
#areawhite .content {
	float: left;
	padding: 0 8px;  /* modified from 0 8px; */
	min-height: 300px;
}
#areawhite .content2 {
	float: left;
	padding: 0 0px;
	min-height: 300px;
}
#areawhite .content .column {
	float: left;
	padding: 0 8px 70px 8px;
	width: 304px;
}
#areawhite .content .columnnavigation {
	float: left;
	padding: 0 8px 70px 0;
	width: 204px; /* changed from 254px */
	/* if left column is navigation */
}
/* vertical navigation areawhite */

#areawhite .columnnavigation ul {
	margin: 0.2em 0;
	padding: 0;
}

#areawhite .columnnavigation li {
	background-image: url('img/arrow-yellow.gif');
	/*background-position: top left;*/
	background-position: 0% 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#areawhite .columnnavigation li.activelink {
	background-image: url('img/arrow-blue.gif');
	/*background-position: top left;*/
	background-position: 0% 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#areawhite .columnnavigation ul li a:link {color: #333333; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#areawhite .columnnavigation ul li a:visited {color: #333333; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#areawhite .columnnavigation ul li a:active {color: #333333; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
#areawhite .columnnavigation ul li a:hover {color: #0089d0; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
#areawhite .columnnavigation ul li a.activelink:link {color: #0089d0; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#areawhite .columnnavigation ul li a.activelink:visited {color: #0089d0; text-decoration: none; font-weight:normal; font-size:12px; line-height: 1.4;}
#areawhite .columnnavigation ul li a.activelink:active {color: #0089d0; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
#areawhite .columnnavigation ul li a.activelink:hover {color: #0089d0; text-decoration: underline; font-weight:normal; font-size:12px; line-height: 1.4;}
/* vertical navigation areawhite ends */

#areawhite .content .columnmiddle {
	float: left;
	padding: 0 8px 70px 8px;
	width: 404px; /* changed from 354px */
	border-left: 1px solid #e6e6e6;
	line-height: 1.3;
	/* if left column is navigation */
}
#areawhite .columnmiddle ul {margin: 0.2em 0; padding: 0; }
#areawhite .columnmiddle ol {margin: 0.2em 20px; padding: 0; }

#areawhite .columnmiddle ul li {
	background-image: url('img/bullet_arrow.gif');
	/*background-position: top left;*/
	background-position: 0% 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#areawhite .columnmiddle ol li { list-style-type: decimal; }

#areawhite .content .columnmiddlewide {
	float: left;
	padding: 0 8px 70px 8px;
	width: 618px;
	border-left: 1px dotted #e6e6e6;
	line-height: 1.3;
	/* if left column is navigation */
}
#areawhite .columnmiddlewide ul { margin: 0.2em 0; padding: 0; }
#areawhite .columnmiddlewide ol { margin: 0.2em 0; padding: 0; }

#areawhite .columnmiddlewide ul li {
	background-image: url('img/bullet_arrow.gif');
	/*background-position: top left;*/
	background-position: 0% 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#areawhite .columnmiddlewide ol li { list-style-type: decimal; }

#areawhite .content .contentofnaviandcontent {
	float: left;
	padding: 0 8px 70px 8px;
	width: 675px; 
	border-left: 1px solid #e6e6e6;
	/* if left column if navigation */
}
#areawhite .content2 .column2 {
	float: left;
	padding: 0 8px 0px 8px;
	width: 638px;
	/* if there is only two columns */
}
#areawhite .content2 .onebigcolumn {
	float: left;
	padding: 0 8px 0px 8px;
	width: 906px;
	/* if there is only two columns */
}
#areawhite .content img.left {
	margin: 2px 8px 8px 0;
}
#areawhite .shortcuts {
	float: right;
	padding: 0 16px;
	width: 232px;
}
#areawhite .shortcuts {
	float: right;
	padding: 0 16px;
	width: 232px;
}
#areawhite .shortcuts ul {
	margin: 0.4em 0;
	padding: 0;
}
#areawhite .shortcuts ul li {
	background-image: url('img/arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#areawhite .shortcuts ul li a {
	font-weight: bold;
}
#areawhite .shortcuts select {
	margin-bottom: 1.2em;
	width: 100%;
}
#areawhite .shortcuts .banner {
	margin: 8px 0 0 0;
	padding: 0;
}
#areawhite ul.more {
	margin: 0.4em 0;
	padding: 0;
}
#areawhite ul.more li {
	background-image: url('img/arrow.gif');
	background-position: center left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
	font-weight:bold;
}
#areawhite .partners {
	background:#e6e6e6;
	bottom: 0;
	float: left;
	left: 16px;
	padding: 12px 16px;
	position: absolute;
	text-align: center;
	width: 592px;
}
#areawhite .partners h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#columnmiddle ul {
	margin: 0.4em 0;
	padding: 0;
}
#columnmiddle ul li {
	background-image: url('img/bullet_arrow.gif');
	background-position: 0 5px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#columnmiddlewide ul {
	margin: 0.4em 0;
	padding: 0;
}
#columnmiddlewide ul li {
	background-image: url('img/bullet_arrow.gif');
	background-position: 0 5px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 16px;
}
#footer {
	background-image: url('img/footer.png');
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	height: 100px;
	margin-top: 8px;
	padding: 0 11px;
	width: 898px;
	border-bottom: 1px solid #838383;
	color: #333333;
}
* html #footer { 
	border-bottom: 11px solid #838383; 
	/*IE HACK for bottom border */ 
	margin-bottom: -12px; 
	/*IE HACK for background*/ 
}

#footer .bar-left { float: left; }
#footer .bar-right { float: right; }
#footer .bar-left, #footer .bar-right { color: #ffffff;	font-size: 0.85em; padding: 4px 0; }
#footer .bar-left a, #footer .bar-right a { color: #ffffff; }
#footer .footer-links { float: left; font-size: 0.85em; margin-top: 16px; position: relative; width: 100%; }
#footer .footer-left { float: left; }
#footer .footer-center { left: 50%; margin-left: -10em; position: absolute; text-align: center; width: 20em; }
#footer .footer-right { float: right; }
.left { float: left; }
.right { float: right; }



.frontpageregion1place1 {float:left; border:none; width:656px; height:207px; border:none;}


/* ROUNDED CORNER BOX 1 - Content */

.roundedcornr_box { background: #e6e6e6 url('img/roundedcornr_grad.gif') repeat-x top left; margin-top:10px }
.roundedcornr_top div { background: url('img/roundedcornr_tl.gif') no-repeat top left; }
.roundedcornr_top { background: url('img/roundedcornr_tr.gif') no-repeat top right; }
.roundedcornr_bottom div { background: url('img/roundedcornr_bl.gif') no-repeat bottom left; }
.roundedcornr_bottom { background: url('img/roundedcornr_br.gif') no-repeat bottom right; }

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom { width: 100%; height: 8px; font-size: 1px; }
.roundedcornr_content { margin: 0 8px; }

/* ROUNDED CORNER BOX 2 - Title */

.roundedcornr2_box { background-color: #b2dbf1; }
.roundedcornr2_top div { background: url('img/tl.gif') no-repeat top left; }
.roundedcornr2_top { background: url('img/tr.gif') no-repeat top right; }
.roundedcornr2_bottom div { background: url('img/bl.gif') no-repeat bottom left; }
.roundedcornr2_bottom { background: url('img/br.gif') no-repeat bottom right; }

.roundedcornr2_top div, .roundedcornr2_top,
.roundedcornr2_bottom div, .roundedcornr2_bottom { width: 100%; height: 8px; font-size: 1px; }
.roundedcornr2_content { margin: 0 8px; }

/* ROUNDED CORNER BOX 3 - Title */

.roundedcornr3_box { background-color: #eeeeee; }
.roundedcornr3_top div { background: url('img/tl2.gif') no-repeat top left; }
.roundedcornr3_top { background: url('img/tr2.gif') no-repeat top right; }
.roundedcornr3_bottom div { background: url('img/bl2.gif') no-repeat bottom left; }
.roundedcornr3_bottom { background: url('img/br2.gif') no-repeat bottom right; }

.roundedcornr3_top div, .roundedcornr3_top,
.roundedcornr3_bottom div, .roundedcornr3_bottom { width: 100%; height: 8px; font-size: 1px; }
.roundedcornr3_content { margin: 0 8px; }


/* CUSTOM SEARCH RESULTS */

div.searchresults { padding-left:10px; margin-bottom:10px;}
table.advsearch { width: 100%; text-align: left; margin-top:10px; margin-bottom:10px; }
th.advsearch { width: 30%; text-align: left; vertical-align: top; font-weight: normal; }
td.advsearch { width: 70%; text-align: left; vertical-align: top; }
.listHiliteText { background-color:#b2dbf1; text-decoration:none; }

/* TEKES NAVIGATIONS*/

.tekesBanHeader  		{color: #ffffff; font: bold small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesBanHeaderBg 		{background-color: #4A7DAD;}
.tekesBanRowBg		{background-color: #DBDBDB;}
.tekesBanSubHeaderBg {background-color: #4D80AE;}
.tekesSubHeaderNameBg	{background: #ffffff url('img/pac_banner_title.gif') no-repeat 0px 0px;}
.tekesSubtitle		{color: #000000; font: bold xx-small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesPortTitle		{color: #ffffff; font: bold x-small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekeslistText		{color: #000000; font: xx-small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesMenuDivider		{background-color: #ffffff; width: 1px;}
.tekesMenuDivider2		{background-color: transparent; width: 1px;}

.tekesMenuHeaderBg		{
				/* background: url(img/navBg.gif) #ffffff 0px 0px repeat; */
				background-image: url('img/top-navi-blue.png');
				background-position: top left;
				background-repeat: repeat-x;
				color: #ffffff;
				height: 28px;
				text-align:center;
				}
.tekesMenuHeaderBg2a		{
				background-image: url('img/top-navi-second-row.gif');
				background-position: top left;
				background-repeat: repeat-x;
				background-color: #cccccc;
				color: #000000;
				height: 28px;
								}
.tekesMenuHeaderBg2b		{
				background-image: url('img/top-navi-second-row.gif');
				background-position: top left;
				background-repeat: repeat-x;
				background-color: #cccccc;
				color: #FFFFFF;
				height: 28px;
				border-left: 1px solid transparent;
				border-right: 1px solid transparent;
				/*set an unused color to be index color*/ 
				_border-color:tomato; /*For IE6-*/ 
				/*then remove this indexed color*/ 
				_filter:chroma(color=tomato);/*For IE6-*/ 

				}
.tekesMenuHeaderBg3		{
				background-image: url('img/top-navi-yellow.png');
				background-position: top left;
				background-repeat: repeat-x;
				color: #ffffff;
				height: 28px;
				text-align:center;
				}
td.tekesMenuHeaderActiveBg	{
				/* background: url(img/navActiveBg.gif) #ffffff 0px 0px repeat; */
				background-image: url('img/top-navi-selected.png');
				background-position: top left;
				background-repeat: repeat-x;
				color: #000000;
				height: 28px;
				text-align:center;
				cursor: pointer;
				}
td.tekesMenuHeaderActiveBg2	{
				background-image:url('none');
				background-color: #FFFFFF;
				color: #000000;
				height: 28px;
				text-align:center;
				border-left: 1px solid #cbcbcb; 
				border-right: 1px solid #cbcbcb 
				}
.tekesMenuHeaderActiveBg	{
				color: #000000;
				}

td.tekesMenuHeaderMouseActiveBg	{
				/* background: url(img/navActiveBg.gif) #ffffff 0px 0px repeat; */
				background-image: url('img/top-navi-blue_mouse_over.png');
				background-position: top left;
				background-repeat: repeat-x;
				height: 28px;
				text-align:center;
				cursor: pointer;
				}
td.tekesMenuHeaderMouseActiveBg2	{
				/* background: url(img/navActiveBg.gif) #ffffff 0px 0px repeat; */
				background-image: url('none');
				/* background-position: top left; */
				/* background-repeat: repeat-x; */
				background-color: #FFFFFF;
				height: 28px;
				text-align:center;
				cursor: pointer;
				border-left: 1px solid #cbcbcb; 
				border-right: 1px solid #cbcbcb 
				}
.tekesMenuHeaderMouseActiveBg	{
				color: #000000; font: normal xx-small verdana,arial,helvetica,"sans-serif"; text-decoration: none;
				}
td.tekesMenuHeaderMouseActiveBg2	{
				background-image:url('none');
				background-color: #FFFFFF;
				height: 28px;
				text-align:center;
				cursor: pointer
				}
.tekesMenuHeaderMouseActiveBg2	{
				color: #000000; font: normal xx-small verdana,arial,helvetica,"sans-serif"; text-decoration: none;
				}

.tekesMenuText		{color: #FFFFFF; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesMenuText A		{color: #FFFFFF; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
A.tekesMenuText:hover	{color: #FFFFFF; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesMenuText2		{color: #333333; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none; padding: 0px 4px 0px 4px;}
.tekesMenuText2 A		{color: #333333; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none; padding: 0px 4px 0px 4px;}
A.tekesMenuText2:hover	{color: #333333; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none; padding: 0px 4px 0px 4px;}
.tekesMenuTextSpecial	{color: #333333; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesMenuTextSpecial A	{color: #333333; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
A.tekesMenuTextSpecial:hover{color: #333333; font: normal small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesSubMenuText		{color: #FB7110; font: small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesSubMenuText A		{color: #003399; font: small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesText 			{color: #000000; font: small verdana,arial,helvetica,"sans-serif"; text-decoration: none;}
.tekesPortTitleDarkBg 	{background-color: #2A5985;}
.tekesPortTitleMediumBg 	{background-color: #8BA5BC;}
.tekesPortTitleLightBg 	{background-color: #5A8EBE;}


/* TEKES TABLE */
.tableModel {	width: 100%; min-width:550px; font: normal 11px verdana, arial, sans-serif; color: #000; }
.tableModel h1 { font: normal 11px verdana, arial, sans-serif; margin: 11px 0px 11px 10px;	}	
.tableModel .title {	background: #e9e9e9; }	
.tableModel p { font: normal 11px verdana, arial, sans-serif; margin: 2px 0px 2px 10px; color: #000; }		
.tableModel a.headOn { font: bold 11px verdana, arial, sans-serif; text-decoration: none; color: #000; }	
.tableModel a:hover.headOn { font: bold 11px verdana, arial, sans-serif; text-decoration: underline; color: #000; }		
.tableModel a.head {	font: normal 11px verdana, arial, sans-serif; text-decoration: none; color: #000; }	
.tableModel a:hover.head { font: normal 11px verdana, arial, sans-serif; text-decoration: underline; color: #000; }	
.tableModel a.documentName { text-decoration: none; }	
.tableModel a:hover.documentName {	text-decoration: underline;	}	
.tableModel p.buttons { font: normal 11px verdana, arial, sans-serif; margin: 8px 0px 6px 10px; color: #000; }			
.tableModel .line {	background: #BDBDBD;	}	
.tableModel .line2 {	background: #EEEEEE;	}	
.tableModel select {	font: normal 11px verdana, arial, sans-serif; }
.tableModel .titlebarbg { background: #EEEEEE; }

table.frontpageitems1 { border: none; width: 100%; vertical-align: top;}
td.frontpageitems1 { vertical-align: top;}		

/* FIXED TOOL TIP used in the tables */
#fixedtipdiv{ position:absolute; padding: 2px; border:1px solid black; font:normal 12px Verdana; line-height:18px; z-index:100; }

/* ADMIN MENU */
div.adminmenu { margin-left: 3px; }

/* PROJECTS TABLE */

table.viewproject { border: none; border-spacing: 10px; padding: 0px; width: auto; vertical-align:top; text-align:left; }
th.viewprojectleftcolumn { width: 200px; vertical-align:top; text-align:left; font-weight: normal; }

/* PICTURE-IMAGE BANK */
DIV.imagebank { float:left; width:152px; height:220px; margin:4px; padding:2px; border: 1px solid #CCCCCC; background-color: #EFEFEF; }
table.imagebank { width:100%; margin:0; padding:0; }
td.imagebank { height:150px; }

/* FORM MESSAGES */
.error { padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; }
.mandatory { color: #CC0000; }
.show { display: block; }
.hide { display: none; }
.flashmessage { color: #FF0000; font-weight: bold; }
.confmessage { color: #00c105; font-weight: bold; }

/* FLOATING AD BANNER */
div.floatingbox
{
  position:absolute;  
  visibility: hidden;
  width:   650px;
  min-height: 300px;

  border:  3px solid #b2dbf1;
  padding: 2px 5px;

  background-image: url('img/transparent_gradient.png');
  background-position: top left;
  background-repeat:repeat;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #333333;
}