body /*controls the exterior colors of the skin */
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightgrey;
    height: 100%;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    BORDER-RIGHT: #35532D 1px solid; 
    BORDER-TOP: #35532D 1px solid; 
    BORDER-LEFT: #35532D 1px solid; 
    BORDER-BOTTOM: #35532D1px solid; 
}
.SkinObject
{
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#35532D;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#35532D;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#35532D;
}

A.SkinObject:hover    {
	text-decoration: none;
	color: Silver;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}
/* style of item titles on edit and admin pages -- mike comment - all fields on the skin */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color:black;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #35532D;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #35532D;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #003580;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #797777;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003580;
}

A.CommandButton:hover    {
	text-decoration: underline;
	color: #797777;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: Silver;
	color: #0D3254;
	font-family: Arial, Helvetica, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #35532D;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #35532D;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #35532D;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #35532D;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #35532D;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #35532D;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #35532D;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #35532D;
}

A:link
{
    text-decoration: none;
    color: #003580;
}

A:visited
{
    text-decoration: none;
    color: #797777;
}

A:active    {
    text-decoration:    none;
    color: black;
}

A:hover
{
    text-decoration: underline;
    color: #003580;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #35532D;
    height:1pt;
    text-align:left
}

.Businessco04_padd{
	padding: 1px 1px 1px 1px;
	/*padding: 10px 17px 14px 17px; these were the original settings*/ 
}
.Businessco04_bg
{
    background-image: none;
    height: 100%;
    width: 787px;
    background-color: #ffffff;
}
.Businessco05_menubg
{
    /* background image above the menu */
    background-repeat: repeat-x;
    background-image: url(photo_bridgecables.jpg);
    height: 132px;
    width: 787px;
}
.Businessco04_topgraybg
{   /* bacground for the outer skin - orignal black image */
    /*background-image: url(Businessco04_topgraybg.gif); */
    background-image: url(grd-4px.gif);
    height: 54px;
    background-image: none;
}
.Businessco04_menubg
{
    /* controls the color behind the menu */
   /* background-image: url(Businessco04_menubg.jpg); */
    height: 26px;
    background-color: #003580;
    background-image: none;
    width: 100%;
}
.Businessco04_orangebg{
	background-image: url(Businessco04_orangebg.jpg);
	height: 9px;
	background-repeat: repeat-x;
}
.Businessco04_bluebg
{
   background-image: url(Businessco04_bluebg.jpg);
	height: 25px;
	background-repeat: no-repeat;
}
.Businessco04_searchbg
{
    background-image: url(Businessco04_searchbg.jpg);
    width: 550px;
    height: 17px;
    background-repeat: no-repeat;
    background-position-x: right;
}
.Businessco04_blank
{
    width: 550px;
    height: 17px;
    background-repeat: no-repeat;
    background-position-x: right;
}
.Businessco04_bottomgraybg
{
    /*controls the bar on bottom of skin and is directly above the copyright box */
    background-image: url(Businessco04_bottomgraybg.jpg);
    height: 19px;
    background-image: none;
}
.Businessco04_copyright_leftbg
{
    /* controls the copyright tab on bottom of skin */
    background-image: url(Businessco04_copyright_leftbg.gif);
    width: 39px;
    height: 29px;
    background-image: none;
}
.Businessco04_copyright_middlebg
{
    /* controls the copyright tab on bottom of skin */
    background-image: url(Businessco04_copyright_middlebg.jpg);
    height: 29px;
    background-image: none;
}
.Businessco04_copyright_rightbg
{
    /* controls the copyright tab on bottom of skin */
    background-image: url(Businessco04_copyright_rightbg.jpg);
    width: 6px;
    height: 29px;
    background-image: none;
}
/* pane    Top, Right, Bottm, Left*/
.BannerPane{
	padding: 0px 0px 0px 0px;
}
.LeftPane{
	padding: 22px 30px 0px 14px;
	width: 120px;
}
.LeftPane02{
	padding: 22px 30px 0px 14px;
	width: 120px;
}
.TopPane{
	padding: 20px 14px 10px 16px;
}
.ContentPane
{
    padding: 20px 50px 15px 20px;
    
}
.ContentPaneRedText
{
    color: #003580;
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
}
.ContentPaneText
{
    color: black;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    /*line-height: 1.4em; */
}
.ContentPaneBoldText
{
    color: black;
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
}
.ContentPaneRedBoldText
{
    color: #003580;
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
}
/*Black Title*/
.ContentPaneBlackTextTitle
{
    color: #797777;
 	font-size: 16pt;
	/*letter-spacing: -1.3px;*/
	/* text-transform: lowercase; */
	font-family: Arial, Sans-Serif; 	
	font-weight: normal
	/*line-height: 1.4em;*/
}

