#home {
	padding: 0;
	margin: auto;
	width: 970px;
	}
	
/*	
h1, h2, h3, h4, h5, h6 {
    color: #555555;
    font-weight: normal;
    line-height: 1.3em;
    margin: 5px 0 5px 0;
}

h1 {
	font-size: 26px;
	margin: 15px 0 5px 0;
	color: #1a2155
}

h2 { 
	font-size: 22px;
}

h3 { 
	font-size: 18px;
	color: #727272;
}

h4,
h5,
h6 { 
	font-size: 16px;
}
*/

.the_error_message {
	color: red;
	font-weight: bold;
	right: 0;
	top: 10px;
	}
		
input, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #777777 inset;
    font-size: 13px;
    outline: medium none;
    padding: 5px;
    width: auto;
    }

input[type="radio"] {
	border: 0px none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
    }
	
select {
    background: #FFFFFF !important;
    border: 2px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    outline: medium none;
    padding: 5px;
    width: auto;
    }

td.grayBorderBottom, th.grayBorderBottom, tr.grayBorderBottom > td, tr.grayBorderBottom > th {
	border-bottom: 1px solid #dddddd;
}

tr.grayBorderBottom td, tr.grayBorderBottom th {
	padding: 5px;
}

tr.no-input-margin-bottom select, tr.no-input-margin-bottom input {
	margin-bottom: 0px;
} 

#pageContent {
  width: 975px; 
  padding: 0px;
  margin: 0px;
}

#navMainContainer {
  width: 963px; 
  height: 30px;
  padding: 5px 0px 0px 5px; 
  background-color: #dddddd; 
  margin-left: 0;
}

#mainFrame {
    border: 0 solid #B0B0B0;
    float: left;
    overflow: auto;
    padding: 10px;
    position: relative;
    width: 727px;
    text-align: left;
}

#shoppingListDiv {
  width: 220px; 
  vertical-align: top; 
  text-align: left; 
  padding: 0px;
  margin: 0;
  float: left;
  background: #f5f5f5;
  overflow: auto;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

div.clearfloats {
  clear: both;
}

.mainTitle {
	font-family: Arial;
	margin-top: 10px;
	margin-left:0px;
	color: #003366;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 10px;
}

.pageHeader {
	color: #5C5C5C; 
	font-size: 18px; 
	display: block;
	margin-top: 17px;
	font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
	width: 90%;
	/*width: 920px;*/
}

