/* Vortal CMS CSS */

a.cmslink:link { color: #006699; text-decoration: none}
a.cmslink:visited { color: #006699; text-decoration: none}
a.cmslink:active { color: #006699; text-decoration: none}
a.cmslink:hover { color: #006699; text-decoration: underline;}

div.cms-borded-box {
    border: 1px solid #C4D0E3;
    background-color: #EBF0F7;
    padding: 5px;
}

div.cms-alert-box {
    border: 1px solid #7F0000;
    background-color: #E2BABA;
    padding: 5px;
}

div.cms-basic-box {
    background-color:#efefef; 
    color: #5d5d5d;
    padding: 5px;
}

h1.cms {
    color: #7C7C7C;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

h2.cms {
    color: #7C7C7C;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}

h2.dotted {
    border-bottom: 1px dotted #cdcdcd;
    height: 21px;
}

h3.cms {
    color: #7C7C7C;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}

table.cms-rounded {
    border-width: 0px 0px 0px 0px;
    border-spacing: 2px;
    border-style: dashed dashed dashed dashed;
    border-color: gray gray gray gray;
    border-collapse: separate;
    background-color: white;
}
table.cms-rounded th {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: groove groove groove groove;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 3px 3px 3px 3px;
}
table.cms-rounded td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: groove groove groove groove;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 3px 3px 3px 3px;
}