﻿/* ############### Reset ############### */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style:none; list-style-image:none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content:''; }



/* ############### Global Settings ############### */

body
{
    /* background-color: #F5F5F5; */
    /* background: #FFF url("../../App_Themes/Whirlpool/Images/bg_body.jpg" ) repeat-x left bottom; */
    background-color:#FFF;
    background-color: #f7fcfd;
    font-size: 12px;
    height: 100%;
    text-align: center;
    font-family: Trebuchet MS, Arial, sans-serif;
}



/* ############### Headings ############### */
 
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
 
h1 {
    padding:0.6em 0 0.3em 0;
    /* letter-spacing:-1px; */
    font-size:2em;
}
 
h2 {
    padding:0.4em 0 0.2em 0;
    /* letter-spacing:-1px; */
    font-size:1.7em;
}
 
h3 {
    font-size: 1.2em;
    font-weight:bold;
}
 
 
 
/* ############### Common Formatting ############### */
 
p {
    padding:0 0 1.25em 0;
}
/* ul, */
ol {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
}
ol li {
    margin-left: 0px;
}
/* 
blockquote {
    margin: 1.25em;
    padding: 1.25em 1.25em 0 1.25em;
}
*/ 

small {
    font-size: 0.85em;
}
 
img {
    border: 0px;
}
 
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}



/* ############### Global Classes ############### */

.clear         { clear:both; }
.clear-left    { clear:left; }
.clear-right   { clear:right; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.bullets       { list-style:disc; list-style-image:none; }
ol.decimal     { list-style-type: decimal; }

.margins { margin: 10px;}
.paddings { padding: 10px;}
.block { display:block; margin-top: 10px; margin-bottom: 10px; }
.block2 { display: block; margin-top: 10px; margin-bottom: 0px; }
fieldset div.block { float: left; display:block; margin-top: 10px; margin-bottom: 10px; clear: left; }

.definitionText { color: #999999; font-size: 11px; font-style: italic; }

/* ############### Links ############### */

a, a:link, a:visited, a:hover {
    color: #003d78;
    color: #1454C9;
    text-decoration: none;
    text-decoration: underline;
    font-style:normal; font-variant:normal; font-weight: normal;
}
a:hover {
    color: #4988D6;
    font-style:normal; font-variant:normal; font-weight: normal;
}
.biglink {
    font-size:16px;
	text-decoration:underline;
}

.link { color: Blue; }
.master-red { color: Red; } /* Ex: master-red */

/* OVERSISED BUTTON */
input[type=submit]
{
    margin: 0px 0px 0px 0px;
    padding: 2px 4px 1px 4px;
    font-size: 1.2em; 
}

/* Yleinen otsikointi */

.pageHeaderWrap
{
    display: block;
	background-color: #f9fbfc;
	/* background-color: #e9f1f4; tumma */
	/* background-color: #f1f6f8; vaalea*/
    border-bottom: solid 1px #dfe1e2;
	text-align: center; 
	float: left;
	margin-bottom: 10px;
    width: 639px;
}
.pageHeaderWrap h1
{
    display: block;
	float: left;
	text-align: left; 
    padding: 8px 0px 0px 20px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #BDC0C1;
    text-transform: uppercase;
}
.pageHeaderInfo
{
	background-color: #f1f6f8;
	/* background-color: #f9fbfc; */
	border-bottom: solid 1px #e5e5e5;
	color: #500000;
    padding: 0px;
	margin-bottom: -1px;
	float: left;
    width: 639px;
	text-align: left; 
}
.pageHeaderBreadcrump
{
	color: #500000;
	color: #4d4d4d;
    padding: 5px 0px 3px 20px;
	margin-bottom: -1px;
	float: left;
    width: 610px;
	text-align: left; 
}

/* VANHASTA VERSIOSTA */
/* 
p a
{
	color:Navy;
    color: #1454C9;
	text-decoration:underline !important;
}
*/

/***** Forms *****/

/* form { display:inline; } */