/* RESET */
* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #6ba924;
}
.clearFloat {
	clear: both;
	display: block;
}
.clearFloat:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
.hidden {
	display: none;	
}
#container {
	width: 980px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#topBar {
	font-size: 11px;
	height: 42px;
	border-bottom: 2px solid #e7e7e7;
}
#topBar .services {
	float: right;
	margin-top: 8px;
}
#topBar .services label{
	margin-right: 12px;
}
#topBar .services select{
	font-size: 12px;
	width: 200px;
}

/* HEADER */
#header {
	height: 50px;
}

#header #logo h1 {
	display: none;
}

#header #logo {
	background: url(../img/layout/talentum_logo.png) no-repeat;
	width: 155px;
	height: 24px;
	float: left;
	margin-top: 22px;
	margin-left: 6px;
}
#header #logo a {
	display: block;
	height: 100%;
	width: 155px;
}

#header .searchBox {
	float:right;
	margin-top: 20px;
	font-size: 11px;
	width: 358px;
}
#header .searchBox a{
	border-right: 1px solid #e2ddce;
	padding-right: 6px;
	margin: 7px 4px 0 0;
  float: right;
}
input.text{
	width: 157px;
}
input.text,
textarea,
.form_singleline input{
	padding: 3px 7px;
	font-family: Arial, sans-serif;
	border-top: 1px groove #abadb3;
	border-left: 1px groove #abadb3;
	border-right: 1px solid #e3e9ef;
	border-bottom: 1px solid #e3e9ef;
	color: #333;	
	margin: 2px 0;
	font-size: 12px;
}

.articleItem .formMessage{
	height: 19px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.articleItem .formInfo{
	background: url(../img/layout/info_bg.png);
}
.articleItem .formError{
	background: url(../img/layout/error_bg.png);
}

#header .searchBox input.text{
	margin: 2px 0 0 2px;
  float: right;
}
.searchBox input.arrowSubmit{
	border: 0;
	padding: 0;
	font-size: 0;
	color: #fff;
	width: 19px;
	height: 19px;
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: 4px;
}
#header .searchBox form input.arrowSubmit{
	margin-left: 4px;
}
#header .searchBox form {
 /*	display: inline;*/
  float: right;
  width: 202px;
}

/* /HEADER */

/* NAVIGATION */
#mainNavigation {
	color: #6ba924;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	letter-spacing:-0.85px;
	margin: 17px 0 18px 0px;
	text-transform: lowercase;
	width: 850px;
}
#mainNavigation a{
  color: #3c3c3c;
	padding: 1px 10px 2px 10px;
}
#mainNavigation a:hover{
	color: #6ba924 !important;
	/*background-color: #6ba924;*/
}
#mainNavigation li.isCurrent a,
#mainNavigation li.isInPath a{
	color: #6ba924;
}
#mainNavigation ul li{
  margin: 0; 
}
#mainNavigation ul li{
	list-style: none;
	display: inline;
	margin-right: 0px;
	padding-left: 6px;
	background: url(../img/layout/navi_divider.png) no-repeat 0 4px;
}
#mainNavigation ul li.first{
	padding-left: 0;
	background: none;
}

/* LANGBAR */
.langbar {
  float: right;
  font-size: 11px;
  margin-top: 18px;
  width: 130px;
}
.langbar div{
  display: block;
  float: right;
  margin-right: 6px;
  padding: 4px 0;
}
.langbar a {
  color: #6ba924;
  display: block;
  float: right;
  font-weight: bold;
  margin-top: 1px;
  padding: 3px 8px 2px 9px;
  text-decoration: none;
}

.langbar .inactive {
  color: #E9E9E9;
  text-decoration: none;
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 3px;
  padding: 3px 8px 2px 9px;
  font-weight: bold;
  border: none;
}

.langbar a.current{
  color: #3c3c3c;
  border: 1px solid #d5e6c0;
  padding-top: 2px;
}
.langbar a:hover{
  color: #3c3c3c;
}

