﻿body
{
}
.button
{
    text-decoration: none;
    text-align: center;
    padding: 4px 12px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #E5FFFF;
    background-color: #3BA4C7;
    background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    -webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    -moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
}



.actual
{
    width: 1000px;
    margin: auto;
    height: inherit;
}
.commonline
{
    width: 100%;
    float: left;
    height: auto;
}
.logoicon
{
    width: auto;
    height: auto;
    float: left;
    font-family: "CALIBRI";
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
    padding-left: 80px;
    line-height: 80px;
    background-image: url('icons/capwhite.png');
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 10px;
}

.logoicon2
{
    width: auto;
    height: auto;
    float: left;
    font-family: "CALIBRI";
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
    padding-left: 80px;
    line-height: 80px;
    background-image: url('icons/capwhite.png');
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 10px;
    display: none;
}

#boxes
{
    behavior: url(icons/PIE.htc);
    position: static;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    padding: 10px;
}
#boxes:hover
{
    background-color: #FFF;
}

.cols
{
    width: 200px;
    height: 200px;
    float: left;
    padding: 5px;
    margin: 15px;
}
.hdnames
{
    font-family: CALIBRI;
    font-weight: bold;
    font-size: 18px;
    color: #0e6390;
    line-height: 20px;
    text-align: center;
}


@media only screen and (min-width:768px) and (max-width:999px)
{

    .actual
    {
        width: 768px;
        margin: auto;
        height: inherit;
    }
    .cols
    {
        width: 200px;
        margin: 10px;
    }

}

@media (min-width:500px) and (max-width:767px)
{

    .actual
    {
        width: 500px;
        margin: auto;
    }
    .cols
    {
        width: 200px;
        margin: 15px 25px 10px 35px;
    }
    .logoicon
    {
        font-size: 27px;
        padding-left: 70px;
        width: auto;
    }

}

@media (min-width:350px) and (max-width:499px)
{

    .actual
    {
        width: 350px;
        margin: auto;
    }
    .logoicon
    {
        display: none;
    }
    .cols
    {
        width: 100%;
        margin: 0px;
        padding: 15px 0px 15px 0px;
    }
    .logoicon2
    {
        width: auto;
        height: auto;
        float: left;
        font-family: "CALIBRI";
        font-weight: bold;
        font-size: 35px;
        color: #ffffff;
        padding-left: 80px;
        line-height: 80px;
        background-image: url('icons/capwhite.png');
        background-repeat: no-repeat;
        background-position: left;
        margin-top: 10px;
        display: block;
    }
    #boxes
    {
        margin: auto;
    }


}

@media (min-width:200px) and (max-width:349px)
{

    .actual
    {
        width: 200px;
        margin: auto;
    }
    .logoicon
    {
        display: none;
    }
    .cols
    {
        width: 100%;
        margin: 0px;
        padding: 15px 0px 15px 0px;
    }
    .logoicon2
    {
        width: auto;
        height: auto;
        float: left;
        font-family: "CALIBRI";
        font-weight: bold;
        font-size: 35px;
        color: #ffffff;
        padding-left: 80px;
        line-height: 80px;
        background-image: url('icons/capwhite.png');
        background-repeat: no-repeat;
        background-position: left;
        margin-top: 10px;
        display: block;
    }
    #boxes
    {
        margin: auto;
    }


}
.ratexts
{
    width: 100%;
    height: auto;
    margin: 0px;
    float: left;
    font-family: 'Candara';
    font-size: 14px;
    color: #4d4d4d;
    font-weight: normal;
    line-height: 18px;
}
.box_cat
{
    width: 150px;
    height: 40px;
    float: left;
    display: inline;
    margin: 5px;
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    line-height: 24px;
    text-align:left;
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
}
