form
{
	height:100%;
}
html
{
	height:100%;
}
h1
{
	font-size: 150%;
}
h2
{
	background-color: #b8d1fe; /* Agilent "blue3" */
	font-size: 100%;
	padding: 4px;
}
h2.publicationTitle
{
	background-color: Transparent;
	border-bottom: 2px solid #c6c7cf; /* Agilent "grey1" */
	font-size: 130%;
	padding-bottom: 4px;
}
h3
{
	font-size: 100%;
	border-bottom: 1px solid #c6c7cf; /* Agilent "grey1" */
	margin-right: 10px;
	padding-bottom: 4px;

}
fieldset
{
	border: 0px;	
}
fieldset label
{
	font-weight: bold;
}
fieldset td.fieldLabel
{
	text-align: right;
}
legend
{
	margin-left: -4px; /* Compensate for IE7 (which also looks okay in Firefox) */
}
.body
{
	background-color:#FFFFFF;
	height:100%;
	margin:0px;
}
.master
{
	width:923px;
	height:100%;
	background-color:#FFFFFF;
}
.masterContent
{
	background-color:#FFFFFF;
}
.shadowRight
{
	*height:100%;
	min-height:100%;
	width:12px;	
	background-image: url('../agilentoffers_files/images/bl_Shadow_Right.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}
.shadowLeft
{
	*height:100%;
	min-height:100%;
	width:12px;	
	background-image: url('../agilentoffers_files/images/bl_Shadow_Left.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}
.spacer
{
	width:12px
}
.breadcrumb
{
    font-family: tahoma; 
    color: #656b77;
    clear:both;
    font-size:9pt; 
    font-family: tahoma; 
    padding-left:7px;
    padding-bottom:2px;
    padding-top:4px;
    border-bottom:1px #CCCCCC solid;
    margin-bottom:4px;
}
.breadcrumb:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a:visited
{
	text-decoration:none;
}
.breadcrumb a:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a:hover
{
	text-decoration:underline;
}

.breadcrumbCurrent
{
	font-weight:normal; 
}
.login
{
	display:inline;
}
.login a:hover
{
	text-decoration:underline;
}
.sharepointLogin
{
	float:right;
	display:inline;
}
.sharepointLogin .ms-globallinks
{
    position:relative;
}
a.#zz1_MyLinksMenuMenu
{
    font-family:Tahoma;
}
a.#zz8_Menu
{
    font-family:Tahoma;
}
div.#zz8_Menu_t img
{
    vertical-align:middle;
}
.sharepointLogin .ms-globallinks a
{
	color:#333333;
}
.sharepointLogin .ms-globallinks
{
	color:#333333;
}
.sharepointLogin div
{
	color:#333333;
}
.topArea
{
	background:url("../agilentoffers_files/images/bl_band.jpg") no-repeat;
	background-position:top right;
}
.topArea :active
{
	text-decoration:none;
}
.logo
{
    float:left;
	height: 42px;
	font-size:14pt; 
	font-family: tahoma;  
	padding-bottom:3px;
	padding-top:3px;
	padding-left:4px;
	padding-right: 0px;
}
.logo a
{
	color: #656B77;
	background-image:url("../agilentoffers_files/images/bl_logo.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:15px 5px 0px 75px;
}
.topLinkBar 
{
    float:right;
    width:auto;
	padding-left: 1px;
	padding-right: 7px;
   	display:inline;
}
.toplinkbar a:active
{
   	color: #444444;
	font-family: tahoma;  
	font-size:9pt; 
	text-decoration:none;
}
.topLinkBar a
{
   	color: #444444;
	font-family: tahoma;  
	font-size:9pt; 
	text-decoration:none;
}
.topLinkBar a:hover
{
	text-decoration:underline;
}
.topLink
{
   	background: url("../agilentoffers_files/images/linksdivider.gif") right 6px no-repeat;
   	display:inline;
}	
.console
{
	clear:both;
}
.search
{
    margin:6px 2px 20px 2px;
}
.search .ms-sbcell .ms-sbplain
{
    margin-right:2px;
    margin-left:2px;
    border:1px #555555 solid;
    height:14px;
}
.search .ms-sbcell
{
    border:none;
    font-weight:normal; 
    font-size:8pt; 
    color: #3A4663;
    padding:0px;
}
.search .ms-sbgo
{
    background:none;
}
a.searchByPartNumberLink, a.searchByPartNumberLink:visited  {
	background: #587bc2;
	color: #ffffff;
	font-size: 80%;
	font-weight: normal;
}
.siteActionMenu
{
    float:right;
}
.authoringRegion
{
	width:100%;
	color:#333333;
}

.topNavContainer
{
	height:32px;
}

/* for some reason, MOSS outputs an inline style that kills the borders of the global tabs.
   as a result, we lose the static highlights as well as the vertical real estate.
   we need to manually position the tabs and configure a few settings to reclaim
   the lost vertical real estate; noting we can do about the lost highlights.
*/
.topNav
{
	position:relative;
    top:-2px;               /* move the tab row north */
	height:32px;
	width:100%;
}

.topNavItem
{
}

/* use this to control the height of the cell that contains the tab */
.topNavItem TD
{
	height:16px;
}
.topNavItem a
{
	/* use padding top and bottom to control the height of the tab (<A>) 
	   and effectively position link text vertically; 
	   100% height ensures a vertical fill
    */
    display: block;
    height:100%;
    color: #ffffff;
    background-color: #587bc2;
    border-top: #9fb3dc 1px solid;
    border-bottom: #314c8e 1px solid;
    border-left: #7b96cf 1px solid;
    border-right: #405da1 1px solid;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:3px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.topNavItem a:visited
{
	color: #ffffff;
}
.topNavItem a:hover
{
    COLOR: #ffffff;
    BACKGROUND-COLOR: #6a94ea;
    BORDER-TOP: #a9c1f3 1px solid;
    BORDER-BOTTOM: #3c5bab 1px solid;
    BORDER-LEFT: #89aaee 1px solid;
    BORDER-RIGHT: #4d70c3 1px solid;
    TEXT-DECORATION: none

/*	color: #ffffff;
    text-decoration:none;
*/
}
.topNavItem a:active
{
	color: #cc6699;
}

.topNavSelected a
{
	color: #FFFFFF;
}
.topNavHover a
{
    BORDER-TOP: #a9c1f3 1px solid;
    BORDER-BOTTOM: #3c5bab 1px solid;
    BORDER-LEFT: #89aaee 1px solid;
    BORDER-RIGHT: #4d70c3 1px solid;
    BACKGROUND-COLOR: #6a94ea;
    /*COLOR: #ffffff;*/
    /*text-decoration:none;*/
}
.topNavFlyOuts
{
	border-top:1px #CBD1E0 solid;
}
.topNavFlyOutsItem
{	
	font-family: tahoma; 
	font-size: 8pt; 
	background-color: #ECEFF3;
	border:1px #CBD1E0 solid;
	border-top-style: none;
	color:#3A4663; 
	*width:150px;
	min-width:150px;
}
.topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.topNavFlyOutsHover
{
	background-color: #B2BCD3;
}
.topNavRoundRight
{
    width:0px;
}
.topNavRoundLeft
{
    width:0px;
}
.leftNav
{
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	color: #0085d5;
}
.leftNavSpacer
{
	width:160px;
}

/* For frontier, leftNav* styles do not show any any hover or visited cues; only active cues are used */
.leftNav1
{
	margin-top:5px;
	margin-bottom:4px;
	font-family: verdana;  
	font-size: 1em; 
	color: #0085d5;
	border-top-color:white;
	border-top-style:solid;
	border-top-width:1px;
}
.leftNav1 a
{
	font-family: verdana;  
	font-size: 1em; 
	margin-top:8px;
	margin-bottom:8px;
	margin-left:5px;
	padding-left:5px;
	padding-right:5px;
	display:block;
	color: #0085d5;
}
.leftNav1 a:visited
{
	color: #0085d5;
	text-decoration:none;
}
.leftNav1 a:hover
{
	color: #0085d5;
	text-decoration:underline;
}
.leftNav1 a:active
{
	color: #cc6699;
	text-decoration:none;
}

.leftNav2
{	
	font-family: verdana;  
	font-size: 1em; 
	margin-top:2px;
	margin-bottom:3px;
	color: #0085d5;
}
.leftNav2 a
{
	padding-left:10px;
	font-family: verdana;  
	font-size: 1em; 
	display:block;
	padding-right:10px;
	color: #0085d5;
	margin-top:2px;
	margin-bottom:3px;
	margin-left:5px;
}
.leftNav2 a:visited
{
	color: #0085d5;
	text-decoration:none;
}
.leftNav2 a:hover
{
	color: #0085d5;
	text-decoration:underline;
}
.leftNav2 a:active
{
	color: #cc6699;
	text-decoration:none;
}

.leftNav3
{	
	font-family: verdana;  
	font-size: 1em; 
	color: #0085d5;
}
.leftNav3 a
{
	padding-left:18px;
	font-family: verdana;  
	font-size: 1em; 
	display:block;
	padding-right:10px;
	color: #0085d5;
}
.leftNav3 a:visited
{
	color: #0085d5;
	text-decoration:none;
}
.leftNav3 a:hover
{
	color: #0085d5;
	text-decoration:underline;
}
.leftNav3 a:active
{
	color: #cc6699;
	text-decoration:none;
}

.leftNavFlyOuts
{
	font-family:Tahoma; 
	font-size:8pt; 
	border-top:1px #CBD1E0 solid;
	border-left:1px #CBD1E0 solid;
	border-right:1px #CBD1E0 solid;	
}
.leftNavFlyOutsItem
{
	border-bottom:1px #CBD1E0 solid;
	background-color: #ECEFF3;
}
.leftNavFlyOutsItem a
{
	padding:1px 5px 1px 5px;
	display:block;
	color:#354260;
	*width:100px;
	min-width:100px;
}
.leftNavFlyOutsHover
{
	background-color: #B2BCD3;
}
.pageTitle
{
	margin:0px;
	font-family: verdana;  
	font-size: 12px; 
	font-weight: bold; 
}
.pageTitle span
{
	margin:0px;
	padding:0px;
}
/* ml sets the space between the LH nav and the left edge of the main content */
.mainContainer
{
	margin-left:4px;
	margin-right:0px;
}
.bottomLinkBar
{
	font-family: tahoma;  
	font-size: 8pt; 
	color: #999999;
	float:none;
}
.mainContent
{
}

.mainContent td.ms-pagebreadcrumb
{
	display:none;
}
.mainContent div.ms-pagebreadcrumb
{
	display:none;
}
div.ms-wikieditouter
{
	position:static;
	border-bottom: 1px #6393d4 solid;
	margin-bottom:8px;
	margin-right:5px;
	border-right-width:1px;
}
div.ms-quicklaunchouter
{
	margin-left:7px;
	margin-top:5px;
	width:158px;
	border-width:0px;
}

/*
	Content specific to anonymous users
	such as "Please login or register to..."
*/
.anonymousUsersOnly
{
	background-color: #cccc99;
	padding: 4px;
}
.fieldLabel
{
	font-weight: bold;
}
.hitHighlight
{
	font-weight: bold;
}
.partNumber
{
	white-space: nowrap;
}
.popupWarning
{
	font-weight: bold;
}
.srch-Rank 
{
	font-size: 9px;
	font-weight: normal;
	margin-left: 10px;
}
/* Table and grid formatting */
td.contentType
{
	text-align: center;
}

td.dateModified
{
	text-align: center;
}

table.AgilentGrid1 /* a.k.a. Library Search results */
{
	margin: 1em 0;
	width: 100%;
}

table.AgilentGrid1 thead
{
	background-color: #587BC2; /* Agilent "blue4" */
	color: #FFFFFF;
}

table.AgilentGrid1 thead th
{
	font-weight: normal;
	padding: 4px 10px;
	text-align: left;
	white-space: nowrap;
}

table.AgilentGrid1 td
{
	padding: 4px 10px;
	vertical-align: top;
}

table.AgilentGrid1 tr.oddRow
{
	background-color: #D8E6FF; /* Agilent "blue5" */
}

table.AgilentGrid2 /* a.k.a. Chromatogram Search results */
{
    margin: 1em 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.AgilentGrid2 th, table.AgilentGrid2 td
{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 10px;
    vertical-align: top;
}

table.AgilentGrid2 th
{
    background-color: #99ccff;
}

table.AgilentGrid2 ul
{
    margin: 0px 4px;
    padding-left: 10px;
}

table.AgilentGrid2 .TitleColumn
{
    text-align: left;
    width: 195px;
}

table.AgilentGrid2 .IndustryColumn
{
    text-align: left;
    width: 133px;
}

table.AgilentGrid2 .PhaseColumn
{
    text-align: left;
    width: 100px;
}

table.AgilentGrid2 .PartNumberColumn
{
    text-align: center;
    width: 80px;
}

table.AgilentGrid2 .TechniqueColumn
{
    text-align: center;
    width: 80px;
}

/* Two column section */
.twoColumnContainer
{
	width: 100%;
}

.twoColumnLeft
{
	float: left;
	margin-right: 10px;
}

.twoColumnRight
{
	float: left;
}

.twoColumnClear
{
	clear: both;
}

.articlePageSubtitle
{
	FONT-SIZE:14px;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #000000;	
}
.articlePageContent
{
	FONT-SIZE:12px;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	COLOR: #000000;	
}
.pressReleaseContactsHeader
{
	FONT-SIZE:13px;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #000000;	
}
.pressReleaseArticleID
{
	FONT-SIZE:13px;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #000000;	
}
.pressReleaseContactInfo
{
	FONT-SIZE:13px;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #000000;	
}
.pressReleaseTitle
{
	FONT-SIZE:18px;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #000000;	
	text-transform:uppercase;
}
.pressReleaseSubtitle
{
	FONT-SIZE:12px;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	COLOR: #000000;	
}
.pressReleaseDateline
{
	FONT-SIZE:12px;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #000000;	
}
.pressReleaseContent
{
	FONT-SIZE:12px;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	COLOR: #000000;	
}
/* Changed by nidhish */
a.EducationLinks{
	font-family:verdana, helvetica, sans-serif;
	color: #0085d5;
	text-decoration: none;
	font-size:12px;
}
a.EducationLinks , a.EducationLinks:link{
	font-family:verdana, helvetica, sans-serif!important;
	color: #0085d5!important;
	text-decoration: none;
	font-size:12px!important;
}
a.EducationLinks:visited{
	color: #7E417F!important;
	text-decoration: none;
}
a.EducationLinks:hover{
	color: #b3214f!important;text-decoration: underline;
}
a.EducationLinks:active{
	color: #cc6699!important;text-decoration: none;
}
.EducationListText td
{
	FONT-SIZE: 12px!important;	
	FONT-FAMILY: Verdana, Helvetica, sans-serif!important;	
}
H3.EducationGeneralPage
{
	FONT-SIZE: 18px!important;	
	FONT-FAMILY: Verdana, Helvetica, sans-serif!important;	
	background-color:white;
	border-bottom-color:white;
}
H2.EducationGeneralPage
{
	FONT-SIZE: 25px!important;	
	FONT-FAMILY: Verdana, Helvetica, sans-serif!important;	
	background-color:white;
}
H1.EducationGeneralPage
{
	FONT-SIZE: 33px!important;	
	FONT-FAMILY: Verdana, Helvetica, sans-serif!important;	
	background-color:white;
}
a.ESeminarsLinks{
	text-decoration: none;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	color: #0085d5!important;
	font-size:12px!important;
	font-weight:700;
}
a.ESeminarsLinks:visited{
	color: #663366;
}
a.ESeminarsLinks:link{
	color: #0085d5!important;
}
a.ESeminarsLinks:hover{
	color: #b3214f!important;
}
/* Changed by nidhish */
/* Search formatting */
div.srch-narrow-results ul
{
	margin: 0;
	padding-left: 15px;
}