/* 1. Global styles */
body
{
	background:#ebe3d8 url(/Layout/Default/Image/taustasuikale_alasivu.jpg) repeat-y 50% 0;
	color:#333333;
}

body.frontpage
{
    background-image: url(/Layout/Default/Image/taustasuikale.jpg);
}

p
{
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0px;
} 
       
h1
{
	font-size:36px;
	line-height:42px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0px;
}

h2
{
	font-size:36px;
	line-height:42px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0px;
}

h3
{
	font-size:25px;
	line-height:29px;
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0px;
}

h4
{
	font-size:25px;
	line-height:29px;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:0px;
}

h5
{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0px;
}

h6
{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin:15px 0 8px 0;
	padding:0px;
}

a:link
{
	text-decoration:none;
	color:#79001f;
}

a:visited
{
	text-decoration:none;
	color:#79001f;
}

a:hover
{
	text-decoration:underline;
	color:#79001f;
}

a:active, a:focus
{
	text-decoration:underline;
	color:#79001f;
}

/* 2. Styles for wrappers */
div#wrapper
{
	min-height:1166px;
	background:url(/Layout/Default/Image/taustakuva_alasivu.jpg) no-repeat 50% 0;
	margin:0 auto 0 auto;
}

body.frontpage div#wrapper 
{
    background-image: url(/Layout/Default/Image/taustakuva.jpg);
}

div#innerWrapper
{
	width:940px;
	margin:0 auto 0 auto;
	position: relative;
}

/* Header */
div#mainHeader
{
	border-bottom:solid 2px #655b51;
	padding-bottom:23px;
}

div#mainHeader div.logo
{
	float:left;
	margin-top:20px;
}

div#headerLeft
{
	float:left;
}

div#headerLeft div.text
{
	border-bottom:solid 1px #b7a798;
	width:241px;
	height:231px;
	overflow:hidden;
}

div#headerLeft div.smallText
{
	font-size:11px;
	line-height:13px;
}

body.withTallerImage div#headerLeft div.text 
{
    height: 309px;
}

div#headerLeft div.text div.title, div#headerLeft div.text div.content
{
	margin:15px 15px 0 0;
}

div#headerLeft div.smallText div.title, div#headerLeft div.smallText div.content
{
	margin:10px 10px 0 0;
}

div#headerLeft h2
{
	font-size:25px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:bold;
}

div#headerLeft div.smallText h2
{
	font-size:24px;
	line-height:28px;
}

div#headerRight
{
	float:right;
}


div#headerRight div.image
{
	border:solid 1px #b7a798;
	border-top:0;
	width:697px;
	height:231px;
}

body.withTallerImage div#headerRight div.image
{
    height: 309px;
}

div#headerSubNavi
{
	clear:both;
	height:35px;
	border-bottom:solid 1px transparent;
}


/* Content */
div#contentWrapper
{
	width:100%;
	background:url(/Layout/Default/Image/koriste02.gif) no-repeat 100% 0;
	min-height:55px;
}

#contentWrapper li
{
	list-style-position:inside;
}

div#contentExtra
{
	width:240px;
	float:left;
	min-height:10px;
}

.contentLeft div#contentExtra
{
	margin-top:45px;
}

div#contentExtra div.control
{
	margin:20px 20px 0 0;
}

.contentLeft div#contentExtra div.control
{
	margin:20px 0 0 20px;
}

div#contentExtra h2
{
	font-size:25px;
	line-height:29px;
	text-transform:uppercase;
	font-weight:bold;
}

div#contentMain
{
	width:696px;
	float:left;
}

div#contentMain div.control
{
	margin-top:20px;
}

div#contentMain img
{
	border:solid 1px #b3a696;
}

.contentWide div#contentMain
{
	width:100%;
}


#contentWrapper #contentWideLeft
{
	clear: both;
	width:460px;
	float: left;
}

#contentWrapper #contentWideRight
{
	width:460px;
	float: right;
}

#contentWrapper #contentWideLeft h2, #contentWrapper #contentWideRight h2
{
	font-size:25px;
	line-height:30px;
}

#contentWrapper #contentWideLeft h3, #contentWrapper #contentWideRight h3
{
	font-size:18px;
	line-height:22px;
}

#contentWrapper #contentWideLeft h4, #contentWrapper #contentWideRight h4
{
	font-size:16px;
	line-height:20px;
}

div#contentWideLeft img, div#contentWideRight img
{
	border:solid 1px #ded7d1;
}

