body{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; }

/*-------------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, Helvetica, sans-serif; font-size:12px; color:#000000;}
.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: 12px;
	font-weight: normal;
}

/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #55410A;
}
A:hover{ text-decoration: underline; color: #55410A; }

/* class for user links LOGIN and USER Tokens*/
.userhead
{
		font-weight: normal;
	color:#55410A;
	font-family:Tahoma;
	font-size:8pt;

}
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	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:#313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;

}
a.footer:link,a.footer:active,a.footer:visited
{ 
	font-weight: normal;
	color:#313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;

}
a.footer:hover
{ 
	text-decoration:none;
}
a.links:link,a.links:active,a.links:visited{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #55410A;
	text-decoration:none;
}
a.links:hover{
	color: #55410A;
	text-decoration:underline;
}
/* footer links class*/
.links,.linksicon
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #55410A;
}
/*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{
	
	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:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:0px 5px 2px 5px; 
	background:url(images/dotted.png)  bottom repeat-x; height:2px;
width:180px;
	height:30px; border:none;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	background:url(images/dotted.png)  bottom repeat-x; height:2px;
	
	
	height:30px;

}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#f1f675;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	
	background: #575757 ;	
	width:180px;
	height:30px;
	
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	
	
	padding:0px;
	background-color: #575757;
	
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	
		
	
}

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:14px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 0px;
	height:33px;
	padding:0px 10px 0px 10px;
	height:42px;
	padding:0px 10px 0px 10px;
	background-image:url(Images/nav_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
		

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#e3e878; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:14px;
	text-decoration:none;
	text-align:center;	
	text-decoration: none;
	vertical-align:middle;
	margin: 0px;
	padding:0px 10px 0px 10px;
	height:42px;
	padding:0px 10px 0px 10px;
	background-image:url(Images/nav_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#e3e878; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:14px;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;

	border-width:0px;	
	margin: 0px;
	height:42px;
	padding:0px 10px 0px 10px;
	background-image:url(Images/nav_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
}

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border: none;
	margin:0px;
	background-color:
	transparent;
}
/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo
{
	vertical-align:middle;
	text-align:left;
	height:113px !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-------------------------------------*/
/*-------------------------------------------------------------------------*/
.SearchStart
{
	font:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:#55400A;
}
.bread_cmb {
	color:#2D2E32;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	
}


/* CSS Document */
img{margin:0px; padding:0px; }
p{margin:0px; padding:0px; }
.white_bg{ background: url(images/main_bg1.png) left top repeat-y; height:100%; width:890px;}
.banner{background:url(images/banner.png) left top  no-repeat; width:890px; height:342px;}
.nav_bg{background:url(images/nav_bg.png) left top  repeat-x; width:100%; height:42px; }
.mid_bg{background: url(images/mid_bg.png) left top repeat-y; height:100%; width:556px;}
.right_sidebar{background:url(images/right_sidebar.png) right top repeat-y;  width:278px;}
.white_bg1{  background: #ffffff url(images/main-bg.png) left top repeat-x; height:100%;}