.pageHeaderNoLine {
	color: #5C5C5C; 
	font-size: 14px; 
	display: block;
	margin-top: 17px;
	font-weight: bolder;
	width: 100%;
	/*width: 920px;*/
}
.pageSubHeader {
	color: #5C5C5C; 
	font-size: 18px; 
	display: block;
	margin-top: 17px;
	font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
	width: 90%;
	text-align: left;
}
.pageSubHeaderNoLine {
	color: #5C5C5C; 
	display: block;
	font-weight: bolder;
	text-align: left;
}
.pageSubHeading {
	color: #565656; 
	display: block;
	font-family: Arial;
	font-weight: bold;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.sectionTitle {
	color: #5b5b5b;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 90%;
	margin-top: 10px;
	margin-bottom:15px;
}
.expandSubSectionFirstTitle {
	margin-top: 1px;
	display: inline;
}
.expandSubSectionTitle {
	margin-top: 10px;
	display: inline;
}
.expandSubSectionContainer {
	margin-left: 28px;
	margin-top: 10px;
	margin-bottom: 13px;
	display: none;
}
.searchFormHeader {
	color: #5C5C5C; 
	font-size: 12px; 
	font-weight: bold;
	line-height: 14px;
	margin:3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.divSearchFormContainer {
	width: 705px;
	background-color: #fff	/*#F0F0FA*/;
	padding: 0px;
	margin-bottom: 5px;
	color: #5D5D5D;		/* #5D5D5D */
}

.searchFieldLabels {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #5D5D5D;
}

TH.productheader {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #7F96B5;
	color: #ffffff;
	line-height: 16px;
}
.productheader {	
	background-color: #7F96B5;
	color: #ffffff;
	line-height: 16px;
}

/**********************/
/*** New Button Classes ***/
/**********************/
/*
.button {
	border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-weight: bold;
    padding: 5px 14px;
    margin: 0 1px 0 1px;
    display: block;
    
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    text-transform: lowercase;
    font-size: 12px;
    font-family: Arial;
    
    -moz-border-radius: 5px;
    -moz-box-shadow: inset 0 0 2px 0 rgba(255,255,255, 0.4);
    -o-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    
    -o-box-shadow: inset 0 0 2px 0 rgba(255,255,255, 0.4);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(255,255,255, 0.4);
}
*/
/*** Button Sizes ***/
.button_size_small {
	font-size: 11px;
    padding: 4px 12px;
}
	
.button_size_large {
	font-size: 15px;
    padding: 6px 18px;
}

/*** Green Button ***/
a.button_green, a.button_green:link, a.button_green:visited, a.button_green:active {
    color: #ffffff;
	background: #0E825D;
	background: -moz-linear-gradient(center top , #409E7C 0%, #1DA575 49%, #059361 51%, #0F8E61 100%) repeat scroll 0 0 transparent;
}

a.button_green:hover {
    color: #ffffff;
	background: #0E825D;
	background: -moz-linear-gradient(top, #3B9176 0%, #1B9973 49%, #058759 51%, #0E825D 100%);
	background: -o-linear-gradient(top, #3B9176 0%, #1B9973 49%, #058759 51%, #0E825D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B9176), color-stop(49%,#1B9973), color-stop(51%,#058759), color-stop(100%,#0E825D));
}

/*** Blue Button ***/
a.button_blue, a.button_blue:link, a.button_blue:visited, a.button_blue:active {
    color: #ffffff;
    background: #376FE0;
    background: -moz-linear-gradient(top, #3789D3 0%, #376FE0 49%, #036AC7 51%, #1A5AD9 100%);
    background: -o-linear-gradient(top, #3789D3 0%, #376FE0 49%, #036AC7 51%, #1A5AD9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3789D3), color-stop(49%,#376FE0), color-stop(51%,#036AC7), color-stop(100%,#1A5AD9));
}

a.button_blue:hover {
    color: #ffffff;
	background: #0d53de;
	background: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 49%, #044bd9 51%, #0d53de 100%);
	background: -o-linear-gradient(top, #5d89e8 0%, #2261e0 49%, #044bd9 51%, #0d53de 100%);
	background: -webkit-gradient(linear,left top, left bottom, color-stop(0%,#5d89e8), color-stop(49%,#2261e0), color-stop(51%,#044bd9), color-stop(100%,#0d53de));
}

/*** Gray Button ***/
a.button_gray, a.button_gray:link, a.button_gray:visited, a.button_gray:active {
    color: #ffffff;
    background: #6F6F6F;
    background: -moz-linear-gradient(center top , #757575 0%, #6F6F6F 49%, #606060 51%, #575757 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top, #757575 0%, #6F6F6F 49%, #606060 51%, #575757 100%);
	background: -webkit-gradient(linear,left top, left bottom, color-stop(0%,#757575), color-stop(49%,#6F6F6F), color-stop(51%,#606060), color-stop(100%,#575757));
}

a.button_gray:hover {
    color: #ffffff;
	background: -moz-linear-gradient(center top , #676767 0%, #5F5F5F 49%, #505050 51%, #474747 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top, #676767 0%, #5F5F5F 49%, #505050 51%, #474747 100%);
	background: -webkit-gradient(linear,left top, left bottom, color-stop(0%,#676767), color-stop(49%,#5F5F5F), color-stop(51%,#505050), color-stop(100%,#474747));
}

/*** Tertiary Button ***/
a.button_tert, a.button_tert:link, a.button_tert:visited, a.button_tert:active {
    color: #686868;
	border: 1px solid #cfcfcf;
    text-shadow: 0 -1px 1px #d2d2d2;	background: #ECECEC; /* Old browsers */
	background: -moz-linear-gradient(top, #ECECEC 0%, #FFFFFF 25%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(25%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ECECEC 0%,#FFFFFF 25%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ECECEC 0%,#FFFFFF 25%,#FFFFFF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ECECEC 0%,#FFFFFF 25%,#FFFFFF 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ECECEC 0%,#FFFFFF 25%,#FFFFFF 100%); /* W3C */
}

a.button_tert:hover {
    color: #686868;
	background: #D6D6D6; /* Old browsers */
	background: -moz-linear-gradient(top, #D6D6D6 0%, #FFFFFF 35%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D6D6D6), color-stop(35%,#FFFFFF), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #D6D6D6 0%,#FFFFFF 35%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #D6D6D6 0%,#FFFFFF 35%,#FFFFFF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #D6D6D6 0%,#FFFFFF 35%,#FFFFFF 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6D6D6', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #D6D6D6 0%,#FFFFFF 35%,#FFFFFF 100%); /* W3C */
}

/*** Disabled Button ***/
a.button_blue_disabled, a.button_blue_disabled:link, a.button_blue_disabled:visited, a.button_blue_disabled:active, a.button_blue_disabled:hover {
    color: #ffffff;
	background: #cacaca;
	background: -moz-linear-gradient(top, #cacaca 0%, #bfbfbf 49%, #b0b0b0 51%, #acacac 100%);
	background: -o-linear-gradient(top, #cacaca 0%, #bfbfbf 49%, #b0b0b0 51%, #acacac 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(49%,#bfbfbf), color-stop(51%,#b0b0b0), color-stop(100%,#acacac));
	cursor: text
}

.capitalizebutton {
	text-transform: capitalize
}

/*** Thermo Rebranding Button Styles ***/
a.featured-button {
	color: #fff;	
}

#progress {
	width: 460px;
	height: 60px;
	font-size: 11pt;
	background-color: #ffffff;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: -230px;
	z-Index: 1000;
	padding: 0px 0px 10px 10px;
    display: block;
}

#progText {
	font-size: 25px;
	line-height: 22.875px;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
	color: #c9c8c8;
	Z-Index: 10001;
	display: inline;
}

span#progmsg {
	font-size: 25px;
    line-height: 22.875px;
    margin-left: 3px;
    text-align: center;
    vertical-align: middle;
    color: #c9c8c8;
}

#progText span.loading-wheel {
	background-image: url(/shared-static/images/global/animeloader.gif);
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: 0 0;
	text-align: center;
	display: inline-block;
}
/*** end DL added 11/25/08 ***/

/* I think we can fix up the common styles for tables, etc
   so that we don't have to specify so many styles in the HTML .
   So this gaTableGrey is the start of a whack at doing that:
*/
   
table.gaTable {
	background-color: #fff;
/*	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif; */
}

.gaProductItemCell {
	font-size: 10px;
	color: #5B5B5B	
	vertical-align: top;
	text-align: left;
}

.gaProductItemCellOn {
	font-size: 10px;
	color: #5B5B5B	
	vertical-align: top;
	text-align: left;
}

.gaTable th {
	text-align: left;
	color: #555555; /*#5B5B5B;*/
	font-weight: bold;
	background-color: #fff;
	padding: 0;
}

.gaTable tr {
	padding: 6px 5px 6px 10px;
	color: #5B5B5B;
}

.gaTable td {
	padding: 4px 5px;
	vertical-align: middle;
	text-align: left;
}

.gaTableCaption {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	color:#003366;
	font-weight: bold;
}

.gaTableCaptionOn {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	color:#003366;
	font-weight: bold;
}

/**** DL added 11/25/08 should be in ga and eventually
	  move out of global_nav.css once other WFs migrated to new ga ****/

.gaTableGrey {
}

.gaTableGreyBorder {
}

.gaTDGreyBorder {
}

.gaTableGrey th {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #555555; /*#003366;		#666666 */
	font-weight: bold;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.gaTableGreyHeader {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.gaTableGreyHeaderNoImage {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #555555;		/* #666666 */
	font-weight: bold;
}

TH.gaTableGreyHeader  {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #555555;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #fff;
}

TH.gaTableGreyHeaderNoImage  {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #555555;
	font-weight: bold;
}

.gaTableBlankHeader {
	/* used for dummy header in results table */
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.gaTableGreyBodyColHeader {
	/*for a subheading which might span over several columns*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #3C3666;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.gaProductColHeader {
	font-size: 10px;
	font-weight: bold;
	color: #555555;
}

.gaTableGreyBody, .gaTableGreyBodyOn, .gaTableGreyBodyHilite, .gaTableGreyBodyOffTarget, .gaTableGreyBodyOffTargetOn {
	/*set background as white
	padding-left: 10px;*/
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #555555;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

/* Selected product on page - highlight
.gaTableGreyBodyOn {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #555555;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}*/

/* highlight ver1 product on page
.gaTableGreyBodyHilite {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5B5B5B;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}*/

.gaTableGreyBodyHilite2 {
	/*highlight with lighter hue of the above for product on page -*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5B5B5B;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

.gaTableGreyBodyDefault {
	/*Leave out background color to allow row highlighting*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5B5B5B;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

.gaTableGreyBodyDefault select, .gaTableGreyBodyDefault input {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #777777 inset;
    font-size: 11px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 5px;
    width: auto;
}

.gaTableGreyBodyDefault span.gaProductItem {
	font-size: 11px; 
	padding-top: 8px;
	color: #2384C9;
}

.gaTableGreyBodyDefault div.gaProductDesc {
	padding-top: 10px;
	padding-bottom: 10px;
}

.gaTableGreyBodyDefaultOn {
	/*Selected product on page - highlight*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5B5B5B;
	background-color: #f3f3f3;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

.gaTableGreyBodyDefaultOn select, .gaTableGreyBodyDefaultOn input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #777777 inset;
    font-size: 11px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 5px;
    width: auto;
}

.gaTableGreyBodyDefaultOn span.gaProductItem {
	font-size: 11px; 
	padding-top: 8px;
	color: #2384C9;
}

.gaTableGreyBodyDefaultOn div.gaProductDesc {
	padding-top: 10px;
	padding-bottom: 10px;
}

.gaTableGreyBodyGrey {
	/*For alternative row colors*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5B5B5B;
	background-color: #F0F0F0;	
	font-family: Arial, Helvetica;
	font-size: 11px;
}

.gaTableGreyCaption {
	/*for a shaded subheading which might span over several columns*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #3C3666;
	background-color: #F0F0F0;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.gaTableGreyBodyLink {
	text-decoration: none;
	color: #1279c6;
}

a.gaTableGreyBodyLink:link {
	text-decoration: none;
	color: #1279c6;
}

a.gaTableGreyBodyLink:visited {
	color: #1279c6;
}

a.gaTableGreyBodyLink:hover {
	color: #639aed;
}

a.gaTableGreyBodyLink:active {
	color: #639aed;
}
TD.gaTableGreyBodyLink a {
	color: #1279c6;
}

TD.gaTableGreyBodyLink a:link {
	color: #1279c6;
}

TD.gaTableGreyBodyLink a:visited {
	color: #1279c6;
}

TD.gaTableGreyBodyLink a:hover {
	color: #fbfbfb;
	text-decoration: none;
}

TD.gaTableGreyBodyLink a:active {
	color: #fbfbfb;
}
.gaListHeaderBlue {
	/*can be used for divs as headings for lists like AB does*/
	background-image:url(../shared/images/grad_blue.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
	/*background-color: #004799; */
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.gaNavHeaderBlue {
	/*for home page titlebars, specifically used in siRNA,CN WFs*/
	background-image:url(../shared/images/gradient.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #004799;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gaNavHeaderGrey {
	/*for home page titlebars, specifically used in siRNA,CN WF*/
	background-image:url(../shared/images/grad2.jpg);
	background-repeat:repeat-x;		
	font-size: 13px;
	line-height: 18px;
	color: #5B5B5B;
	font-weight: bold;
	background-color: #d7d7d7;	
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title_sep_orange {
	vertical-align: top;
	padding: 0px;
	margin: 3px;
}
.imgheaderbullet {
	vertical-align: top;
	/* text-align: top; FF warning */
	margin-top: 2px;
	margin-right: 5px;
}
.Assay {
	cursor:pointer;
	height:30px;
	padding-bottom:7px;
}
.headerLink {
	color: #2384C9;
}
.showmoreLink {
	font-size: 10px;
	font-weight: normal;
	color: #2384C9;
	cursor: pointer;
	text-decoration: underline;
}
.startpagetitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #1279C6;	
}
.startpagesub {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-top: 5px;
}
/*** end added 11/25/08 ***/

.gaTableBodyGrey {
	/*For alternative row colors*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5B5B5B;
	background-color: #F0F0F0;	
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}
.gaTableBodyHilite {
	/*For alternative yellow highlight row colors*/
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #5B5B5B;
	background-color: #FBFBDF;	
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}

.gaTableBlue th {
	background-image:url(../shared/images/gradient.jpg);
	background-repeat:repeat-x;		
	color: #FFFFFF;
}

.gaOutlinedFrame {
}

/*** added DL - 11/24/08 for search history results ***/
.searchHistoryList {
	font-size: 12px;
	font-family: Arial;
	color: #328BCF;
	Line-Height: 16px;
	background-color: transparent;
	cursor: pointer;
	text-decoration: underline;
}
.searchHistoryListHover {
	font-size: 12px;
	font-family: Arial;
	color: #F79C31;
	Line-Height: 16px;
	cursor: pointer;
	text-decoration: underline;
}
.searchHistoryListSelected {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #328BCF;
	Line-Height: 16px;
	cursor: default;
	text-decoration: none;
}
/*** end added DL - 11/24/08 search history ***/

/*** added DL - 2/24/09 for Help ***/
.helpTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7F96B5;
}
.helpSubhead {
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	margin-top: 3px;
}
.helpSubheadMed {
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	margin-top: 3px;
}
.helpSubheadMedGr {
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	margin-top: 3px;
	line-height: 22pt;
}
.helpSubheadLg {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #606060;
	margin-top: 3px;
}
.helpSubtitle {
	font-size: 12px;
	font-weight: bold;
}
.helpSubtitleEmp {
	font-size: 12px;
	font-weight: bold;
	color: #004799;
}
.helpTextEmphasis {
	color:	#444444;			/* #525050 */
	font-weight: bold;
}
.helpColorBox {
	background-Color: #ffffcc;
	padding: 10px;
}
.helptable {
	FONT-SIZE: 10px; PADDING-LEFT: 3px; LINE-HEIGHT: 14px; FONT-FAMILY: Arial, Helvetica, sans-serif; text-align: left;
}
a.noUnderline:hover {
	text-decoration: none;
}
.sup {
/*	vertical-align: super; */
	font-size: .85em;
	line-height: 0;	
}
.marker {
	display: block;	
}
/*** End added DL - 2/24/09 for Help ***/

#gaInstanceConfig {
  position: absolute;
  right: 0;
  top: 10px;
	font-family: Arial;
  font-size: small;
}
.gaSampleInput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #777777 inset;
    font-size: 13px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 5px;
    width: auto;
}

.gaLink {
  	color: #2384C9;
  	cursor:pointer;
}

/*** Styles for Other Products Table (Best when combined with table.gaTable) ***/
table.otherProducts td {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #5B5B5B;
}
table.otherProducts td.blueText {
	color: #2384C9;
}
table.otherProducts select {
	font-family: Arial;
	font-size: 10px;
	width: 300px;
}
table.otherProducts input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #777777 inset;
    font-size: 13px;
    outline: medium none;
    padding: 5px;
    width: auto;
}
.otherProductsBoldHeader {
	font-size: 14px;
	font-weight: bold;
	color: 5B5B5B;
}
/*** End Other Products Table Styles ***/

/*** Styles for GA_UTIL popOutLink ***/
.gaPopupLink {
	position: absolute;
	width: auto;
	padding: 2px 6px;
	background-color: #FFFFE7;
	margin-left: 15px;
	font-size: 11px !important;
}

.gaPopupLink pre {
	padding: 0px;
	margin: 0px;
	color: black;
}
/*** End styles for GA_UTIL popOutLink ***/

.gaErrorText {
	font-weight: bold;
	color: red;
}

.IVGN_Only_Content {
  display: none;/* overridden to inherit in ga_ivgn.css */
}

.ALL_Hide_Content {
	/*set to begin item's display hidden*/
	display: none;
}

.otherProductsName {
  font-size: 11px; 
  color: rgb(35, 132, 201);
  padding-top: 8px;
}

.gaActiveButton {
  display: inline;
  cursor: pointer;
}

.homeTable {
	font-family:Arial;
	margin-bottom:0px;
	width:938px;
}

.homeTable th {
	color:#555555;
	font-weight: normal;
	font-family: Arial;
	font-size: 18px;
	text-align:left;
    margin-bottom: 15px;
    padding-bottom: 3px;
    
}

.textTitleColor {
	color: #555555;
}

.textHeadColor {
	color: #000000;
}

.featurebody input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #777777 inset;
    font-size: 13px;
    outline: medium none;
    padding: 5px;
    width: auto;
}

.featurebody select {
	font-family: Arial;
	background-color: #E3EAF6;
	color: #333;
}

.featurebody textarea {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

.infoBox_container {
	background-color: #E0E0E0;
	padding: 15px;
	width: 80%;
	margin: 5px;
}

.infoBox_table {
}

.tblEmailForm {
	font-size: 12px;
	font-weight: bold;
	background-color: #e2e2e8;
}

.tblEmailForm input, .tblEmailForm select, .tblEmailForm textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #777777 inset;
    font-size: 13px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 5px;
    width: auto;
}

.IndentText {
	TEXT-INDENT: 3px;
}

.indentMargin10 {
	margin-left: 10px;
}

.indentMargin20 {
    margin-left: 20px;
}

.headingUnderline {
	width: 100%;
	padding:0px;
}

.floatLeft  { float: left;}
.floatRight { float: right;}
.marginRight8 { margin-right: 8px; }

/* Adding Styles needed from (outdated?) global_nav.css */


/*
a {
	text-decoration: none;
	color: #036ac8;
}

a:link {
	text-decoration: none;
	color: #036ac8;
}

a:visited {
	color: #555;
}

a:hover {
	color: #555;
}

a:active {
	color: #555;
}

a img {
	border: none;
}
*/

.featureWrapper {
	background-color: #fff;
	margin: 0 9px 12px 10px;
}
.customfeatureheader {
	width: 650px;
	color: #5B5B5B;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 4px 7px 8px;
}

.featurebody {
	background-color: #fff;
	font-size: 12px;
	font-family: Arial;
	padding: 0;	
}

#footer {
	width: 970px;
	margin-top: 20px;
}

form {
	margin: 0;
	padding: 0;	
}

.trademark {
	font-size: 12px;
}

.moreinfo {	
	color: #1279c6;
	font-weight: normal;
	text-decoration: none;
}

/* icons */
.bs-icon-remove {
	background-position:-305px 7px;	
}

.bs-icon-remove-centered {
    background-position:-308px 3px; 
}

.bs-icon-remove:hover, .bs-icon-remove-centered:hover {
	cursor: pointer;
}

.bs-icon-arrow-down {
	background-position: -306px -90px;
}

.bs-icon-search {
    background-position: -45px 6px;
}

.bs-icon-minus {
  background-position: -428px -93px;
}

.bs-icon-minus-low-profile {
  background-position: -428px -89px;
}

.bs-icon-plus {
  background-position: -402px -93px;
}

.bs-icon-plus-low-profile {
  background-position: -402px -89px;
}

.bs-icon-warning-sign {
  background-position: -140px -113px;
}

/* button styles */
.button-small {
	padding: 3.5px 10px;
	font-size: 11.05px;
}

.primary-button-disabled {
	color: #ddd;
}

.cursor-pointer {
	cursor: pointer;
}

/* End of GeneAssist styles */

.cadt_wrapper {    
    background: #fff;
    float: left;
    margin: 0;
    padding: 10px;
}

/*td.tool_round_buttons a {
	border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-weight: bold;
    padding: 5px 14px;
    margin: 0 1px 0 1px;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    text-transform: lowercase;
    font-size: 12px;
    font-family: Arial;
    
    -moz-border-radius: 5px;
    -moz-box-shadow: inset 0 0 2px 0 rgba(255,255,255, 0.4);
    -o-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    
    -o-box-shadow: inset 0 0 2px 0 rgba(255,255,255, 0.4);
    -webkit-border-radius: 5px;
    
    -webkit-box-shadow: inset 0 0 2px 0 rgba(255,255,255, 0.4);
    
    color: #ffffff;
    background: #376FE0;
    background: -moz-linear-gradient(top, #3789D3 0%, #376FE0 49%, #036AC7 51%, #1A5AD9 100%);
    background: -o-linear-gradient(top, #3789D3 0%, #376FE0 49%, #036AC7 51%, #1A5AD9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3789D3), color-stop(49%,#376FE0), color-stop(51%,#036AC7), color-stop(100%,#1A5AD9));
}

td.tool_round_buttons a:hover {
    color: #ffffff;
	background: #0d53de;
	background: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 49%, #044bd9 51%, #0d53de 100%);
	background: -o-linear-gradient(top, #5d89e8 0%, #2261e0 49%, #044bd9 51%, #0d53de 100%);
	background: -webkit-gradient(linear,left top, left bottom, color-stop(0%,#5d89e8), color-stop(49%,#2261e0), color-stop(51%,#044bd9), color-stop(100%,#0d53de));
}*/