/* toolbar */
#toolBar {
	background: transparent url(../img/layout/breadcrumb_bg.png) repeat-x top left;
	clear: both;
	color: #6BA924;
	font-size: 12px;
	height: 23px;
	margin-bottom: 10px;
	padding-top: 13px;
}
#toolBar a{
	color: #6BA924 !important;
}
#toolBar .breadCrumb {
  color: #6BA924;
	float: left;
	margin-left: 14px;
	height: 14px;
	overflow: hidden;
	width: 630px;
}
#toolBar .breadCrumb .current{
	font-weight: bold;
}

#toolBar .functions {
	float: right;
	margin-right: 7px;
}
#toolBar div{
	float:right;	
}
#toolBar .functions .spacer{
	margin: 0 3px;	
}
#toolBar .functions .print{
	background: url(../img/layout/print.png) no-repeat;
	padding-left: 24px;
}
#toolBar .functions .email{
	background: url(../img/layout/letter.png) no-repeat 0 1px;
	padding-left: 24px;
}
#toolBar .fontSize{
	margin-left: 5px;
  float: right;
  width: 80px;	
}
#toolBar .fontSize a{
	display: block;
	float: right;
	padding-top: 1px;
	height: 16px;
	width: 20px;
	border: 1px solid #b4d590;
	margin: -3px 0 0 3px;
	text-align: center;
}
#toolBar .fontSize a.current{
	background: #b4d590;
	color: #fff !important;
}
#toolBar a.fontSizeSmall{
	font-size: 9px;
	padding-top: 3px;
	height: 14px;
}
#toolBar a.fontSizeLarge{
	font-size: 14px;
	padding-top: 0px;
	height: 17px;
	line-height: 14px;
}
#toolBar .spacer {
	color: #8ED041;
	margin: 0 3px 0;
}

#toolBar .functions a:visited {
	color: inherit;
	text-decoration: none;
}

#toolBar .tipsa,
#toolBar .tipsaStatus  {
	position: absolute;
	top: 220px;
	left: 721px;
	z-index:5;
	width: 400px;
	/* height: 400px; */
	color: black;
	border: solid #303030 1px;
	background:	#FFFFFF;
	display: none;
	padding: 10px;
}
#toolBar .tipsa h4 {
	margin-bottom: 5px;
}
#toolBar .tipsa a.hideTipsa,
#toolBar .tipsaStatus a.hideTipsaStatus {
	color: #1f1f1f !important;
	float:right;
}
#toolBar .tipsa fieldset{
	border: 0;
}
#toolBar .tipsa fieldset .row{
	width: 49%;
	float: left;
}
#toolBar .tipsa fieldset .bigRow{
 width: 100%;
}
#toolBar .tipsa fieldset textarea{
	margin-bottom: 10px;
}
#toolBar .tipsaStatus {
  display: block;
}

/* subnavigation */
#subNavigation {
	width: 225px;
	border-bottom: 2px solid #e9e9e9;
	float: left;
	padding-bottom: 10px;
	margin-top: -10px;
}
#subNavigation a{
	color: #3c3c3c;
	display: block;
}
#subNavigation div.level2 {	
	border-top: 2px solid #e9e9e9;
	margin-bottom: -10px;
	margin-top: 10px;
}
#subNavigation div.level2 a{
  color: #3C3C3C;
	font-size: 16px;
	padding: 5px 0 4px 35px;
	background: url(../img/layout/green_arrow.png) no-repeat 10px 5px;
}
#subNavigation div.level2 a:hover{
  color: #6BA924;
	/*background: #6ba924 url(../img/layout/white_arrow.png) no-repeat 10px 5px;
	color: #fff;*/
}
#subNavigation div.level2 a.isCurrent:hover,
#subNavigation div.level2 a.isInPath:hover{
	color: #3c3c3c;
}
#subNavigation div.level2 a.isCurrent,
#subNavigation div.level2 a.isInPath{
	background: url(../img/layout/green_arrow_down.png) no-repeat 10px 5px;
	color: #6BA924;
	font-weight: bold;
}
#subNavigation div.level2.isCurrent,
#subNavigation div.level2.isInPath{
	margin-bottom: 4px;
	border-bottom: 2px solid #e9e9e9;
}
#subNavigation div.level2.isCurrent.noChildren {
	border-bottom: none;
  margin-bottom: -10px;
}