/*RED Title*/
.ContentPaneTextTitle
{
    color: #003580;
    font-size: 16pt;
    /*letter-spacing: -1.3px; */
    /* text-transform: lowercase; */
    font-family: Arial, Sans-Serif;
    font-weight: bold
    /*line-height: 1.4em;*/
}
    
/* Blue hyperlink */
.ContentPaneLink
{
    text-decoration: underline;
    color: #003580;
}
.ContentPanesubtitle {
	font-size: 12pt;
	/* text-transform: lowercase; */
	font-family: Arial, Sans-Serif; 	
	color: #003580;
	font-weight: bold
}
.ContentPanesubtitle_2 {
	font-size: 12pt;
	/* text-transform: lowercase; */
	font-family: Arial, Sans-Serif; 	
	color: #797777;
	font-weight: bold
}
.ContentPanesubtitlelarge
{
    font-size: 14pt;
    font-family: Arial, Sans-Serif;
    color: blue;
}
/* pane    Top, Right, Bottm, Left*/
.RightPane{
	padding: 20px 20px 20px 20px;
	width: 190px;
}
.BottomPane{
	padding: 19px 0px 5px 15px;
}
.BottomPane2{
	padding: 19px 0px 5px 0px;
}
.BottomPane3{
	padding: 19px 0px 5px 0px;
}
.BottomPane4{
	padding: 19px 5px 5px 10px;
}
.SearchButton
{
    background: transparent;
    padding: 11px 0px 12px 74px;
    cursor: hand;
    font-size: 1px;
    margin: 0 0 0 0px;
    text-align: right;
}
#dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:17px; background: transparent; width: 120px; color: #333333; padding: 2px 2px 1px 7px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px;}
/* menu */
.MainMenu_MenuContainer {	
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:30px;
}
.ItemsBreak{
	background-color: transparent;
	font-family: 'lucida sans',verdana;
	font-style: normal;
}
.RootItem TD
{
    /* controls text for inactive menu item */
    font-weight: bold;
    color: white;
    height: 20px;
    padding-right: 4px;
    padding-left: 4px;
    text-transform: uppercase;
    background: #003580 repeat-x left 50%;
    font-family: arial, 'lucida sans',verdana;
    font-size: 10px;
}
.RootItemActive TD{
	font-family: arial, 'lucida sans',verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background-image: url(Businessco04_hover_menubg.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 20px;
	background-color: #003580;
	padding-right: 4px;
	padding-left: 4px;
}
.RootItemSelected TD
{
    /* controls when mouse hovers over menu */
    font-family: arial, 'lucida sans',verdana;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: White;
    background-image: none;
    height: 20px;
    background-color: #003580;
    padding-right: 4px;
    padding-left: 4px;
}
.RootItemBreadCrumb TD 
{
    /* controls the selected menu item on main nav */
    font-family: arial, 'lucida sans',verdana;
    font-size: 10px;
    font-weight: bold;
    color: white;
    height: 20px;
    background-image: none;
    background-color: #003580;
    padding-right: 4px;
    padding-left: 4px;
}
.MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #003580;
    text-align: center;
    width: 2px;
    height: 20px;
    font-size: 10px;
    color: #003580;
    border-right: #003580 thin solid;
    border-top: #003580 thin solid;
    border-left: #003580 thin solid;
    border-bottom: #003580 thin solid;
}
.SubMenu
{
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=1);
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    font-family: arial, 'lucida sans' ,verdana;
    font-size: 10px;
    font-weight: bolder;
    color: black;
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
    height: 20px;
    border-right: #003580 thin solid;
    border-top: #003580 thin solid;
    border-left: #003580 thin solid;
    border-bottom: #003580 thin solid;
}
.SubItemActive TD /*controls the submenu item that has been selected */
{
    border-top: 0px solid;
    font-family: arial, 'lucida sans',verdana;
    font-size: 10px;
    font-weight: bolder;
    color: white;
    background-color: #003580;
    background-image: none;
    background-repeat: no-repeat;
   /* border-bottom: 0px solid #B8B8B8;
    border-right: 0px solid #DE6FFA;
    border-top: 0px solid #B8B8B8;
    border-left: 0px solid #DE6FFA; */
}
.SubItemBreadCrumb
{
    font-family: arial, 'lucida sans' ,verdana;
    font-size: 10px;
    font-weight: bolder;
    color: black; /*background-color: #003580;*/
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
   /* border-bottom: #d0d0d0 thin solid;
    border-right: #d0d0d0 thin solid;
    border-top: #d0d0d0 thin solid;
    border-left: #d0d0d0 thin solid; */
}
.SubItemSelected
{
    /* controls the hover over submenu items */
    font-family: arial, 'lucida sans' ,verdana;
    font-size: 10px;
    font-weight: bolder;
    color: white;
    background-color: #003580;
    background-image: none;
    background-repeat: no-repeat; /*  border-bottom: 1px solid #D0D0D0;
    border-right: 0px solid #DE6FFA;
    border-top: 1px solid #D0D0D0;
    border-left: 0px solid #DE6FFA; */
}
.MenuContainer
{ /*controls bacground for the menu container*/
    background-color: transparent;
}

