/* ================================
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;
}

.TopPane {
font-family: Verdena, Arial, Helvetica;
font-size: 10px;
color: #000000;
}

.ContentPane {
font-family: Verdena, Arial, Helvetica;
font-size: 10px;
color: #000000;
}

.RightPane {
font-family: Verdena, Arial, Helvetica;
font-size: 10px;
color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdena, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
}


/* text style for the selected tab */
.SelectedTab {
font-weight: bold;
font-size: 10px;
color: #336666;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
text-decoration: none;
color: #336666;
}

A.SelectedTab:visited {
text-decoration: none;
color: #336666;
}

A.SelectedTab:active {
text-decoration: none;
color: #336666;
}

A.SelectedTab:hover {
text-decoration: none;
color: #336666;
}

/* text style for the unselected tabs */
.OtherTabs {
font-weight: bold;
font-size: 10px;
color:#336666;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
color:#336666;
}

A.OtherTabs:visited {
text-decoration: none;
color:#336666;
}

A.OtherTabs:active {
text-decoration: none;
color:#336666;
}

A.OtherTabs:hover {
text-decoration: underline;
color:#336666;
}

/* style of item titles on edit and admin pages */
.SubHead {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline;
}

/* hyperlink style for buttons and link buttons used in the portal admin
pages 
*/
A.CommandButton:link {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline
}
A.CommandButton:visited {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline
}

A.CommandButton:active {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline
}

A.CommandButton:hover {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration:underline
}
/* style of item titles on edit and admin pages */
.SubHead {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline;
}

/* hyperlink style for buttons and link buttons used in the portal admin
pages */
A.CommandButton:link {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline
}
A.CommandButton:visited {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline
}

A.CommandButton:active {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration: underline
}

A.CommandButton:hover {
font-weight: bold;
font-size: 10px;
color: #000000;
font-family: Arial, Times New Roman, Times, serif;
text-decoration:underline
} 

/* 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: #336666; 
font-family: Arial, Helvetica;
font-size: 11px; 
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: #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: #3F5A82 0px solid;
border-left: #3F5A82 0px solid;
border-top: #3F5A82 0px solid;
border-right: #3F5A82 0px solid;
background-color: #788587;
height: 0px;
}

.MainMenu_MenuItemSel {
background-color: none;
cursor: none; 
cursor: hand; 
color: #336666; 
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold;
font-style: normal;
}

.MainMenu_MenuArrow {
font-family: webdings;
font-size: 10pt; 
color: #336666; 
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;
}









