﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.skinmaster
{
	height: 100%;
	background-color: #ffffff;
	font-family: Arial;
}
.skinheader
{
    background-color: #ffffff;
}
.skingradient
{
    height: 30px;
    background-color: #00952A;

}
.skinfooter
{
    background-color: #00952A;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer
{
	background-color: #4AAF5F;
	border-top-style: solid;
	border-top-color: #00952A;
	padding-top: 2px;

}
.MainMenu_MenuBar
{
    cursor: pointer;
    background-color: red;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: #4AAF5F;
    font-size: 9pt;
    background-color: #ccffcc;
    font-family: Verdana;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #00952a 1px solid;
}
.MainMenu_MenuIcon
{
    background-color: #ccffcc;
    cursor: pointer;
    width: 25px;
    border-bottom: #00952a 1px solid;

}
.MainMenu_SubMenu
{
    border-bottom: #00952a 1px solid;
    background-color: #ccffcc;
    z-index: 1000;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#4AAF5F' , Direction=135, Strength=3);
    border-top: #00952a 1px solid;
    border-right: #00952a 2px solid;
}
.MainMenu_MenuBreak {
	height: 25px;
}
.MainMenu_MenuItemSel
{
    background-color: #4AAF5F;
    cursor: pointer;
    color: white;
    font-family: Verdana;
    border-left-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #00952a 1px solid;
    border-top: #00952a 1px solid;
}
.MainMenu_MenuArrow
{
    border-right: #4AAF5F 1px solid;
    border-bottom: #4AAF5F 1px solid;
    border-top: #4AAF5F 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: hand;
    color: #4aaf5f;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton
{
    background: #4AAF5F;
    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: arial;
	font-size: 14px;
	font-weight: bold;
	color: #4AAF5F;
}