body{ border:0px;margin: 0px; height:100%; font-family:Arial, Helvetica, sans-serif; background:#960000;}!important /* for specifying body bg*/
p{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#6C6C6C; font-size:12px;}
/*-------------Pane Styling----------------*/
.toppane{ padding:0px;}
.menupane{ padding:0px;}
.leftpane{ padding:0px 0px 0px 0px;}
.contentpane{padding:0px;}/*a separate class for each pane TD*/
.rightpane{ padding:0px;}
.linkpane{ padding:0px;}
.bottompane{ padding:0px;}

.FootertLeftPane { padding:0px 44px 0px 0px; margin:0px; width:27%;}
.FooterMidPane { padding:0px 44px 0px 44px; margin:0px; width:46%;}
.FooterRightPane { padding:0px 0px 0px 44px; margin:0px; width:27%;}

/* different fonts*/
.Head{ font-size:8pt; font-weight:bold; color:#6C6C6C;  }
.SubHead{  font-size:8pt; font-weight:bold; color:#6C6C6C;   }
.SubSubHead{ font-size:8pt; font-weight:bold; color:#6C6C6C;   }
.Normal{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6C6C6C; line-height:120%;}
.Normal1{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d9d9d9; line-height:120%;}
.NormalTextBox
{
	
	
}
/*command buttons*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family:Tahoma; color:#6C6C6C; 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; color:#6C6C6C;
}

/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #6F6F6F;
}
A:hover{ text-decoration: none; color: #6F6F6F; }

/* class for user links LOGIN and USER Tokens*/
.userhead
{
	font-weight: normal;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a.user:hover
{
	text-decoration:none; color:#858384;
}

/* 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: 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: 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 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:#858384;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	
	padding:2px 5px 2px 5px;
	 border-bottom:solid 1px #666666;
	 border-top:solid 1px #666666;
	 
	width:150px;
	height:22px;
	
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#fffff;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:11px;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	
	background: #000000; 
	
width:150px;
	height:22px;

}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:11px;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	
	background: #000;
	
	width:150px;
	height:22px;
	
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:#272828 solid 1px;
	
	padding:0px;
	background-color:#e8e8e8;
	
	 
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	
		
	
}

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#858384; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:11px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 0px;
	height:28px;
	padding:0px 12px 0px 12px;
	
		

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#FFFFFF; 
	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:11px;
	text-decoration:none;
	text-align:center;	
	vertical-align:middle;
	margin: 0px;
	height:28px;
	padding:0px 12px 0px 12px; background:#000000;
	
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:13px;
	text-decoration:none;
	text-align:center;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;

	border-width:0px;	
	margin: 0px;
	height:28px;
	padding:0px 12px 0px 12px;
	background-image: url(images/grey-line.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;

}

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border:0px;
	margin:0px;

}
/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo
{
	vertical-align:middle;
	text-align:left;
	!important;
}
/*----------------Search Input Css Class------------------*/
#dnn_dnnSEARCH_txtSearch
{
	height:28px;
	color:#FFF;
	
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;  
	 background:url(images/inp.jpg)  right no-repeat; border:none; width:212px; padding-left:30px; padding-top:8px; padding-right:5px; float:right;
	
}
.searchtext{float:left; position:absolute; background-position:top;}
/*-------------------------------------------------------------------------*/
/*---------------------Gernal Styling-------------------------------------*/
/*-------------------------------------------------------------------------*/
.bread_cmb {
	color:#2D2E32;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	
}






/* CSS Document */

.top_bg{background: #e8e8e8 url(images/top_bg.jpg) left top repeat-x; height:85px; width:100%;}
.footer{background:#120e0d url(images/footer_bg.jpg) left bottom  repeat-x;   width:100%; height:auto;}
.footer1{ background: #000 url(images/footer_bg_inner.jpg) left top repeat-x; height:auto; width:100%;}
.inner_top_bg{background:url(images/inner-top_bg.jpg) left top repeat-x; width:100%; height:12px;}
.inner_bottom_bg{background: url(images/inner-bottom_bg.jpg) left top repeat-x; width:100%; height:12px;}
.inner_mid_left{background:url(images/mid_left.jpg) left top repeat-y; height:100%; width:10px;}
.inner_mid_right{background: url(images/mid_right.jpg) left top repeat-y; height:100%; width:10px;}
.inner_bg{background:#ededed url(images/inner_bg.jpg) left top repeat; height:auto;}
.footer_index{background: #000000 url(images/footer_bg1.jpg) left top repeat-x; height: auto;}
.footer_index2{background: #17100f url(images/footer_bg2.jpg) left top repeat-x; height: auto;}
.top_bg1{ height:100%; width:958px;}
.mid_bg1{background:  url(images/mid_bg.png) left top repeat-y; height:100%; width:955px;}

