/* taustan määrittely */
BODY
{
background-image: url('../../img/bg.jpg');
background-color: #F1BE6D; /* #F0A93A; */
font-family: Arial, Helvetica;
font-size: 8pt;
color: black;
}

/* taulukkojen fonttimääritykset */
TABLE
{
font-family: Verdana;
font-size: 10pt;
color: black;
}

/* tuotteet taulukon reunukset*/
TABLE.viivat
{
border: 1px solid #AABFC9;
}

/* tuotteet taulukon solujen reunukset*/
TABLE.viivat td
{
border: 1px solid #AABFC9;
}

/* linkit tuotetaulussa */
TABLE.viivat A:LINK
{
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 10pt;
color: #033E00;
text-decoration: none;
}

TABLE.viivat A:VISITED
{
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 10pt;
color: #033E00;
text-decoration: none;
}

TABLE.viivat A:ACTIVE
{
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 10pt;
color: #033E00;
text-decoration: none;
}

TABLE.viivat A:HOVER
{
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 10pt;
color: #000B95;
text-decoration: underline;
}

/* lihavoidut linkit */
A:LINK.lihava_musta
{
font-family: Arial, Helvetica;
font-weight: Bold;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

A:VISITED.lihava_musta
{
font-family: Arial, Helvetica;
font-weight: Bold;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

A:ACTIVE.lihava_musta
{
font-family: Arial, Helvetica;
font-weight: Bold;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

A:HOVER.lihava_musta
{
font-family: Arial, Helvetica;
font-weight: Bold;
font-size: 10pt;
color: #FFFFFF;
}

/* oletuslinkit */
A:LINK
{
font-weight: none;
color: #235E00;
text-decoration: none;
}

A:VISITED
{
font-weight: none;
color: #235E00;
text-decoration: none;
}

A:ACTIVE
{
font-weight: none;
color: #235E00;
text-decoration: none;
}

A:HOVER
{
font-weight: none;
color: #235E00;
text-decoration: underline;
}

/* sisältötekstien fontti määreet ja marginaalit */
P.main
{
margin-left: 30px;
margin-top: 20px;
color: black;
font-family: Verdana;
font-size: 12pt;
font-weight: normal;
line-height: 20px;
}

/* tilasto marginaalit */
P.tilastot
{
margin-left: 12px;
}

/* tarjous marginaalit */
p.tarjous
{
margin-left: 13px;
}

/* välimuistilaturin selitesolu */
TD.lataus
{
font-family: Arial, Helvetica;
font-weight: Bold;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

/* välimuistilaturin ohitus-solu */
TD.skip
{
font-family: Arial, Helvetica;
font-weight: none;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

/* välimuistilaturin rullaava laskuri */
SPAN.laskuri
{
font-family: Arial, Helvetica;
font-weight: none;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

/* kirjautumisen / palautteen kentät */
.altInput
{
background-color: #EEF8FF;
border: #000000 1px solid;
color: black;
font-family: Arial, Helvetica;
font-size: 10pt;
font-weight: normal;
} 

/* kirjautumisen / palautteen napit */
.altButton
{
background-color: #D5EDFD;
font-family: Verdana;
border: #000000 1px solid;
font-size: 12px;
color: #033E00;
} 