body{ border:0px;margin: 0px; height:100%; background-color:#FFFFFF;}!important /* for specifying body bg*/

/*-------------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:Tahoma; font-size:8pt; 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;
	font-size: 11pt;
	font-weight: normal;
}

/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Arial;
	font-size: 12px;	font-weight: normal;
	text-decoration: none;
	color: #234d7d;
}
A:hover
{ 		
    font-weight: normal;
	color:#b0b0b0;
	font-family:Arial;
	font-size:12px;
    text-decoration: underline;
 }

/* class for user links LOGIN and USER Tokens*/
.userhead
{
		font-weight: normal;
	color:#55410A;
	font-family:Arial;
	font-size:11px;

}
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#fff;
	font-family:Arial;
	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:#000000;
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;

}
a.footer:link,a.footer:active,a.footer:visited
{ 
	font-weight: normal;
	color:#000000;
	font-family:Arial;
	font-size:9pt;
}
a.footer:hover
{ 
	text-decoration:none;
	color:#000000;
}
a.links:link,a.links:active,a.links:visited{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-decoration:none;
}
a.links:hover{
	color: #55410A;
	text-decoration:underline;
}
/* footer links class*/
.links,.linksicon
{
	font-family: Arial;
	font-size: 9pt;
	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: Arial;
    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:43px; 
}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:43px;
	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:35px; background:#B3894A; 

}
/*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:Arial;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	
	padding:2px 5px 2px 5px;
	
	
	background:url(Images/SubMenuBG.png) top left repeat-x;
	
		width:100%;
	height:22px;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#55410A;
	font-family:Arial;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	
	
	background:url(Images/SubMenuBG.png) top left repeat-x;	
	
		width:100%;
	height:22px;

}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#2A2822;
	font-family:Arial;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	
	
	background:url(Images/SubMenuBG_Hover.png) top left repeat-x;	
	
width:100%;
	height:22px;
	
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	
	
	
	padding:0px;
	background-color: #F4F7FC;
	
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	
		
	
}

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{width:100%;
	color:#15335c; 
	font-family:Arial; 
	font-weight:normal; 
	font-size:13px;
	text-decoration:none;
	text-align:center;
	
	vertical-align:middle;
	

	margin: 0px;
	height:43px;
	padding:0px 20px 0px 20px;
	
		

}

/*root menu hover*/
.rootmenuitemselected TD
{width:100%;
	color:#FFFFFF; 
	font-family:Arial; 
	font-weight:normal; 
	font-size:13px;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;
	
	margin: 0px;
	height:43px;
	padding:0px 20px 0px 20px;
	background-image:
	url(images/hover.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{width:100%;
	color:#FFFFFF; 
	font-family:Arial; 
	font-weight:normal; 
	font-size:13px;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;

	border-width:0px;	
	margin: 0px;
	height:43px;
	padding:0px 20px 0px 20px;
	background-image:
	url(images/hover.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

/*separator class*/
.MainMenu_MenuBreak
{ width:2px;   background:transparent; background-color:transparent;
	padding:0px;
	border:0px;
	margin:0px;

}
/*----------------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:9pt;
	font-weight:normal;
	padding-top:2px;
	width:170px;
}

/*-------------------------------------------------------------------------*/
/*---------------------Gernal Styling-------------------------------------*/
/*-------------------------------------------------------------------------*/
.SearchStart
{
	font:Tahoma;
	font-size:9pt;
	font-weight:bold;
	color:#55400A;
}
.bread_cmb {
	color:#2D2E32;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	
}


/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; background: #c4c8cb url(images/main_bg.gif) left top repeat-x; height:100%; 
}

.blue_bg{background: #203e67 url(images/blue_bg3.gif) left top repeat-y; height:27px; border-top:#203e67 solid 1px; width:429px; }
.blue_bg p{ margin:0; padding:0;}
.blue_bg1{background: #234d7d url(images/blue_bg1.gif) left top repeat-x;  width:100%; height:100%; }
.blue_bg2{background: #234d7d url(images/blue_bg2.gif) left top repeat-y; height:24px; width:267px; border-top:#203e67 solid 1px; }
.blue_bg2 p{ margin:0; padding:0; }
.nav_bg{background: url(images/active2.gif) left bottom repeat-x; height:43px; width:100%; border-top: solid 1px #a2a6a8;}
.yellow_bg{background:url(images/yellow_bg3.gif) left top repeat-y;   line-height:6px; width:752px; }
.white_bg{background:url(images/white_bg1.gif) left top repeat-y; height:auto; width:172px;}
.footer_bg{background:url(images/footer_bg.gif) left top repeat-x ; height:40px; width:100%;}
.arial_11{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #FFFFFF; font-weight:normal; text-decoration:none;}
.arial_11 a{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #FFFFFF; font-weight:normal; text-decoration:none;}
.arial_11 a:hover{font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #FFFFFF; font-weight:normal; text-decoration:underline;}
