/* 
================================
Skin styles for DotNetNuke - For DNN3 -  XDMediaMadness Skin Theme - Nina Meiers dnn3@xd.com.au
================================
*/  

/* Standard Classes to keep the look and feel of 
   the layout throughout the site when changing skins */ 


/* Background Color of Skin */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}

/* Manages the width of the skin */
.skinmaster {
	width: 760px;
	height: 100%;
	background-color: #FFFFFF;
	border-right: #2E8EAB 1px solid; 
	border-top: #2E8EAB 1px solid; 
	border-left: #2E8EAB 1px solid; 
	border-bottom: #2E8EAB 1px solid; 
}

/* Manages the Control Panel Background Colour */
.ControlPanel {
	background-color: #C1E4EE;
}

/* Solpart Menu Functions */

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	border-left: #3095B3 0px solid; 
	border-bottom: #3095B3 0px solid; 
	border-top: #3095B3 0px solid; 
	border-right: #3095B3 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white;  /* This changes the text color of the menu */
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	background-color: #3095B3; 
	border-left: #3095B3 1px solid; 
	border-bottom: #3095B3 1px solid; 
	border-top: #3095B3 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 12px; 
	height: 21px;
	/* display: none; */  /* Use this class to remove the icons from the dropdown menu*/
}
.MainMenu_SubMenu {
	background-color: #3095B3; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #FF9024; 
	cursor: pointer; 
	cursor: hand; 
	color: #287993; /* This color manages the text in the dropdown menu */
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	border-right: #3095B3 1px solid; 
	border-bottom: #3095B3 1px solid; 
	border-top: #3095B3 0px solid;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	/* display: none; */  /* Use this class to remove the arrows from the menu */

}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	/* display: none; */  /* Use this class to remove the arrows from the menu that is active */
}

/* End Solpart Menu Functions */

/* Changes the color of the Login / Register & Password Reminder */
.StandardButton     {
    background: #2E8EAB none;   /* changes the background color */
    color: #FFFFFF;            /* changes the text color */
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: #333333;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

/* Shows the background Image for the Non Flash Skins and for those who don't have Flash */
.FlashMaster {
	background-image: url(AquaPix/MediaFlashBackground.jpg);
	width: 520px;
	height:85px;
	background-repeat: no-repeat:
}

/* Flash Header repeat for 100% width settings to keep format nice when in admin mode */
.FlashFullRepeat {
	background-image: url(AquaPix/FlashFullRepeat.gif);
	height: 85px;
	background-repeat: repeat-x;
}


/* Curved section on footer that cannot be repeated */
.FooterFixed {
	background-image: url(AquaPix/FooterFixed.gif);
	height: 100px;
	width: 410px;
	background-repeat: no-repeat;
}

/* Background repeat on Footer for 100% width settings */
.FooterRepeat {
	background-image: url(AquaPix/FooterRepeat.gif);
	height: 100px;
	background-repeat: repeat-x;
}

/* Classes for Text on Dark Backgrounds */
.DarkBG {
	 font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.DarkBG:link {
    text-decoration:  none;
    color:#C1E4EE;
}

A.DarkBG:visited  {
    text-decoration:    none;
    color:#287993;
}

A.DarkBG:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.DarkBG:hover    {
    text-decoration:    none;
    color:#FF9024;
}


/* Classes for TextLinks on Light Backgrounds */
.LightBG {
	 font-weight: bold;
    font-size: 8.5pt;
    color: #3095B3;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.LightBG:link {
    text-decoration: none;
    color:#3095B3;
}

A.LightBG:visited  {
    text-decoration: none;
    color:#287993;
}

A.LightBG:active   {
    text-decoration: none;
    color:#2E8EAB;
}

A.LightBG:hover    {
    text-decoration: none;
    color:#FF9024;
}

/* End Custom Classes */
