/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
/* style for module titles */
.Head {
font-family: Arial, Times New Roman, Times, serif;
font-size: 16px;
font-weight: bold;
color: #004623;
}
.LeftPane {
font-family: Verdena, Arial, Helvetica;
font-size: 14px;
color: #000000;
}
.ContentPane {
font-family: Verdena, Arial, Helvetica;
font-size: 14px;
color: #000000;
}
/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdena, Arial, Helvetica;
font-size: 14px;
font-weight: normal;
}/* text style for the selected tab */
.SelectedTab {
font-weight: bold;
font-size: 12px;
color: #004623;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
text-decoration: none;
color: #004623;
}
A.SelectedTab:visited {
text-decoration: none;
color: #004623;
}
A.SelectedTab:active {
text-decoration: none;
color: #004623;
}
A.SelectedTab:hover {
text-decoration: none;
color: #004623;
}

/* text style for the unselected tabs */
.OtherTabs {
font-weight: bold;
font-size: 12px;
color:#004623;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
color:#004623;
}
A.OtherTabs:visited {
text-decoration: none;
color:#004623;
}
A.OtherTabs:active {
text-decoration: none;
color:#004623;
}
A.OtherTabs:hover {
text-decoration: underline;
color:#004623;
}
/* GENERIC */
H1  {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
font-weight: bold;
color: #f7f0e8;
}

H2  {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
font-weight: bold;
color: #004623;
}


/* Main Menu */
.MainMenu_MenuContainer {
border-bottom: #CCCCCC 0px solid;
border-left: #CCCCCC 0px solid;
border-top: #CCCCCC 0px solid;
border-right: #CCCCCC 0px solid;
background-color: transparent;
}
.MainMenu_MenuBar {
cursor: none; 
cursor: hand; 
height:16;
}
.MainMenu_MenuItem {
cursor: none; 
cursor: hand; 
color: #f7f0e8; 
font-family: Arial, Helvetica;
font-size: 12px; 
font-weight: bold;
font-style: normal;
border-left: #000000 0px solid;
border-bottom: #000000 0px solid;
border-top: #000000 0px solid;
border-right: #000000 0px solid;
}
.MainMenu_MenuIcon {
cursor: none; 
cursor: hand; 
background-color: none;
border-left: #000000 0px solid;
border-right: #000000 0px solid;
border-bottom: #000000 0px solid;
border-top: #000000 0px solid;
text-align: center;
width: 5; 
height: 21;
}
.MainMenu_SubMenu {
z-index: 1000; 
cursor: none; 
cursor: hand; 
background-color: #305e3b;
border-bottom: #004623 2px solid;
border-left: #004623 2px solid;
border-top: #004623 0px solid;
border-right: #004623 2px solid;
}
.MainMenu_MenuBreak {
border-bottom: #266150 0px solid;
border-left: #266150 0px solid;
border-top: #266150 0px solid;
border-right: #266150 0px solid;
background-color: #004623;
height: 0px;
}
.MainMenu_MenuItemSel {
background-color:#f79123;
cursor: none; 
cursor: hand; 
color: #004623 ; 
font-family: Arial, Helvetica;
font-size: 12px; 
font-weight: bold;
font-style: normal;
}
.MainMenu_MenuArrow {
font-family: webdings;
font-size: 10pt; 
color: #000000; 
cursor: pointer; 
cursor: hand; 
border-right: #000000 0px solid;
border-bottom: #000000 0px solid;
border-top: #000000 0px solid;
}
.MainMenu_RootMenuArrow {
font-family: webdings;
font-size: 1pt; 
cursor: pointer; 
cursor: hand;
}










