/* 
=================================================================================
Skin styles for DotNetNuke - Wave_blue - DNN Skinfactory - www.DNN Skinfactory.nl
=================================================================================
*/  

/* 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: #999999;
}

/* Manages the width of the skin */
.skinmaster {
	width: 1004px;
	height: 100%;
	background-color: #FFFFFF;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}

/* Manages the Control Panel Background Colour */
.ControlPanel {
	background-color: #FFFFFF;
}

/* Classes of the contentpanes */
.ContentPane  { 
	padding: 3px;
}

.RightTopPane  { 
	padding: 3px;
}

.MidTopPane  { 
	padding: 3px;
}

.LeftMidPane  { 
	padding: 3px;
}

.MidMidPane  { 
	padding: 3px;
}

.RightMidPane  { 
	padding: 3px;
}

.LeftBottomPane  { 
	padding: 3px;
}

.RightBottomPane  { 
	padding: 3px;
}

.LogoPane {
	padding: 0px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:visited.SelectedTab  {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:active.SelectedTab   {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover.SelectedTab    {
    font-weight: bold;
    font-size: 65%;
    color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:visited.OtherTabs  {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active.OtherTabs   {
    font-weight: bold;
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover.OtherTabs    {
    font-weight: bold;
    font-size: 65%;
    color: #B2E2EE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #00A0C6; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight:    bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: bold; 
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em 0% 0em 0%;
	font-size: 85%;	
	cursor: default; 
	color: #000000;
    text-decoration: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em 0% 0em 0%;
	font-size: 85%;	
	cursor: default; 
	color: #000000;
    text-decoration: none;
}

.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: bold;
    color: #00A0C6;
}

.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 85%;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
    text-decoration: underline;
    color: #000000;
}
a:visited.CommandButton {
    text-decoration: underline;
    color: #000000;
}
a:active.CommandButton {
    text-decoration: underline;
    color: #000000;
}
a:hover.CommandButton {
    text-decoration: underline;
    color: #000000;
}       

/* GENERIC */
H1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
    color: #00A0C6;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 105%;
    color: #00A0C6;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #00A0C6;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    color: #00A0C6;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #00A0C6;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    color: #00A0C6;
}
TFOOT, THEAD {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    color: #000000;
}
TH  {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  100%;
    font-weight: bold;
    color: #000000;
}
/* Common links */
A:link {
    text-decoration: underline;
    color: #00A0C6;
}
A:visited {
    text-decoration: underline;
    color:  #00A0C6;
}
A:active {
    text-decoration: underline;
    color: #00A0C6;
}
A:hover {
	text-decoration: underline;
    color: #000099;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer TD{
	background-color: transparant;
}

.MainMenu_MenuContainer {
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color:#00A0C6;
	color: #B2E2EE;
	height: 20px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#B2E2EE;
	color: #00A0C6;
	height: 20px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	border:0px solid #000000; background-color: #B2E2EE;
	color: #00A0C6; 
	cursor: hand; 
	height: 25px;
	font-family: Arial;
	font-size: 12px; 	
	padding: 0em;
}

.MyRootMenuActiveItem TD{
	border:0px solid #000000; background-color: #B2E2EE;
	color: #000000; 
	cursor: hand; 
	height: 25px;
	font-family: Arial;
	font-size: 12px; 	
	padding: 0em;
}

.MyRootMenuSelectedItem TD{
	border:0px solid #000000; background-color: #B2E2EE;
	color: #333399; 
	cursor: hand; 
	height: 25px;
	font-family: Arial;
	font-size: 12px; 
	padding: 0em;
}

.MainMenu_SubMenu{
	background: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	filter: none;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	border:0px solid #000000; background-color: #B2E2EE;
	color: #000000; 
	cursor: hand; 
	height: 25px;
	font-family: Arial;
	font-size: 12px; 	
	padding: 0em;
}

.Breadcrumb_Rootmenuitem {
	background-color: #B2E2EE;
	color: #00A0C6; 
	cursor: hand; 
	height: 25px;
	font-family: Arial, Helvetica;
	font-size: 12px; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #00A0C6;
	border-bottom: 0px solid #00A0C6;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}
/* text style for the breadcrumb */
.Breadcrumb {
	background-color: transparant;
	color: #00A0C6;
	font-family: Arial, Helvetica;
	font-weight:bold;
	font-size: 75%; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the breadcrumb */
a:link.Breadcrumb {
    text-decoration: none;
    color: #00A0C6;
	font-weight:bold;
	font-size: 75%; 	
}

a:visited.Breadcrumb  {
    text-decoration:    none;
    color: #00A0C6;
	font-weight:bold;
	font-size: 75%; 	
}

a:active.Breadcrumb   {
    text-decoration:    none;
    color: #00A0C6
	font-weight:bold;
	font-size: 75%; 	
}

a:hover.Breadcrumb    {
    text-decoration:    none;
    color: #B2E2EE;
	font-size: 75%; 	
	font-weight:bold;
}

/* text style for the copyright */
.Copyright {
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the copyright */
a:link.Copyright {
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:visited.Copyright  {
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active.Copyright   {
    font-size: 65%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover.Copyright    {
    font-size: 65%;
    color: #B2E2EE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

/* Image left that cannot be repeated */
.Topleft {
	background-image:url(images/Wave_blue_01.jpg);
	width: 113px;
	height: 111px;
	background-repeat: no-repeat;
}

/* Image right that cannot be repeated */
.Topright {
	background-image:url(images/Wave_blue_03.jpg);
	width: 67px;
	height: 111px;
	background-repeat: no-repeat;
}

/* Top image center that cannot be repeated */
.Topimage {
	background-image:url(images/Wave_blue_02.jpg);
	width: 824px;
	height: 111px;
	background-repeat: no-repeat;
}

/* Image left of menubar */
.Menuleft {
	background-image:url(images/Wave_blue_04.jpg);
	width: 113px;
	height: 33px;
	background-repeat:no-repeat;
}

/* Image right of menubar */
.Menuright {
	background-image:url(images/Wave_blue_06.jpg);
	width: 67px;
	height: 33px;
	background-repeat:no-repeat;
	vertical-align: middle;
}

/* Image behind menu*/
.Menubarimage {
	background-image:url(images/Wave_blue_05.jpg);
	width: 824px;
	height: 33px;
	background-repeat:no-repeat;
}

/* Image left that stretches 100% */
.Leftstretch {
	background-image:url(images/Wave_blue_07.jpg);
	width: 113px;
	height: 100%;
	vertical-align: top;
}

/* Image on top of leftstretch */
.Leftstretchtop {
	background-image:url(images/Wave_blue_left.jpg);
	width: 113px;
	height: 77px;
	background-repeat: no-repeat;
	vertical-align: top;
}

/* Image right that stretches 100% */
.Rightstretch {
	background-image:url(images/Wave_blue_09.jpg);
	width: 67px;
	height: 100%;
	vertical-align: top;
}

/* Image on top of rightstretch */
.Rightstretchtop {
	background-image:url(images/Wave_blue_right.jpg);
	width: 67px;
	height: 77px;
	background-repeat: no-repeat;
	vertical-align: top;
}

/* Image behind breadcrumb */
.Breadcrumbimage {
	background-image:url(images/Wave_blue_08.jpg);
	width: 824px;
	height: 24px;
	background-repeat:no-repeat;
}

/* Background contentpanes */
.Contentbackground {
	background-color: #FFFFFF;
	width: 824px;
	height: 100%;
	vertical-align: top;
}

/* Image bottom left */
.Leftbottom {
	background-image:url(images/Wave_blue_12.jpg);
	width: 113px;
	height: 85px;
	background-repeat: no-repeat;
}
	
/* Image bottom right */
.Rightbottom {
	background-image:url(images/Wave_blue_14.jpg);
	width: 67px;
	height: 85px;
	background-repeat: no-repeat;
}
	
/* Image bottom center */
.Bottomimage {
	background-image:url(images/Wave_blue_13.jpg);
	width: 824px;
	height: 85px;
	background-repeat: no-repeat;
}
	
/* Searchbutton background */
.searchbackgroundrow {
	background-image:url(images/Wave_blue_10.jpg);
	height: 43px;
	width: 824px;
	background-repeat:no-repeat;
}

.SearchTD { 
	text-align:right; 
	vertical-align:bottom;
	padding: 0px 0px 0px 0px; 
	height:22px; 
	width:350px;
}

/*-- textbox used for search    --*/ 
.NormalTextBox#dnn_dnnSEARCH_txtSearch { 
	height:21px; 
	background: transparent; 
	width: 150px; 
	color: #000000; 
	padding: 0px 0px 7px 10px; 
	border: 0px solid #FFFFFF; 
	cursor:text;
} 

/*-- search button in search form      --*/ 
.SearchButton { 
	background: transparent; 
	padding: 17px 0px 4px 25px; 
	cursor: hand; 
	font-size:1px; 
	text-align:right;
	margin: 0 0 0 0px;
	color: #00A0C6;
}

a:link.SearchButton { 
	background: transparent; 
	padding: 17px 0px 4px 25px; 
	cursor: hand; 
	font-size:1px; 
	text-align:right;
	margin: 0 0 0 0px;
	color: #00A0C6;
}

a:visited.SearchButton { 
	background: transparent; 
	padding: 17px 0px 4px 25px; 
	cursor: hand; 
	font-size:1px; 
	text-align:right;
	margin: 0 0 0 0px;
	color: #00A0C6;
}

a:active.SearchButton { 
	background: transparent; 
	padding: 17px 0px 4px 25px; 
	cursor: hand; 
	font-size:1px; 
	text-align:right;
	margin: 0 0 0 0px;
	color: #00A0C6;
}

a:hover.SearchButton { 
	background: transparent; 
	padding: 17px 0px 4px 25px; 
	cursor: hand; 
	font-size:1px; 
	text-align:right;
	margin: 0 0 0 0px;
	color: #00A0C6;
}

