/* @override 
	http://dev.expressionanalysis.com/expressi_ee/stylesheets/ea_master.css
	http://expression.local/expressi_ee/stylesheets/ea_master.css
	http://expressionanalysis.com/expressi_ee/stylesheets/ea_master.css
	http://www.expressionanalysis.com/expressi_ee/stylesheets/ea_master.css
*/

/*-----------------------------------------------------------------
Expression Analysis

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2010 Expression Analysis

-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, table, input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #636466;
	background: #f2f8fb url(../images/bg_main.gif) top left repeat-x;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.no_margin {
	margin: 0;
}
.space_before_20{
	padding-top: 20px;
}
.italics{
	font-style: italic;
}
/* @group STRUCTURE */

#wrapper {
	width: 1000px;
	margin: 0 auto 25px;
	height: 100%;
	background-color: #fff;
}

#search_area {
	height: 30px;
	background: #918f91 url(../images/bg_search.gif) repeat-x 0 0;
	width: 610px;
	padding-left: 388px;
	padding-top: 5px;
}

#header {
	width: 930px;
	height: 100px;
	padding-left: 35px;
	padding-right: 35px;
}

#contact_info {
	height: 75px;
	width: 403px;
	float: right;
	color: #7fb8da;
	padding-top: 25px;
	font-size: 2em;
}

#nav {
	width: 100%;
	height: 25px;
	background: url(../images/bg_nav.gif) top left repeat-x;
}

#main_content {
	width: 950px;
	padding: 25px;
}

#left_column {
	width: 200px;
	float: left;
}

#right_column {
	width: 200px;
	float: left;
}

#middle_column {
	width: 500px;
	float: left;
	padding: 0 25px;
}

#footer {
	width: 976px;
	background: url(/expressi_ee/images/bg_wide_cell.gif) repeat-x 0 0;
	color: #494949;
	height: 20px;
	padding-left: 22px;
	padding-top: 2px;
	font-size: 10px;
}

.third_column {
	width: 300px;
	float: left;
	margin-left: 13px;
}

.third_column h2 {
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	margin-bottom: 10px;
	height: 27px;
	background: url(/expressi_ee/images/bg_overview_headers.gif) repeat-x;
	font-size: 17px;
	padding-top: 3px;
}
.list_item h3{
	font-weight: bold;
	color: #0f496d;
	font-size: 14px;
	padding-left: 8px;
}
.list_item {
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.list_item p {
	margin-bottom: 2px;
	padding-left: 8px;
}

#homepage_text {
	margin-left: 170px;
	width: 675px;
}
.management_list{
	padding-top: 5px;
}
/* @end */

/* @group NAVIGATION */

/* @group SITE MAP */

.top_level_items li a {
	font-weight: bold;
}

.second_level_items li a {
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
}

/* @end */

/* @group subnav */

.subnav {
	margin: 0;
	list-style: none;
}

.subnav li {
	width: 200px;
	border-bottom: 1px solid #ccc;
}

.subnav li.current, .subnav li.current a:hover {
	background-color: #e1eef6;
	color: #424242;
}

.subnav li a {
	width: 194px;
	display: block;
	text-decoration: none;
	color: #1f486c;
	padding: 5px 3px;
	font-size: 1em;
	line-height: 1em;
}

.subnav li a:hover {
	color: #ee7b22;
}

/* @end */

/* @group bubble subnav */
ul.bubble_subnav{
	margin-top: 34px;
}
ul.bubble_subnav  li.subnav_header{
	font-weight: bold;
	width: 200px;
	border-bottom: 1px solid #ccc;
}
.bubble_subnav li a{
	color: #494949;
	display: block;
	background: url(/expressi_ee/images/bg_wide_cell.gif) repeat-x 0 0;
	height: 26px;
	padding-left: 8px;
	line-height: 25px;
	text-decoration: none;
}
.bubble_subnav li a:hover{
	color: #fff;
	background-position: 0 -26px;
}
/* @end */

.subnav .sub_subnav {
	padding-left: 10px;
	width: 180px;
	padding-right: 10px;
}

.subnav .sub_subnav li {
	width: 180px;
	border-bottom-style: none;
	border-top: 1px dotted #424242;
}

.subnav .sub_subnav li a {
	width: 180px;
	color: #797979;
	font-size: 1em;
}

.subnav .sub_subnav li a:hover {
	color: #ee7b22;
}

