/* 
================================
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: 898px;
	margin: -1 auto;
	text-align: left;
}
.homecenteredcontent
{
	width: 898px;
	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_MenuItemVertical
{
	color: #E6750D;
	font-size: 18px;
}

.MainMenu_MenuItemVerticalSel
{
	color: #E6750D;
	font-size: 18px;
}


.MainMenu_MenuContainer
{
	background-color: transparent;
	width: 100%;
}
.MainMenu_MenuBar
{
	background-color: transparent;
}

.MainMenu_MenuItem
{
	background-color: transparent;
	font-family: Arial, Times New Roman, Helvetica;
}
.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
{
	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;
}

.SCutterLogo
{
padding-top: 20px;
width:175px;
text-align:center;
color: #E6750D;
font-weight: bold;
}

.SCutterLogo a:visited, .SCutterLogo a:hover, .SCutterLogo a:link
{
color: #E6750D;
}
