/* 
================================
/* -- DotNetNuke 3.3 & 4.3 Menu Skin Classes --*/
/* -- Modified by Nina Meiers - http://www.xd.com.au  - dotnetnuke@xd.com.au --*/
/* -- Please leave this header intact but feel free to add your own modifications --*/

body {
height: 100%;
}

.pagemaster {
width: 100%;
height: 100%;
color: #404040;
background-color:#66CCFF;
}

.skinmasterfixed {
width: 770px;
height: 100%;
color: #404040;
background-color: #66CCFF;
border: #66ccff 0px solid; 
padding: 0px;
}

.skinmasterwide {
width: 100%;
height: 100%;
color: #404040;
background-color: #fafafa;
border: #66ccff 0px solid; 
padding: 0px;
}

.skinheader {}

.skingradient {
background-image: url(gradient_blueTone01.jpg); 
background-color: #66CCFF;
height: 25px;
}

.controlpanel {
width: 100%;
color: #000000; 
background-color: #fefefe;
}

.logobanner { 
	padding: 3px;
}

.toppane {
width: 100%;
background-color: transparent;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
}
.leftpane {
width: 175px;
background-color: transparent;
padding-left: 4px;
padding-right: 2px;
padding-top: 2px;
}
.contentpane {
width: 100%;
background-color: transparent;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
}
.rightpane {
width: 175px;
background-color: transparent;
padding-left: 2px;
padding-right: 4px;
padding-top: 2px;
}
.bottompane {
width: 100%;
background-color: transparent;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
}

.StandardButton {
background:#666666;
color: #ffffff;
font-family: verdana, sans-serif; 
font-size: 11px;
font-weight: normal;
}
.TreeViewMenu {
width: 175px;
color: #404040;
background-color: #fefefe;
border-right: #bbbcbe 1px solid; 
border-top: #bbbcbe 1px solid; 
border-left: #bbbcbe 1px solid; 
border-bottom: #bbbcbe 1px solid;
}

.TreeViewMenu_Header {
background-image: url(gradient_blueTone01.jpg); 
background-color: #dadada;
height: 20px;
}

.Head {
font-family: Tahoma, Helvetica, Arial, sans-serif; 
font-size:  14px;
font-weight: bolder;
background-color: transparent;
color: #66ccff;
}

/* Nav Menu - using DNN Menu for DotNetNuke 3.3 & 4.3 */
/* Modified by Nina Meiers */

.main_dnnmenu_container {
background-color: transparent; 
}
.main_dnnmenu_bar {
cursor:auto;
height:25px;
line-height: 20px;
background-color: Transparent;
}
.main_dnnmenu_item  { /* Add TD if yes for tables option for menu */
cursor:auto;
color: #66ccff; 
font-size: 8pt; 
font-weight: bold; 
font-style: normal; 
background-color: Transparent;
font-family: Tahoma, Arial, Helvetica, sans-serif; 
white-space: nowrap;  /*Optional - Word wrapping menu item*/
height: 22px;
}

.main_dnnmenu_rootitem  { /* Add TD if yes for tables option for menu */
cursor:auto;
color: #66ccff;
font-size: 8pt; 
font-weight: bold; 
font-style: normal; 
background-color: Transparent;
font-family: Tahoma, Arial, Helvetica, sans-serif; 
white-space: nowrap;  /*Word wrapping menu item now optional*/    
padding: 3px 12px 5px 3px;   /* creates spacing between root menu items */
height: 22px;
}

.main_dnnmenu_itemhover {  
color: inherit;
background-color: #0000ff; 
background-image: url(gradient_blueTone01.jpg); 
height: 22px;
}

.main_dnnmenu_itemhover td {  
background-color: #0000ff; 
background-image: url(gradient_blueTone01.jpg); 
height: 22px;
}

.main_dnnmenu_icon {
cursor:auto;
text-align: center; 
width: 3px;
height: 22px;
}

.main_dnnmenu_submenu {
background-color: #0000ff;  
z-index: 1000; 
cursor:auto;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
padding: 2px 3px 2px 1px;   /* creates spacing between sub-menu items */
}

.main_dnnmenu_break {
height: 1px;
font-size: 1px;
}

.main_dnnmenu_arrow {
border-right: #dedede 1px solid; 
border-bottom: #dedede 1px solid; 
border-top: #dedede 0px solid;
font-family: webdings; 
font-size: 10pt; 
cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/
}
.main_dnnmenu_rootmenuarrow {
font-family: webdings, sans-serif; 
font-size: 8pt; 
cursor:auto; /* arrows will not display if function is not set in ascx/xml file*/
}

.StyleIconBackColor {background-color: #66ccff;}
