/* 
================================
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;
}
.homecenteredcontent
{
    width:800px;
	margin: -1 auto;
	text-align:left;
}

/* Root Level Table */
.tablecontents 
{
	width:100%;
	background-color: transparent;
	border-collapse: collapse;
	
}

/* DNN Admin panel*/
.controlpanel {
	width: 100%;
	background-color: transparent;
}

.contenttable 
{
	width:100%;
	background-color: transparent;
	border-collapse: collapse;
}

/* Header image td*/
.header
{
	background-color: white;
}

/* main content td */
.content
{
	background-color: white;
}

.Footer .SkinObject
{
    color: Black;
    font-weight:normal;
    
}
.Footer a.SkinObject:link
{
    position:relative;
    top:-4px;
    color: Black;    
    font-weight:bold;
}
.MainMenu_RootMenuItem
{
	padding: 0px 8px;
}

.sidemenuadjuster
{
	height:1px;
	width:15px;
}

.MainMenu_MenuContainer 
{
	background-color: transparent; 
	width: 100%;
	border:0px;
}
.MainMenu_MenuBar {
	background-color: transparent;
	height:auto;
	border: 0px;
}

.MainMenu_MenuItem 
{
	color: white; 
	background-color: transparent;
	border: 0px;
	font-family: Arial, Times New Roman, Helvetica; 
}
.MainMenu_SubMenuItem 
{
	color: white; 
	background-color: transparent;
	border: 0px;
	font-family: Arial, Times New Roman, Helvetica; 
                  font-size:14px;
padding:2px;
}
.MainMenu_SubMenuItemSel 
{
	color: white; 
	background-color: gray;
	border: 0px;
	font-family: Arial, Times New Roman, Helvetica; 
                  font-size:14px;
padding:2px;
}


.MainMenu_MenuIcon {
	background-color: transparent; 
	border: 0px;
	text-align: center; 
	display: none;
}
.MainMenu_SubMenu {
	background-color: black;  
	border: solid 1px black;
	padding:2px;
	z-index: 1000; 

}
.MainMenu_MenuBreak {
	height: 0px;
	border: 0px;
	display: none;
}
.MainMenu_MenuItemSel {
	background-color: #bbbbbb;
	color: black; 
	border: 0px;
	font-family: Arial, Times New Roman, Helvetica; 
	font-weight: bold; 
	font-style: normal;
	}
.MainMenu_MenuArrow 
{
    color:white ;
	border:0px;
	font-family: webdings;
}
.MainMenu_RootMenuArrow 
{
	display: none;
	border: 0px;
	height: 8px;
    color:white;
	font-family: webdings; 
}