#subNavigation div.level3 a{
	font-size: 13px;
	color:#3C3C3C;
	margin: 2px 0 -3px 0;
	padding: 3px 10px;
	margin-left: 40px;
	display: inline-table;
}
#subNavigation div.level3 a:hover,
#subNavigation div.level3 a.isCurrent{
	/*background: #6ba924;*/
  color: #6BA924;
	width: 165px;
}
#subNavigation div.level3 a.isCurrent{
  font-weight: bold; 
}
#subNavigation div.level4{
	margin: 5px 0 0;	
}
#subNavigation div.level4 a{
	padding: 0px 0 0px 73px;
	font-size: 13px;
	color: #6ba924;
}
#subNavigation div.level4 a.isCurrent{
	color: #3c3c3c;
}


/*
#subNavigation ul li.level2{
	padding: 5px 0px;
	font-size: 16px;
	
}
#subNavigation ul li.level2:hover{
	background: #6ba924 !important;
}

#subNavigation ul li.level2 .naviItem{
	padding-left: 35px;
	background: url(../img/layout/green_arrow.png) no-repeat 10px 1px;
}
#subNavigation ul li.level2:hover .naviItem a{
	color: #fff;
}
#subNavigation ul li.level2 span.isCurrent,
#subNavigation ul li.level2 span.isInPath{
	background: url(../img/layout/green_arrow_down.png) no-repeat 10px 1px;
}
#subNavigation ul li.level2 ul{
	border-top: 2px solid #e9e9e9;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 5px;
}
#subNavigation ul li.level3 ul{
	border: none;
	padding: 0 0 0 23px;;
	margin: 0;
}
#subNavigation ul li.level3 a{
	font-size: 13px;
	color: #6ba924;
}
#subNavigation ul li.level3 .naviItem{
	background: none !important;

}
#subNavigation li span.isCurrent a,
#subNavigation li span.isInPath a{
	color: #3c3c3c !important;
	font-weight: bold;
}
#subNavigation li.level3 span.isCurrent a{
	font-weight: normal  !important;
}
#subNavigation li.level3 span.isInPath a{
	color: #6ba924 !important;
	font-weight: normal  !important;
}
*/

/* /NAVIGATION */

#contentWrapper {
	width: 730px;
	float: right;
}

.content {
	width: 520px;
	float: left;
	margin-left: 25px;
	margin-top: 0;
}

/* FRONTPAGE */
#container .wideWrapper {
	width: 100%;	
}
#container .frontpageWrapper
.frontpageIntro h1 {
	width: 480px;
	float: right;
}
#container .frontpageWrapper
.frontpageIntro .lead {
	float: right;
	width: 380px;
	clear: right;
}

