﻿/* 
================================
Skin styles for DotNetNuke
================================
*/

html, body
{
    height: 100%;
}



/* Centers content in IE */
.centerer
{
    min-height: 100%;
    text-align: center;
}

* html .centerer
{
    height: 100%;
}
/* IE6 and under treat height as min-height anyway */

/* Centers content in everything else */
.centeredcontent
{
    width: 1040px;
    margin: -1 auto;
    text-align: left;
}
.homecenteredcontent
{
    width: 1040px;
    margin: -1 auto;
    text-align: left;
}

/* Root Level Table */
.tablecontents
{
    width: 100%;
    background-color: transparent;
}

/* DNN Admin panel*/
.controlpanel
{
    width: 100%;
    background-color: transparent;
}



/* Changes the Login and User Controls Font style */
.Footer .SkinObject
{
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:link
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:visited
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:active
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:hover
{
    position: relative;
    top: -4px;
    color: Black;
    font-weight: bold;
}

/* SolPartMenu Root Menu Container */
.MainMenu_MenuContainer
{
    background-color: white;
    border-top: solid 2px black;
    width:150px;
}
/* SolPartMenu Root Menu Item Container */
.MainMenu_MenuBar
{
    background-color: transparent;
    _padding-top: 10px;
    _padding-bottom:6px;
    
    /*
    height: 27px;
    */
}

/* SolPartMenu Root Menu Item Container */
.MainMenu_MenuBar
{
    padding:0px;

}

/* SolPartMenu Root Menu Item */
.MainMenu_MenuItem
{
text-align:right;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Helvetica; 
        font-size: 14px;
	font-weight: bold;
	font-style: normal; 
	border: white 0px solid; 
	background-color: Transparent;
padding: 0px;
color: black;

line-height: 24px;
}
/* SolPartMenu Root Menu Item */
.MainMenu_MenuItem a
{

}

/* SolPartMenu Sub Menu Container */
.MainMenu_SubMenu
{
padding: 0px;
    background-color: white;
    border: black 0px solid;
    z-index: 1000;
	font-family: Arial, Tahoma, Helvetica; 
    font-size: 12px;
	font-weight: 500;
	font-style: normal; 
	filter: none;
	height:18px;
	color: black;

}


/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_MenuItemSel
{

	cursor: pointer; 
	cursor: hand; 
	color: #36688C; 
	font-family: Arial, Tahoma, Helvetica; 
        font-size: 10px;
	font-weight: bold;
	font-style: normal; 
	border-top: white 0px solid; 
    border-bottom: solid 2px black;
    border-left: solid 2px black;
    border-right: solid 2px black;
	background-color: Transparent;
}


/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_RootMenuItemActive
{

	cursor: pointer; 
	cursor: hand; 
	color: #36688C; 
	font-family: Arial, Tahoma, Helvetica; 
        font-size: 14px;
	font-weight: bold;
	font-style: normal; 
	background-color: Transparent;
}


/* SolPartMenu Root Menu Icon */
.MainMenu_MenuIcon
{
    background-color: transparent;
    text-align: center;
    display: none;
}

.MainMenu_BottomSpacer
{
   display:none;
}
/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_SubMenuItem
{

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Helvetica; 
        font-size: 12px;
	font-weight: bold;
	font-style: normal; 
	border-top: white 0px solid; 
    border-bottom: solid 0px black;
    border-left: solid 0px black;
    border-right: solid 0px black;
	background-color: Transparent;
height:25px;
}

/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_SubMenuItemSel 
{

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Helvetica; 
        font-size: 12px;
	font-weight: bold;
	font-style: normal; 
	border-top: white 0px solid; 
    border-bottom: solid 0px black;
    border-left: solid 0px black;
    border-right: solid 0px black;
	background-color: Transparent;
height:25px;
}

/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_SubMenuItemActive
{

	cursor: pointer; 
	cursor: hand; 
	color: #36688C; 
	font-family: Arial, Tahoma, Helvetica; 
        font-size: 12px;
	font-weight: bold;
	font-style: normal; 
	border-top: white 0px solid; 
    border-bottom: solid 0px black;
    border-left: solid 0px black;
    border-right: solid 0px black;
	background-color: Transparent;
height:25px;
}

.MainMenu_MenuArrow 
{
    color:Black ;
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings;
display: none;
}
.MainMenu_RootMenuArrow 
{
    color:Black;
	font-family: webdings; 
display:none;
}




