/* 
    Document   : default.css
    Created on : 2.4.2010, 12:26:17
    Author     : Tero
    Description:
        Digitaali sivuston stylesheet
*/

body {
    margin: 0;
    padding:  0;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a:link, a:visited {
	color: #609709;
        text-decoration: none;
}

a:hover, a:active {
	color: #609709;
	text-decoration: underline;
}

.frameTop {
    background-image: url(../images/top_bg.gif);
    background-repeat: repeat-x;
    height: 379px;
    margin: 0;
}
.frameMiddle {
    background-image: url(../images/middle_bg.gif);
    background-repeat: repeat-x;
    height: 350px;
}
.frameBottom {
    background-image: url(../images/bottom_bg.gif);
    background-repeat: repeat-x;
    height: 350px;
}
.frameSubnavi {
    background-image: url(../images/subnavi_bg.gif);
    background-repeat: repeat-x;
    height: 25px;
}
.contentMiddle {
    background-image: url(../images/middle_center_bg.jpg);
    background-repeat: repeat-x;
    height: 350px;
    width: 990px;
    margin: auto;
}
.navigation {
    height: 57px;
    width: 990px;
    margin: auto;
}
.navigation ul {
        margin: 0;
        padding: 0;

}
.navigation ul li {
	display: inline; /* Fix IE Step Down */
        margin: 0;
        padding: 0;
}
.navigation ul li a:link, .navigation ul li a:visited {
	display: block;
        float: left;
	height: 35px;
	padding-top: 22px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
        background-position: top right;
        background-image: url(../images/naviseparator.gif);
        background-repeat: no-repeat;

}

.navigation ul li a:hover, .navigation ul li a:active {
        background-color: #373737;
	color: #66bf00;
	text-decoration: none;
	position: relative;
}
.subnavi {
    width: 240px;
    float: left;
}
.subnavi ul {
        margin: 0;
        padding: 0;
        /* margin-left: 159px; */
        list-style: none;
}
.subnavi ul li {
	display: block; /* Fix IE Step Down */
        margin: 0;
        padding: 0;
        list-style: none;
}
.subnavi ul li a:link, .subnavi ul li a:visited {

	width: 200px;
        display: block;
        float: left;
	padding: 7px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #555;
	position: relative;
        text-align: left;
        border-bottom: 1px solid #ddd;

}
.subnavi ul li a:hover, .subnavi ul li a:active {
        background-color: #eee;
	color: #66bf00;
	text-decoration: none;
	position: relative;
}
.frameSeparator {
    background-color: #252525;
    height: 1px;
    font-size: 1px;
}
.navSeparator {
    height: 1px;
    width: 990px;
    font-size: 1px;
    margin: auto;
    background-image: url(../images/top_separator.gif);
    background-repeat: no-repeat;
}
.screen {
    height: 321px;
    width: 990px;
    margin: auto;   
border: 0px solid #3a3a3a;
}
.screen img{
    margin-top: 16px;
}
.contentBlock {
    float: left;
    width: 310px;
    margin-right: 20px;
    margin-top: 25px;
    color: #ddd;
    font-size: 11px;
}
.contentBlock h1 {
    color: #80c90d;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding:  0;
    margin-bottom: 7px;
    letter-spacing: 2;
    font-weight: normal;
}
.contentBlock .bold {
    color: #fff;
    font-weight: bold;
}
.refe {
    background-image: url(../images/frontbake_refe_bg.png);
    background-repeat: no-repeat;
    height: 316px;
    width: 307px;
    margin-top: -8px;
}
.innerRefe {
    padding: 17px;
}
.innerRefe img {
}
.innerRefe h2 {
    color: #ffffff;
    font-size: 12px;
    text-transform: none;
    margin: 0;
    padding:  0;
    letter-spacing: 2;
    margin-bottom: 7px;
    font-weight: bold;
    margin-top: -40px;
}
.innerRefe p {
    color: #ccc;
    font-size: 11px;
    text-transform: none;
    margin: 0;
    padding:  0;
}
.content {
    padding: 50px;
    width: 990px;
    margin: auto;
    font-size: 11px;
    color: #333;
    line-height: 16px;
}
.content p {
    margin-bottom: 20px;
}
.content h1 {
    color: #80c90d;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    padding:  0;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: normal;
}
.content h2 {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    padding:  0;
    margin-top: 5px;
	margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: normal;
}
.content h3 {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    padding:  0;
    margin-top: 5px;
	margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: normal;
}
/* tabs
*************************/
ul.tabs
{
display: table;
margin: 0;
padding: 0;
list-style: none;
position: relative;
background-image: none !important;
}
ul.tabs li
{
margin: 0;
padding: 0;
list-style: none;
display: table-cell;
float: left;
position: relative;
}
ul.tabs a
{
position: relative;
display: block;
}
/* dropdowns
*************************/
ul.dropdown
{
margin: 0;
padding: 0;
display: block;
position: absolute;
z-index: 999;
top: 100%;
width: 250px;
display: none;
left: 0;
border: 1px solid #3a3a3a;
border-top: 0;
background-color: #1d1d1d !important;
}
ul.dropdown ul.dropdown
{
top: 0;
left: 95%;
border: 1px solid #3a3a3a;
background-color: #1d1d1d !important;
}
ul.dropdown li
{
margin: 0;
padding: 0;
float: none;
position: relative;
list-style: none;
display: block;
}
ul.dropdown li a
{
display: block;
}
ul.dropdown li a:link, ul.dropdown li a:visited {
	display: block;
        float: left;
	height: 24px !important;
        width: 250px  !important;
	padding-top: 11px;
	font-size: 9px !important;
	font-weight: normal;
	text-decoration: none;
	color: #999 !important;
        padding-left: 0px !important;
	padding-right: 0px !important;
	position: relative;
        background-image: none !important;
        
}
ul.dropdown li a:hover, ul.dropdown li a:active {
        background-color: #373737;
	color: #fff !important;
	text-decoration: none;
	position: relative;
        font-size: 9px !important;
}

/* Lomakkeet */

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
        margin-top: 20px;
        margin-left: 5px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
        margin-top: 11px;
        margin-left: 5px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
        margin-top: 11px;
}
label {
	display: block;
	float: left;
	width: 190px;
	padding: 0;
	margin-top: 15px;
        margin-right: 6px;
	text-align: right;
        color: #777;
        font-size: 11px;
border: 0px solid red;
}
fieldset {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        padding: 10px;
        margin-bottom: 10px;
        border-radius:5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
legend {
        color: #aaa;
font-family: verdana, arial, helvetica;        
font-size: 13px;
        font-weight: bold;
}
.formbutton {
        background-image: url(../images/button_bg.gif);
        width: 99%;
        border: 1px solid #70b905;
        background-color: #80c90d;
        color: #fff;
}
.small {
font-family: verdana, arial, helvetica;
font-size: 9px;
color: #bbb;
}
.box {
    border-bottom: 1px solid #dfdfdf;
    border-top:  1px solid #dfdfdf;
    background-color: #f4f4f4;
    padding: 10px;
    width: 920px;
    height: 260px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.box img {
    float: right;
    margin-left: 30px;
    clear: both;
    border: 1px solid #ddd;
}
.box p {
    
}
.green {
    color: #8dc63f;
}
/* Onnistumisloota (pyöristetty mahdollisesti) */
.successboxwrapping {
	background-color: #dfffdc;
	/*border: 1px solid #EFCCCC;*/
	font-size: 11px;
	width: 97%;
	position: relative;
	padding: 10px;
        margin-bottom: 7px;
}
.successbox {
	padding: 5px;
}
.successboxTopLeft {
	position: absolute;
	font-size: 1px;
	top: 0px;
	left: 0px;
	background-image:url(../images/successbox_top_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successboxTopRight {
	position: absolute;
	font-size: 1px;
	top: 0px;
	right: 0px;
	background-image:url(../images/successbox_top_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successboxBottomLeft {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/successbox_bottom_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successboxBottomRight {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	right: 0px;
	background-image:url(../images/successbox_bottom_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #df0a0a;
	margin-bottom: 10px;
	margin-top: 0;
}


/* Virheloota (pyöristetty mahdollisesti) */
.errorboxwrapping {
	background-color: #FFDCDC;
	/*border: 1px solid #EFCCCC;*/
	font-size: 11px;
	width: 97%;
	position: relative;
	padding: 10px;
        margin-bottom: 7px;
}
.errorbox {
	padding: 5px;
}
.errorboxTopLeft {
	position: absolute;
	font-size: 1px;
	top: 0px;
	left: 0px;
	background-image:url(../images/errorbox_top_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorboxTopRight {
	position: absolute;
	font-size: 1px;
	top: 0px;
	right: 0px;
	background-image:url(../images/errorbox_top_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorboxBottomLeft {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/errorbox_bottom_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorboxBottomRight {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	right: 0px;
	background-image:url(../images/errorbox_bottom_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #df0a0a;
	margin-bottom: 10px;
	margin-top: 0;
}