.MenuItem
{ 
    /* controls the submenu */
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: arial ,'lucida sans' ,verdana;
    font-size: 10px;
    font-weight: bolder;
    font-style: normal;
    
    background-color: white; /* fixed firefox problem, do not use transparent here */ 
    border-bottom: 0px solid #D0D0D0;
    border-right: 0px solid #D0D0D0;
    border-top: 0px solid #D0D0D0;
    border-left: 0px solid #D0D0D0; 
    height: 25px; }

.MenuArrow
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuRootArrow
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16px;
	font-size: 12px;
}
.Separatorcssclass
{
    border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
/**/
.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: Silver;
	border-left: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	text-align: center;
	width: 15px;
	height: 20px;
	color: Black;
	font-size: 11px;
}
.ModuleTitle_MenuArrow{	
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   cursor: pointer; 
   cursor: hand; 
   border-right: #FFFFFF 0px solid; 
   border-bottom: #FFFFFF 0px solid; 
   border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   cursor: pointer; 
   cursor: hand;
}
.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 0px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 0px solid;
    border-right: #EEEEEE 0px solid;
    background-color: silver;
    height: 0px;
    color: black;
    font-size: 11px;
}
.ModuleTitle_MenuItemSel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    background: #1A61D3;
    padding: 0px 0px 0px 0px;
    border: 0;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Silver;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: Silver;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: bolder;
}
/* the following controls the login and register links*/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #grey;
	font-weight: normal;
}
A.login:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #grey;
    font-weight: normal;
}
A.login:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #grey;
    font-weight: normal;
}
A.login:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #black;
    font-weight: normal;
    text-decoration: underline;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003580;
	font-weight: normal;
}
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   font-weight: normal;
}
A.user:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003580;
	font-weight: normal;
}
A.user:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003580;
	font-weight: normal;
}
A.user:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003580;
    font-weight: normal;
    text-decoration: underline;
}
A.user:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003580;
	font-weight: normal;
}
.copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: gray;
    font-weight: normal;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
   font-weight: normal;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-decoration: none;
   font-weight: normal;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
   text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
   font-weight: normal;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-decoration: none;
	font-weight: normal;
}
#industryinsetbox {
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 1em;
	padding: 10px;
	border: 1px dotted #444444;
	background-color: #FFFFFF;
}