@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
 
 .boxes {
float:left; margin-right:3px
}

.iNetRoundBoxSpan {
width:190px!important;
 padding-right:20px;
 margin-right:0}
 
 .iNetRoundBoxTop{width:210px!important}

.tooltip{ position: absolute; z-index: 3; border:1px solid #999999; display:none; background-image:url(../images/Prod_Description_bg.jpg)!important; background-repeat:repeat-x; width: 235px; height:auto; }



.tooltip .ProductDescription { width:225px; padding:5px; border:none; min-height:0 }
.tooltip .ProductDescription h1 {font-size:1em}
.tooltip .ProductDescription h2 {font-size:.8em; text-align:left; margin:0; padding:0}

.iNetRoundBoxTop{background-image: url(/images/RoundedBlue230w_top.png); background-repeat:no-repeat; width:230px; height:23px;padding-left:15px; font-weight:bold; line-height:23px; color: #000066}
.iNetRoundBoxSpan{background-image: url(/images/RoundedBlue230w_Span.png);background-repeat:repeat-y;width:230px;padding-left:15px; min-height:190px; margin-left:0; height:auto}
.iNetRoundBoxBottom{background-image: url(/images/RoundedBlue230w_Bottom.png); background-repeat:no-repeat;width:230px; height:31px;}



* html .iNetRoundBoxSpan {background-image: url(/images/RoundedBlue230w_Span.png); }
* html .iNetRoundBoxTop {background-image:none; position:relative; width:215px!important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/RoundedBlue230w_Top.png")}

* html .iNetRoundBoxBottom {background-image:none; position:relative;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/RoundedBlue230w_Bottom.png")}




.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 99%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTabGroup li div {padding:0 5px}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	width:115px;
	height:40px;
	float: left;
	text-align:center;
	margin: 0px 2px 0px 0px;
	font-size:1em;
	font-weight:bold;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-bottom:1px solid #266aa1;
}

.prodTitle {
font-size:14px;
font-weight:bold;
margin-bottom:10px;
padding-top:10px;
text-indent:10px;
width:100%;
background-image:url(../images/product_tabs/bg.jpg); background-repeat:repeat-x;
}

#single {background-image:url(../images/product_tabs/SingleGasTab_normal.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;}
li#single.TabbedPanelsTabSelected {background-image:url(../images/product_tabs/SingleGasTab_selected.png);}
* html #single {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/SingleGasTab_normal.png')}
* html li#single.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/SingleGasTab_selected.png')}

#multi {background-image:url(../images/product_tabs/multiGasTab_normal.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;}
li#multi.TabbedPanelsTabSelected {background-image:url(../images/product_tabs/multiGasTab_selected.png);}
* html #multi {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/multiGasTab_normal.png')}
* html li#multi.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/multiGasTab_selected.png')}

#fixed {background-image:url(../images/product_tabs/fixedTab_normal.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;}
li#fixed.TabbedPanelsTabSelected {background-image:url(../images/product_tabs/fixedTab_selected.png);}

* html #fixed {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/fixedtab_normal.png')}
* html li#fixed.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/fixedtab_selected.png')}

#controllers {background-image:url(../images/product_tabs/controllersTab_normal.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;}
li#controllers.TabbedPanelsTabSelected {background-image:url(../images/product_tabs/controllersTab_selected.png);}

* html #controllers {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/controllersTab_normal.png')}
* html li#controllers.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/controllersTab_selected.png')}

#stations {background-image:url(../images/product_tabs/stationsTab_normal.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#stations.TabbedPanelsTabSelected {background-image:url(../images/product_tabs/stationsTab_selected.png);}

* html #stations {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/stationsTab_normal.png')}
* html li#stations.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/stationsTab_selected.png')}


#oldhamdocs {background-image:url(../images/product_tabs/docs_normal.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;}
li#oldhamdocs.TabbedPanelsTabSelected {background-image:url(../images/product_tabs/docs_selected.png);}

* html #oldhamdocs {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/docs_normal.png')}
* html li#oldhamdocs.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/docs_selected.png')}




#accessoriescontent {border:1px solid #266aa1; height:auto}



#iNetTab {background-image:url(../images/product_tabs/iNetTab_normal.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#iNetTab.TabbedPanelsTabSelected {background-image:url(../images/product_tabs/iNetTab_selected.png);}

* html #iNetTab {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/iNetTab_normal.png);')}
* html li#iNetTab.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/product_tabs/iNetTab_selected.png);')}

.iNetTitle {
background-image:url(../images/product_tabs/stations_bg.jpg); background-repeat:repeat-x;}
.inetcontent {border:1px solid #266aa1; clear:both; height:auto; padding-bottom:15px; background-image:url("../images/product_tabs/bg.jpg"); background-position:top; background-repeat:repeat-x}
.inetcontent p, .inetcontent h3 {padding-left:20px}
.inetcontent div.span-3 {width:145px; }
.PortableGasProducts { FLOAT: left;}
div.inetcontent #ctl00_ContentPlaceHolder1_inetall  div.span-3 {width:130px; margin-bottom:25px}



#f2f {background-image:url(../images/training_tabs/f2f.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#f2f.TabbedPanelsTabSelected {background-image:url(../images/training_tabs/f2f_selected.png);}

* html #f2f {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/f2f.png);')}
* html li#f2f.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/f2f_selected.png);')}


#online {background-image:url(../images/training_tabs/online.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#online.TabbedPanelsTabSelected {background-image:url(../images/training_tabs/online_selected.png);}

* html #online {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/online.png);')}
* html li#online.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/online_selected.png);')}


#basic {background-image:url(../images/training_tabs/basic.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#basic.TabbedPanelsTabSelected {background-image:url(../images/training_tabs/basic_selected.png);}

* html #basic {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/basic.png);')}
* html li#basic.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/basic_selected.png);')}

#rules {background-image:url(../images/training_tabs/rules.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#rules.TabbedPanelsTabSelected {background-image:url(../images/training_tabs/rules_selected.png);}

* html #rules {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/rules.png);')}
* html li#rules.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/rules_selected.png);')}


#askdave {background-image:url(../images/training_tabs/askdave.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#askdave.TabbedPanelsTabSelected {background-image:url(../images/training_tabs/askdave_selected.png);}

* html #askdave {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/askdave.png);')}
* html li#askdave.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/askdave_selected.png);')}

#podcast {background-image:url(../images/training_tabs/podcast.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#podcast.TabbedPanelsTabSelected {background-image:url(../images/training_tabs/podcast_selected.png);}

* html #podcast {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/podcast.png);')}
* html li#podcast.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/training_tabs/podcast_selected.png);')}


#people {background-image:url(../images/company_tabs/people.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#people.TabbedPanelsTabSelected {background-image:url(../images/company_tabs/people_selected.png);}

* html #people {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/people.png);')}
* html li#people.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/people_selected.png);')}

#news {background-image:url(../images/company_tabs/news.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#news.TabbedPanelsTabSelected {background-image:url(../images/company_tabs/news_selected.png);}

* html #news {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/news.png);')}
* html li#news.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/news_selected.png);')}

#video {background-image:url(../images/company_tabs/video.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#video.TabbedPanelsTabSelected {background-image:url(../images/company_tabs/video_selected.png);}

* html #video {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/video.png);')}
* html li#video.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/video_selected.png);')}


#career {background-image:url(../images/company_tabs/career.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#career.TabbedPanelsTabSelected {background-image:url(../images/company_tabs/career_selected.png);}

* html #career {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/career.png);')}
* html li#career.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/career_selected.png);')}

#foundations {background-image:url(../images/company_tabs/foundations.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#foundations.TabbedPanelsTabSelected {background-image:url(../images/company_tabs/foundations_selected.png);}

* html #foundations {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/foundations.png);')}
* html li#foundations.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/foundations_selected.png);')}

#articles {background-image:url(../images/company_tabs/articles.png); background-position:bottom center; background-repeat:no-repeat;padding-top:75px;  	font-weight:bold;}
li#articles.TabbedPanelsTabSelected {background-image:url(../images/company_tabs/articles_selected.png);}

* html #articles {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/articles.png);')}
* html li#articles.TabbedPanelsTabSelected {background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/company_tabs/articles_selected.png);')}
/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
li.TabbedPanelsTabHover {
text-decoration:underline
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
li.TabbedPanelsTabSelected {
text-decoration:underline;
border-bottom:1px solid #bccde7;
position:relative;
top:2px}

.TabbedPanelsTabSelected a {
	font-weight:bolder}
/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;

}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 0;
	background:#FFFFFF;!important


}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
background:url("../images/product_tabs/bg.jpg") repeat-x scroll center top transparent;
}
