/* CSS Style for DotNetNuke - Destination Design Away - Nina Meiers - Most Professional DotNetNuke Skin - dotnetnuke@xd.com.au*/
/* Updated April 21 * for Dnn 3 */


/* background color for the content part of the pages */
Body { background-color: #000; margin-top: 1px; }

/* Control Panel Colors */

.controlpanel {
background-color: #EAEAEA;
}


/* --  Classes for the top of the montage & to allow everything
   to line up nicely when not logged in  -- */

.HeaderTab { background-image: url(FrontPaneTopNew.jpg); width: 730px; height: 90px; background-repeat: no-repeat; }

.MenuTab {
background-image: url(FrontPaneMenuNew.jpg);
width: 730px;
height: 25px;
background-repeat: no-repeat;
}

.IntroPane {
background-image: url(FrontPaneIntroPaneLeft.jpg);
width: 365px;
height: 100px;
background-repeat: no-repeat;
}

.TopPane { margin-top: 4px; margin-left: 2px; }

.TopIntroPane {
width: 350px;
margin-top: 4px;
margin-left: 2px;
}

.Intro {
width: 365px;
height: 150px;
padding-top: 95px;
padding-left: 2px;
}

.Logo {
padding-top: 5px;
padding-left: 5px;
}
 /* -- End Classes for Front Page - montage -- */

 
 /* -- Start classes for Site Montage --*/
 
.SiteHeaderTab {
background-image: url(PortalSiteBanner.jpg);
width: 730px;
height: 90px;
background-repeat: no-repeat;
}

/* -- End rest of site Montage --*/ 
 
 
 /* Generic Spacing for all Panes */
 
.Panes {
padding-left: 2px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
}

 
.Head {
font-family: Tahoma, Arial, Helvetica;
font-size:  11px;
font-weight: bold;
color: #333333;
}
 
.Breadcrumbs{
color: #000000;
}

.Block {
width: 13px;
}

.Login {
color: #333333; 
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size: 11px; 
font-weight: bold; 
font-style: normal;
height: 30px;
}


.Small {
color: #ffffff; 
font-family: Verdana, "Trebuchet MS", Tahoma, Verdana;
font-size: 11px; 
font-weight: normal; 
font-style: normal;
height: 13px;
padding-left: 1px;
padding-right: 1px;
}

.SmallD {
color: #404040; 
font-family: Verdana, "Trebuchet MS", Tahoma, Verdana;
font-size: 12px; 
font-weight: normal; 
font-style: normal;
height: 11px;
padding-left: 3px;
padding-right: 3px;
}

.Footer {
background-image: url(FooterPane.jpg);
height: 55px;
background-repeat: repeat-x;
}

.FooterText {
color: #ffffff; 
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size: 11px; 
font-weight: bold; 
font-style: normal;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}

.MainMenu_MenuContainer TD {
background-color: transparent;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.MainMenu_MenuBreak { background-color: transparent; color: #333333; font-family: "Trebuchet MS", Tahoma, Verdana; font-size: 11pt; font-weight: bold; font-style: normal; border-color: #ff8080 #404040 #404040 #ff8080; border-style: solid; border-width: 0; }

.Normal {
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size: 11px;
}

.MainMenu_MenuBar TD {
cursor: pointer; 
cursor: hand; 
height:16px;
display: none;
}

.MainMenu_MenuItem { color: #FFFFFF; font-family: "Trebuchet MS", Tahoma, Verdana; font-size: 11pt; font-weight: bold; font-style: normal; color: white; background: transparent; height: 25px; padding: 2px; border: solid 0 transparent; }


/* Menu for Skin Comp */


.RootTab TD, .ActiveRootTab TD, .SelectedRootTab TD, .BreadcrumbRootTab TD {
width: 120px;
padding-left: 0;
text-align: center;
height: 25px;
font-weight: bold;
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size: 11pt;
background-color: transparent;
display: block;
}

.RootTab TD{
color: #FFFFFF;
}

.ActiveRootTab TD{
color: #FFFFFF;
}

.SelectedRootTab TD{
color: #eaeaea;
}

.BreadcrumbRootTab TD{
color: #FFFFFF;
}

/* this is the colour in the dropdown menu */

.MainMenu_SubMenu { z-index: 1000; cursor: pointer; cursor: pointer; background-color: #899bbf; font-family: "Trebuchet MS", Tahoma, Verdana; font-size: 11pt; font-weight: bold; font-style: normal; color: #c14337; padding: 2px; border-color: #ffffff #4c648e #ffffff #ffffff; border-style: solid; border-width: 0; filter:progid:DXImageTransform.Microsoft.Shadow(color='#4C648E', Direction=135, Strength=0) ; }

.MainMenu_MenuItemSel { color: #ffffff; background-color: #fea203; font-family: "Trebuchet MS", Tahoma, Verdana; font-size: 11pt; font-weight: bold; font-style: normal; height: 25px; padding: 2px; border: solid 0; }


.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow {
display: none;
}

/* hyperlink style for the DarkBackground tabs */

A.Small:Link, A.Small:Hover, A.Small:Active{
color: white;
text-decoration: none;
}

A.Small:Visited{
color: #FAFAFA;
text-decoration: underline;
}

A.SmallD:Link, A.SmallD:Active{
color: black;
text-decoration: none;
}

A.SmallD:Hover, A.SmallD:Visited{
color: #404040;
text-decoration: none;
}