#container .frontpageContent .column {
  width: 306px;
}
#container .frontpageContent .column.left {
  float: left;
  padding-right: 20px;
}
#container .frontpageContent .column.center {
  float: left;
  margin: 0 1px;
  padding: 0 10px;
}
#container .frontpageContent .column.right {
  float: right;
  padding-left: 20px;
}
#container .frontpageContent .column h2 {
  font-size: 24px;
  margin-left: 5px;
}
#container .frontpageContent .column .subtitle {
  font-size: 16px;
  margin: -3px 0 0 20px;
  color: #41B8EB;
}
#container .frontpageContent .column .columnContent {
  border-top: 3px solid #e7e7e7;
  margin-top: 20px;
  padding: 5px 10px;
}
#container .frontpageContent .column .columnContent ul.items {
  list-style: none;
  clear: both;
  /*list-style-image: url(../img/layout/green_link_double_arrow.png);
  list-style-position: inside;*/
}
#container .frontpageContent .column .columnContent ul.items li.item {
  background: transparent url(../img/layout/green_link_double_arrow.png) no-repeat scroll 2px 11px;
}
#container .frontpageContent .column .columnContent ul.items li.drawer {
  /* list-style-image: url(../img/layout/green_arrow.png);*/
  background: transparent url(../img/layout/green_arrow.png) no-repeat scroll 0 5px;;
}
#container .frontpageContent .column .columnContent ul.items li.drawer.selected {
  /*list-style-image: url(../img/layout/green_arrow_down.png);*/
  background: transparent  url(../img/layout/green_arrow_down.png) no-repeat scroll 0 5px;;
}
#container .frontpageContent .column .columnContent .drawerHandle{
  cursor: pointer;
  display: block;
  margin:-2px 0 -2px -25px;
  padding:2px 0 2px 25px;
}
#container .frontpageContent .column .columnContent .items .item{
  
  font-size: 16px;
  line-height: 20px;
  border-bottom: 2px solid #e7e7e7;
  padding: 5px 0 5px 25px;
}
#container .frontpageContent .column .columnContent .items .item a{
  color: black;
}
#container .frontpageContent .column .columnContent ul.subItems{
  list-style-image: none;
  list-style-type: none;
}
#container .frontpageContent .column .columnContent .subItems{
  margin: 10px 0 0 0px;
  display: none;
  width: 261px;
}

#container .frontpageContent .column .columnContent .subItems .subItem{
  font-size: 12px;
  border-top: 1px solid #e7e7e7;
  padding: 4px 0 4px 0;
}
#container .frontpageContent .column .columnContent .subItems .subItem .releaseDate{
  display: block;
}
#container .frontpageContent .column .columnContent .subItems .subItem a{
  color: #6BA924;
}

#container .frontpageContent .column .columnContent .subItems .subItem .articleLinks {
  padding-left: 20px;
  padding-top: 0;
  border: none;
  margin-bottom: 0;
}
#container .frontpageContent .column .columnContent .subItems .subItem .articleLinks .relatedLink {
  border: none;
  float: left;
  width: 108px;
  clear: none;
  padding: 0 0 0 10px;
}
#container .frontpageContent .column .columnContent .subItems .subItem .articleLinks .relatedLink.even {
  clear: right;
  border-left: 1px solid #e7e7e7;
  width: 107px;
  float: right;
}
#container .frontpageContent .column .columnContent .subItems .subItem .articleLinks .relatedLink.odd {
  clear: left;
}


/* Share monitor */
.frontpageContent .columnContent .shareMonitor .shareBox {
	border: 1px solid #e9e9e9;
}
.frontpageContent .columnContent .shareMonitor .title {
	clear: both;
	padding-left: 10px;
	margin-bottom: 4px;
}
.frontpageContent .columnContent .shareMonitor .company {
	color: #6ba924;
	float: left;
} 
.frontpageContent .columnContent .shareMonitor .time {
	font-size: 11px;
	float: right;
	margin-right: 10px;
}
.frontpageContent .columnContent .shareMonitor {
	font-size: 13px;
	clear: both;
}
.frontpageContent .columnContent .shareMonitor .shareData {
	display: block;
	float: left;
	width: 30px;
	margin-right: 5px;
	padding: 5px 10px;
}
.frontpageContent .columnContent .shareMonitor .last{
	font-weight: bold;
}
.frontpageContent .columnContent .shareMonitor .change {
	width: 68px;
	margin-right: 0;
}
.frontpageContent .columnContent .shareMonitor .footer {
	font-size: 11px;
	margin-top: 4px;
}
.frontpageContent .columnContent .shareMonitor .footer .volume{
	float: left;
	margin-left: 10px;
}
.frontpageContent .columnContent .shareMonitor .footer .monitorLink{
	background: url(../img/layout/green_link_arrow.png) no-repeat 0 6px;
  cursor: pointer;
	float: right;
	padding-left: 12px;
	min-width: 78px;
}
/* /Share monitor */

