/* 
================================
CSS STYLES FOR DotNetNuke Modified by Nina Meiers - for the DNN Community
Have you seen our goodiebags? http://www.skincovered.com/ - learn how to skin your Website!
================================
*/ 

/* GENERAL */
/* style for module titles */
.Head { font-family: "Arial Black", Arial, Helvetica; font-size: 13px; font-weight: normal; color: black; }
.normal { font-family: Arial, Helvetica; font-size: 11px; font-weight: normal; color: white; }

/* background color for the content part of the pages */
Body { background-color: #FFFFFF; }

.LeftPane { }
.ContentPane { }
.RightPane { }

.CurrentDate { font-weight: bold; font-size: 11px; color:lightgrey; font-family: Arial, Helvetica; text-decoration: none; }
.PageTitle { font-family: "Arial Black", Arial, Helvetica; font-size: 15px; font-weight: normal; color: black; }

/* text style for the selected tab */
.SelectedTab { font-family: "Arial Black", Arial, Helvetica; font-size: 14px; font-weight: normal; color: white; text-decoration: none; }

/* hyperlink style for the selected tab */
A.SelectedTab:link { text-decoration: none; color: white; }
A.SelectedTab:visited { text-decoration: none; color: white; }
A.SelectedTab:active { text-decoration: none; color: white; }
A.SelectedTab:hover { text-decoration: none; color: yellow; }

/* text style for the unselected tabs */
.OtherTabs { font-weight: bold; font-size: 10px; color:white; font-family: Arial, Helvetica; text-decoration: none; } 
/* hyperlink style for the unselected tabs */
A.OtherTabs:link { text-decoration: none; color:white; }
A.OtherTabs:visited { text-decoration: none; color:white; }
A.OtherTabs:active { text-decoration: none; color:white; }
A.OtherTabs:hover { text-decoration: underline; color:white; }

/* Main Menu */
.MainMenu_MenuContainer { border-bottom: #404040 0px solid; border-left: #FF8080 0px solid; border-top: #FF8080 0px solid; border-right: #404040 0px solid; background-color: transparent; }
.MainMenu_MenuBar { cursor: pointer; cursor: hand; height:16; }
.MainMenu_MenuItem { cursor: pointer; cursor: hand; color: white; font-family: "Arial Black", Arial, Helvetica; font-size: 16px; font-weight: normal; 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: pointer; cursor: hand; background-color: #3F3F3F; 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: pointer; cursor: hand; background-color: #3F3F3F; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; border-bottom: #404040 0px solid; border-left: #FF8080 0px solid; border-top: #FF8080 0px solid; border-right: #404040 0px solid; }
.MainMenu_MenuBreak { border-bottom: #404040 0px solid; border-left: #FF8080 0px solid; border-top: #FF8080 0px solid; border-right: #404040 0px solid; background-color: #000000; height: 0px; }
.MainMenu_MenuItemSel { background-color: #5F5F5F; cursor: pointer; cursor: hand; color: black; font-family: "Arial Black", Arial, Helvetica; font-size: 16px; font-weight: normal; font-style: normal; }
.MainMenu_MenuArrow { font-family: webdings; font-size: 10pt; color: white; 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; }

