/* ================================
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: #000000;
}
.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: #FF9900;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
text-decoration: none;
color: #FF9900;
}
A.SelectedTab:visited {
text-decoration: none;
color: #FF9900;
}
A.SelectedTab:active {
text-decoration: none;
color: #FF9900;
}
A.SelectedTab:hover {
text-decoration: none;
color: #FF9900;
}

/* text style for the unselected tabs */
.OtherTabs {
font-weight: bold;
font-size: 12px;
color:#FF9900;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
color:#FF9900;
}
A.OtherTabs:visited {
text-decoration: none;
color:#FF9900;
}
A.OtherTabs:active {
text-decoration: none;
color:#FF9900;
}
A.OtherTabs:hover {
text-decoration: underline;
color:#FF9900;
}

/* 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: #000000; 
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: 15; 
height: 21;
}
.MainMenu_SubMenu {
z-index: 1000; 
cursor: none; 
cursor: hand; 
background-color: #5c86b6;
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: #000000;
height: 0px;
}
.MainMenu_MenuItemSel {
background-color:#FFC633;
cursor: none; 
cursor: hand; 
color: #000000; 
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: 10pt; 
cursor: pointer; 
cursor: hand;
}
.DocButton {
font-family: Arial, Helvetica;
font-size: 10pt; 
font-weight: bold;
color: #000000;
background-color:#FFCC00;
}
A.DocButton:link, A.DocButton:active, A.DocButton.visited
{
font-family: Arial, Helvetica;
font-size: 10pt; 
font-weight: bold;
color: #000000;
background-color:#FFCC00;
padding: 3 3 3 3;
border-bottom: #000000 1px solid;
border-right: #000000 1px solid;
}

A.DocButton:hover
{
text-decoration:none;
padding: 3 3 3 3;
}






