﻿/* CSS Style for DotNetNuke - Destination Design Away - 
Nina Meiers - Most Professional DotNetNuke Skin 2004 - dotnetnuke@xd.com.au*/
/* Updated November 08 05 * for Dnn 3, 3. & 4 */
/* background color for the content part of the pages */

Body
{
margin-top: 1px;
}

.PageMaster
{
	font: medium serif;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
}
.SkinObject {
	font: large serif;
	color: #000000;
}
A.SkinObject:link {
	color: #9CA7FF;
	text-decoration: none;
}
A.SkinObject:visited  {
	text-decoration: none;
	color: #000000;
}
A.SkinObject:hover    {
	text-decoration: none;
	color: #4EBAFF;
}
A.SkinObject:active   {
	text-decoration: none;
	color: #000000;
}
.skinmaster {
	font: medium serif;
	color: #000000;
	height: 100%;
	background-color: #ffffff;
	border-right: #9CA7FF 1px solid;
	border-top: #9CA7FF 1px solid;
	border-left: #9CA7FF 1px solid;
	border-bottom: #9CA7FF 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.skinheader {
	color: #000000;
}

/* 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(Pix/FrontPaneTopNew.jpg);
width: 730px;
height: 90px;
background-repeat: no-repeat;
}

.MenuTab
{
	background-position: center;
	background-image: url(Pix/FrontPaneMenuNew.jpg);
	width: 730px;
	height: 25px;
	background-repeat: no-repeat;
}

.IntroPane
{
background-image: url(Pix/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(Pix/PortalSiteBanner.jpg);
width: 730px;
height: 90px;
background-repeat: no-repeat;
}

/* -- End rest of site Montage --*/ 
 
 
 
 
 /* Generic Spacing for all Panes */
 
.Panes
{
padding: 2px 2px 2px 2px;

}
 

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.SubHead    {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
} 
.Breadcrumbs
{
color: #000000;
}

.Block
{
width: 13px;
}

.Login
{
color: #333333; 
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9px; 
font-weight: bold; 
font-style: normal;
height: 30px;
}


.Small
{
	color: #000000;
	font-family: Verdana, Trebuchet MS, Tahoma, Verdana;
	font-size: 9px;
	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: 9px; 
font-weight: normal; 
font-style: normal;
height: 13px;
padding-left: 3px;
padding-right: 3px;
}

.Footer
{
	background-image: url(Pix/FooterPane.jpg);
	height: 55px;
	background-repeat: repeat-x;
	color: #000000;
}

.FooterText
{
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}
.Normal
{
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 16px;
	color: #000000;
}

/* hyperlink style for the DarkBackground tabs */

A.Small:Link
{
	color: #000000;
	text-decoration: none;
}

A.Small:Hover
{
	color: #FF0000;
	text-decoration: underline;
}

A.Small:Active
{
	color: #000000;
	text-decoration: none;
}

A.Small:Visited{
	color: #000000;
	text-decoration: none;
}

A.SmallD:Link
{
color: black;
text-decoration: none;
}

A.SmallD:Hover
{
color: #404040;
text-decoration: none;
}

A.SmallD:Active
{
color: black;
text-decoration: none;
}

A.SmallD:Visited{
color: #404040;
text-decoration: underline;
}
.CommandButton
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited
{
    text-decoration: underline;
    color: #036;
}
A:link
{
	text-decoration: underline;
	color: #036;
}
A:hover
{
	text-decoration: underline;
	color: #FF0000;
}
A:Active
{
	text-decoration: underline;
	color: #036;
}
A:Visited
{
	text-decoration: underline;
	color: #036;
}


/*-- main menu from dnn */



.MainMenu_MenuContainer TD{
	background-color: transparent;; /* height: 25px;*/;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	color: #000000;
}
.MainMenu_MenuBar TD{
	cursor: pointer; 
	cursor: hand; 
	height:16;
}
.MainMenu_MenuItem {
	border-left: #5069BC 0px solid;
	border-bottom: #5069BC 0px solid;
	border-top: #5069BC 0px solid;
	border-right: #5069BC 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	height: 25px;
	width: auto;
}
.MainMenu_MenuItemSel {
	color: #C0C0C0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 25px;
	background-color: Transparent;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #899BBF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#899BBF', Direction=135, Strength=0);
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuBreak {
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid;  
border-right: #404040 0px solid; 
background-color: transparent; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.StandardButton     {
    background: #1E5589 none; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #F5F5F5;
	BORDER-RIGHT: #1E5589 1px solid; 
	BORDER-TOP: #1E5589 1px solid; 
	BORDER-LEFT: #1E5589 1px solid; 
	BORDER-BOTTOM: #1E5589 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);
}


/* Menu for Skin Comp */
.RootTab TD
{
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	width: 120px;
	height: 25px;
	background: transparent;
	text-align: center;
}

.ActiveRootTab TD
{
	width: 120px;
	color: #C0C0C0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
}

.SelectedRootTab TD
{
	width: 120px;
	height: 25px;
	color: #C0C0C0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	text-align: center;
}

.SubTab
{
	background-color: #4C648E;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.ActiveSubTab
{
	background-color: #FEA203;
	border-top: 0px solid;
	color: #C0C0C0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.SelectedSubTab
{
	background-color: #C14337;
	color: #C0C0C0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 25px;
}
.BreadcrumbRootTab TD
{
width: 120px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
height: 25px;
text-align: center;

}
.BreadcrumbSubTab
{
	background-color: #00FF00; /*#000000;*/
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-top: 0px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}




.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
display: none;
}

