/*    DNN CASCADING STYLE SHEET    */
/*     John Wurzbacher Design      */
/*        COPYRIGHT 2010           */

/* =============================== */
/*       [TOKEN] Definitions       */
/* To be used with "find and replace"

#eeeeec				-	Menu Background Color
#d3d3d3	        	-	Background color of selected menu items on rollover
#882a2a				-	Unselected Links Color
#d3d3d3		     	-	Selected Links Color
12px				-	Size of text (10px, 10px, etc�)
#5c5c5c				-	Color of text
arial				-	Font (times new roman, arial�)
normal				-	("normal" or "bold")
#5c5c5c				-	Text color of items in the menu
10px				-	Text size of menu items
#FFFFFF				-	Text color of menu items on rollover

*/

/* Page Background Image */
.tablebg
{
	background-image:url("img/pagebackground.jpg");
	background-repeat: repeat-x;
}

#Body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	text-align: center;
	background-image:url("img/pagebackground.jpg");
}
A
{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}

A:link
{
	text-decoration: none;
	color: #6c6c6c;
}

A:active
{
	text-decoration: none;
	color: #6c6c6c;
}
A:hover
{
	text-decoration: underline;
	color: #6c6c6c;
}

A:visited
{
	text-decoration: none;
}

.termsclass
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: arial;
}
.LoginClass
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: arial;
}
.userClass
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: arial;
}
.PrivacyClass
{
	font-weight: normal;
	font-size: 12px;
	color: #5c5c5c;
	font-family: arial;
}
.CopyrightClass
{
	font-weight: normal;
	font-size: 12px;
	color: #5c5c5c;
	font-family: arial;
}

.search
{ 
  font-family:arial;
  font-size:12px;
  color:#000000;
 }
 
.normal
{	font-weight: normal;
	font-size: 16px;
	color: #5c5c5c;
	font-family: arial;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}



/* ========================================================= */
/* [SOLPATRMENU] */


.MainMenu_MenuContainer
{
	background-color: #eeeeec;
}

.MainMenu_MenuItem
{
	padding-left: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #5c5c5c;
	background-color: #eeeeec;
	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: 10px;
	height: 20px;
	color: #FFFFFF;
	background-color: #d3d3d3;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_MenuIcon
{
	font-size: 10px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #eeeeec;
}

.MainMenu_MenuArrow
{
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #eeeeec;
}

.MainMenu_MenuBreak
{
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #eeeeec;
}

.MainMenu_SubMenu
{
	font-size: 10px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	color: ##5c5c5c;
	height: 20px;
	background-color: #eeeeec;
}

.MainMenu_SubMenuItemSel
{
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 20px;
	background-color: #d3d3d3;
}

.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}

.MainMenu_RootMenuItem
{
	font-weight: normal;
	font-size: 12px;
	color: #5c5c5c;
	
	background-repeat: repeat-x;
	font-family: arial;
	height: 20px;
}

.MainMenu_RootMenuItemActive
{
	font-weight: normal;
	font-size: 12px;
	color: #5c5c5c;
	background-repeat: repeat-x;
	font-family: arial;
	height: 20px;
}

.MainMenu_RootMenuItemSel
{
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
	height: 20px;
}


