/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family:Arial, Times, serif;
    font-weight:bold;
    color: #492910;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:Arial, Times, serif;
    font-size:12px;
    color: #000000;
}

/* GENERIC */
A  {
    color: #7B8075;
}

A:hover {
    color: #7B8075;
    text-decoration:none;
}

.contentArea a{
    color: #7B8075;
}

.contentArea a:hover{
    color: #7B8075;
}

.login a{
    font: bold 16px Calbri, Arial;
    color: #000000;
    text-align:center;
    text-decoration:none;
}
.login a:hover{
    font: bold 16px Calbri, Arial;
    color: #FFFFFF;
    text-align:center;
    text-decoration:none;
}

 a.SkinObject:link, a.SkinObject:visited {
    font: bold 14px Calbri, Arial;
    color: #000000;
    text-align:center;
    text-decoration:none;
}

a.SkinObject:hover,  a.SkinObject:active {
    font: bold 14px Calbri, Arial;
    color: #FFFFFF;
    text-align:center;
    text-decoration:none;
}

/* Menu-Styles */
/* Module Title Menu */
 .ModuleTitle_MenuItem {
    font-family:"Times New Roman", Times, serif;
}

.ModuleTitle_SubMenu {
    font-family:"Times New Roman", Times, serif;
}

.ModuleTitle_MenuArrow {
    display: none;
}

.ModuleTitle_RootMenuArrow {
    display: none;
}

/* Main Menu */

 .MainMenu_MenuContainer {
    vertical-align:top;
    padding:13px 0px 0px 0px;
    _padding:6px 0px 0px 0px;
}

.MainMenu_MenuItem {
    font-family: Calbri, Arial;
    font-size:14px;
    vertical-align:top;
    padding-top: 7px;
    padding-left: 25px;
    color: #FFFFFF;
    border: 0;
}

td[unselectable=on]
{
    padding-left: 25px;
}

.MainMenu_MenuItemSel {
    font-family: Calbri, Arial;
    font-size:14px;
    vertical-align:top;
    color: #000000;
    padding-top:7px;
    padding-left:25px; 
    background: none;
}

.MainMenu_SubMenu .MainMenu_MenuItem{
    font-family: Calbri, Arial;
    font-size:12px;
    vertical-align:top;

}
.MainMenu_SubMenu .MainMenu_MenuItemSel{
    font-family: Calbri, Arial;
    font-size:12px;
    vertical-align:top;
}

.MainMenu_MenuIcon {
    display:none;
}

.MainMenu_SubMenu {
    background-color: #7B8075;
    margin: 1px 0px 0px 0px;
    padding-right:15px;
    padding-bottom: 5px;
}

.MainMenu_MenuBreak {
    background-color: #492910;
}

.MainMenu_MenuArrow {
    cursor: hand;
    display: none;
}

.MainMenu_RootMenuArrow {
    display: none;
}

.imageBorder{
    border-color: #ffedc1;
}
























































































