/* CONTENT STYLES */

p, td p, li, code {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

p, td p, li {
	color: Black;
}

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


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

img {
	border: 0;
}



/* Headings */
h1, h2, h3, h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin: 0 0 1.5em 0;
	color: Black;
}

h1 {
	font-size : 14px;
}

h2 {
	font-size : 12px;
}

h3 {
	font-size : 12px;
}

h4 {
	font-size : 11px;
}


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 {
	color: Gray;
	font-size: 11px;
}

.required {
	color: #c00000;
}

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


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

input.button {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
	color : #333333;
	border: 1px solid #999999;
	font-weight: normal;
	font-size: 12px;
}


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



.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;
}


/* Content Section Styles */
td.pagesectioncell, td.maincontents td.pagesectioncell {
	padding: 0;
}

td.imagesleft {
	padding-right: 10px;
}
td.imagesright {
	padding-left: 10px;
}

.kuvateksti {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
}


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

.thumbborderactive, img.thumbborderactive, td.maincontents img.thumbborderactive {
	border: 1px solid Red;
}


/* 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;
}

/* Previous articles styles */
p.prevarticles {
	font-size: 10px;
	text-align: center;
}

p.prevarticles a, p.prevarticles a:link, p.prevarticles a:visited {
	font-size: 10px;
	color : Black;
	font-weight: normal;
	text-decoration : none;
}
p.prevarticles a:hover, p.prevarticles a:active {
	font-size: 10px;
	color : Black;
	font-weight: normal;
	text-decoration : underline;
}

/* Editor links */
p.editorlinks {
   margin: 0 0 2px 0;
	text-align: right;
}

p.editorlinks a, p.editorlinks a:link, p.editorlinks a:visited {
	color : #993333;
	font-weight: bold;
	text-decoration : none;
}
p.editorlinks a:hover, p.editorlinks a:active {
	color : #993333;
	font-weight: bold;
	text-decoration : underline;
}

