/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* GENERAL */
/* style for module titles */
.Head {
    font-family: Arial Narrow, Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: #6B4100;
}
.normal {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #6B4100;
}
.NormalTextBox {
    font-family: arial;
    font-size: 11px;
    color: #6B4100;
}
A,A:link,A:visited,A:active { 
    color:#6D4104; text-decoration:none;
}
A:hover {
    color:#6D4104; text-decoration:underline;
}

/* background color for the content part of the pages */
Body {
    /*background-color: #ffffff;*/
    background-image: url(n068.jpg);
    /*background-image: url(papbrn3.gif);*/
    font-family: verdana,sans-serif;
    font-size: 10px;
    color: #292929;
    text-align: center;
    line-height: 13px;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: #D0AF77;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration: none;
    color: #D0AF77;
}

A.SelectedTab:visited  {
    text-decoration: none;
    color: #D0AF77;
}

A.SelectedTab:active   {
    text-decoration: none;
    color: #ffffff;
}

A.SelectedTab:hover    {
    text-decoration: none;
    color: #D0AF77;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color: #6B4100;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #6B4100;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #6B4100;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #6B4100;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color:#6B4100;
}

/* Main Menu */

.MainMenu_MenuContainer {
    border-bottom: #404040 0px solid; 
    border-left: #404040 0px solid; 
    border-top: #404040 0px solid; 
    border-right: #404040 0px solid;  
    background-color: #6D4104;
}

.MainMenu_MenuBar {
    cursor: pointer; 
    cursor: hand; 
    height:18;
    background-color: #6D4104;
}

.MainMenu_MenuItem {
    cursor: pointer; 
    cursor: hand; 
    color: #D0AF77; 
    font-family: Arial, Helvetica; 
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal; 
    border-left: #D6D3CE 0px solid; 
    border-bottom: #D6D3CE 0px solid; 
    border-top: #D6D3CE 0px solid; 
    border-right: #D6D3CE 0px solid;
}
.MainMenu_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: #6D4104;
    border-left: #D6D3CE 0px solid; 
    border-right: #D6D3CE 0px solid; 
    border-bottom: #D6D3CE 0px solid; 
    border-top: #D6D3CE 0px solid; 
    text-align: center; 
    width: 15; 
    height: 22;
}
.MainMenu_SubMenu {
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    color: #D0AF77;  
    background-color: #6D4104;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='Dimgray', Direction=135, Strength=3) ; 
    border-bottom: #404040 0px solid; 
    border-left: #FF8080 0px solid; 
    border-top: #FF8080 0px solid; 
    border-right: #404040 0px solid;
}
.MainMenu_MenuBreak {
    border-bottom: #D0AF77 0px solid; 
    border-left: #D0AF77 0px solid; 
    border-top: #D0AF77 0px solid;  
    border-right: #D0AF77 1px solid; 
    color: #ffffff; 
    background-color: #6D4104;
    font-size: 16px;
    height: 16px;
}
.MainMenu_MenuItemSel {
    background-color: #6D4104;
    cursor: pointer; 
    cursor: hand; 
    color: White; 
    font-family: Arial, Helvetica; 
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal;
}

.MainMenu_MenuArrow {
    font-family: webdings; 
    font-size: 10pt; 
    color: white; 
    cursor: pointer; 
    cursor: hand; 
    border-right: #D6D3CE 0px solid; 
    border-bottom: #D6D3CE 0px solid; 
    border-top: #D6D3CE 0px solid;
}

.MainMenu_RootMenuArrow {
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand;
}
.H1,H1  {
    font-family: Arial;
    font-size:  14px;
    font-weight:    bold;
    color: #6B4100;
}
.H2,H2  {
    font-family: Arial;
    font-size:  12px;
    font-weight: bold;
    color: #6B4100;
}
.H3,H3  {
    font-family: Arial;
    font-size:  12px;
    font-weight: bold;
    color: #6B4100;
}
.H4,H4  {
    font-family: Arial;
    font-size:  11px;
    font-weight: bold;
    color: #6B4100;
}
.H5,H5  {
    font-family: verdana,sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #6D4104;
    text-align: left;
    line-height: 14px;
}
.bodytext,bodytext {
    font-family: verdana,sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #6D4104;
    text-align: left;
    line-height: 14px;
}