.subnav .subnav_header {
	/* non bubble
	font-size: 1.5em;
	background-color: #a9a9a9;
	color: #fff;
	line-height: 1.5em;
	padding-left: 5px;
	*/
	margin-top: 15px;
	width: 195px;
	color: #494949;
	background: url(/expressi_ee/images/bg_wide_cell.gif) repeat-x 0 0;
	height: 26px;
	padding-left: 8px;
	line-height: 25px;
	border-bottom-style: none;
}

.subnav .subnav_header.no_margin {
	margin: 0;
}

/* @group Related Services */
#related_container{
	border: 1px solid #cee4f1;
	width: 195px;
	background-color: #f4f8fb;
	margin-bottom: 24px;
}
#related_services {
	text-align: center;
	padding-bottom: 10px;
}

.related_services_header {
	padding: 0 10px;
	font-size: 1.1em;
	line-height: 2em;
	background-color: #fff;
	color: #e78637;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 10px solid #4c7891;
}

.related_subheader {
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;
	background-color: #4c7891;
	color: #fff;
}

#related_services a {
	color: #0e4a6c;
	margin-top: 5px;
	display: block;
	font-size: 10px;
}

#related_services a:hover {
	text-decoration: underline;
}

#related_services h4 {
	color:  #0e4a6c;
	background-color: #cee4f1;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

/* @end */

/* @end */

/* @group DROP DOWN NAV */

#menuh-container {
	width: 1000px;
	height: 25px;
}

#menuh {
	font-size: 12px;
	font-family: helvetica, sans-serif;
	width: 100%;
	height: 25px;
	float: left;
	border-left: 1px solid #0f496d;
	z-index: 200;
	margin: 0;
	padding: 0;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh ul li {
	width: 131px;
	border-right: 1px solid #0f496d;
	z-index: 300;
}

#menuh a {
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}

#menuh ul li a:hover, #menuh ul li.current a {
	background: url(../images/bg_nav_active.gif);
}

/* HOVER MENU */

#menuh ul, #menuh li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuh ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#menuh ul li a {
	display: block;
	text-decoration: none;
	line-height: 25px;
}

#menuh ul li.hover a {
	background: url(../images/bg_nav_active.gif);
}

#menuh ul li.hover a:hover {
	color: #fff
}

#menuh ul li.hover ul a {
	background: #0f496d;
}

#menuh ul ul {
	position: absolute;
	top: 25px;
	z-index: 200;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #0f496d;
	width: 161px;
}

#menuh ul ul li {
	float: none;
	margin: 0;
	padding: 0;
	zoom: 1;
	width: 160px;
}

#menuh ul ul li a {
	margin: 0;
	text-align: left;
	border-top: 1px solid #4b95c9;
	z-index: 200;
	height: 100%;
	padding: 3px 5px;
	cursor: pointer;
	background-color: #0f496d;
	line-height: 18px;
	width: 150px;
}

#menuh ul ul li a:hover {
	background: #0f496d;
}

#menuh ul li.hover ul a:hover {
	color: #ee7b22
}

.nojs #menuh ul ul {
	display: none
}

/* @end */

/* @group TEXT */

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
a{
	color: #1f486c;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.item.news p.description{
	margin-bottom: 0;
}
ul.bullet, #middle_column ul{
	margin-bottom: 8px;
}
ul.bullet li, #middle_column ul li{
	list-style-type: disc;
	margin-left: 20px;
}
ul.number, ##middle_column ol{
	margin-bottom: 8px;
	margin-top: 8px;
}
ul.number li, #middle_column ol li{
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
}
#logo {
	background: url(../images/ea_tagline.jpg) no-repeat 0 0;
	width: 325px;
	height: 100px;
	float: left;
	display: block;
	text-indent: -9999px;
}

.gradient_button {
	background: url(../images/search_button_slice.gif) repeat-x 0 0;
	margin-top: 3px;
	color: #fff;
	font: 12px verdana, arial, helvetica;
	text-transform: uppercase;
	padding: 2px 10px;
	float: left;
	margin-right: 19px;
	text-decoration: none;
}

#contact_info a {
	color: #7fb8da;
}

.contact_button {
	background: url(../images/contact_button.jpg) no-repeat 0 0;
	height: 30px;
	width: 173px;
	display: block;
	text-indent: -9999px;
	float: left;
}

.contact_button:hover {
	background-position: 0 -30px;
}

