/*
Document   : reseptipankki
Created on : 2.3.2009, 15:27:03
Author     : joona
Description:
Purpose of the stylesheet follows.
*/

/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    font-family:'Trebuchet MS';
    letter-spacing: 1px;
    padding: 0px;
    margin:0px;
}


body{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#hakupalkki input
{
    border: 2px #FFFFFF solid;
}

button
{
    background-color: #FE9900;
    /*border: 1px #FE9900 solid;*/
    border: 1px #CCCCCC solid;
    color: black;
}

#kokosivu{
    background-color: #990000;
    margin: auto;
    text-align: left;
    width: 980px;
}

#keskipalkki {
    background-color: #990000;
    float: left;
    height: 700px;
    width: 980px;
}
#ylapalkki {
    background: #CCCCCC url(../images/kulmat/ylakulma2.png) no-repeat top right;
    padding: 0px;
	margin: 0px;
	border: none;
	color: #FFFFFF;
	float: left;
	font-size: 0.9em;
	height: 20px;
	text-align: center;
    width: 980px;
}

#reseptipankkilogo
{
	position:absolute;
	top:15px;
	text-align: right;
	width: 900px;
	z-index:1;
	height:106px;
}


#ylapalkki img{
	float: left;
    clear: both;
}

#ylapalkki p{
    height: 20px;
	width: 200px;
}

#vasencontainer {
    background-color: #990000;
    float: left;
    height: 700px;
    padding-left: 10px;
    overflow: auto;
    z-index:2;
	width: 300px;
}

#vasencontainer a:link, #vasencontainer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#vasencontainer a:hover, #vasencontainer a:active
{
    color: yellow;
    text-decoration: none;
}


#vasencontainer a{
    color: #FFFFFF;
}


.nodeFolder{
    color: #FFFFFF;
    padding-bottom:5px;
}

td .nodeFolder{
    padding-bottom:5px;
}

#hakupalkki thead{
    color: #FFFFFF;
    float: left;
    text-align: left;
}

#hakupalkki th{
}

#selauspalkki {

}

#oikeacontainer {
    background-color: #FFFFFF;
    float: left;
    height: 680px;
    overflow: auto;
    padding: 10px;
    width: 640px;
}

#oikeacontainer h1{
    color: #990000;
    padding-top: 0.6em;
    font-size: 1.5em;
}

#tulostanappi{
	z-index:2;
}

#oikeacontainer h2{
    font-size: 1.5em;
}

#oikeacontainer img{
    height: 175px;
}


#ylapalkki_vasen
{

}
#ylapalkki_oikea
{

}

img.placeborder
{
    width: 20px;
    height: 20px;
    border: none;
    display: block !important;
}

#alapalkki
{
    background: #990000 url(../images/kulmat/alakulma1.png) no-repeat top right;
    float:left;
    height: 20px;
    width: 980px;
}

.floatright {
    float: right;
    text-align: right;
}

.af_column_header-text
{
    text-align: left;
    font-size: 0.75em;
}

.OraTableBorder0001{
    text-align: right;
}

#firmalogo
{
	float: left;
	background-color: #FFFFFF;
	height: 50px;
	text-align:right;
	width: 310;
}

#tyhjalogo
{
	float: left;
	background-color: #FFFFFF;
	height: 50px;
	width: 670;
}
	
