/* ================================
CSS STYLES FOR DotNetNuke
================================
*/ 
/* GENERAL */
/* style for module titles */
.Head {
font-family: Arial, Times New Roman, Times, serif;
font-size: 12px;
font-weight: bold;
color: #336666;
}
.LeftPane {
font-family: Verdena, Arial, Helvetica;
font-size: 12px;
color: #000000;
}
.ContentPane {
font-family: Verdena, Arial, Helvetica;
font-size: 12px;
color: #000000;
}
/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdena, Arial, Helvetica;
font-size: 12px;
font-weight: normal;
}/* text style for the selected tab */
.SelectedTab {
font-weight: bold;
font-size: 12px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
text-decoration: none;
color: #a3282b;
}
A.SelectedTab:visited {
text-decoration: none;
color: #a3282b;
}
A.SelectedTab:active {
text-decoration: none;
color: #a3282b;
}
A.SelectedTab:hover {
text-decoration: none;
color: #330000;
}
/* text style for the unselected tabs */
.OtherTabs {
font-weight: bold;
font-size: 12px;
color:#a3282b;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
color:#666666;


}
A.OtherTabs:visited {
text-decoration: none;
color:#000000;
}
A.OtherTabs:active {
text-decoration: none;
color:#000000;
}
A.OtherTabs:hover {
text-decoration: underline;
color:#330000;
}
/* 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:30;
}
.MainMenu_MenuItem {
cursor: none; 
cursor: hand; 
color: #000000; 
font-family: Verdena, Arial, Helvetica;
font-size: 14px; 
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 3px solid;
border-right: #000000 3px solid;
border-bottom: #000000 3px solid;
border-top: #000000 3px solid;
text-align: center;
width: 15; 
height: 20;
}
.MainMenu_SubMenu {
z-index: 1000; 
cursor: none; 
cursor: hand; 
background-color: #ffffff;
border-bottom: #000000 0px solid;
border-left: #000000 0px solid;
border-top: #000000 0px solid;
border-right: #000000 0px 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: #a3282b0;
height: 0px;
}
.MainMenu_MenuItemSel {
background-color: #a3282b0;
cursor: none; 
cursor: hand; 
color: #ffffff; 
font-family: Arial, Helvetica;
font-size: 14px; 
font-weight: bold;
font-style: normal;
}
.MainMenu_MenuArrow {
font-family: webdings;
font-size: 10pt; 
color: #a3282b; 
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: 10pt; 
cursor: pointer; 
cursor: hand;
}









