﻿/* 
================================
Skin styles for DotNetNuke
================================
*/  

.allheader
{
}
.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.skinmaster
{
	height: 100%;
	background-color: white;
}
.skinheader
{
    background-color: #ffffff;
}
.logo
{
    background-color: #A9A19E;
}
.skingradient
{
    height: 20px;
    background-color: #FFFFFF;
    color: #000000;
}
.skinfooter
{
    background-color: #758BEE;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.breadcrumb {
	padding-left: 18px;
	padding-top: 6px;
	font-family: Arial;
	font-size: 10pt;
	}
.toppane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 30px;
	background-color: #A9A19E;
}
.leftpane 
{
	width: 180px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane
{
    width: 80%;
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
}
.rightpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.MainMenu_MenuContainer
{
	background-color: white;
	border-top-style: solid;
	border-top-color: white;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;	

}
.MainMenu_MenuBar
{
    cursor: pointer;
    background-color: red;
  
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: #383838;
    font-size: 80%;
    background-color: white;
    font-family: Arial;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #BC0101;
}
.MainMenu_MenuIcon
{
    background-color: red;
    border-bottom: #F96D0B 0px solid;

}
.MainMenu_SubMenu
{
    border-bottom: #F96D0B 0px solid;
    background-color: #ccffcc;
    z-index: 1000;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#4AAF5F' , Direction=135, Strength=3);
    border-top: #F96D0B 0px solid;
    border-right: #F96D0B 1px solid;
}
.MainMenu_MenuBreak {
	height: 25px;
}
.MainMenu_MenuItemSel
{
    background-color: white;
    cursor: pointer;
    color: #BC0101;
    font-family: Arial;
    border-left-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #BC0101 1px solid;
    border-top: red 0px solid;
        font-size: 80%;
}
.MainMenu_MenuArrow
{
    border-right: #F96D0B 1px solid;
    border-bottom: #F96D0B 0px solid;
    border-top: #F96D0B 0px solid;
    cursor: hand;
}
.MainMenu_RootMenuItemActive
{
    background-color: white;
    height: 22px;
    color: #BC0101;
    border-bottom-color: red
}

.SubMenu_SubMenuItemActive
{
    background-color: white;
    height: 22px;
    color: white;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton
{
    background: #AAA19E;
    font-family: arial, sans-serif;
    font-size: 80%;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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(PinkBar.jpg);
}
.Head {
	font-family: Arial;
	font-size: 1.5em;
	color: #AAA19E;
}
.printlabel
{
    font-size: 1pt;
    visibility: hidden;
}
/* print media sections NICK set up */
@media print
{
/* print styles for DNN */
.logo, .topmenu, .leftpane, .rightpane, .bottompane, .allheader, .breadcrumb, .searchbar
{
    display:none;
}

body
{
    font: normal 12pt Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0;
}
.printlabel
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: large;
        font-weight: bold;
        color: #000000;
        background-color: transparent;
        margin: 0;
        visibility: visible;
    }
.contentpane
{
    float: none !important;
    background: transparent;
    margin: 0;
    width: auto;
    border: 0;
}
a:link, a:visited
{
    font-weight: bold;
    text-decoration: underline;
}
a:link:after, a:visited:after
    {
        content: " (" attr(href) ") ";
        font-size: 11pt;
    }

/* close media print */

}