#contentWrapper #contentBottomDevider
{
	clear: both;
	width: 100%;
}

#contentWrapper #contentBottom1
{
	clear: both;
	width:298px;
	float: left;
}

#contentWrapper #contentBottom1 h5
{
	line-height:25px;
}

#contentWrapper #contentBottom1 .title
{
	border-bottom:solid 1px transparent; /* IE7 fix */
}

#contentWrapper #contentBottom2
{
	width:298px;
	float: left;
	margin-left:20px;
}

#contentWrapper #contentBottom3
{
	width:298px;
	float: right;
}

/* Footer */
div#footerWrapper
{
	clear:both;
	background:url(/Layout/Default/Image/grey_dot.gif) repeat-x 0 25px;
	margin:10px 0 10px 0;
}

div#footerInnerWrapper
{
	clear:both;
	background:url(/Layout/Default/Image/koriste01.gif) no-repeat 50% 0;
}

div#footerWrapper h2
{
	font-size:20px;
	line-height:25px;
	margin:0;
}

div#footerWrapper p
{
	margin:0;
}

div#footerWrapper div.footerLeft
{
	float:left;
	width:45%;
}

div#footerWrapper div.footerLeft img
{
	float:left;
	margin:10px 5px 0 0;
}

div#footerWrapper div.footerLeft h5
{
	float:left;
	margin-top:35px;
}

div#footerWrapper div.footerRight
{
	float:right;
	width:42%;
}

div#footerWrapper div.footerRight ul
{
	float:left;
	margin-right:20px;
}

div#footerWrapper div.footerRight li
{
	list-style-type:none;
}

div#footerWrapper div.footerRight li.title
{
	font-size:16px;
	line-height:20px;
	margin:10px 0 10px 0;
}

div#footerWrapper div.footerRight img
{
	margin:10px 10px 0 0;
}

div#footerWrapper div.fix
{
	clear:both;
	height:45px;
}


/* FrontPage specific styles */
.frontpage div#mainHeader
{
	padding-bottom:5px;
}

.frontpage div#contentWrapper
{
	background:none;
}

.frontpage div#contentMain
{
	width:100%;
	float:none;
	border-bottom:solid 1px #685e54;
	padding-bottom:10px;
	margin-bottom:10px;
}

.frontpage .textDate .date
{
	text-transform:uppercase;
	text-align:center;
	margin-top:5px;
}

.frontpage h1, .frontpage h2
{
	font-size:45px;
	line-height:50px;
}

div.frontpage #contentWrapper #contentBottom1
{
	clear: both;
	width: 220px;
	float: left;
}

div.frontpage #contentWrapper #contentBottom2
{
	width: 468px;
	float: left;
	border-right:solid 1px #42382e;
	border-left:solid 1px #42382e;
	margin-left:5px;
	padding:0 10px 0 10px;
}

div.frontpage #contentWrapper #contentBottom3
{
	width: 220px;
	float: right;
}

div.frontpage #contentWrapper #contentBottom1 h2, div.frontpage #contentWrapper #contentBottom3 h2
{
	font-size:23px;
	line-height:27px;
	text-transform:uppercase;
	font-weight:bold;
}

div.frontpage #contentWrapper #contentBottom1 img, div.frontpage #contentWrapper #contentBottom3 img
{
	margin-bottom:10px;
}

div.frontpage #contentWrapper #contentBottom2 h2
{
	font-size:33px;
	text-transform:uppercase;
	font-weight:bold;
}

div.frontpage #contentWrapper #contentBottom2 div.centerLift h2
{
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}




/* 3. Default styles for controls */
div.control
{
}
div.control div.content
{
}
div.control div.title
{
}
div.control div.function
{
}

/* 4. Control type specific overrides */
div.navigationPath ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.navigationPath li
{
	float: left;
	display: block;
}


/* 5. Wrapper specific overrides */
div#main div.control
{
}
div#contentLeft div.control 
{
}

/* 6. Additional css classes */
div.vertical
{
	clear: left;
}
div.vertical ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.vertical ul li
{
	float: left;
	padding-right: 10px;
	display: block;
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}

.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

.hidden
{
	display:none;
}

span.underline, iframe.markItUpPreviewFrame span.underline
{
    text-decoration:underline;
}

span.strike, iframe.markItUpPreviewFrame span.strike
{
    text-decoration:line-through;
}

span.lime
{
	color:#a6d000;
}

