/*    DNN CASCADING STYLE SHEET    */
/*     John Wurzbacher Design      */
/*        COPYRIGHT 2008           */

/* =============================== */

H1
{
	color: #5583e9;
}

/* Normal Font Style */
.normal
{	font-weight: normal;
	font-size: 16px;
	color: #808285;
	font-family: arial;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* Login Class Definitions */
.LoginRegisterClass
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:link
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:visited
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:active
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginRegisterClass:hover
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:link
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:visited
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:active
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}

.LoginLoginClass:hover
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}


/* Admin control links */
a.CommandButton
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	color: #5583e9;
}

a.CommandButton:link
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	color: #5583e9;
}

a.CommandButton:visited
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	color: #5583e9;
}

a.CommandButton:active
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #5583e9;
}

a.CommandButton:hover
{
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
}


/* Page background image */
/* !!!!!!!!!! Add # back In !!!!!!!!!!!!! */
Body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #dedede;
	text-align: center;
	background-position: center top;
	background-image:url("images/PageBackground.jpg");
	background-repeat: repeat-x;
}

A
{
	font-size: 16px;
	font-family: arial;
	color: #5583e9;
}

A:visited
{
	text-decoration: none;
	color: #5583e9;
}

A:link
{
	text-decoration: none;
	color: #5583e9;
}

A:active
{
	color: #5583e9;
	text-decoration: none;
}

A:hover
{
	color: #5583e9;
	text-decoration: underline;
}

/* Search box styles */
#searchbox .normalTextBox
{
	font-weight: normal;
	font-size: 12px;
	color: #B0B0B0;
	font-family: arial;
	vertical-align: top;
	background-color: transparent;
	margin: 0px;
	height: 24px;
	border: 0px;
	border-style: none;
	padding-top: 3px;
	padding-bottom: 0px;
}

.CurrentdateClass
{
	font-weight: normal;
	font-size: 12px;
	color: #b0b0b0;
	font-family: arial;
}

.Current_Date_Admin
{
	font-weight: normal;
	font-size: 12px;
	color: #FF0D00;
	font-family: arial;
}

.termsclass
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: arial;
}
.LoginClass
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
}
.userClass
{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
}
.PrivacyClass
{
	font-weight: normal;
	font-size: 12px;
	color: #808285;
	font-family: arial;
}
.CopyrightClass
{
	font-weight: normal;
	font-size: 12px;
	color: #858585;
	font-family: arial;
}
.Copyright_Admin
{
	font-weight: normal;
	font-size: 12px;
	color: #FF0D00;
	font-family: arial;
}


img
{
	border:0;
}

.name
{
	font-family:arial;
	font-size:12px;
	color:#CC0000;
}

.txt
{
	font-family:arial;
	font-size:12px;
	color:#000000;
}

.namered
{
	font-family: arial;
	font-size: 12px;
	color: #97090D;
}

a.darkred:link,
a.darkred:visited
{
	text-decoration: none;
	color: #97090D;
}

a.darkred:hover,
a.darkred:active
{
	text-decoration: underline;
	color: #97090D;
}

/* ----------------------------------------------------------------- */
/* Menu Styles */


.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuItem
{
	padding-left: 0px;
	font-weight: normal;
	font-size: 14px;
	color: #5a5a5a;
	background-color: #4a7ae0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
}
.MainMenu_MenuItemSel
{
	padding-left: 0px;
	font-weight: normal;
	font-size: 14px;
	height: 20px;
	color: #5a5a5a;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MainMenu_MenuIcon
{
	font-size: 11px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	padding-left: 0px;
	height: 20px;
	background-color: transparent;
}

.MainMenu_MenuArrow
{
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: transparent;
}


.MainMenu_SubMenu
{
	font-size: 13px;
	font-weight: bold;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	height: 20px;
	background-color: #c5c5c5;
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial;
	height: 33px;
	background:url("images/Unselected.jpg");
}

.MainMenu_RootMenuItemActive
{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: arial;
	height: 33px;
	background:url("images/Selected.jpg");
}
.MainMenu_RootMenuItemSel
{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial;
	height: 33px;
}


/* ----------------------------------------------------------------- */
/*Additional XML Added Styles */

/* GENERAL Style for submenu items when not selected */
.MainMenu_Item
{
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	height: 20px;
	background-color: #4a7ae0;
}

/* GENERAL Rollover for the Submenu */
.MainMenu_ItemSel
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #4a7ae0;
}

/* Styles for the submenu items when unselected */
.SubMenu
{
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #4a7ae0;
}

/* Styles for the submenu items when selected */
.SubMenu_ItemSel
{
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #88a8ed;
	cursor: hand;
}

/* Styles for the current submenu title in menu when active */
.SubMenu_ItemActive
{
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #4a7ae0;
}


/* Styles for the main menu items when unselected (not submenu) */
.RootMenu_Item
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #5a5a5a;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 52px;
	cursor: pointer;
	padding-left: 0px;
	background-color: transparent;
	background:url("images/Unselected.jpg");
}

/* Styles for the main menu items when selected (not submenu) */
.RootMenu_ItemSel
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #5a5a5a;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 52px;
	padding-left: 0px;
	background-color: #4a7ae0;
	background:url("images/Unselected.jpg");
}

/* Style for the current page title in the menu bar */
.RootMenu_ItemActive
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #5a5a5a;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 52px;
	padding-left: 0px;
	background-color: #4a7ae0;
	background:url("images/Selected.jpg");
}

/* Style for the current root tab when child page is active */
.rootmenuitem_breadcrumbcssclass
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	font-family: arial;
	color: #5a5a5a;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 0px;
	border-bottom-style: none;
	height: 52px;
	background:url("images/Selected.jpg");
}

/* Breadcrumb menu styles */
.BreadcrumbClass
{
	font-weight: normal;
	font-size: 12px;
	color: #b0b0b0;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:link
{
	font-weight: normal;
	font-size: 12px;
	color: #b0b0b0;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:visited
{
	font-weight: normal;
	font-size: 12px;
	color: #b0b0b0;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:active
{
	font-weight: normal;
	font-size: 12px;
	color: #b0b0b0;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

.BreadcrumbClass:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #b0b0b0;
	font-family: arial;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 0px;
}

/* Searchbox styles */
.SearchClass
{
	font-weight: normal;
	font-size: 12px;
	color: #B0B0B0;
	font-family: arial;
	vertical-align: middle;
	background-color: transparent;
	margin: 0px;
	height: 24px;
	border: 0px;
	border-style: none;
	padding: 0px;
}


.MenuBreak
{
	border: none;
}


.RootArrow
{
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: none;
	border-right: none;
    height: 21px;
    background-color: White;
}




