/* 
================================
Upgraded and Modified by Nina Meiers - for the DNN Community
xd.com.au/ dnnskins.com/ skincovered.com
Have you seen our goodiebags? http://www.skincovered.com/ - learn how to skin your Website!
All rights remain with original designer - Original Files included in download - http://www.dnnskins.com
================================
*/ 
/* GENERAL */
/* style for module titles */
.Head { font-family: "Times New Roman", Arial, Helvetica; font-size: 15px; font-weight: normal; color: black; }

/* background color for the content part of the pages */
Body { background-color: #555555; }

.LeftPane { background-color: #7B7C7E; }
.ContentPane { padding-right: 15px; }
.RightPane { background-color: #7B7C7E; }

.normal { font-weight: normal; font-size: 12px; color: black; font-family: "Times New Roman", Arial, Helvetica; text-decoration: none; }

/* text style for the selected tab */
.SelectedTab { font-weight: normal; font-size: 13px; color: black; font-family: "Times New Roman", Arial, Helvetica; text-decoration: none; }

/* hyperlink style for the selected tab */
A.SelectedTab:link { text-decoration: none; color: black; }
A.SelectedTab:visited { text-decoration: none; color: black; }
A.SelectedTab:active { text-decoration: none; color: black; }
A.SelectedTab:hover { text-decoration: underline; color: black; }

/* text style for the unselected tabs */
.OtherTabs { font-weight: normal; font-size: 10px; color: black; font-family: "Times New Roman", Arial, Helvetica; text-decoration: none; } 
/* hyperlink style for the unselected tabs */
A.OtherTabs:link { text-decoration: none; color:black; }
A.OtherTabs:visited { text-decoration: none; color:black; }
A.OtherTabs:active { text-decoration: none; color:black; }
A.OtherTabs:hover { text-decoration: underline; color:black; }

/* 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: #FFFFFF; }

.MainMenu_MenuBar { cursor: pointer; cursor: hand; height:16; }

.MainMenu_MenuItem { cursor: pointer; cursor: hand; color: black; font-family: "Times New Roman", Arial, Helvetica; font-size: 12px; 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: #FFFFFF; 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: #FFFFFF; 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: #CCCCCC; cursor: pointer; cursor: hand; color: White; font-family: "Times New Roman", Arial, Helvetica; font-size: 9pt; 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; }