#phone_number {
	display: block;
	float: left;
	margin-top: 6px;
	line-height: 1.2em;
}
#refer_link{
	float: right;
}

#refer_link a{
	font-size: 11px;
	color: #ee7b22;
}
#copyright a {
	color: #636466;
	text-decoration: underline;
}

#copyright a:hover {
	color: #4892c4;
}

.rsBack {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	background: #ee7b22 url(../images/back_arrow.gif) no-repeat 0 center;
	line-height: 20px;
}

.rsBack:hover {
	background-color: #adcc3f;
}
.subhead{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
h1 {
	line-height: 1.2em;
	color: #0f496d;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	color: #0f496d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 8px;
}
h2 a{
	font-weight: bold;
}

.item {
	margin-top: 10px;
}

.item a {
	padding: 10px;
	display: block;
	color: #0f496d;
}

.news.item a {
	padding: 0;
	display: inline;
}


.item_title, .date {
	display: block;
}

.item h2 a {
	color: #0f496d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 8px;
	padding: 0;
	display: inline;
}
h3.job_title{
	color: #0f496d;
	font-weight: bold;
	margin-top: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.date {
	font-style: italic;
	margin-bottom: 0;
	font-size: 12px;
}
p.no_entry_notice{
	font-weight: bold;
	font-size: 12px;
}
p.link a.download_link{
	padding: 0;
	margin: 0;
}
.news {
	padding-top: 5px;
	border-top: 1px solid #bdbbbc;
}

.news .date {
	font-style: italic;
	font-weight: normal;
}

.news h2 {
	font-size: 1em;
	font-weight: bold;
}

.page_link {
	padding: 3px 5px;
	color: #ee7b22;
	text-decoration: none;
}

.page_link:hover {
	text-decoration: underline;
}
.credentials{
	margin-bottom: 3px;
	border-bottom: 1px solid #636466;
	font-style: italic;
}
.cred_noline{
	font-style: italic;
}
/* @end */

/* @group SEARCH */

#cse-search-box {
	float: right;
	height: 25px;
	width: 270px;
}

#search_area .searchMember, .searchText, .searchGo {
	float: left;
}

#search_area .searchText {
	padding: 2px 0;
	margin: 0 5px 0 0;
	width: 200px;
	height: 18px;
	font-size: 11px;
	color: #5a5758;
}

#search_area .searchGo {
	margin-top: 1px;
}

#search_area .searchMember {
	margin-right: 5px;
}

#search_area .search_button {
	background: url(/images/search_button_slice.gif) repeat-x 0 0;
	text-decoration: none;
	color: #fff;
	line-height: 19px;
	float: left;
	height: 19px;
	margin: 2px 15px 0 0;
	width: 27px;
}

/* @end */

/* @group  TABLES AND FORMS */

/* @group Corporate Contact */
table#corp_contact td{
	width: 190px;
}


/* @end */

/* @group Staff Table */
table#staff_table td.dept{
	width: 260px;
	padding: 2px 2px 2px 5px;
}
table#staff_table td.contact_name{
	width: 110px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table#staff_table td.contact_phone{
	width: 90px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table#staff_table tr{
	background-color: #e1eef6;
}
table#staff_table tr.alt{
	background-color: #fff;
}
/* @end */

/* @group Home Page Table */

table {
	margin: 0 0 25px;
	border-collapse: collapse;
}

th {
	font-size: 1em;
	background: url(/expressi_ee/images/bg_wide_cell.gif) repeat-x 0 0;
	color: #494949;
}

th.blank, td.blank {
	background-image: none;
	width: 12px;
	border-style: none;
	margin: 0;
	padding: 0;
}
th.hometable_header{
	background-image: none;
	font-weight: bold;
	font-size: 14px;
	background-color: #e7e6e6;
	padding-top: 2px;
	padding-bottom: 3px;
}
td.image_cell {
	vertical-align: middle;
	border: 1px solid #bdbbbc;
}

.service_link.left_border {
	border-left: 1px solid #bdbbbc;
}

.service_link.right_border {
	border-right: 1px solid #bdbbbc;
	margin-right: 8px;
}

.service_link.bottom_border {
	border-bottom: 1px solid #bdbbbc;
}

.service_link {
	color: #494949;
	border-left: 1px solid #bdbbbc;
	margin: 0;
	padding: 0;
}

.service_link.nolink {
	
}

a.table_img_link {
	width: 35px;
	height: 26px;
	display: block;
	float: left;
}

.service_link a:hover {
	}

