﻿.yellowbox2, #footer, #menu .mainmenu li ul
{
    border-radius: 7px; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;  

}
.yellowbox2 h3, #menu
{
    border-top-left-radius: 7px; 
    -moz-border-radius-topleft: 7px; 
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px; 
    -moz-border-radius-topright: 7px; 
    -webkit-border-top-right-radius: 7px;
     background-color:#0083c1;    
    background: -moz-linear-gradient(top, #0083c1 0%, #003a73 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0083c1), color-stop(100%,#003a73)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0083c1 0%,#003a73 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0083c1 0%,#003a73 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0083c1 0%,#003a73 100%); /* IE10+ */
    background: linear-gradient(top, #0083c1 0%,#003a73 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083c1', endColorstr='#003a73',GradientType=0 ); /* IE6-9 */
}

.rounded
{
    border-radius: 7px; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
}

.gradientGray 
{
    background-color:#dcdcdc;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
}

.gradientGreen
{
    color:#ffffff;
    border:1px solid #637e07;
    background-color:#7b9d09;
    background: -moz-linear-gradient(top, #9cc029 0%, #7b9d09 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc029), color-stop(100%,#7b9d09)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9cc029 0%,#7b9d09 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9cc029 0%,#7b9d09 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9cc029 0%,#7b9d09 100%); /* IE10+ */
    background: linear-gradient(top, #9cc029 0%,#7b9d09 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc029', endColorstr='#7b9d09',GradientType=0 ); /* IE6-9 */
}

.gradientBlue, .gradientGreen:hover
{
    background-color:#047288;
    border:1px solid #047288;
    background: -moz-linear-gradient(top, #85c9fd 0%, #047288 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85c9fd), color-stop(100%,#047288)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #85c9fd 0%,#047288 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #85c9fd 0%,#047288 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #85c9fd 0%,#047288 100%); /* IE10+ */
    background: linear-gradient(top, #85c9fd 0%,#047288 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c9fd', endColorstr='#047288',GradientType=0 ); /* IE6-9 */
}


.gradientGreen_old:hover, .gradientGreen:active
{
     background-color:#636363;
    background: -moz-linear-gradient(top, #868686 0%, #636363 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(100%,#636363)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #868686 0%,#636363 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #868686 0%,#636363 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #868686 0%,#636363 100%); /* IE10+ */
    background: linear-gradient(top, #868686 0%,#636363 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#636363',GradientType=0 ); /* IE6-9 */
}
