/* 
================================
Skin styles for DotNetNuke
================================
*/

html, body 
{
    height:100%;
    background-color: white;
    }



/* 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:996px;
    min-height:100%;
	height:100%;
	margin: -1 auto;
	text-align:left;
}
.homecenteredcontent
{
    width:996px;
	margin: -1 auto;
	text-align:left;
}

/* Root Level Table */
.tablecontents 
{
	width:100%;
    min-height:100%;
	height:100%;
	background-color: transparent;
	border-collapse: collapse;
	
}

/* DNN Admin panel*/
.controlpanel {
	background-color: transparent;
}

.contenttable 
{
	width:100%;
	background-color: transparent;
	border-collapse: collapse;
}

/* main content td */
.content
{
	background-color: white;
}
.SkinObject
{
    color:White;
}
a.SkinObject:link
{
    color:White;
}
a.SkinObject:visited
{
    color:White;
}
.MainMenu_MenuBreak TABLE
{
    height:1px;
    display:none; 
}
.MainMenu_MenuBreak TABLE TR TD
{
    display:none;
}
.MainMenu_MenuBreak 
{
    border-bottom: solid 1px #466D51;
    background-color: #466D51;
    height:1px;
    _height:3px;
}


.MainMenu_MenuContainer 
{
	width:100%;
	background-color: transparent; 
}
.MainMenu_MenuBar {
	background-color: transparent;
	text-align:right;
}

.MainMenu_MenuItem 
{
	color: white; 
	background-color: transparent;
	font-family:  Arial, Times New Roman, Helvetica; 
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
}

.MainMenu_SubMenuItem 
{
	color: Black; 
	background-color: transparent;
	font-family:  Arial, Times New Roman, Helvetica; 
	font-size: 12px;
}

.MainMenu_SubMenuItemSel
{
	color: Black; 
	background-color: transparent;
font-weight:bold;
	font-family:  Arial, Times New Roman, Helvetica; 
	font-size: 12px;
}
.MainMenu_MenuIcon {
	background-color: transparent; 
	display:none;
}
.MainMenu_SubMenu {
	background-color: white;  
	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_MenuItemSel {
	color: black; 
	font-family:  Arial,Times New Roman, Helvetica; 
	font-style: normal;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
	}
.MainMenu_MenuArrow 
{
    color:Black ;
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings;
}
.MainMenu_RootMenuArrow 
{
    color:Black;
    display:none;
	font-family: webdings; 
}