div.readMoreLink a, div.goBack a, div.hyperLinkBack a
{
	display:inline-block;
	background-color:#322d2a;
	text-transform:uppercase;
	padding:4px 8px 4px 8px;
	color:#ffffff;
	margin-top:15px;
}



div.readMoreLink a:visited, div.goBack a:visited, div.hyperLinkBack a:visited
{ 
    color: #FFF; 
}

div.readMoreLink a:hover, div.goBack a:hover, div.hyperLinkBack a:hover
{
	text-decoration:none;
}

/* Search */
div.searchForm
{
	float:right;
	/* jos logon */
	/* margin-top:57px; */
	margin-top:30px;
}

div.searchForm div.fieldQueryString
{
	float:left;
	background:url(/Layout/Default/Image/search_bg.gif) no-repeat 0 0;
	width:166px;
	height:28px;
}

div.searchForm div.fieldQueryString input
{
	width:155px;
	height:19px;
	margin:5px 0 0 7px;
	padding:0;
	border:0;
	background-color:transparent;
	color:#333333;
}

div.searchForm  div.buttonSearch
{
	float:left;
	background:url(/Layout/Default/Image/btn_search_bg.gif) no-repeat 0 0;
	width:60px;
	height:28px;
}

div.searchForm  div.buttonSearch input
{
	width:60px;
	height:28px;
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	cursor:pointer;
}

/* SearchResult */
div.searchResult div.hyperLinkTitle
{
	font-weight:bold;
	margin-bottom:5px;
}

div.searchResult div.labelModificationTime
{
	margin:5px 0 20px 0;
	font-style:italic;
}

div.searchResult div.ListPaging
{
	border-top:solid 1px #ded7d1;
	padding-top:10px;
}

div.searchResult div.PageSelect
{
	font-size:18px;
	line-height:25px;
}

div.searchResult a.linkButtonFirst, div.searchResult a.linkButtonPrevious, div.searchResult a.linkButtonNext, div.searchResult a.linkButtonLast
{
	font-size:24px;
}

/* Text loginLink */
div.loginLink
{
	float:right;
	margin:32px 0 0 30px;
	font-size:14px;
}

div.loginLink a, a.linkToComment 
{
	display:inline-block;
	background-color:#322d2a;
	text-transform:uppercase;
	padding:4px 8px 4px 8px;
	color:#ffffff;
	font-size:12px;
}

div.loginLink a:visited 
{ 
    color: #FFF; 
}

div.loginLink a:hover, div.loginLink a:active
{
	text-decoration:none;
}


/* Logon */
div.logon
{
	float:right;
	margin:5px 0 0 40px;
}

div.logon div.title
{
	display:none;
}

div.logon div.sectionLogOn div.fieldLoginName, div.logon div.sectionLogOn div.fieldLoginPassword
{
	background:url(/Layout/Default/Image/logon_bg.gif) no-repeat 0 0;
	width:139px;
	height:22px;
	margin-bottom:5px;
}

div.logon div.sectionLogOn div.fieldLoginName input, div.logon div.sectionLogOn div.fieldLoginPassword input
{
	width:140px;
	height:13px;
	margin:4px 0 0 7px;
	padding:0;
	border:0;
	background-color:transparent;
	color:#333333;
}

div.logon div.buttonLogOff input, div.logon div.buttonLogOn input
{
	background-color:#322d2a;
	border:0;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	margin:0;
	padding:2px 4px 2px 4px;
	height:22px;
	cursor:pointer;
}

div.logon div.labelWelcomeTextTitle
{
	display:none;
}

div.logon div.labelWelcomeText
{
	margin-bottom:8px;
	height:47px;
}


/* Navigation */
div.navigation
{
}



/* Normal Main Navi */

div.mainNavigation
{
	clear:both;
	border-bottom:solid 1px #b3a696;
	float:left;
	width:100%;
}

div.mainNavigation li
{
	float: left;
	list-style-type:none;
	font-family:Arial, Sans-Serif;
	text-transform:uppercase;
	font-size:14px;
	position: relative;
	z-index: 4000;
}

div.mainNavigation li a
{
	color:#333333;
	font-weight:bold;
	display:block;
	padding:0 3px 10px 3px;
	margin: 10px 18px 0 0;
}

