/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_hd
{
    width: 100%;
    background-color: #4d4d4d;
    border: none, 0px, Transparent;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.hg_head
{
    font-size: 14px;
    font-variant: small-caps;
    color: #999999;
}
.hg_body
{
    font-size: 10px;
    color: #999999;
}
a.hg_g1_body:link {color:#999966; text-decoration: none;}
a.hg_g1_body:visited {color:#999966; text-decoration: none;}
a.hg_g1_body:hover {color:#999966; text-decoration: underline;}
a.hg_g1_body:selected {color:#999966; text-decoration: none;}

.hd_sep
{
    background-color: #7d7d7d;
    width: 100%;
}
