td
{
    font-family: Arial, Helvetica;
    font-size: 11px;
}
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 11px;
}
.controlpanel
{
    width: 100%;
    background-color: Transparent;
    border-style: none;
    color: Silver;
}
.skinmaster
{
    width: 100%;
    height: 100%;
    background-color: Transparent;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma;
}
.loginpanel
{
    text-align: right;
    padding-right: 20px;
    vertical-align: bottom;
}
.header
{
    background-image: url('Background.jpg');
    background-repeat: repeat;
    width: 100%;
    color: White;
}
.header .SubHead, .controlpanel .SubHead, .controlpanel a.commandbutton:link
{
    color: Silver;
}
.headerpane
{
    width: 100%;
    padding-left: 150px;
    padding-bottom: 14px;
}
.loginpanel a.SkinObject:link,
.loginpanel a.SkinObject:hover,
.loginpanel a.SkinObject:visited,
.loginpanel a.SkinObject:active,
.header a.CommandButton:link,
.header a.CommandButton:hover,
.header a.CommandButton:visited,
.header a.CommandButton:active
{
    color: White;
}
/*-- row containing breadcrumbs    --*/
.BreadcrumbsRow
{
    height: 41px;
    width: 100%;
    background: url(bread-bg.gif) repeat-x top left;
    padding: 0 0 0 0;
}
/*-- cell containing breadcrumbs   --*/
.BreadcrumbsTD
{
    height: 41px;
    width: 100%;
    background: url(bread-bg-l.gif) no-repeat top left;
    color: #a1a1a1;
    vertical-align: top;
    padding: 10px 20px 0 17px;
}
/*-- breadcrumbs token idle           --*/
.BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active
{
    color: #8f8f8f;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
/*-- breadcrumbs token hover           --*/
a.BREADCRUMBS_object:hover
{
    color: #666;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
/*-- cell containing search        --*/
.SearchTD
{
    vertical-align: top;
    text-align: right;
    background: url(search-bg.gif) no-repeat top right;
    height: 41px;
    width: 215px;
    padding: 10px 7px 0 0;
}
/*-- textbox                    --*/
.NormalTextBox
{
    color: #333;
    padding-left: 4px;
    line-height: 12px;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
    font-size: 11px;
}
/*-- textbox container          --*/
td.NormalTextBox
{
    padding: 0;
    margin: 0;
    background: transparent;
    visibility: invisible;
    border: 0;
}
/*-- textbox used for search    --*/
#dnn_dnnSEARCH_txtSearch.NormalTextBox
{
    height: 21px;
    background: transparent;
    width: 174px;
    color: #666;
    padding: 4px 4px 0px 10px;
    border: 0px solid #FFFFFF;
    cursor: text;
}
/*-- search button in search form      --*/
.SearchButton
{
    background: transparent;
    padding: 15px 12px 7px 12px;
    cursor: hand;
    font-size: 1px;
    margin: 0 0 0 0;
}
.content_table
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.footer
{
    padding: 0px;
    background: url('menu_bg.gif') repeat-x top left;
    height: 36px;
}
/*-- terms privacy and copyright       --*/
.FOOTER_objects
{
    color: #aaa;
    font-size: 11px;
}
/*-- terms privacy and copyright links --*/
a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active
{
    font-size: 11px;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
/*-- terms privacy and copyright hover --*/
a.FOOTER_objects:hover
{
    font-size: 11px;
    color: #777;
    font-weight: bold;
    text-decoration: none;
}
/*-- cell containing privacy       --*/
.PrivacyTD
{
    text-align: left;
    padding: 5 0 0 5;
}
/*-- cell containing copyright     --*/
.CopyrightTD
{
    text-align: right;
    padding: 5 5 0 0;
}

/*--------- dnn menu style ----------*/

.menu_bg
{
    padding: 0px;
    background: url('menu_bg.gif') top left;
}

/* main menu td */
.mainMenu
{
    font-family: Tahoma, Arial, Helvetica;
    cursor: pointer;
    font-size: 8pt;
    background-color: transparent;
    width: 100%;
}

/* Main Menu Normal */
.mainMenu .root
{
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 11px 12px 12px 12px;
    margin-right: 1px;
    white-space: nowrap;
    margin-right: 1px;
    float: left;
    border-right: solid 1px #999999;
}

/* Main menu hover */
.mainMenu .hov, .mainMenu .sel, .mainMenu .bc
{
    background: url('menu_bg_hover.gif') repeat-x top left;
}

.mainMenu table
{
    background: #ddd;
    border: 1px solid #C0D6E5;
    z-index: 5000;
}

/* SUB Menu Normal */
.mainMenu tr.mi
{
    background: #eee;
    z-index: 1000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #666;
    line-height: 2em;
    text-transform: none;
}
.mainMenu tr.mi td
{
    padding: 2px;
    text-transform: none;
    border-bottom: solid 1px #ddd;
}

/* SUB Menu hover & selected */
.mainMenu tr.hov
{
    background: #ddd;
    color: #2e69ff;
}




