/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.skinmaster
{
    height: 100%;
    background-color: #C6E3FF;
    font-family: Tahoma, Arial, Helvetica;
}
.skinheader
{
    background-color: #ffffff;
}
.skingradient
{
    height: 30px;
    background-color: #C6E3FF;
    color: #ffffff;
}
.skinfooter
{
    background-color: #50A1FD;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane 
{
    width: 25%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.contentpane {
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
    width: 25%;
	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: #C6E3FF;
    border-top-style: solid;
    border-top-color: #C6E3FF;
    padding-top: 2px;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    background-color: red;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: #004080;
    font-size: 9pt;
    background-color: #C6E3FF;
    font-family: Tahoma, Arial, Helvetica;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #ffffff 1px solid;
    padding-right: 10px;
    padding-left: 10px;
}
.MainMenu_MenuIcon
{
    background-color: #C6E3FF;
    cursor: pointer;
    width: 25px;
    border-bottom: #ffffff 1px solid;
}
.MainMenu_RootMenuItemActive
{
    background-color: #50A1FD;
    height: 22px;
    color: #ffffff;
}
.MainMenu_SubMenu
{
   border-bottom: #ffffff 1px solid;
    background-color: #70CFFF;
    z-index: 1000;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=       '#696969' , Direction=135, Strength=3);
    border-right : #ffffff 1px solid;
    border-top: #ffffff 1px solid;
}
.MainMenu_MenuBreak {
	height: 25px;
}
.MainMenu_MenuItemSel
{
    background-color: #50A1FD;
    cursor: pointer;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    border-left-style: none;
    padding-top: 5px;
    border-top: #fde0fe 1px solid;
    padding-bottom: 5px;
    border-bottom: #fde0fe 1px solid;
    padding-right: 10px;
    padding-left: 10px;
}
.MainMenu_MenuArrow
{
    border-right: #cad5ea 1px solid;
    border-bottom: #cad5ea 1px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: hand;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    background-color: #50A1FD;
}
.StandardButton
{
    background: #70CFFF;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica, 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: Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: bold;
   color: #004080;
}