div.mainNavigation li a:visited { color: #333; }

div.mainNavigation li a:hover, div.mainNavigation li a:active, div.mainNavigation li a:focus
{
	color:#79001f;
	text-decoration:none;
	background:url(/Layout/Default/Image/navi_selected.gif) repeat-x 0 100%;
	
}

div.mainNavigation li.selected a
{
	color:#79001f;
	background:url(/Layout/Default/Image/navi_selected.gif) repeat-x 0 100%;
}

/* Navigation with Dropdrown (Sitemap control) */

div.mainNavigation ul.level1 
{
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    background-color: #fefefe;
    width: auto;
    border: solid 1px #b3a696;
    z-index: 3000;
}

div.mainNavigation ul.level0 li a 
{
    color: #333333;
}

div.mainNavigation .showsub ul.level1 
{
    display: block;
    background: #fff; 
}

div.mainNavigation .showsub a
{
    color:#79001f;
	background:url(/Layout/Default/Image/navi_selected.gif) repeat-x 0 100%; 
}

.frontpage div.mainNavigation li.frontpageItem a
{
    color:#79001f;
	background:url(/Layout/Default/Image/navi_selected.gif) repeat-x 0 100%; 
}


div.mainNavigation .showsub ul a
{
	background: none;       
}

div.mainNavigation ul.level1 li
{
   text-transform: none;
   float: none;
   z-index: 99;
}

div.mainNavigation ul.level1 li a
{
  white-space: nowrap;
  font-weight: normal;
  margin: 0px 5px 0px 5px;
  padding: 4px 50px 4px 10px;
  font-size: 85%; 
  font-family: Georgia,Times New Roman,serif;  
   border-bottom: 1px solid #B3A696;   
}

div.mainNavigation ul.level1 li.lastItem a
{
  border-bottom: none; 
}

div.mainNavigation ul.level0 li.selected ul.level1 a
{
    background: none;
}

div.mainNavigation ul.level0 li.selected ul.level1 li.selected a,
div.mainNavigation ul.level1 li a:hover,
div.mainNavigation ul.level1 li a:focus,
div.mainNavigation ul.level0 li.selected ul.level1 a:hover,
div.mainNavigation ul.level0 li.selected ul.level1 a:focus
{
    background-color: #79001f;
    color: #fff;
}



div.languageSelection
{	
	width:200px;
	text-align:right;
	position: absolute;
	right: 0px;
	top: 0px;
}


div.languageSelection li
{
	float:right;
	list-style-type:none;
	font-size:12px;
	text-align:right;
	width:30%;
}

div.languageSelection li a
{
	color:#333333;
	display:block;
	padding:0 0 10px 0;
	margin-top:10px;
}

div.languageSelection li a:visited
{
    color: #333; 
}

div.languageSelection li a:hover, div.languageSelection li a:active, div.languageSelection li a:focus
{
	color:#79001f;
	text-decoration:none;
}

div.languageSelection li.selected a
{
	color:#79001f;
}



div.level2Navigation
{
	clear:both;
	height:35px;
	border-bottom:solid 1px #b3a696;
}

div.level3Navigation
{
}

div.level2Navigation li
{
	float: left;
	list-style-type:none;
	font-family:Arial, Sans-Serif;
	text-transform:uppercase;
	font-size:12px;
}

div.level3Navigation li
{
	list-style-type:none;
	font-family:Arial, Sans-Serif;
	text-transform:uppercase;
	font-size:12px;
}

div.level2Navigation li a, div.level3Navigation li a
{
	color:#333333;
	font-weight:bold;
	display:block;
	padding:10px 8px 10px 8px;
}

div.level2Navigation li a:hover, div.level2Navigation li a:active, div.level2Navigation li a:focus,
div.level3Navigation li a:hover, div.level3Navigation li a:active, div.level3Navigation li a:focus
{
	color:#79001f;
	text-decoration:none;
	background:url(/Layout/Default/Image/navi_selected.gif) repeat-x 0 100%;
	
}

div.level2Navigation li.selected a, div.level3Navigation li.selected a
{
	color:#79001f;
	background:url(/Layout/Default/Image/navi_selected.gif) repeat-x 0 100%;
}

div.level3Navigation li.rootPage
{
	font-family:Georgia, Times New Roman, serif;
	font-size:25px;
	line-height:30px;
	font-weight:normal;
	margin-top:0;
	border-bottom:solid 1px #b3a696;
}

div#contentExtra div.level3Navigation li.rootPage a:hover, div#contentExtra div.level3Navigation li.rootPage a:active,
div#contentExtra div.level3Navigation li.rootPage a:focus, div#contentExtra div.level3Navigation li.rootPage a
{
	color:#333333;
	background:none;
}

/* different Text styles */
div.printLink
{
	float:right;
	margin:25px 0 0 35px;
	width:24px;
	height:24px;
}

div.text img
{
	float:left;
	margin:0 15px 10px 0;
}

div.imageRight img
{
	float:right;
	margin:0 0 10px 15px;
}

div.ReadMore p a
{
	display:inline-block;
	background-color:#322d2a;
	text-transform:uppercase;
	padding:4px 8px 4px 8px;
	color:#ffffff;
	margin-top:15px;
}

div.ReadMore p a:visited 
{ 
    color: #FFF; 
}

div.ReadMore p a:hover
{
	text-decoration:none;
}

div.centerLift
{
	text-align:center;
	border-bottom:solid 1px #685e54;
	margin-bottom:10px;
	padding-bottom:20px;
	font-size:22px;
	line-height:26px;
	text-transform:uppercase;
}

div.centerLift h2
{
	background:url(/Layout/Default/Image/frontpage_lift_decoration.png) no-repeat 50% 2px;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}

div.centerLift p
{
	padding:0 20px 0 20px;
	font-weight:bold;
}

div.border3
{
	float:left;
	width:299px;
	margin-right:20px;
}

div.border3 div.title
{
	display:none;
}

div.border3 div.content p
{
	margin:0;
}

div.border3 h6
{
	font-size:17px;
	padding-top:15px;
}

div.border3 img
{
	margin:0 0 5px 0;
	width:299px;
	height:274px;
}

div.borderBottom
{
	border-bottom:solid 1px #685e54;
	padding-bottom:10px;
	margin-bottom:10px;
}

div.borderTop
{
	border-top:solid 1px #685e54;
	padding-top:10px;
	margin-top:20px;
}

div.borderTop h2
{
	font-size:25px;
	line-height:30px;
	margin-bottom:10px;
}

div.infoBox
{
	border:solid 1px #CCC;
	background:#ffffff url(/Layout/Default/Image/koriste03.gif) no-repeat 1px 1px;
}

div.infoBox div.content
{
	background:url(/Layout/Default/Image/koriste04.gif) no-repeat 100% 100%;
	min-height:55px;
	padding:0 40px 10px 40px;
	margin:0 1px 1px 0
}

div.infoBox div.title
{
	margin:20px 40px 0 40px;
}

div.infoBox p
{
	margin:0 0 16px 0;
}

#contentWrapper div.infoBox div.content img
{
	float:none;
	margin:0;
	border:0;
}

div.timeTitle h2
{
	border:solid 1px #ded7cf;
	background-color:#ffffff;
	padding:10px 15px 15px 15px;
	float:left;
	margin-right:10px;
}


div.contact1 table td
{
	width:25%;
}

div.contact2 table td
{
	width:16%;
}

/* Text Scroller Box */

div.text.scroller 
{
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

div.text.scroller .scrollerWrapper 
{
    overflow: hidden;
    position: relative;
    margin: 0px 40px 0px 40px;
}

div.text.scroller .scrollerWrapper .content
{
    position: relative;
}

div.text.scroller .scrollerWrapper .scrollerItem
{
    width: 215px;
    float: left;
}

div.text.scroller .scrollerWrapper .scrollerItem p 
{
    clear: both;
    margin-right: 10px; 
    margin-top: 0px;
    margin-bottom: 0px;
}

div.text.scroller .scrollerWrapper .scrollerItem p strong 
{
    display: block;
    margin-bottom: 5px;
}

div.text.scroller .scrollPrev
{
    padding: 5px 10px 10px 10px;
    position: absolute;
    top: 32px;
    left: 0px;
    z-index: 99;
    cursor: pointer;
    background-color: #322d2a;    
    color: #fff;
    font-size: 25px;
}

div.text.scroller .scrollNext
{
    padding: 5px 10px 10px 10px;
    position: absolute;
    top: 32px;
    right: 0px;
    z-index: 99;
    cursor: pointer;
    background-color: #322d2a;    
    color: #fff;
    font-size: 25px;
}


/* CustomForms */
div.customFormView
{
	border:solid 8px #333333;
	padding:2px;
	background-color:#ffffff;
}

div.customFormView div.content
{
	background:url(/Layout/Default/Image/koriste04.gif) no-repeat 100% 100%;
	padding-bottom:15px;
}

div.customFormView table.customFormTable
{
	background:url(/Layout/Default/Image/koriste03.gif) no-repeat 0 0;
	width:100%;
}

div.customFormView table.customFormTable th
{
	font-size:25px;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	padding:10px 0 8px 0;
}

div.customFormView td
{
	padding-bottom:5px;
	vertical-align:middle;
}

div.customFormView td.field
{
	background:url(/Layout/Default/Image/text_bg.gif) no-repeat 0 0;
	width:315px;
	height:28px;
	padding-right:10px;
}

div.customFormView td.field input
{
	width:298px;
	height:22px;
	margin:5px 0 0 7px;
	padding:0;
	border:0;
	background-color:transparent;
	color:#333333;
}

div.customFormView hr
{
	display:none;
}

div.customFormView td.lbl
{
	padding-left:20px;
}

div.customFormView div.buttons
{
	text-align:center;
	margin-top:6px;
}

div.customFormView div.buttons input.buttonSubmit
{
	background-color:#322d2a;
	border:0;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	margin:0;
	padding:2px 4px 2px 4px;
	height:22px;
	cursor:pointer;
}

/* Muut buttonit */
.Normal-button-0
{
	background-color:#322d2a;
	border:0;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	margin:0;
	padding:2px 4px 2px 4px;
	height:22px;
	cursor:pointer;
}


/* Blogi */
div.blog div.content img
{
	float:left;
	margin:0 15px 10px 0;
}

div.blog li
{
	list-style-position:inside;
	margin:4px 0 4px 0;
}

div.imageRight div.content img
{
	float:right;
	margin:0 0 10px 15px;
}

div.post
{
	clear:both;
}

div.post p.published
{
	display:none;
}

div.blog div.function div.tools
{
    padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}


div.blog a.linkToComment 
{
	display:inline-block;
	background-color:#322d2a;
	text-transform:uppercase;
	padding:4px 8px 4px 8px;
	color:#ffffff;
	font-size:12px;
}

div.blog .commentCount 
{
    margin: 0px 10px 0px 5px;
    display: inline-block;
}

div.blog a.addthis_button 
{
    float: right;
}

/* ChannelView */
div.channelView h2
{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}

div.channelView h3
{
	font-size:12px;
	line-height:16px;
	background:url(/Layout/Default/Image/circle.gif) no-repeat 0 5px;
	padding-left:15px;
}

div.frontpage div.channelView h3
{
	background:none;
	padding-left:0;
}

div.frontpage div.channelViewFrontpageLift h3
{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}

div.frontpage div.channelViewFrontpageLift h2
{
	margin:20px 0 20px 0;
}

div#contentExtra div.channelView h2
{
	font-size:20px;
	line-height:24px;
	text-transform:none;
}

div.channelView div.channelDescription, div.channelView div.channelPublishingTime, div.channelView div.channelAuthor, div.channelView div.channelNumberOfComments
{
	margin-bottom:8px;
}

div.channelView div.channelRatings
{
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}


/* Rating */
div#contentMain div.rating img
{
	border:0;
	float:left;
	margin:2px 15px 10px 0;
}

div.rating div.positiveValue, div.rating div.negativeValue
{
	float:left;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	margin-right:20px;
}

div.rating div.positiveValue
{
	color:#a6d000;
}

div.rating div.negativeValue
{
	color:#fe7302;
}

/* FeedLink */
div.sectionFeedLink
{
	clear:both;
	margin-top:10px;
}

div#contentMain div.sectionFeedLink img
{
	border:0;
	float:left;
	margin:0 15px 10px 0;
}

/* Commenting */
div.commenting
{
	clear:both;
}

div.commenting h3
{
	margin-top:15px;
}

iframe.markItUpPreviewFrame
{
	width:630px;
	border:solid 1px #ded7d1;
}


div.commentInsert
{
	color:#79001f;
	font-weight:bold;
}

div.commentInsert div.commentatorDetails, div.commentInsert div.commentEditor, div.commentInsert div.captcha
{
	color:#333333;
}

div.commentInsert div.commentatorDetails, div.commentInsert div.commentEditor
{
	margin-top:20px;
}

div.commentInsert .fieldComment
{
	border:solid 1px #ded7d1;
}

div.commentInsert div.fieldCommentator
{
	background:url(/Layout/Default/Image/text_bg.gif) no-repeat 0 0;
	width:315px;
	height:28px;
	padding-right:10px;
	margin-top:5px;
}

div.commentInsert div.fieldCommentator input
{
	width:298px;
	height:22px;
	margin:5px 0 0 7px;
	padding:0;
	border:0;
	background-color:transparent;
	color:#333333;
}

div.commentList div.comment
{
	border-bottom:solid 1px #ded7d1;
	padding-bottom:10px;
	margin-bottom:10px;
}

div.commentList p.commentMeta
{
	margin-top:8px;
	font-style:italic;
}

blockquote
{
	border:solid 1px #ded7d1;
	background-color:#ffffff;
	padding:15px;
}

blockquote cite
{
	display:block;
	margin-bottom:5px;
}

div.commentList div.quoteLinkContainer
{
	float:right;
}

div.commentList div.quoteLinkContainer a
{
	display:block;
	background-color:#322d2a;
	border:0;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	text-align:center;
	margin:0;
	padding:4px 4px 0 4px;
	height:18px;
	width:60px;
	cursor:pointer;
}

div.commentList div.quoteLinkContainer a:hover
{
	text-decoration:none;
}

/* Paging */
span.labelThreadsTotal
{
	display:none;
}

/* Captcha */
div.captcha
{
	margin-bottom:10px;
}

div.captcha div.title
{
	margin-bottom:10px;
}

div#contentMain div.captcha img
{
	border:0;
	float:none;
	margin:0;
}

div.captcha td.captchaInput
{
	padding-left:5px;
}

div.captcha td.captchaInput span
{
	display:block;
	float:left;
	background:url(/Layout/Default/Image/logon_bg.gif) no-repeat 0 0;
	width:139px;
	height:22px;
}

div.captcha td.captchaInput span input
{
	width:140px;
	height:13px;
	margin:2px 0 0 7px;
	padding:0;
	border:0;
	background-color:transparent;
	color:#333333;
	font-size:11px;
}

/* Gallery */
div.gallery div.function, div.galleryPerson div.function
{
	margin-bottom:20px;
}

div.gallery select, div.galleryPerson select
{
	background-color:#322d2a;
	color:#ffffff;
	border:0;
	font-family:Arial, Sans-Serif;
	margin-right:10px;
}

div.gallery div.bgMiddle
{
	background:url(/Layout/Default/Image/border_middle.jpg) repeat-y 0 0;
	width:918px;
}

div.gallery div.bgBottom
{
	background:url(/Layout/Default/Image/border_bottom.jpg) no-repeat 0 100%;
}

div.gallery div.bgTop
{
	background:url(/Layout/Default/Image/border_top.jpg) no-repeat 0 0;
	padding:23px 22px 26px 26px;
}

div.gallery div.details
{
	display:none;
}

div#contentMain div.gallery div.image
{
	margin:0;
	padding:0;
	width:79px;
	height:79px;
	float:left;
}

div.gallery div.image div.content
{
	margin:0;
	padding:2px 2px 2px 0;
	width:79px;
	height:79px;
}

div.gallery div.image div.content img
{
	margin:0;
	padding:0;
	width:77px !important;
	height:77px !important;
}

div.galleryPerson div.frame1 div.detail
{
	float:left;
	width:301px;
}

div.galleryPerson div.frame1 div.painting
{
	background:url(/Layout/Default/Image/frame1.jpg) no-repeat 0 0;
	padding:19px 0 40px 38px;
}

div.galleryPerson div.frame1 div.person
{
	float:right;
	width:620px;
}

div.galleryPerson div.frame1 div.description
{
	float:right;
	width:620px;
	margin: 15px 0 0 0;
}

div.galleryPerson div.frame1 div.description H2
{
    display: none;
}

div.galleryPerson div.frame2 div.detail
{
	float:left;
	width:416px;
}

div.galleryPerson div.frame2 div.painting
{
	background:url(/Layout/Default/Image/frame2.jpg) no-repeat 0 0;
	padding:15px 0 40px 38px;
}

div.galleryPerson div.frame2 div.person
{
	float:right;
	width:505px;
}

div.galleryPerson div.frame2 div.description
{
	float:right;
	width:505px;
	margin: 15px 0 0 0;
}

div.galleryPerson div.person div.name H2
{
    margin: 0 0 0 0;
}

div.galleryPerson div.frame2 div.description H2
{
    display: none;
}

/* Announcements */
div.announcementGroup div.announcement
{
	margin-bottom:15px;
}

div.announcementGroup div.hyperLinkTitle
{
	font-size:16px;
	line-height:20px;
}

div.announcementArchive td
{
	padding:0 15px 6px 0;
}

/*************************
Campaign specific styles
**************************/
.campaign #contentMain { padding-top: 60px; }
.campaign #footerInnerWrapper { height: 50px; }

.socialButtons
{
	text-align:right;
}

div#contentMain div.socialButtons img
{
	margin:0;
	padding:0;
	border:0;
	float:none;
}

.socialButtons .btnRow
{
	float:right;
	margin-left:15px;
}

.campaignImage
{
	text-align:right;
	background:url(/Layout/Default/Image/bg_lakipalveluita.png) no-repeat 50% 0;
	width:885px;
	height:135px;
	padding:170px 50px 0 0;
}

/*************************
Kampanja VILLE
**************************/
.ville
{
	background:url(/Layout/Default/Image/ville-banneri-normaali.jpg) no-repeat 0 0;
	width:935px;
	height:385px;
	position: relative;
}

.villejoulu
{
	background:url(/Layout/Default/Image/ville-banneri-joulu.jpg) no-repeat 0 0;
	width:935px;
	height:385px;
	position: relative;
}

.ville img, .villejoulu img  
{
    position: absolute; 
    left: 670px;
    top: 174px;
}
/*************************
Lekane TalkNow Tyylit
**************************/

div#talkNowWrapper { position: absolute; top: 427px; width: 100%; height: 1px; }
div#talkNowInnerWrapper { margin: 0 auto; width: 944px; position: relative; height: 1px; }
div#talkNowActive { margin: 0; padding: 0; text-align: center; width: 225px; height: 267px; background: url(/Layout/Default/Image/TalkNow/talkNow_bg.png) top left no-repeat; display: none;}
div#talkNowTextImage { text-align: center; }
div#talkNowTextImage p, div#talkNowTextImage p img, div#talkNowTextImage p a img { margin: 0; padding: 0; border: 0; }

div#talkNowActiveContent { width: 190px; margin: 0 auto; text-align: left; padding-top: 58px; overflow: hidden; }
#talkNowActiveMessage { font-size: 11px; margin: 13px 0; word-spacing: -1px; }

/* TalkNow form */
div#talkNowForm { margin: 0; padding: 0; width: 180px; height: 28px; background: url(/Layout/Default/Image/TalkNow/talkNow_form_bg.gif) top left no-repeat; overflow: hidden; white-space: nowrap;}
div#talkNowForm form { margin: 0; padding:0; }
input#talkNowActivePhone { font-size: 11px; float: left; border: 0; background: none; line-height: 28px; height: 28px; width: 110px; padding: 0 5px; }
a.lekanebutton { float: right; margin: 3px 3px 0 0; background: #322d2a; color: #FFFFFF; text-transform: uppercase; display: block; height: 22px; width: 43px; padding: 0 5px; line-height: 22px; }

/*************************
  Service Desk
**************************/
div.serviceDesk { margin: 28px 0 0 0;  padding: 0; text-align: center; width: 225px; height: 267px; background: url(/Layout/Default/Image/TalkNow/talkNow_bg.png) top left no-repeat;}
 
 div.serviceDeskHeader { padding-top: 69px; }
 div.serviceDeskHeader h2 {  margin: 0 auto 20px auto; text-align: center; text-indent: -9999px; display: block; height: 25px; width: 169px; background: url(/Layout/Default/Image/ServiceDesk/service_desk.gif) -2px 0 no-repeat; }
 
 div.serviceDeskText { font-size: 11px; word-spacing: -1px;  width: 169px; margin: 0 auto; text-align: left; overflow: hidden; }
 div.serviceDeskText ul { margin: 0 0 10px 0; padding: 0; list-style-type: none; }
  div.serviceDeskText ul li { margin: 0; padding-left: 17px; line-height: 18px; display: inline-block; list-style-position:outside !important; }
  div.serviceDeskText ul li.servicePhone { background: url(/Layout/Default/Image/ServiceDesk/telephone.gif) 0 5px no-repeat; }
  div.serviceDeskText ul li.serviceEmail { background: url(/Layout/Default/Image/ServiceDesk/mail.gif) 0 5px no-repeat; } 
  div.serviceDeskText a { color: #333333; text-decoration: none; }
  div.serviceDeskText a:hover { text-decoration: underline; }
  div.serviceDeskText img { float: left; margin: 0; padding: 0; display: block; }
   
