/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 
 

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  14px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

.OuterTL
{
    background: url(out_tl.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 40px;
    height: 40px;
}
.OuterTR
{
    background: url(out_tr.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 40px;
    height: 40px;
}
.OuterBR
{
    background: url(out_br.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 40px;
    height: 40px;
}
.OuterBL
{
    background: url(out_bl.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 40px;
    height: 40px;
}
.OuterLeft
{
    background: url(out_left.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 40px;
}
.OuterRight
{
    background: url(out_right.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 40px;
 
}
.OuterBottom
{
    background: url(out_bottom.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 40px;
}
.OuterTop
{
    background: url(out_top.gif);
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    height: 40px;
}
.mpvcopy
{
    font-size: 9pt;
    color: #ffffff;
    font-family: Verdana;
}
A.mpvcopy:link
{ 
    color: #ffffff;
    text-decoration: none; 
}

A.mpvcopy:hover
{
     color: #ffffff;
     text-decoration: none; 

}
A.mpvcopy:visited
{
     color: #ffffff;
     text-decoration: none; 
}
A.mpvcopy:active
{
     color: #ffffff;
     text-decoration: none; 
}


/*-- root menu items active     --*/ .MainMenu_RootActive, .MainMenu_RootBreadcrumbActive
{
    color: #996633;
    background: url( 'mnubgovern.jpg' ) repeat-x top right transparent;
    padding: 0;
    font-weight: bold;
    height: 31px;
    text-decoration: none;
}
/*-- root menu items       --*/ .MainMenu_RootSelected
{
    color: #996633;
    padding: 0;
    font-weight: bold;
    height: 31px;
    text-decoration: underline;
    background-position: left top;
    background-image: url(mnubgovern.jpg);
    background-repeat: repeat-x;
    background-color: transparent;
    border-bottom: purple solid;
}
