/*    DNN CASCADING STYLE SHEET    */
/*     John Wurzbacher Design      */
/*        COPYRIGHT 2008           */

/* =============================== */


/* Normal Font Style */
.Normal
{
	font-weight: Normal;
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	padding-right: 0px;
	padding-top: 0px;
	}

.NormalBold
{
	font-weight: Normal;
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	padding-right: 0px;
	padding-top: 0px;
	font-weight: bold;
	}

/* 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: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	font-weight: bold;
	white-space: normal;
}

a.CommandButton:link
{
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	font-weight: bold;
	white-space: normal;
}

a.CommandButton:visited
{
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	font-weight: bold;
	white-space: normal;
}

a.CommandButton:active
{
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
}

a.CommandButton:hover
{
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
	white-space: normal;
}


/* Page background image */
#Body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #dedede;
	text-align: center;
	background-image:url("images/pagebackground.jpg");
	background-repeat: repeat-x;
}

A
{
	font-size: 12px;
	font-family: Tahoma, Arial;
	font-weight: bold;
}

A:link, A:Visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
}


A:hover
{
	color: #010101;
	text-decoration: underline;
	font-weight: bold;
}

A:active
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
}


/* 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: #010101;
	font-family: Tahoma, Arial;
}
.LoginClass
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
}
.userClass
{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
}
.PrivacyClass
{
	font-weight: normal;
	font-size: 12px;
	color: #808285;
	font-family: Tahoma, Arial;
}
.CopyrightClass
{
	font-weight: normal;
	font-size: 10px;
	color: #595959;
	font-family: Tahoma, Arial;
}

.AddressClass
{
	font-weight: normal;
	font-size: 11px;
	color: #595959;
	font-family: Tahoma, Arial;
}

a.AddressClass:link
{
	font-weight: normal;
	font-size: 11px;
	color: #595959;
	font-family: Tahoma, Arial;
}

a.AddressClass:visited
{
	font-weight: normal;
	font-size: 11px;
	color: #595959;
	font-family: Tahoma, Arial;
}

a.AddressClass:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #595959;
	font-family: Tahoma, Arial;
}

a.AddressClass:active
{
	font-weight: normal;
	font-size: 11px;
	color: #595959;
	font-family: Tahoma, Arial;
}

.Copyright_Admin
{
	font-weight: normal;
	font-size: 12px;
	color: #FF0D00;
	font-family: Tahoma, Arial;
}
/*
a:link,
a:visited
{
	color: #595959;
	text-decoration: none;
}

a:hover,
a:active

	color: #595959;
	text-decoration: underline;
}
*/
img
{
	border:0;
}

.name
{
	font-family: Tahoma, Arial;
	font-size:12px;
	color: #CC0000;
}

.txt
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #010101;
}

.namered
{
	font-family: Tahoma, 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: #ae996e;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 26px;
}
.MainMenu_MenuItemSel
{
	padding-left: 0px;
	font-weight: normal;
	font-size: 14px;
	height: 26px;
	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: 26px;
	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: 26px;
	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: 26px;
	line-height: 26px;
	background-color: #ae996e;
/*	cursor: pointer;*/
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial;
	height: 26px;
	background-color: transparent;
}

.MainMenu_RootMenuItemActive
{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: arial;
	height: 26px;
	background-color: #5c88e4;
}
.MainMenu_RootMenuItemSel
{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial;
	height: 26px;
	background-color: #5c88e4;
}


/* ----------------------------------------------------------------- */
/*Additional XML Added Styles */

/* GENERAL Style for submenu items when not selected */
.MainMenu_Item
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 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: #ae996e;
}

/* GENERAL Rollover for the Submenu */
.MainMenu_ItemSel
{
	padding-left: 0px;
	padding-bottom: 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: transparent;
}

/* 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: 1px solid #FFFFFF;
	height: 26px;
	background-color: #ae996e;
	cursor: pointer;
}

/* 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: 26px;
	background-color: #c3b18c;
/*	cursor: hand;*/
}

/* Styles for the current submenu title in menu when active */
.SubMenu_ItemActive
{
	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: 26px;
	background-color: #transparent;
}


/* Styles for the main menu items when unselected (not submenu) */
.RootMenu_Item
{
	padding-left: 0px;
	padding-bottom: 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: 26px;
	padding-left: 0px;
	background-color: transparent;
}

/* Styles for the main menu items when selected (not submenu) */
.RootMenu_ItemSel
{
	padding-left: 0px;
	padding-bottom: 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: 26px;
	padding-left: 0px;
	background-color: #ae996e;
}

/* 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: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 26px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #ae996e;
}

/* Style for the current root tab when child page is active */
.rootmenuitem_breadcrumbcssclass
{
	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;
	padding-left: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
	height: 26px;
	background-color: #ae996e;
}

/* 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;
	padding-top: 2px;
}

a.SearchClass:link
{
	color: #5A5A5A;
}

a.SearchClass:visited
{
	color: #5A5A5A;
}

a.SearchClass:hover
{
	color: #5A5A5A;
	text-decoration: underline;
}

a.SearchClass:active
{
	color: #5A5A5A;
}


.MenuBreak
{
	border-style: none;
}


.RootArrow
{
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: none;
	border-right: none;
    	height: 21px;
    	background-color: White;
}

p
{
	font-weight: normal;
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 2px;	
}

table
{
	font-weight: normal;
	font-size: 12px;
	color: #010101;
	font-family: Tahoma, Arial;
	border-style: none;
}

.HeadProfile
{
	font-size: 13px;
	color: #595959;
	font-family: Tahoma, Arial;
	font-weight: bold;
}

.style2
{
	font-size: 12px;
	color: #FFFFFF;
}