/* 
================================
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
================================
*/ 

.pagemaster { width: 100%; height: 100%; background-color: #FEFEFE; }
.skinmaster { height: 100%; background-color: #F3F5FA; BORDER-RIGHT: #7994CB 1px solid; BORDER-TOP: #7994CB 1px solid; BORDER-LEFT: #7994CB 1px solid; BORDER-BOTTOM: #7994CB 1px solid; moz-border-radius-bottomleft: 15px; moz-border-radius-bottomright: 15px; moz-border-radius-topleft: 3px; moz-border-radius-topright: 3px; }
.skinheader { height: 50px; }
.skingradient { BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px; }
.controlpanel { width: 100%; background-color: #DFE5F2; }
.toppane { width: 100%; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.leftpane { width: 175px; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.contentpane { width: 100%; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.rightpane { width: 175px; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }
.bottompane { width: 100%; background-color: transparent; padding-left: 6px; padding-right: 4px; padding-top: 6px; }

.MainMenu_MenuContainer { background-color: transparent; }
.MainMenu_MenuBar { cursor: pointer; cursor: hand; height:16; background-color: Transparent; }
.MainMenu_MenuItem { border-left: #CAD5EA 0px solid; border-bottom: #CAD5EA 1px solid; border-top: #CAD5EA 1px solid; border-right: #CAD5EA 0px solid; cursor: pointer; cursor: hand; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal; background-color: Transparent; }
.MainMenu_MenuIcon { background-color: #CAD5EA; border-left: #CAD5EA 1px solid; border-bottom: #CAD5EA 1px solid; border-top: #CAD5EA 1px solid; cursor: pointer; cursor: hand; text-align: center; width: 15; height: 21; }
.MainMenu_SubMenu { background-color: #CAD5EA; z-index: 1000; cursor: pointer; cursor: hand; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); }
.MainMenu_MenuBreak { height: 1px; }
.MainMenu_MenuItemSel { background-color: #8DA4D3; cursor: pointer; cursor: hand; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal; }
.MainMenu_MenuArrow { border-right: #CAD5EA 1px solid; border-bottom: #CAD5EA 1px solid; border-top: #CAD5EA 0px solid; font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; }
.MainMenu_RootMenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; }
.StandardButton { background: #7994CB none; color: #FFFFFF; font-family:Verdana, sans-serif; font-size: 11px; font-weight: normal; }
.TreeViewMenu { width: 175px; background-color: #DFE5F2; BORDER-RIGHT: #7994CB 1px solid; BORDER-TOP: #7994CB 1px solid; BORDER-LEFT: #7994CB 1px solid; BORDER-BOTTOM: #7994CB 1px solid; moz-border-radius-bottomleft: 15px; moz-border-radius-bottomright: 15px; moz-border-radius-topleft: 3px; moz-border-radius-topright: 3px }
.TreeViewMenu_Header { BACKGROUND-IMAGE: url(gradient_LtBlue.jpg); }

.Head { font-family: Tahoma, Arial, Helvetica; font-size: 18px; font-weight: normal; color: #333333; }

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link { text-decoration: underline; color: #003366; }
A.CommandButton:visited { text-decoration: underline; color: #003366; }
A.CommandButton:active { text-decoration: underline; color: #003366; }
A.CommandButton:hover { text-decoration: underline; color: #ff0000; }

A:link { text-decoration: none; color: #003366; }
A:visited { text-decoration: none; color: #003366; }
A:active { text-decoration: none; color: #003366; }
A:hover { text-decoration: underline; color: #ff0000; }

SMALL { font-size: 8px; }

/* LEGACY STYLES from DNN 1-2 */
.HeadBg { background-color: #CCCCCC; }

.TabBg { background-color: black; }

.SelectedTab { font-weight: bold; font-size: 8.5pt; color: #FFFFFF; font-family: Tahoma, Arial, Helvetica; text-decoration: none; }
A.SelectedTab:link { text-decoration: none; color:white; }
A.SelectedTab:visited { text-decoration: none; color:#eeeeee; }
A.SelectedTab:active { text-decoration: none; color:#eeeeee; }
A.SelectedTab:hover { text-decoration: none; color:#cccccc; }

.OtherTabs { font-weight: bold; font-size: 8.5pt; color: white; font-family: Tahoma, Arial, Helvetica; text-decoration: none; } 
A.OtherTabs:link { text-decoration: none; color:white; }
A.OtherTabs:visited { text-decoration: none; color:#eeeeee; }
A.OtherTabs:active { text-decoration: none; color:#eeeeee; }
A.OtherTabs:hover { text-decoration: none; color:#cccccc; }

/* Other Custom CSS for Light & Dark Backgrounds with Links */

.LightBG { font-weight: normal; font-size: 9px; color: #333333; font-family: Tahoma, Arial, Helvetica; text-decoration: none; }
A.LightBG:link { text-decoration: none; color:Black; }
A.LightBG:visited { text-decoration: none; color: #003366; }
A.LightBG:active { text-decoration: none; color:#333333; }
A.LightBG:hover { text-decoration: none; color:#404040; }

.DarkBG { font-weight: normal; font-size: 9px; color: white; font-family: Tahoma, Arial, Helvetica; text-decoration: none; } 
A.DarkBG:link { text-decoration: none; color:white; }
A.DarkBG:visited { text-decoration: none; color:#eeeeee; }
A.DarkBG:active { text-decoration: none; color:#eeeeee; }
A.DarkBG:hover { text-decoration: none; color:#cccccc; }