td.column_one {
	padding-right: 8px;
	padding-top: 0;
	margin: 0;
	vertical-align: top;
}
.isolation_link_cell.company a{
	background: url(/expressi_ee/images/bg_isolation.gif) repeat-x 0 0;
	height: 20px;
	line-height: 18px;
	display: block;
	color: #494949;
	padding-left: 8px;
	text-decoration: none;
}
.isolation_link_cell.company a:hover{
	color: #fff;
	background-position: 0 -20px;
}
a.link_cell_company {
	color: #494949;
	display: block;
	background: url(/expressi_ee/images/bg_wide_cell.gif) repeat-x 0 0;
	padding-left: 8px;
	text-decoration: none;
	width: 166px;
	margin: 0;
	padding-top: 0;
	height: 23px;
	line-height: 25px;
}
.link_cell_company a:hover{
	background-position: 0 -26px;
	color: #fff;
}
.wide_cell_3, .wide_cell_4{
	border-right: 1px solid #bdbbbc;
	border-left: 1px solid #bdbbbc;
	line-height: 18px;
}
a.link_cell{
	color: #494949;
	display: block;
	padding: 0px;
	background: url(/expressi_ee/images/bg_isolation.gif) repeat-x 0 0;
	text-align: center;
	height: 20px;
	text-decoration: none;
}
a.link_cell:hover{
	background-position: 0 -20px;
	color: #fff;
}
.dna_columns {
	
}

/* @end */

/* @group Data Table */

table.data_table{
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	width: 500px;
}
table.data_table caption{
	font-weight: bold;
	color: #0f496d;
	font-size: 12px;
	padding-bottom: 5px;
}
table.data_table th.spacer, table.data_table td.spacer {
	width: 5px;
	background-color: #636466;
}
table.data_table th{
	background-image: none;
	font-weight: bold;
	color: #636466;
	background-color: #ececec;
	border-right: 1px solid #636466;
	width: 110px;
	border-bottom: 2px solid #636466;
}
table.data_table td{
	text-align: center;
	height: 20px;
	vertical-align: middle;
	border-right: 1px solid #636466;
	border-bottom: 1px solid #636466;

}
th.pacbio_sub{
	text-align: left;
	padding-left: 3px;
}
/* @end */

/* @group Form */

#freeform p {
	width: 100%;
	margin-top: 15px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#freeform label {
	width: 100px;
	float: left;
	margin-top: 5px;
	text-align: left;
}

#freeform input,#tellafriend_form input{
	border: 1px solid #a9a9a9;
	padding: 3px 5px;
	font-size: 1.2em;
	width: 300px;
}

#freeform .checkbox {
	width: 17px;
	margin-bottom: 10px;
}

#freeform textarea {
	width: 500px;
	height: 200px;
	margin-top: 10px;
}

#freeform .submit_button {
	width: 100px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #ee7b22;
	border-style: none;
	color: #fff;
	cursor: pointer;
}

#freeform .submit_button:hover {
	background-color: #adcc3f;
}
#tellafriend_form .refer_submit_button {
	width: 100px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #ee7b22;
	border-style: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	padding: 3px 5px;
}

.refer_submit_button:hover {
	background-color: #adcc3f;
}

/* @end */


/* @end */

/* @group SLIDESHOW */
.slide_link{
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: +5;
	width: 927px;
	display: block;
	height: 148px;
}


#corpLanding {
	height: 140px;
	z-index: 0;
	cursor:pointer;
}
#corpLanding_tall {
	height: 210px;
	z-index: 0;
}
#slideshowcorp {
	margin: 0 auto;
	height: 140px;
	width: 928px;
	overflow: hidden;
	z-index: 0;
	position: relative;
}

#slideshowcorp_tall {
	margin: 0 auto;
	height: 210px;
	width: 928px;
	overflow: hidden;
	z-index: 0;
}

#slideshowcorp object, #slideshowcorp_tall object {
	z-index: 0;
}


#slideshowcorp a, #slideshowcorp_tall a {
	display: block;
}

td#table_slideshow {
	width: 173px;
	height: 125px;
	float: left;
}

td#table_slideshow div {
	text-align: center;
	width: 175px;
	padding-left: 7px;
}

/* @end */

/* @group CTA BUTTON */

.cta_button {
	width: 200px;
	border: 1px solid #636466;
}
.cta_button p{
	color: #1480ba;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 18px 8px 8px;
}
.cta_button a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #0f496d;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #636466;
}

