body{ border:0px;margin: 0px; height:100%; width:100%;} /* for specifying body bg*/
p{padding:0px; margin:0px; 	font-family:"Tahoma"; color:#434343; text-align:left; font-size:16px; font-weight:normal;}


/*-------------Pane Styling----------------*/
.toppane{ padding:0px; z-index: 9999!important;}
.menupane{ padding:0px; z-index: 9999!important;}
.leftpane{ padding:opx; z-index: 9999!important;}
.contentpane{padding:0px; z-index: 9999!important;}/*a separate class for each pane TD*/
.rightpane{ padding:0px; z-index: 9999!important;}
.linkpane{ padding:0px; z-index: 9999!important;}
.bottompane{ padding:0px; z-index: 9999!important;}

/* different fonts*/
.Head{ font-size:8pt; font-weight:bold; color:55410A;  }
.SubHead{  font-size:8pt; font-weight:bold; color:55410A;   }
.SubSubHead{ font-size:8pt; font-weight:bold; color:55410A;   }
.Normal{font-family:Tahoma; font-size:16px; color:#434343;line-height:25px;}
.NormalTextBox
{
	
	
}

H1  {
    font-family:"Times New Roman", Times, serif;
    font-size:  32px;
    font-weight: bold;
    color: #998282;
	margin-bottom:25px;
}

/*command buttons*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family:Tahoma; color:#55410A; font-size:16px; text-decoration:none;font-weight:normal; line-height:25px;}
A.CommandButton:hover{ text-decoration:underline;font-weight:normal;}

/*general TD*/
TH,TD,DIV
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color:#434343;
	line-height:25px;
}

/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #2687cb;
}
A:hover{ text-decoration: underline; color: #000; }

/* class for user links LOGIN and USER Tokens*/
.userhead
{
	font-weight: normal;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a.user:hover
{
	text-decoration:underline;
}

/* general footer style used to style, PRIVACY, COPYRIGHT, HOSTNAME, DOTNETNUKE*/
.footer,.footer TD
{
	font-weight: normal;
	color:#ffffff;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;

}
a.footer:link,a.footer:active,a.footer:visited
{ 
	font-weight: normal;
	color:#e9f691;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;

}
a.footer:hover
{ 
	font-weight: normal;
	color:#ffffff;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}


/* footer links class*/
.links,.linksicon
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #020202;
}
/*breadcrumb styles*/
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited
{	
	font-weight: normal;
    font-size: 10px;
    color:#6579A2;
	font-family: Tahoma;
    text-decoration: none;
}
a.breadcrumb:hover
{ 
	text-decoration: underline;
    font-size: 10px;
    color:#334466;
	font-family: Tahoma;
}
/*___________________________________________________________________________________________*/
/*styles for the TD containing teh menu*/
.MainMenu_MenuContainer{
	width:100%;
	background: transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:auto; 
	z-index: 9999!important;
}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:35px;
	width:100%;
	background:transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:auto; 
	z-index: 9999!important;
}
/*for styling the menu icon, does not work on roo tmenu items*/
.MainMenu_MenuIcon{display: none; }
/* for controlling teh display of  dnn menu arrows*/
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
/* styles an individual menu item*/
.MainMenu_MenuItem{
	color:#2A2822;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	border:0px #D8D4C7 solid;
	border-width:0px 0px;
	background:url("images/SubMenuBG.png") top left repeat-x;
	width:100%;
	height:22px;
	z-index: 9999!important;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#55410A;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	border:1px #E6DDC8 solid;
	border-width:0px 0px;
	background-color: #e5e5e5;
	width:100%;
	height:22px;
	z-index: 9999!important;
}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	border:1px #E6DDC8 solid;
	border-width:1px 0px;
	background-color: #6c6c6c;
	width:100%;
	height:22px;
	z-index: 9999!important;
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:1px solid #D8D4C7;
	border-width:0px;
	padding:0px;
	background-color: #e5e5e5;
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	z-index: 9999!important;
	}

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#ffffff; 
	font-family:"Times New Roman", Times, serif;
	font-weight:normal; 
	font-size:16px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 0px;
	height:34px;
	width:100%;
	background:transparent;
	text-transform:uppercase;
	font-weight:bold;
	z-index: 9999!important;
}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#f1fbaf; 
	font-family:"Times New Roman", Times, serif;
	font-weight:normal; 
	font-size:16px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 0px;
	height:34px;
	width:100%;
	background:transparent;
	text-transform:uppercase;
	font-weight:bold;
	z-index: 9999!important;
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#f1fbaf; 
	font-family:"Times New Roman", Times, serif;
	font-weight:normal; 
	font-size:16px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 0px;
	height:34px;
	width:100%;
	background:transparent;
	text-transform:uppercase;
	font-weight:bold;
	z-index: 9999!important;
}

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border:0px;
	margin:0px;
	background-color:transparent;
	background-image:url("images/menu-sep.jpg");
	background-position:center left;
	background-repeat:no-repeat;
	height:34px;
	width:2px;
}
/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo
{
	vertical-align:middle;
	text-align:left;
	height:87px !important;
	width:975;
}
/*----------------Search Input Css Class------------------*/
#dnn_dnnSEARCH_txtSearch
{
	height:21px;
	border:1px solid #C3B699;
	color:#55400A;
	vertical-align:bottom;
	font:Tahoma;
	font-size:8pt;
	font-weight:normal;
	padding-top:2px;
	width:170px;
}

