body.home {
	margin:      0px;
	padding:     0px;
	background:  #D7D5D6 url(/images/pageBg.jpg) repeat-y top center;
	font-family: Arial, Sans-Serif, Helvetica;
	font-size:   12px;
	text-align:  center;
}
form {
	margin:  0px;
	padding: 0px;
}
input,
select,
textarea {
	font-family: Arial, Sans-Serif, Helvetica;
	font-size:   12px;
}
h1 {
	font-size:   22px;
	font-weight: normal;
	color:       #BF1D1B;
}
h2 {
	font-size:   16px;
	font-weight: bold;
	color:       #000;
}
h3 {
	font-size:   12px;
	font-weight: bold;
	color:       #000;
}
h4 {
	font-size:   12px;
	font-weight: bold;
	color:       #BF1D1B;
}
h6 {
	margin:  0px;
	padding: 0px;
}
a {
	color: #BF1D1B;
}
a img {
	border: none;
}
hr {
	height:     1px;
	border:     none;
	border-top: 1px solid #CCC;
	color:      #CCC;
	font-size:  1px;
}
th {
	font-size:  12px;
	text-align: left;
}
/* PAGE */
div.page {
	position: relative;
	z-index:  0;
	width:    990px;
	margin:   0 auto;
}
/* HEADER */
table.header {
	position:      relative;
	z-index:       2;
	width:         100%;
	margin:        0 auto;
	margin-bottom: 10px;
	text-align:    left;
}
td.headerContent {
	width:         600px;
	padding-right: 20px;
	font-size:     12px;
}
td.headerContent td {
	font-size: 12px;
}
td.headerContent strong {
	color: #BF1D1B;
}
td.logo img {
	display: block;
}
/* IMAGO */
div.imago {
	position:      relative;
	z-index:       1;
	width:         920px;
	margin:        0 auto;
	margin-top:    10px;
	margin-bottom: 20px;
	text-align:    left;
}
/* CONTENT */
div.content {
	position:      relative;
	z-index:       0;
	width:         960px;
	margin:        0 auto;
	margin-top:    10px;
	margin-bottom: 10px;
}
div.contentContainer {
	position:   relative;
	z-index:    0;	
	width:      920px;
	margin:     0 auto;
	text-align: left;
	font-size:  12px;
}
div.contentContainer td {
	font-size: 12px;
}
/* LEHTI */
table.lehti {
	width:  100%;
	margin: 10px 0px;
}
td.tiedot {
	width:   40%;
	padding: 10px 0px 0px 0px;
}
img.otsikko {
	margin-left: 20px;
}
td.kansi {
	padding:    20px;
	background: Transparent url(/images/kansiBg.jpg) no-repeat center center;
}
td.uutiset {
	padding:   10px 0px 10px 10px;
	font-size: 11px;
}
ul.uutisetListaus {
	margin:  10px 0px;
	padding: 0px 0px;
	color:   #BF1D1B;
}
ul.uutisetListaus li {
	margin:       0px 0px 3px 0px;
	margin-left:  15px;
	padding-left: 0px;
}
ul.uutisetListaus li,
ul.uutisetListaus li a {
	/*color: #000;*/
	color: #BF1D1B;
}
ul.uutisetListaus li.active,
ul.uutisetListaus li.active a {
	color:       #BF1D1B;
	font-weight: bold;
}
td.uutinen {
	width:   60%;
	padding: 10px 0px;
}
td.uutinenEsikatselu {
	padding:     10px 20px;
	border-left: 1px solid #EEE;
	font-size:   12px;
}
table.socialLinks {
	height:   35px;
}
table.socialLinks td {
	padding:        0px 4px 0px 4px;
	vertical-align: top;
}
/* FOOTER */
table.footer {
	width:      100%;
	margin-top: 10px;
}
table.footer td {
	font-size: 11px;
}
table.footer img.ilLogo {
	margin-left: 20px;
}
table.footer div.contact {
	padding-right: 20px;
}
table.footer div.contact a {
	color: #000;
}
/* MISC */
p.introduction {
	font-size: 14px;
}
p.publishDate {
	color: #666;
}
.message {
	padding: 10px;
	border:  1px solid #057CBD;
	color:   #057CBD;
}
.error {
	padding: 10px;
	border:  1px solid #C00;
	color:   #C00;
}
.missing,
.req {
	font-weight: bold;
	color:       #C00;
}
.pubHide {
	display: none;
}
tr.Disabled td {
	color: #777;
}
tr.Disabled input {
	height:     21px;
	color:      #777;
	background: #F0F0F0;
	border:     1px solid #CCC;
}
p.h5 {
	padding-bottom: 10px;	
	border-bottom:  1px solid #BEBEBE;
}
p.h5 img {
	display: block;
}