/* 
================================
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: 800px;
    margin: -1 auto;
    text-align: left;
}

/* Root Level Table */
.tablecontents
{
    width: 100%;
    background-color: transparent;
}

/* DNN Admin panel*/
.controlpanel
{
    width: 100%;
    background-color: transparent;
}


/* Main Content td */
.homecontentpane
{
    background-color: white;
    width:800px;
}


/* 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
{
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:visited
{
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:active
{
    color: Black;
    font-weight: bold;
}

/* Changes the Login and User Controls Font style */
.Footer a.SkinObject:hover
{
    color: Black;
    font-weight: bold;
}

/* SolPartMenu Root Menu Container */
.MainMenu_MenuContainer
{
	padding: 0px;
    background-color: #bfbfbf;
    width: 100%;
}

/* SolPartMenu Root Menu Item Container */
.MainMenu_MenuBar
{
    background-color: transparent;
    border-top: solid 1px #F1092B;
    _padding:0px;
}

/* SolPartMenu Root Menu Item */
.MainMenu_MenuItem
{
    color: black;
    background-color: transparent;
    border-bottom: solid 1px #F1092B;
    padding-top:2px;
    padding-bottom:2px;
    font-family: Arial, Times New Roman, Helvetica;
    font-weight: normal;
}

/* SolPartMenu Root Menu Icon */
.MainMenu_MenuIcon
{
    background-color: transparent;
    text-align: center;
    display: none;
}

/* SolPartMenu Sub Menu Container */
.MainMenu_SubMenu
{
    color: black;
    background-color: #bfbfbf;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    border-top: black 1px solid;
    border-right: black 1px solid;
    padding: 2px;
    z-index: 1000;
}

.MainMenu_SubMenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	height:21px;
}
.MainMenu_SubMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: gray; 
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: transparent;
	text-align:left;
	height:21px;
}
/* SolPartMenu Seleceted Root Menu Item */
.MainMenu_MenuItemSel
{
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Arial, Times New Roman, Helvetica;
    font-style: normal;
}

/* SolPartMenu Seleceted Root Menu Arrow */
.MainMenu_MenuArrow
{
    color: white;
    font-family: webdings;
}

/* SolPartMenu Seleceted Root Menu Arrow */
.MainMenu_RootMenuArrow
{
    color: white;
    font-family: webdings;
    display: none;
}


