/* 
================================
Skin styles for DotNetNuke
================================
*/

html, body 
{
    height:100%;
	margin:0px;
	padding:0px;
    }

	#Form
	{margin:0px;
	padding:0px;}
	


/* Centers content in IE */
.centerer
{
    min-height:100%;
	text-align:center;
	background-color: black;
}

* html .centerer{height:100%;} /* IE6 and under treat height as min-height anyway*/

/* Centers content in everything else*/
.centeredcontent 
{
	width:838px;
	/*margin: -1 auto;*/
	text-align:left;
}
.homecenteredcontent
{
    width:838px;
	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: white;
}

.contenttable 
{
	width:100%;
	background-color: transparent;
	border-collapse: collapse;
}

/* Header image td*/
.header
{
	background-color: white;
}

/* main content td */
.content
{
	background-color: white;
}

span .SkinObject
{
    color: white;
    font-weight:normal;
    
}
span a.SkinObject:link
{
    color: white;
    font-weight:bold;
}
span a.SkinObject:visited
{
    color: white;
    font-weight:bold;
}



.MainMenu_MenuContainer 
{
	background-color: transparent; 
	width: 100%;
}
.MainMenu_MenuBar {
	background-color: transparent;
height:23px;
}

.MainMenu_MenuItem 
{
	color: Black;
	background-color: transparent;
	font-family: Arial, Times New Roman, Helvetica; 
padding-right:4px;
padding-left:4px;
}
.MainMenu_MenuIcon {
	background-color: transparent; 
	text-align: center; 
	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_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	color: Black; 
	font-family: Arial, Times New Roman, Helvetica; 
	font-weight: bold; 
	font-style: normal;
	}
.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;
	font-family: webdings; 
}




