﻿body
{
    margin: 0px;
    background-image: url(../Images/bg_header.gif);
    background-repeat: repeat-x;
    background-position: left top;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 10pt;
}

#pageWrapper
{
    width: 1024px;
    text-align: left;
}

#footerWrapper
{
    border-top: solid 1px #DDD;
    width: 100%;
}

#footer
{
    width: 1024px;
    text-align: left;
    font-size: 8pt;
    color: #BBB;
}

#logoCangur
{
    text-align: right;
    vertical-align: top;
}

.verticalTop
{
    vertical-align: top;
}

.rightAlign
{
    text-align: right;
}

.fullWidth
{
    width: 1024px;
}

.imgBorder
{
    border: solid 1px #DDD;
}

h1
{
    font-family: Georgia;
    color: #60C21E;
    font-size: 15pt;
}

h2
{
    font-family: Verdana;
    color: #A5EB3C;
    font-size: 12pt;
}

a
{
    color: #60C21E;
    text-decoration: none;
}

a:hover
{
    color: #333;
}

ul
{
    background-color: #EEE;
    border: solid 1px #DDD;
    padding: 5px;
    list-style-type: none;
}

.raspunsuri
{
    background-color: #EEE;
    border: solid 1px #DDD;
    font-size: 8pt;
}

.raspunsuri td
{
    padding: 5px;
}

.raspunsuri thead
{
    background-color: #000;
    color: #FFF;
    border-bottom: solid 1px #DDD;
}

.red
{
    color: Red;
}

.green
{
    color: Green;
}

.yellow
{
    color: Yellow;
}

.raspuns
{
    cursor: pointer;
}

.raspuns:hover
{
    background-color: #FFF;
}

.even
{
    background-color: #DED;   
}

table.probleme a
{
    color: #333;
    font-weight: bold;
}

table.probleme th
{
    padding: 2px 4px;
    background-color: #000;
    color: #FFF;
}

table.probleme td div
{
    padding: 2px;
    text-align: center;
}

table.probleme td div.green
{
    background-color: Green;
}

table.probleme td div.none
{
    background-color: Yellow;
}

table.probleme td div.red
{
    background-color: Red;
}

.meniuAnaliza
{
    background-color: #CCC;
    border: solid 1px #AAA;
    border-top: none;
    padding: 2px;
}

.meniuNavigare
{
    border: solid 1px #AAA;
    padding: 2px;
    background-color: #DDD;
    font-size: 8pt;
}

.meniuAnaliza a
{
    color: #555;
    text-decoration: underline;
}

.meniuAnaliza a:hover
{
    text-decoration: none;
    color: #000
}

.raspunsFeedback
{
    margin-bottom: 5px;
    padding: 1px 1px 1px 5px;
    border: solid 1px #CCC;
    border-left: solid 6px #CCC;
    background-color: #EEE;
}

.raspunsFeedback .raspNume
{
    text-transform: uppercase;
    font-size: 8pt;
    color: #888;
}


