﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.skinmaster
{
	height: 100%;
	background-color: white;
}
.skinheader
{
    background-color: #ffffff;
}
.logo
{
    background-image: url(gradient_LtBlue1.jpg);
    background-repeat: repeat-x;
}
.skingradient
{
    height: 20px;
    background-color: #FFFFFF;
    color: #000000;
}
.skinfooter
{
    background-color: #758BEE;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 30px;
}
.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: 9pt;
    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;
}
.MainMenu_MenuArrow
{
    border-right: #F96D0B 1px solid;
    border-bottom: #F96D0B 0px solid;
    border-top: #F96D0B 0px solid;
    font-family: webdings;
    font-size: 10pt;
    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; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton
{
    background: #AAA19E;
    font-family: arial, sans-serif;
    font-size: 11px;
    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: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #AAA19E;
}