body
{
	color: #585858;
	margin: 0px;
	padding: 0px;
	background: url(images/body_bg.png);
	/*
	background-repeat: repeat-x;
	background-color: Transparent;
	background-attachment: fixed;
	background-position: bottom;
    */
}

.body_wrapper_outer
{
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(images/body_wrapper_outer_bg.png) repeat-x;
}

.body_wrapper
{
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(images/body_wrapper_bg.png) no-repeat;
	background-color: Transparent;
	background-position: center top;
}

.page_wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 300px;
	background: url(images/page_bg.png) repeat-x;
	background-color: Transparent;
}

.header
{
	background: url(images/header_bg.png) repeat-x;
	height: 225px;
}

.content
{
	background: url(images/content_bg.png) repeat-x;
	background-color: #FFFFFF;
}

.footer
{
	background: url(images/footer_bg.png) repeat-x;
	height: 68px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

.footerText
{
	font-size: 12px;
	color: #4e4e4e;
	padding-bottom: 10px;
}

/* IE needs all 4 properties of tag <a> to make it works */
a.footerText:link
{
	font-size: 12px;
	color: #4e4e4e;
}

a.footerText:hover
{
	font-size: 12px;
	color: #4e4e4e;
}

a.footerText:active
{
	font-size: 12px;
	color: #4e4e4e;
}

a.footerText:visited
{
	font-size: 12px;
	color: #4e4e4e;
}

.navigation
{
	background: url(images/navigation_bg.png) repeat-x;
	padding-top: 0px;
}

.logo
{
	padding-top: 0px;
	padding-left: 0px;
}

.login
{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica;
	color: #563093;
	padding: 5px;
}

/* DNN styles */

.Normal, .NormalDisabled
{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}

/* DNN containers */

.headerPane
{
}

.topPane .bottomPane
{
}

.leftPane
{
	padding: 10px 10px 10px 10px;
}

.rightPane
{
	padding: 10px 10px 10px 10px;
}

.contentPane
{
	padding: 10px 0 10px 0;
}

/* System */

a:link
{
	color: #563093;
	text-decoration: none;
}

h1
{
	font-size: 26px;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #170946;
}

h2
{
	font-size: 24px;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #170946;
}

/* Menu navigation */

.MainMenu_MenuContainer
{
	background-color: transparent;
	width: 100%;
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_RootMenuArrow
{
	display: none;
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_MenuBreak
{
	border-bottom: transparent 0px solid;
	border-left: transparent 0px solid;
	border-top: transparent 0px solid;
	border-right: transparent 0px solid;
	background-color: transparent;
	padding-top: 2px;
}

.MainMenu_MenuItem
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.MainMenu_MenuItemSel
{
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
}

.RootMenuItem TD
{
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(images/menu_item.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0px;
	margin-bottom: -5px;
}

.RootMenuItemSel TD
{
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #3F80C0;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: -5px;
}

.RootMenuItemHover TD
{
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 39px;
	text-align: center;
	background-image: url(images/menu_sel.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.SubMenuItemSelected
{
	padding-left: 10px;
	padding-right: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 1px solid;
	margin-top: 0px;
	margin-left: -2px;
	background: #00b4ff;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.SubMenuItemBreadcrumb
{
	padding-left: 10px;
	padding-right: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 1px solid;
	margin-top: 0px;
	margin-left: -2px;
	background: #4D88C4;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.SubMenu
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	margin-top: 0px;
	margin-left: -2px;
	z-index: 1000;
	background: #D8DFFE;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.glow
{
    -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
    box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray')";
    /*filter:progid:DXImageTransform.Microsoft.glow(Strength=5, Color='gray');*/
}