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


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

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

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

#aromiCheckBox__xc_c label
{
	color: white;
	padding-left: 5px;
} 


/* -----------------DIV: KOKOSIVU ----------------------*/
#kokosivu
{
    background-color: #990000;
    margin: auto;
    text-align: left;
    width: 980px;
}
/* -----------------DIV: YLÄPALKKI --------------------*/
#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;
}

#firmalogo img
{
	border: none;
	text-decoration: none;
}

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

#tyhjalogo
{
	float: left;
	background-color: #FFFFFF;
	height: 50px;
	width: 670;
}
/* -----------------DIV: KESKIPALKKI ----------------------*/
#keskipalkki 
{
    background-color: #990000;
    float: left;
    height: 700px;
    width: 980px;
}
/* -----------------DIV: VASENCONTAINER ----------------------*/
#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 input[type:text]
{
    border: 2px #FFFFFF solid;
}

#hakupalkki th
{
}

#selauspalkki 
{
	padding-top: 10px;
}
/* -----------------DIV: OIKEACONTAINER ----------------------*/
#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
{
}

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

#oikeacontainer img
{
    border: 1px solid #CCCCCC;
	height: 150px;
}

#ylapalkki_vasen
{

}
#ylapalkki_oikea
{

}

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

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

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

.OraTableBorder0001
{
    text-align: right;
}

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