/* CONTENT STYLES */

body, p, td p, li, code {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	margin-left: 3em;
	list-style-type: disc;
}
ol {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	margin-left: 3em;
	list-style-type: decimal;
}

ul ul {
	margin-top: 0;
	margin-bottom: 0;
}
li {
	margin: 0;
	padding: 0;
	line-height: 14px;
}


a, a:link, a:visited {
	color : #FD0202;
	font-weight: normal;
	text-decoration : none;
}
a:hover, a:active {
	color : #FD0202;
	font-weight: normal;
	text-decoration: underline;
}

.linktext {
	color : #666666;
	font-weight: normal;
	text-decoration: none;
}




img {
	border: 0;
}

img.left {
	float: left;
}
img.right {
	float: right;
}




/* Headings */
h1, h2, h3, h4 {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

h2, h3, h4 {
	margin: 0 0 0.5em 0;
}

h1 {
	margin: 0 0 1em 0;
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #FD0202;
	font-weight: normal;
	line-height: 20px;
}

h2 {
	margin-top: 0.9em;
	font-size: 13px;
}

h3 {
	font-size : 12px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}


.articlelist h2 {
	font-size: 12px;
}

h2.newslist {
	font-size: 13px;
	margin-top: 0;
}

h2.contact {
	margin-top: -3px;
}


.h1subtitle {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color: #333333;	
}

fieldset {
	border: solid 1px #999999;
	padding: 8px;
	background-color: #F8F8F8;
}

legend {
	color: #707070;
	font-size : 12px;
	font-weight: bold;
}

/* Yleiset asemointimääritykset */
.left {
	text-align : left;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}


.error {
	color: Red;
}

.note {
	font-size: 10px;
}

.required {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c00000;
	font-weight: bold;
	font-size: 11px;
}

.offline {
	color: Gray;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

p.newsaika, .newsaika {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
p.newsaika {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Form Styles */
input, textarea, formfield, button, select {
	background-color: White;
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	border: 1px solid #999999;
}

form {
	margin: 0;
	padding: 0;
}

input.button {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	background-color: #cb0533;
	color : White;
	border: 0;
	font-weight: bold;
	border: solid 1px #cb0533;
}


.noborder, input.noborder, #maincontentarea .noborder {
	border: 0;
	background-color: transparent;
}

.nopadding {
	padding: 0;
}

.nomargin, p.nomargin {
	margin: 0;
}


.deleted, h1.deleted, a.deleted, a.deleted:link, a.deleted:visited {
	text-decoration: line-through;
}

a.deleted:hover, a.deleted:active {
	text-decoration: line-through;
}

/* Plain page styles */
div.plainpagecontainer {
	padding: 5px 250px 0 20px;
	margin: 0 0 0 0;
	background-color: #ffffff;
}


td.pagesectioncell {
	padding: 0;
}

td.pagesectioncellcontact {
	padding: 0 0 0.9em 0;
}

/* Content Section Styles */
div.pagesectioncontainer {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.pagesectioncontaineryellow {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffffcc;
}

div.pagesectioncontents {
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
}
div.pagesectioncontents table.yhteystietorivi {
	padding-top: 10px;
	padding-bottom: 5px;
}

div.pagesectioncontentsfirst {
	margin: 0 0 0 0;
	padding: 5px 0 0 1px;
}


div.titlecontainer {
	margin: 0;
	padding: 0 10px 10px 5px;
}

div.clearsection {
	margin: 0 0 20px 0;
	padding: 0 50px 0 5px;
	height: 0;
	clear: both;
}

div.pagesectionseparator {
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #666666;
}


div.ingressi {
	
}
div.ingressi p, div.ingressi td p, div.ingressi li, div.ingressi code {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}





/* Section images printed with div */
.sectionimageleft {
	float: left;
	padding: 0 20px 20px 10px;
	margin: 0 0 0 0;
}
.sectionimageright {
	float: right;
	padding: 0 25px 20px 20px;
	margin: 0 0 0 0;
}
.sectionimagehorizontal {
	float: left;
	padding: 0 0 0 0;
	margin: 0 15px 15px 0;
	text-align: center;
}

.sectionimageleftnopadding {
	float: left;
	padding: 5px 20px 20px 6px;
	margin: 0 0 0 0;
}
.sectionimagerightnopadding {
	float: right;
	padding: 5px 6px 20px 20px;
	margin: 0 0 0 0;
}

.sectionimageleftfirst {
	float: left;
	padding: 10px 20px 20px 10px;
	margin: 0 0 0 0;
}
.sectionimagerightfirst {
	float: right;
	padding: 5px 25px 20px 20px;
	margin: 0 0 0 0;
}


.sectionimageleft img, .sectionimageright img, .sectionimageleftnopadding img, .sectionimagerightnopadding img, .sectionimageleftfirst img, .sectionimagerightfirst img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


.sectionimageonlyleft {
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
}
.sectionimageonlycenter {
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
}
.sectionimageonlyright {
	text-align: right;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
}

.sectionimageonlyleftnopadding {
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}
.sectionimageonlycenternopadding {
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}
.sectionimageonlyrightnopadding {
	text-align: right;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
}


.contactimage {
	padding: 0 10px 0 20px;
	margin: 0 0 0 0;
	float: right;
}


.kuvateksti {
	font-size: 11px;
	color: #666666;
	margin-top: 0;
	margin-bottom: 0;
}

.sectionimageleftnopadding .kuvateksti {
	margin-left: 10px;
}

.sectionimagerightnopadding .kuvateksti {
	margin-right: 10px;
}



/* Images with thumb border */
.thumbborder, img.thumbborder, td.maincontents img.thumbborder {
	border: 1px solid #999999;
}

.thumbborderinvisible, img.thumbborderinvisible, td.maincontents img.thumbborderinvisible {
	border: 1px solid White;
}

.thumbborderactive, img.thumbborderactive, td.maincontents img.thumbborderactive {
	border: 2px solid Black;
}

.thumbborderinactive, img.thumbborderinactive, td.maincontents img.thumbborderinactive {
	border: 2px solid White;
}


.thumbbordertopright, img.thumbbordertopright {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.thumbborderright, img.thumbborderright {
	border-top: 1px solid #999999;
	border-right: 0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.thumbborderleft, img.thumbborderleft {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 0;
}
.thumbbordertopleft, img.thumbbordertopleft {
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 0;
}



/* Notification Box Styles */
td.huombox {
	background-color: #D8EAFB;
	border: 1px solid #003466;
	/* background-color: #FFD9DF;
	border: 1px solid #cc0000; */
	padding: 10px;
	vertical-align: middle;
}
td.huombox p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

td.notice {
	background-color: #FBEDBB;
	border: 1px solid #999999;
	padding: 10px;
	vertical-align: middle;
}
td.notice p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #333333;
}




/* Image Teaser Styles */
div.imageteaser {
	padding: 0;
	margin: 0 0 3px 3px;
}
.teaserthumbborder {
	border: 1px solid Black;
}

td.colored {
	background-color: #F0F0F0;
}


/* Article attachment styles */
table.attachments {

}

table.attachments td {
	padding: 2px 5px 2px 5px;
}

table.attachments td.header {
	background-color : transparent;
}

table.attachments td.header {
	padding : 2px;
	border-bottom: 1px solid Gray;
}

table.attachments td p, table.attachments td.header p {
	margin: 0px;
}

table.attachments td.header p {
	color : Black;
	font-size : 11px;
	font-weight: bold;
}

table.attachments td.header a, table.attachments td.header a:link, table.attachments td.header a:visited {
	color : White;
	font-weight: bold;
	text-decoration : underline;
}
table.attachments td.header a:hover, table.attachments td.header a:active {
	color : White;
	font-weight: bold;
	text-decoration : none;
}


/* Article teaser text styles */
.teaserpvm {
	font-weight: bold;
}

.pickuppvm {
	font-weight: bold;
	padding-bottom: 5px;
}

a.teaserlink, a.teaserlink:link, a.teaserlink:visited {
	color : #1A6DBA;
	font-weight: normal;
	text-decoration : underline;
}
a.teaserlink:hover, a.teaserlink:active {
	color : #1A6DBA;
	font-weight: normal;
	text-decoration: none;
}

a.pickuplink, a.pickuplink:link, a.pickuplink:visited {
	color : #1A6DBA;
	font-weight: bold;
	text-decoration : underline;
}
a.pickuplink:hover, a.pickuplink:active {
	color : #1A6DBA;
	font-weight: bold;
	text-decoration: none;
}


.teasertitle {
	font-weight: bold;
}


/* Header link styles */
a.headerlink, a.headerlink:link, a.headerlink:visited {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color : #990000;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
a.headerlink:hover, a.headerlink:active {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color : #990000;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 1px;
}


/* Quick search styles */
table.quicksearch {
	margin: 0 0 0 auto;
}
td.quicksearchcell {
	vertical-align: middle;
	padding: 3px;
}
td.quicksearchcell p {
	margin: 0;
}



/* Search styles */
ol.searchresults li {
	margin-bottom: 1em;
}

a.searchresultname, a.searchresultname:link, a.searchresultname:visited {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.searchresultname:hover, a.searchresultname:active {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

a.searchresult, a.searchresult:link, a.searchresult:visited {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.searchresult:hover, a.searchresult:active {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}




/* Dealer item styles */
td.dealeritemwrapper, td.dealeritemwrappercolored {
	padding: 5px 10px 5px 10px;
}
td.dealeritemwrappercolored {
	background-color: #F0F0F0;
}

td.dealeriteminfo p {
	margin: 0;
}

a.dealeritemlink, a.dealeritemlink:link, a.dealeritemlink:visited {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.dealeritemlink:hover, a.dealeritemlink:active {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


/* Admin Table Styles */
tr.otsakkeet, td.header {
	background-color : Gray;
}

tr.otsakkeet td, td.header {
	padding : 2px;
	border-left: 1px solid White;
	border-right: 1px solid White;
}

table.edit td {
	padding: 2px;
}

tr.otsakkeet td p, td.header p, td.tuoteheader p, table.edit p {
	margin: 0px;
}

tr.otsakkeet td p, td.header p {
	color : White;
	font-size : 11px;
	font-weight: bold;
}

td.header a, td.header a:link, td.header a:visited {
	color : White;
	font-weight: bold;
	text-decoration : underline;
}
td.header a:hover, td.header a:active {
	color : White;
	font-weight: bold;
	text-decoration : none;
}




/* Image Teaser Styles */
#companyimagecontainer {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	clear: both;
}

.additionalimage {
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-right: 20px;
}

td.searchbuttontd {
	vertical-align: bottom;
}



/* Toolbar styles */
td.toolbaricon {
	padding: 0;
	background-image: url(../images/toimpalk_vas.jpg);
	background-repeat: no-repeat;
}
td.toolbarcont {
	padding: 0;
	background-image: url(../images/toimpalk_keski.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
td.toolbarend {
	padding: 0;
	background-image: url(../images/toimpalk_oik.jpg);
	background-repeat: no-repeat;
}

td.toolbarcont p {
	color: White;
	font-weight: bold;
	margin: 0;
}

input.toolbarbutton {
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	background-color: transparent;
	color : White;
	border: 0;
	font-weight: bold;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: auto;
	overflow: visible;
}

a.toolbarlink, a.toolbarlink:link, a.toolbarlink:visited {
	color : White;
	font-weight: bold;
	text-decoration : none;
}
a.toolbarlink:hover, a.toolbarlink:active {
	color : White;
	font-weight: bold;
	text-decoration: underline;
}

table.sectionlinks {
	margin-bottom: 1.2em;
}
td.sectionlink {
	background-color: #F0F0F0;
	padding: 8px 4px 8px 4px;
	border-bottom: 6px solid White;
}
td.sectionlink p {
	margin: 0;
}

a.sectionlink, a.sectionlink:link, a.sectionlink:visited {
	color : #4F4F4F;
	font-weight: normal;
	text-decoration : underline;
}
a.sectionlink:hover, a.sectionlink:active {
	color : #4F4F4F;
	font-weight: normal;
	text-decoration: none;
}


/* Error/status/notice styles */
div.statusbox, div.confirmbox, div.errorbox, div.noticebox {
	padding: 10px;
	vertical-align: middle;
	margin-bottom: 20px;
}

div.statusbox {
	background-color: #F1F9EC;
	border: 1px solid #95D170;
}

div.confirmbox {
	background-color: #FCFCE8;
	border: 1px solid #F3F42B;
}

div.errorbox {
	background-color: #F9ECEC;
	border: 1px solid #D17070;
}
div.noticebox {
	background-color: #F8F8F8;
	border: solid 1px #999999;
}

div.statusbox p, div.confirmbox p, div.errorbox p, div.noticebox p {
	margin: 0 0 0 0;
}



/* Silent item styles */
.silentitembutton {
	background-color: #51b14c;
	/* border: 1px solid Black; */
	padding: 1px 5px 1px 5px;

	color : White;
	font-weight: bold;
	font-family: Verdana, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 10px;
}