.cta_button a:hover {
	background-color:#0f496d;
	color: #fff;
}

/* @end */

/* @group Banner */
#banner_area{
	border-style: solid;
	border-width: 1px;
	width: 150px;
	height: 145px;
	position: relative;
	right: 0;
	left: 5px;
	bottom: 585px;
}

/* @end */

/* @group Webinar */
.upcoming_webinars, .past_webinars{
	clear: both;
	margin-bottom: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadadb;
	margin-top: 15px;
	width: 500px;
}
h2.webinar_archive{
	color:  #0f496d;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 36px;
}
h3.webinar_title{
	font-weight: bold;
	color:  #0f496d;
	margin-bottom: 0;
}
p.category{
	margin-bottom: 0;
	font-size: 12px;
}
p.webinar_date{
	color: #cf630f;
	font-weight: bold;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 455px;
}
.past_webinars p.webinar_date{
	font-size: 12px;
	margin-top: 0;
}
p.webinar_url a{
	font-weight: bold;
	font-size: 16px;
}
p.webinar_url{
	margin-bottom: 0;
	width: 455px;
}
img.webinar_image{
	float: left;
	margin-right: 12px;
	width: 65px;
}
.webinar_movie{
	width: 520px;
	height: 390px;
	margin-left: 80px;
}
.webinar_help p{
	margin-right: auto;
	margin-left: auto;
	width: 520px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #d7e2f2;
	border: 1px solid #888;
	margin-top: 12px;
}
.webinar_info{
	background-color: #ececec;
	border: 1px solid #888;
	margin-top: 4px;
	padding: 5px;
	width: 460px;
	text-align: center;
	margin-bottom: 10px;
}
.webinar_desc{
	width: 600px;
}
.webinar_desc p{
	float: left;
	width: 500px;
}
a.webinar_view{
	display: block;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 4px;
	height: 20px;
	width: 195px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

a.webinar_view:hover{
	background-color: #545454;
}
.logged_out_message{
	background-color: #ececec;
	padding: 8px;
	border: 1px solid #cf630f;
	width: 450px;
}
a#webinar_register.webinar_register{
	display: block;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 4px;
	padding-left: 8px;
	height: 20px;
	width: 55px;
	float: left;
	margin-left: 250px;
	color: #fff;
	text-decoration: none;
}
a.webinar_login{
	display: block;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 4px;
	padding-left: 15px;
	height: 20px;
	width: 48px;
	float: left;
	margin-left: 30px;
	color: #fff;
	text-decoration: none;
}
a.webinarloginbox{
		display: block;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 4px;
	padding-left: 15px;
	height: 20px;
	width: 112px;
	float: left;
	color: #fff;
	text-decoration: none;
}
a#webinar_register.webinar_register:hover, a#loginbox.webinar_login:hover, a.webinarloginbox:hover{
	background-color: #545454;
}

/* @group Login Box */
#fancybox-content .login_form_item{
	height: 30px;
	margin-top: 8px;
}
#fancybox-content .webinar_login_form label{
	width: 110px;
	display: block;
	text-align: right;
	float: left;
	height: 24px;
	font-size: 16px;
	padding-right: 5px;
	line-height: 30px;
}
#fancybox-content .webinar_login_form input{
	width: 200px;
	height: 28px;
	font-weight: bold;
	font-size: 15px;
	color: #777;
	border-style: solid;
	border-width: 1px;
}
#fancybox-content .webinar_login_form input:focus{
	background-color: #e8eafe;
}
#fancybox-content .webinar_login_form
input.webinar_submit{
	cursor:pointer;
	width: 180px;
	height: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	float: right;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top: 18px;
	margin-right: 30px;
}
#fancybox-content .webinar_login_form
input.webinar_submit:hover{
	background-color: #545454;
}
/* @end */

/* @group Registration Form */
form#register_member_form input.terms_checkbox{
	width: 27px;
	float: left;
}
.registration_form_item{
	height: 30px;
	margin-top: 8px;
}
#register_member_form{
	width: 418px;
	clear: both;
	padding-top: 10px;
}
form#register_member_form label{
	width: 175px;
	display: block;
	text-align: right;
	float: left;
	height: 24px;
	font-size: 16px;
	padding-right: 5px;
	line-height: 30px;
}
form#register_member_form input{
	width: 230px;
	height: 28px;
	font-weight: bold;
	font-size: 15px;
	color: #777;
	border-style: solid;
	border-width: 1px;
}
form#register_member_form input:focus{
	background-color: #e8eafe;
}
form#register_member_form input.submit{
	cursor:pointer;
	width: 63px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	float: right;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
