/*
.RatingReports .Header a:visited 
{
    border-bottom:1px dashed black;
    text-decoration:none;
    color:black;    
}
.RatingReports .Header a:hover 
{
    border-bottom:1px dashed black;
    text-decoration:none;
    color:black;    
}
.RatingReports .Header a:active 
{
    border-bottom:1px dashed black;
    text-decoration:none;
    color:black;    
}
.RatingReports .Header a:active 
{
    border-bottom:1px dashed black;
    text-decoration:none;
    color:black;    
}*/

.RatingReports .Header a
{
    font-weight: bold;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-color: blue;
    border-bottom-width: 1px;
    color: blue;
}

.RatingReports .Header .Selected a
{
    color: black;
    border-bottom-color: black;
}


/*  CATALOG CSS*/
legend b.anketa_bold
{
    color: #000000;
}
legend b
{
    color: #000000;
}

.anketa
{
    background-color: #efefef;
}

.anketa select, textarea
{
    background: #00ff00;
    color: #000000;
}

input.radio
{
    background: white;
    color: black;
}

input.edit
{
    border: #666666 1px solid;
    width: 100%;
}

input.editDate
{
    border: #666666 1px solid;
    width: 12ex;
    padding-left: 1ex;
}

textarea.textarea
{
    border: #666666 1px solid;
    width: 100%;
    height: 150px;
}

#big
{
    height: 400px;
}

#cap
{
    font-size: large;
}
#legend
{
    font-size: large;
}
.rec
{
    width: 10em;
}


fieldset.registration
{
    width: 90%;
    border-color: #c6c3c6;
    border-width: 1px;
    border-style: solid;
    margin: 5px;
    padding: 5px;
}
.registration table.rdata
{
    vertical-align: middle;
}
.registration legend b.anketa_bold
{
    color: #000000;
}
.registration legend b
{
    color: #000000;
}

.registration .anketa
{
    background-color: #efefef;
}

.registration .anketa select, textarea
{
    background: #ffffff;
    color: #000000;
}

.registration input.radio
{
    background: #ffffff;
    color: #000000;
}
.registration input.edit
{
    background: #ffffff;
    color: #000000;
}

.registration #cap
{
    font-size: large;
}
.registration #legend
{
    font-size: large;
}
.registration #red
{
    color: #FF0000;
}
.registration #red1
{
    color: #FF0000;
    vertical-align: top;
}
.registration DIV.error
{
    color: #FF0000;
    font-weight: bold;
    font-size: larger;
}
