body{margin:0px; padding:0px; background:#000000; font-family:Arial, Helvetica, sans-serif; color:#ffffff;}
p{margin:0px; padding:0px;}
/*-------------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:#FFF; line-height:18px;}
.NormalTextBox
{
	
	
}
/*command buttons*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family:Tahoma;  font-size:8pt; text-decoration:none;font-weight:normal;color:#FFFFFF; }
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; line-height:18px; color:#FFFFFF;
}

/*general links style*/
/*A,A:link,A:visited,A:active
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
A:hover{ text-decoration: none; color: #FFFFFF; }*/

/* 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:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	text-align:right;
}
a.user:hover
{
	text-decoration: none;
	color:#FFFFFF;
}

/* 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, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration:none;
}
a.links:hover{
	color:#999999;
	text-decoration: none;
}*/
/* 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{
	height:35px;
	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:#2A2822;
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	
	padding:2px 5px 2px 5px;
	border:1px #D8D4C7 solid;
	border-width:1px 0px;
	background:url(Images/SubMenuBG.png) top left repeat-x;
	
		/*width:100px;*/
	height:22px;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#55410A;
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	border:1px #E6DDC8 solid;
	border-width:1px 0px;
	background:url(Images/SubMenuBG.png) top left repeat-x;	
	
		/*width:100px;*/
	height:22px;

}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#2A2822;
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	border:1px #E6DDC8 solid;
	border-width:1px 0px;
	background:url(Images/SubMenuBG_Hover.png) top left repeat-x;	
	
/*		width:100px;*/
	height:22px;
	
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:1px solid #D8D4C7;
	border-width:1px;
	
	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
{
	color:#999999; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:11px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 0px;
	padding:0px 4px 0px 4px;
	 background:#000000;
	 height:20px;
		

}

/*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;	
	text-decoration:underline;
	vertical-align:middle;
	margin: 0px;
	padding:0px 4px 0px 4px;
	 height:20px;
	
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#999999; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size:11px;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;
	border-width:0px;	
	margin: 0px;
	padding:0px 4px 0px 4px;
	 background:#000000;
	  height:20px;
	
}

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border:0px;
	margin:0px;

}
/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo
{
	vertical-align:middle;
	text-align:left;
	
}
/*----------------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;
	
}






.top_bg{background:url(images/top_bg.gif) left top repeat-x; height:13px; width:676px;}
.index_bg{background:url(images/index_bg.gif) left top no-repeat; height:440px; width:676px;}
.blue{ background:#234584; -moz-opacity:0.9; filter:alpha(opacity=90); opacity:0.9;}
.blue_bg{background: #2d3981 url(images/solution_background.jpg) left top repeat-x; height:100%; width:676px;}
.grey{ background:#eaebf2;  height:22px;}
.black{ background:#000;  height:22px;}
.yellow_bg{background:#ffd940 url(images/quote_background.jpg) left top no-repeat; height:100%; width:676px;}
.red_bg{background:#cb3332 url(images/about_us_background.jpg) left top no-repeat; height:100%;width:676px;}
.contact_bg{background:#188d9f url(images/contact_us_background.jpg) left top no-repeat; height:100%; width:676px;}
.green{ background:#46a4b2; -moz-opacity:0.7; filter:alpha(opacity=70); opacity:0.7; height:22px;}
.heading{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#FFFFFF; font-weight:normal;}
.heading1{font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#FFFFFF; font-weight:normal;}
.white{ font-size:12px; color:#FFFFFF;}
.white1{ font-size:11px; color:#FFFFFF;}
.sub_heading{font-size:14px; color:#FFFFFF; font-weight:bold;}
.sub_heading1{font-size:14px; color:#FFFFFF; font-weight:normal;}
.red_link{font-size:11px; color:#800080; text-decoration:underline;}
.about_barbon{ color:#cccccc; font-size:12px; text-decoration:underline;}
.about_barbon a{ color:#cccccc; font-size:12px; text-decoration:underline;}
.about_barbon a:hover{ color:#000000; font-size:12px; text-decoration:underline;}
.legal{ color:#999999; font-size:11px; text-decoration: none;}
.legal a{ color:#999999; font-size:11px; text-decoration: none;}
.legal a:hover{ color:#FFFFFF; font-size:11px; text-decoration: none;}

A, A:link, A:visited, A:active,A:hover
{  
text-decoration:none;
}

/*-------------------------------*/
		/*Form Css Style */
/*-------------------------------*/

.FormLable { white-space:nowrap; color:#666666; font-size:12px; line-height:16px;}
table.MainFormTable { padding-left:16px;}
table.MainFormTable td { padding:10px 12px 10 0; vertical-align:top }
table.NormalTextBox td { padding:0px;}
.inputyellow { height:22px; background:#FFFF99; font-size:12px;}
.NormalBox { height:20px; font-size:12px;}
.NormalTextArea { background:#FFFF99; font-size:12px;}

