@import url("layout.css");
body { border:0px;margin: 0px; height:100%;}!important /* for specifying body bg*/


.bannerpane{padding:0px; vertical-align:middle; text-align:center; width:100%;}
.leftpane{ padding:0px;}
.righttoppane{ padding:0px;}
.BottomPane{ padding:0px;}
.ContentPane{ padding:0px;}
/* different fonts*/
.Head{ font-size:10pt; font-weight:bold; color:#9F232D;  }
.SubHead{  font-size:9pt; font-weight:bold; color:#000000;   }
.SubSubHead{ font-size:9pt; font-weight:bold; color:#9F232D;   }
.Normal{font-family:Arial; font-size:10pt; color:#000000; font-weight:normal;}
.NormalTextBox
{
	
	
}
/*command buttons*/

.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family:Tahoma; color:#9F232D; font-size:10pt; text-decoration:none;font-weight:normal; }
A.CommandButton:hover{ text-decoration:underline;font-weight:normal;}
/*general TD*/
p{ margin:0px;}
TH,TD,DIV
{
	font-family: arial;
	
}
/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #786C61;
	}
A:hover{  text-decoration: underline; color: #cccccc; }
/* class for user links LOGIN and USER Tokens*/
td.user{padding:8px;}
.user,a.user:link,a.user:active,a.user:visited
{
	font-family: tahoma;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-decoration:none;
	text-align:center;
	padding:0px 0;
}
a.user:hover
{
	text-decoration:none;
	color: #9F212C;
}
/* general footer style used to style, PRIVACY, COPYRIGHT, HOSTNAME, DOTNETNUKE*/
td.footer
{ 
	font-family: tahoma;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-decoration:none;
	text-align:center;
	padding:0px;
}
.copy,a.copy:link,a.copy:active,a.copy:visited
{ 
	font-family: tahoma;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-decoration:none;
	text-align:center;
	padding:0px 0;
}
a.copy:hover
{ 
	text-decoration:none;
	color: #9F212C;
}
a.links:link,a.links:active,a.links:visited
{ 
	font-family: tahoma;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-decoration:none;
	text-align:center;
	padding:0px;
	text-transform:capitalize;
}
a.links:hover
{ 
	text-decoration:none;
	color: #9F212C;
}

/*___________________________________________________________________________________________*/
/*styles for the TD containing teh menu*/
.MainMenu_MenuContainer{
	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:22px;


}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	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:22px;
}
/*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:#9F232B;
	font-family:Tahoma;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	
	padding:0px 12px;
	border:0px solid #494E5F;
	width:100px;
	white-space:nowrap;
	width:auto;
	height:30px;
	background:url(images/submenuBG.jpg) top left repeat-x;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	
	padding:0px 12px;
	border:0px solid #494E5F;
	width:100px;
	white-space:nowrap;
	width:auto;
	height:30px;
	background:url(images/submenuBG-hover.jpg) top left repeat-x;
}
/* currently hovered submenuitems*/
.submenuitemselected{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	
	padding:0px 12px;
	border:0px solid #494E5F;
	width:100px;
	white-space:nowrap;
	width:auto;
	height:30px;
	background:url(images/submenuBG-hover.jpg) top left repeat-x;
}
/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:2px solid #000000;
	
	
	padding:0px;
	background-color: transparent;
	
	text-align: left;
	text-indent: 0px;
	margin:0;
	padding:0px;
	white-space:nowrap;
	
		
	
}
/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#9F232B; 
	font-family: "Bodoni MT", Times New Roman, Times, serif;
	font-weight:bold; 
	font-size:12pt;
	text-decoration:none;
	text-align:center;
	text-transform:none;
	font-style:normal;
	text-transform:capitalize;
	
	vertical-align:middle;
	border:1px solid #6A6A6A;
		
	padding:0px 4px;
	margin: 0px;
	height:49px;
	width:100%;
	white-space:nowrap;
	background:#FFFFFF;
}
/*root menu hover*/
.rootmenuitemselected TD
{
	color:#000000; 
	font-family: "Bodoni MT", Times New Roman, Times, serif;
	font-weight:bold; 
	font-size:12pt;
	text-decoration:none;
	text-align:center;
	text-transform:none;
	font-style:normal;
	text-transform:capitalize;
	
	vertical-align:middle;
	border:1px solid #6A6A6A;
		
	padding:0px 4px;
	margin: 0px;
	height:49px;
	width:100%;
	white-space:nowrap;
	background:#FFFFFF;
}
/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#000000; 
	font-family: "Bodoni MT", Times New Roman, Times, serif;
	font-weight:bold; 
	font-size:12pt;
	text-decoration:none;
	text-align:center;
	text-transform:none;
	font-style:normal;
	text-transform:capitalize;
	
	vertical-align:middle;
	border:1px solid #6A6A6A;
		
	padding:0px 4px;
	margin: 0px;
	height:49px;
	width:100%;
	white-space:nowrap;
	background:#FFFFFF;
}
/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border:0px;
	margin:0px;
	width:10px;
	height:0px;
	background-color:#000000;

}

#dnn_dnnLOGO_imgLogo
{
	vertical-align:top;
	text-align:left;
	height:auto;
	width:auto;
	padding:0px;
	margin:0px;
	border:0px;
}


