/*-------------Pane Styling----------------*/
.toppane{ padding:0px;}
.menupane{ padding:0px;}
.leftpane{ padding:10px 6px 5px 6px;}
.contentpane{padding:10px;}/*a separate class for each pane TD*/
.rightpane{ padding:0px;}
.linkpane{ padding:0px;}
.bottompane{ padding:0px;}

/* 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:"Arial"; font-size:14px; color:#434343}
.NormalTextBox{}


/*command buttons*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family:Tahoma; color:#55410A; font-size:8pt; text-decoration:none;font-weight:normal; }
A.CommandButton:hover{ text-decoration:underline;font-weight:normal;}

/*general TD*/
TH,TD,DIV
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #4a4a4a;
}

/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #969c8a;
	text-decoration: underline
	
}
A:hover{ text-decoration: underline; color: #f78f1e }





h2	
{
    color:#343434;
    font-family: "Tahoma";
    font-size:19px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
    margin-bottom:5px;
    margin-top:15px;
}

h3
{
    color:#343434;
    font-family: "Tahoma";
    font-size:16px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:14px;
    margin-bottom:5px;
    margin-top:10px;
}	

h1
{
    color:#263453;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:26pt;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:italic;
    font-variant:normal;
    font-weight:normal;
    line-height:45px;
    margin-bottom:15px;
    margin-top:0;
}





/* class for user links LOGIN and USER Tokens*/
.userhead
{
	font-weight: normal;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#444e33;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none; 
	
}
a.user:hover
{
	text-decoration:underline;
	color:#263453;
}

/* general footer style used to style, PRIVACY, COPYRIGHT, HOSTNAME, DOTNETNUKE*/
.footer,.footer TD
{
	font-weight: normal;
	color:#444e33;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;

}
a.footer:link,a.footer:active,a.footer:visited
{ 
	font-weight: normal;
	color:#444e33;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;

}
a.footer:hover
{ 
	text-decoration:underline;
	color:#263453;
}
a.links:link,a.links:active,a.links:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration:none;
	
}
a.links:hover{
	color: #f68f1e;
	text-decoration:underline;
}
/* footer links class*/
.links,.linksicon
{
    Arial, Helvetica, sans-serif
	font-size: 10px;;
	font-weight: normal;
	text-decoration: none;
	
}
/*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:0px;
	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;
}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:30px;
	width:0px;
	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;
}
/*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:#7e9092;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	
		/*width:100px;*/
	
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#6f795e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	border:1px #000 solid;
	border:1px solid #787872;
	background:url(Images/SubMenuBG.png) top left repeat-x;	
		/*width:100px;*/
	height:22px;
}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	border:1px #000 solid;
	border:1px solid #787872;
	background:#415275;
	 
	
/*		width:100px;*/
	height:22px;
	
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:1px solid #415275;
	border-width:1px;
	padding:0px;
	background-color: #e8e7dd;
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	
		
	
}

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#7e9092; 
	font-family: Arial, Helvetica, sans-serif;  
	font-weight:bold; 
	font-size:14px;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	margin: 0px;
	padding:0px 20px 0px 20px;
	height:30px;
	background-image: url(images/left_nav_bg1.gif);
	background-position:top left;
	background-repeat:repeat-x;
		

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#; 
	font-family: Arial, Helvetica, sans-serif;  
	font-weight:bold; 
	font-size:14px;
	text-decoration:none;
	text-align:left;	
	text-decoration: none;
	vertical-align:middle;
	margin: 0px;
	padding:0px 20px 0px 20px;
	height:30px;
	background-image: url(images/left_nav_bg1.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#263453; 
	font-family: Arial, Helvetica, sans-serif;  
	font-weight:bold; 
	font-size:14px;
	text-decoration:none;
	text-align:left;	
	text-decoration:none;
	vertical-align:middle;
	border-width:0px;	
	margin: 0px;
	padding:0px 20px 0px 20px;
	height:30px;
	background-image: url(images/left_nav_bg1.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border:0px;
	margin:0px;
	background:transparent;

}
/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo
{
	vertical-align:left;
	text-align:left;
	height:auto !important;
}
/*----------------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;
}

/*-------------------------------------------------------------------------*/
/*---------------------Gernal Styling-------------------------------------*/
/*-------------------------------------------------------------------------*/

body{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; font-weight:normal; background:url(images/main_bg.gif) left top repeat; height:100%;}
.top_bg{background:url(images/top_bg.gif) left top repeat-x; height:28px; width:100%;}
.bottom_bg{background:url(images/bottom_bg.gif) left top repeat-x; height:28px; width:100%;}
.nav_left_bg{background:url(images/left_nav_bg.gif) left top repeat-y; height:100%; width:226px;}
.footer_bg{background:url(images/footer_bg.gif) left top repeat-x; height:23px; width:100%;}
#menuDiv { width:221px; padding:0px; margin:0px;}