form#register_member_form input.submit:hover{
	background-color: #545454;
}
form#register_member_form input.terms_checkbox{
	margin-left: 150px;
	padding: 0;
}
form#register_member_form label.checkbox_label{
	text-align: left;
}
form#register_member_form p{
	width: 415px;
	padding-left: 10px;
	font-size: 12px;
}
/* @end */

/* @end */

/* @group RNASEQ page */

/* @group Beta Module */
.rnaseq_cloud_beta{
	float: right;
	width: 271px;
	margin-top: 35px;
	margin-right: 35px;
	height: 500px;
	background: url(/expressi_ee/images/rnaseq/rna_beta_body.jpg) no-repeat;
}
.rnaseq_cloud_beta h3{
	color: #fff;
	font-weight: bold;
	background: url(/expressi_ee/images/rnaseq/rna_beta_header.jpg) no-repeat;
	width: 271px;
	height: 44px;
	text-indent: 20px;
	line-height: 45px;
	font-size: 15px;
}
.rnaseq_cloud_beta p{
	padding-left: 20px;
	padding-right: 20px;
	color: #004a6e;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0;
}
a.beta_submit{ 
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	float: right;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #ee7b22;
	display: block;
	text-decoration: none;
	width: 160px;
	height: 30px;
	line-height: 29px;
	text-indent: 11px;
	margin-right: 20px;
	margin-top: 20px;
}
a.beta_submit:hover{
	background-color: #545454;
}
#freeform input.beta_prog_submit{ 
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	float: right;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #ee7b22;
	display: block;
	width: 205px;
	height: 30px;
	line-height: 29px;
	margin-right: 150px;
	margin-top: 20px;
	cursor:pointer;
}
#freeform input.beta_prog_submit:hover{
	background-color: #545454;
}
/* @end */
#rna_tall_swf{
	text-align: center;
}
#wide_left{
	float:left;
	width:560px;
	padding-left: 38px;
}
h1#headline {
	width:891px;
	height:92px;
	text-indent:-9999px;
	background:#fff url("/expressi_ee/images/rnaseq/headline.gif") no-repeat 0 0;
	margin: 10px 0 40px 34px;
	clear:both;
}
#download-comprehensive-overview-btn {
		margin:40px 0;
}
#download-comprehensive-overview-btn a{
	display:block;
	width:334px;
	height:70px;
	background:#fff url("/expressi_ee/images/rnaseq/button-bg-art.jpg") no-repeat top left;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:20px;
	font-weight:bold;
	line-height:34px;
	color:#fff;
}
#download-comprehensive-overview-btn a:hover {
	background:transparent url("/expressi_ee/images/rnaseq/button-bg-art.jpg") no-repeat bottom left;
}
#rna-seq-landing-right-column {
	float:right;
	margin-top:8px;
	width:270px;
	height:149px;
	background:transparent url("/expressi_ee/images/rnaseq/rna-seq-landing-right-col-bg.jpg") no-repeat bottom left;
	cursor:pointer;
	margin-right: 35px;
}
#rna-seq-landing-right-column:hover {
	background:transparent url("/expressi_ee/images/rnaseq/rna-seq-landing-right-col-bg-hover.jpg") no-repeat bottom left;
}

#rna-seq-landing-right-column h3{
	width:271px;
	height:44px;
	text-indent:20px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	line-height:45px;
	color:#fff;
}
a#rnaloginbox{
	text-decoration: none;
}
 
#rna-seq-landing-right-column p {
	width:235px;
	padding:10px 0 0 20px;
	font-weight:bold;
	line-height:14px;
}
#rna-seq-landing-right-column p em {
	display:inline-block;
	font-weight:bold;
	line-height:14px;
	color:#004a6e;
	padding-bottom:5px;
}
#login.webinar_login_form
input.rna_submit{
	cursor:pointer;
	width: 152px;
	height: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	float: right;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top: 18px;
	margin-right: 30px;
}
#login.webinar_login_form
input.webinar_submit:hover, h2.buttonthis a:hover{
	background-color: #545454;
}
h2.buttonthis a{
	cursor:pointer;
	width: 365px;
	height: 25px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	float: left;
	background-color: #ee7b22;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}



/* @end */
