@charset "utf-8";
/* CSS Document */

.left{
	float:left;
}

.right{
	float:left;
}

.clear{
	clear:both;
}

/* Anchor box style for top navigation */
#AnchorBox {
background-color:#F0F0F0;
border:1px solid #E2E2E2;
padding:20px;
margin-bottom:50px;
margin:20px;
}

/* outside Grey box with 1px outline */
.OuterBox  {
	background-color:#e1e1e1; border:solid 1px #a3a3a3; padding:10px;
}

/* Grey box title header with background and text */
.OuterBox_title {
background-color:#D9D7D7;
background-image:url(http://www3.appliedbiosystems.com/cms/fragments/css_links/images/backH3.gif);
background-repeat:repeat-x;
border:1px solid #A3A3A3;
border-bottom:none;
color:#5B5B5B;
margin:0;
padding:5px 10px;
font-weight:bold;
font-size:12px;}


/* inside white box with outline */
.InnerBox { border:solid 1px #a3a3a3; background-color:#FFF;  padding:10px;}

/* red text for special offers page */
.discountText{
	color: rgb(200, 0, 0);
	font-weight:bold;
}

/* for gray featurebox like twitter on flow cyto. page */
.FeatureBox{
border: 1px solid rgb(176, 176, 176); padding: 5px; background-color: rgb(245, 245, 245);}

/* Standard Table for Apps Tech Pages */

.StandardTable{
	border-collapse: collapse;
	margin:0;
	padding:0;
	border:1px solid #cccccc;

}
.StandardTable td,.StandardTable th{
	padding:5px 5px;
	border:1px solid #ccc;
	vertical-align:top;
	font-weight:normal;
}

.StandardTable thead th{
	background-image:url(http://www3.appliedbiosystems.com/cms/fragments/css_links/images/backRightH3.gif);
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:auto;
	margin-bottom:10px;
	margin-left:1px;
	margin-right:1px;
	font-family:verdana;
	background-color:#004799;
	background-repeat:repeat-x

}

.StandardTable thead th.linkHeader{
	background-image:url(http://www3.appliedbiosystems.com/cms/fragments/css_links/images/backH3.gif);
	font-size:13px;
	font-weight:bold;
	height:auto;
	margin-bottom:10px;
	margin-left:1px;
	margin-right:1px;
	font-family:verdana;
	background-color:#d9d7d7;
	background-repeat:repeat-x
	text-decoration:underline;

}



.StandardTable tbody td{
	background:#ffffff;
}
.StandardTable tbody th{
	background-color:#e2e2e2;
	font-weight:bold;
}

.StandardTable thead th.blank{
	background-image:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:auto;
	margin-bottom:10px;
	margin-left:1px;
	margin-right:1px;
	font-family:verdana;
	border:0px;
	background-color:#ffffff;
}

/* Special Table for Apps Tech Pages, where there are more colspan and rowspan and we have to manually add row colors*/
.SpecialTable{
                border-collapse: collapse;
                margin:0;
                padding:0;
                border:1px solid #cccccc;

}
.SpecialTable td,.SpecialTable th{
                padding:5px 5px;
                border:1px solid #ccc;
                vertical-align:top;
                font-weight:normal;
}

.SpecialTable thead th{
                background-image:url(http://www3.appliedbiosystems.com/cms/fragments/css_links/images/backRightH3.gif);
                color:#FFFFFF;
                font-size:13px;
                font-weight:bold;
                height:auto;
                margin-bottom:10px;
                margin-left:1px;
                margin-right:1px;
                font-family:verdana;
                background-color:#004799;
                background-repeat:repeat-x

}

.SpecialTable thead th.linkHeader{
                background-image:url(http://www3.appliedbiosystems.com/cms/fragments/css_links/images/backH3.gif);
                font-size:13px;
                font-weight:bold;
                height:auto;
                margin-bottom:10px;
                margin-left:1px;
                margin-right:1px;
                font-family:verdana;
                background-color:#d9d7d7;
                background-repeat:repeat-x;
                text-decoration:underline;

}

.SpecialTable tbody tr.headline{
                background-color:#999;
                color:#FFF;
                font-weight:bold; 
}

.SpecialTable tbody td.shaded{
                background:#f0f0f0;
}

.StandardTable tbody td{
                background:#ffffff;
}


.SpecialTable tbody th{
                background-color:#e2e2e2;
				font-weight:bold;
}


.SpecialTable thead th.blank{
                background-image:none;
                color:#FFFFFF;
                font-size:12px;
                font-weight:bold;
                height:auto;
                margin-bottom:10px;
                margin-left:1px;
                margin-right:1px;
                font-family:verdana;
                border:0px;
                background-color:#ffffff;
}

