/* text style for buttons and link buttons used in the portal admin pages */

.CommandButton {
}
.ContentPane {
}
/* GENERAL */
/* style for module titles */

.Head {
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
}
/* style of item titles by Announcements and events */

.ItemTitle {
}
.LeftPane {
}
.MainMenu_MenuArrow {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuBreak {
}
/* Main Menu */

.MainMenu_MenuContainer {
}
.MainMenu_MenuIcon {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuItemSel {
}
.MainMenu_RootMenuArrow {
}
.MainMenu_SubMenu {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */

.Message {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuBreak {
}
/* Menu-Styles */
/* Module Title Menu */

.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_RootMenuArrow {
}
.ModuleTitle_SubMenu {
}
/* text style used for most text rendered by modules */

.Normal {
}
.NormalBold {
}
.NormalRed {
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalTextBox {
}
/* text style for the unselected tabs */

.OtherTabs {
}
.RightPane {
}
/* text style for the selected tab */

.SelectedTab {
}
/* style of item titles on edit and admin pages */

.SubHead {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */

.SubSubHead {
}
/* background/border colors for the selected tab */

.TabBg {
}
A.CommandButton:active {color: gray;
}
A.CommandButton:hover {color: gray;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {color: gray;
}
A.CommandButton:visited {color: gray;
}
A.OtherTabs:active {
}
A.OtherTabs:hover {
}
/* hyperlink style for the unselected tabs */

A.OtherTabs:link {
}
A.OtherTabs:visited {
}
A.SelectedTab:active {
}
A.SelectedTab:hover {
}

/* Private Messages Custom Styles */

.messageTable { background-color: black; margin: 0px; }
.messageTopCell { background-color: #CC9900; font-weight: bold; padding: 6px; height: 25px; }
.messageIconCell { background-color: #D0D0D0; width: 20px; }
.messageContentCell { padding: 6px; background-color: #FEFEFE; }
.messageFooterCell { padding: 3px; background-color: #dcdcdc; height: 25px; }

.messageQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }

.messageTopCell .NormalBold { color: black; }
.messageFooterCell .NormalBold { color: black; }
.messageContentCell .Normal { color: black; }

.photodesc {font-family:arial; color:#cc9900; font-size:14pt;}
/*End Private Messages Custom Style */

