body{ border:0px;margin: 0px; height:100%; background-color:#E4E7EB; background-image:url(images/Bg_Image.png); background-position:top left; background-repeat:repeat-x}!important /* for specifying body bg*/
#wrapper{ position:relative; height:258px; }
#logo{ position:absolute; top:29px; left:29px; width:208px; height:99px; z-index:3; }
#user{ position:absolute; height:18px; top:8px; right:8px; text-align:right; z-index:3; }
#header{ position:absolute; bottom:40px; z-index:2; width:100%;}
#menu{ position:absolute; width:auto; height:54px; bottom:0px; z-index:1; }
#SearchContainer input{MARGIN:0px 0px 0px 0px; BORDER:1px solid #a1a1a1; font-size:9px; color:#676767; BACKGROUND:#ffffff;  WIDTH: 120px;  HEIGHT: 16px;}
#LanguageContainer select{MARGIN:0px 0px 0px 0px; BORDER:1px solid #76AADC; font-size:9px; color:#000000; BACKGROUND:transparent; WIDTH: 120px;	HEIGHT: 16px;}

.toppane{ padding:0px;}
.contentpane{padding:0px;}/*a separate class for each pane TD*/
.rightpane{ padding:0px;}

/* different fonts*/
.Head{ font-size:13pt; font-family:tahoma; font-weight:bold; color:#003366;  }
.SubHead{  font-size:10pt; font-weight:bold; color:000000;   }
.SubSubHead{ font-size:10pt; font-weight:bold; color:000000;   }
.Normal{font-family:arial; font-size:10pt; 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:none; font-weight:normal; background-color:#CCCCCC; color:#55410A;}
/*general TD*/
TH,TD,DIV
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}
/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #0066CC;
}
A:hover{ text-decoration: underline; color:#0066CC;}
/* class for user links LOGIN and USER Tokens*/
.userhead
{
	font-weight: normal;
	color:#000000;
	font-family:Tahoma;
	font-size:9pt;

}
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#000000;
	font-family:Tahoma;
	font-size:9pt;
	text-decoration:underline;
}
a.user:hover
{
	text-decoration:none;
}
/* general footer style used to style, PRIVACY, COPYRIGHT, HOSTNAME, DOTNETNUKE*/
.footer,.footer TD
{
	font-weight: normal;
	color:#000000;
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:none;

}
a.footer:link,a.footer:active,a.footer:visited
{ 
	font-weight: normal;
	color:#000000;
	font-family:Tahoma;
	font-size:8pt;
	text-decoration:underline;

}
a.footer:hover
{ 
	text-decoration:none;
}

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:#000000;
	text-decoration:underline;
}
/* footer links class*/
.links,.linksicon
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #55410A;
}
/*breadcrumb styles*/
.breadcrumb1,a.breadcrumb1:link,a.breadcrumb1:active,a.breadcrumb1:visited
{	
	font-weight: Bold;
    font-size: 13.5pt;
    color:#000000;
	font-family: Tahoma;
    text-decoration: none;
}
a.breadcrumb1:hover
{ 
	text-decoration: none;
    font-size: 13.5pt;
	 color:#000000;
	font-family: Tahoma;
}

.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited
{	
	font-weight: normal;
    font-size: 9pt;
    color:#000000;
	font-family: Tahoma;
    text-decoration: none;
	text-transform:lowercase;
}
a.breadcrumb:hover
{ 
	font-size: 9pt;
	text-decoration:underline;
    color:#000000;
	font-family: Tahoma;
	text-transform:lowercase;
}
/*___________________________________________________________________________________________*/
/*styles for the TD containing teh menu*/
.MainMenu_MenuContainer{
	width:200px;
	background: transparent;
	margin: 0px;
	padding: 0px 0px 0px 52px;
	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:33px;

}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:33px;
	width:200px;
	background:ransparent;
	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:#2C4863;
	font-family:Tahoma;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	
	padding:2px 5px 2px 25px;
	border:1px #EDF6FA solid;
	border-bottom:1px #E3E2E0 solid;
	border-width:1px 0px;
	background:#EDF6FA;
	
	width:160px;
	height:24px;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#2C4863;
	font-family:Tahoma;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 25px;
	border:1px #FFFFFF solid;
	border-bottom:1px #E3E2E0 solid;
	border-width:1px 0px;
	background:#FFFFFF;
	
	width:160px;
	height:24px;

}
/* currently hovered submenuitems*/
.submenuitemselected{
	color:#2C4863;
	font-family:Tahoma;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 25px;
	border:1px #FFFFFF solid;
	border-bottom:1px #E3E2E0 solid;
	border-width:1px 0px;
	background:#FFFFFF;	
	
	width:160px;
	height:24px;
	
}

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

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#2E73AA; 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:10pt;
	text-decoration:none;
	text-align:left;
	
	vertical-align:middle;
	border-width:0px;
		

	margin: 0px;
	height:33px;
	padding:0px 0px 0px 31px;
		
	background-image:url(Images/MenuNormal_image.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:200px;
		

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#2E73AA; 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:10pt;
	text-decoration:none;
	text-align:left;	
	text-decoration:none;
	vertical-align:middle;
	border-width:0px;
	
	
	margin: 0px;
	height:33px;
	padding:0px 0px 0px 31px;
	
	background-image:url(Images/MenuHover_image.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:200px;
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#2E73AA; 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:10pt;
	text-decoration:none;
	text-align:left;	
	text-decoration:none;
	vertical-align:middle;

	
	border-width:0px;
	margin: 0px;
	height:33px;
	padding:0px 0px 0px 31px;
	border-width:0px;
	background-image:url(Images/MenuHover_image.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:200px;
}

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border:0px;
	margin:0px;

}
.bread_cmb {
	color:#2D2E32;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	
}

#dnn_dnnLOGO_imgLogo
{
	text-align:left;
	width:208px !important;
	/*height:99px !important;*/
}




