/* /FRONTPAGE */

#sidebar {
	float: right;
	margin-top: -7px;
	width: 165px;
}


#footer {
	padding-top: 20px;
	height: 110px;
	border-top: 3px solid #6ba924;
	clear: both;
	margin-top: 15px;
}
#footer .arrow {
	background: url(../img/layout/green_link_arrow.png) no-repeat 0 2px;
	padding-left: 14px;
}
#footer .doubleArrow {
	background: url(../img/layout/green_link_double_arrow.png) no-repeat 0 2px;
	padding-left: 18px;
}
#footer .footerColumn {
	padding: 4px 30px;
	min-height: 45px;
	border-left: 1px solid #e5e5e5;
	float: left;
}
#footer .footerItem{
	margin-bottom: 5px;	
}
#footer .first {
	border: none !important;
	padding-left: 22px;
}
#footer .first a{
	padding-left: 1em;
}
.spacer {
	margin: 0 7px 0 7px;
	color: #e1e1e1;
}

/* GRID */
.contentHeader {
 margin-bottom: 10px;
 width: 730px;
 overflow: hidden;
}
.contentHeader h1.contentHeading {
  background: #fff url(../img/layout/heading_bg.jpg);
  color: #3C3C3C;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.9px;
  /*line-height: 98px;*/
  width: 615px;
  /*height: 98px;*/
  border: none;
  padding: 27px 115px 27px 25px;
}
.contentHeader .lead {
	padding: 0 25px 15px;
	font-weight: normal;
	font-size: 21px;
	letter-spacing:-0.1px;
	border-bottom:2px solid #E9E9E9;
}
/* /GRID */

/****************************
 *     grid_search          *
 ****************************/
#grid_search label {
	display: block;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
	font-size: 14px;
}
#grid_search .searchFormOptions {
	margin: 0 0 20px 25px;
}
#grid_search .resultCount{
	margin: 0 0 20px 25px;
}
#grid_search .searchBox{
	width: 205px;
}
#grid_search .results{
	border-top: 2px solid #e8e8e9;
}
#grid_search .haku_item {
	padding: 0 0 17px 25px;
	margin: 17px 0;
	border-bottom: 2px solid #e8e8e9;
}
#grid_search .haku_item h2{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
}
#grid_search .haku_item .haku_prosentti{
	float: right;
	font-size: 20px;
	margin-top: -5px;
}
#grid_search .haku_item p, 
#grid_search .haku_item p a{
	clear: both;
	color: #000;
}

#grid_search .uutisnavigaatio_holder {
  float: right;
  line-height: 20px;
  font-size: 14px;
}
#grid_search .uutisnavigaatio_holder a {
margin-left: 4px;
margin-right: 4px;
}
#grid_search .uutisnavigaatio_holder .current{
  color: white;
  background: #6ba924;
  padding-left: 4px;
  padding-right: 4px;
} 
 
#grid_search .uutisnavigaatio_seuraava {
  float: right;
}
#grid_search .uutisnavigaatio_seuraava a {
  background: transparent url(../img/layout/green_link_arrow.png) no-repeat 50% 50%;
  display: block;
  height: 20px;
  width: 10px;
  margin-left: 8px;
}  
#grid_search .uutisnavigaatio_edellinen {
  float: left;
} 
#grid_search .uutisnavigaatio_edellinen a {
  background: transparent url(../img/layout/green_link_left_arrow.png) no-repeat 50% 50%;
  display:block;
  height: 20px;
  width: 10px;
  margin-right: 8px;
} 

