/* Main CSS Document */

/*========================== BEGIN GENERAL STYLES =======================*/
html {
}
body {
	margin: 0;
	padding: 0;
	color: #666666;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	background: #000000;		
}
img {
}
p {
	margin: 0;
	padding: 0 0 14px 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
hr {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
	line-height: 0;
	background: #cccccc;
}
h1 {
	padding: 0;
	margin: 0;
	font: 32px Georgia, "Times New Roman", Times, serif;
	color: #333333;	
	font-weight: normal;
	text-transform:none;
}
h2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ff66cc;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #014c82;
	font-weight: bold;
}
a:link, 
a:visited, 
a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
input,
textarea {
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #999999;
	font: 12px Arial, Helvetica, sans-serif;	
}
.center_me {
	text-align: center;
}
.clr_right {
	clear: right;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_left {
	clear: left;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_both {
	clear: both;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
#wrapper {
	width: 100%;
	text-align: center; /*centers the page div*/
}
#page {
	position: relative;
	width: 1000px;
	margin: 0 auto 40px auto; /*centers this div*/
	text-align: left; /*sets all children to left-aligned*/
}
#gallery_toggler {
	padding: 15px 30px 30px 30px;
	background: #ffffff;
	
}
#content_wrapper {
	min-height: 400px;	
}
/*========================== END GENERAL STYLES =======================*/


/*========================== BEGIN SNAPSHOT STYLES =======================*/
.snapshot_modal{
}
#simplemodal-overlay {
	background-color:#000;
}
#simplemodal-container {
	background-color:#000; 
	padding:12px;
}
#simplemodal-container a.modalCloseImg {
	background:url(images/blank.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#snapshot_inner {
	padding: 25px;
	color: #ffffff;
}
#snapshot_inner a {
	color: #ffffff;
	text-decoration: none;
}
#snapshot_inner a:hover {
	text-decoration: underline;
}
#snapshot_inner hr {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
	line-height: 0;
	background: #ffffff;
}
#snapshot_inner h1 {
	width: 416px;
	height: 59px;
	background: url(../images/topbar/snapshot_header.png) no-repeat;
	text-indent: -5000px;
}
#snapshot_inner h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
	text-transform: none;
}
#snapshot_inner h3 {
	font: 14px Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 0;
	margin: 0 0 20px 0;
	display: block;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
#snapshot_close {
	float: right;
}
#snapshot_inner_left {
	float: left;
	width: 330px;
	margin: 0 25px 0 0;
}
#snapshot_inner_right {
	float: left;
	width: 570px;
}
.snapshot_speaker_row {
	float: left;
	width: 190px;
}
#snapshot_print_button a{
	display: block;
	padding: 0 4px 4px 26px;
	background: url(../images/topbar/print_icon.png) no-repeat;
}

#snapshot_pricing tr.table_heading td {
	background: #000000;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#snapshot_pricing td {
	color: #ffffff;
	font: 12px Georgia, "Times New Roman", Times, serif;	
	padding: 6px 4px 6px 4px;
	text-align: center;	
	line-height: 1.8;
}
#snapshot_pricing td.col_1 {
	background: #000000;
	text-align: right;
	font-weight: bold;
}
#snapshot_pricing td.col_2 {
	background: #000000;
}
/*========================== END SNAPSHOT STYLES =======================*/


/*========================== BEGIN TOPBAR STYLES =======================*/
#topbar {
	width: 100%;
	background: #000000;
	text-align: center; /*centers the page div*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
#topbar_inner {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto; /*centers this div*/
	text-align: left; /*sets all children to left-aligned*/
}
#topbar_inner a {
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #333333;	
	text-decoration: none;
	color: #ffffff;
}
#topbar_inner a:hover {
	color: #ffff00;
}
#topbar_inner a.dropdown {
	padding-right: 28px;
	background: url(../images/topbar/arrow.gif) no-repeat;
	background-position: right;
}
#topbar_inner a.facebook,
#topbar_inner a.twitter,
#topbar_inner a.podcast,
#topbar_inner a.close {
	padding: 0;
	background: #808080;
}
#topbar_inner a.twitter,
#topbar_inner a.podcast {
	border: 0;
}
#topbar_inner a.facebook:hover,
#topbar_inner a.twitter:hover,
#topbar_inner a.podcast:hover {
	background: #cccccc;
}
#topbar_inner a.win {
	padding-left: 32px;
	background: url(../images/topbar/icon_win.gif) no-repeat;
	font-style: italic;
}
#topbar_inner a.close {
	float: right;
	cursor: pointer;
}
#topbar_show {
	position: absolute;
	width: 100%;
	background: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
#topbar_show a {
	display: block;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#topbar_share {
	position: absolute;
	top: 0;
	left: 314px;
	padding: 14px;
	background: #000000;
}
#topbar_share ul {
	list-style: none;
}
#topbar_share li {
	float: left;
	margin: 3px;
}
/*========================== END TOPBAR STYLES =======================*/


/*========================== BEGIN HEADER STYLES =======================*/
#header {
	/*position: relative;*/
	height: 101px;
	margin: 0 0 0 0;
	padding: 6px 30px 0 30px;
	background: url(../images/common/header_bg.jpg) repeat-x;
}
#header_logo {
	position: absolute;
	top: 6px;
	left: 30px;
	width: 120px;
	height: 120px;
	background: url(../images/common/header_logo_on.png) no-repeat;
}
#header_logo a img {
	background: url(../images/common/header_logo_off.png) no-repeat;
}
#header #header_logo a:hover img {
	background: none;
}
#primary_nav {
	float: left;
	padding: 58px 0 0 130px;
}
#register_now {
	float: right;
	padding: 58px 0 0 0;
}
/*========================== END HEADER STYLES =======================*/


/*========================== BEGIN CONTENT TOP STYLES =======================*/
#content_top {
	padding: 0 0 10px 0;
}
#secondary_nav {
	float: left;
	width: 450px;
	padding: 10px 0 0 0;
	font-size: 16px;
}
#secondary_nav ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0 0 0 11px;
	background: url(../images/common/nav2_divider.jpg) no-repeat;
}
#secondary_nav ul li.first {
	float: left;
	list-style: none;
	padding: 0 0 0 0;
	background: none;
}
#secondary_nav ul li a {
	color: #ff66cc;
	text-decoration:underline;	
}
#secondary_nav ul li :hover {
	text-decoration:none;	
}
#secondary_nav ul li ul {
	display: none;
}
#page_title {
	float: right;
	width: 450px;
	text-align: right;	
}
/*========================== END CONTENT TOP STYLES =======================*/


/*========================== BEGIN MAIN CONTENT STYLES =======================*/
#content {
	
}
#content_left {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 20px 0 20px 0;
	background: url(../images/common/gray_strip.gif) repeat-x;
}
#content_right {
	float: left;
	width: 620px;
	padding: 20px 0 20px 0;
	background: url(../images/common/gray_strip.gif) repeat-x;
}
#content_inner {	
	padding: 20px 0 20px 0;
	background: url(../images/common/gray_strip.gif) repeat-x;
}
#allspeakers_left {
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	padding: 20px 0 20px 0;
	background: url(../images/common/gray_strip.gif) repeat-x;
}
#allspeakers_right {
	float: left;
	width: 779px;
	padding: 20px 0 20px 0;
	background: url(../images/common/gray_strip.gif) repeat-x;
}
/*========================== END MAIN CONTENT STYLES =======================*/


/*========================== BEGIN FOOTER STYLES =======================*/
#footer {
	position: relative;
	margin: 0;
	padding: 30px 0 30px 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/common/gray_strip.gif) repeat-x;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
	text-align: right;
}
#credits_popup {
	position: absolute;
	left: 312px;
	padding: 12px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
#site_credits {
	cursor: pointer;
}
/*========================== END FOOTER STYLES =======================*/


/*========================== BEGIN DROPDOWN NAV STYLES =======================*/
h2.dropdown_title {
	margin-top: 0;
	padding-top: 0;
}
.dropdown_nav {
	width: 299px;
	background: url(../images/common/dropdown_decoration.gif) no-repeat;
	background-position: top right;
	padding-bottom: 20px;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #cccccc;*/
}
.labsnav,
.speakersnav {
	background:#000;	
	width:240px;
	padding:5px;
}
.labsnav a,
.speakersnav a {
	display: block;
	padding: 3px;
	font: 14px Arial, Helvetica, sans-serif;
	color:#ffffff;	
	font-weight: bold;
	text-decoration:none;
}
.labsnav a:hover,
.speakersnav a:hover {
	color: #ff66cc;
}
.labsnav ul,
.speakersnav ul {
	list-style:none;
}
a#labsnav_button,
a#speakersnav_button {
	/*background: url(../images/common/dropdown_arrow.gif) no-repeat;*/
}
a#labsnav_button:hover,
a#speakersnav_button:hover {
	color: #ffffff;
}
#lab_track_dots div {
	float: left;
	width: 87px;
	margin: 0 16px 20px 0;
}
#lab_track_dots div.last {
	margin: 0 0 20px 0;
}
#lab_track_dots div a {
	display:block;
}
/*========================== END DROPDOWN NAV STYLES =======================*/


/*========================== BEGIN ALL SPEAKER LIST STYLES =======================*/
#all_speakers_links {
 line-height: 1.8;
}
#all_speakers_links a {
	display: block;
}
/*========================== END ALL SPEAKER LIST STYLES =======================*/


/*========================== BEGIN SPEAKER LINK BLOCK STYLES =======================*/
.speaker_link_block {
	float: left;
	width: 139px;
	margin: 0 20px 20px 0;
}
.speaker_link_block_last {
	float: left;
	width: 139px;
	margin: 0 0 20px 0;
}
.speaker_link_block a,
.speaker_link_block_last a {
	text-decoration: none;
}
a .speaker_link_img {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}
a:hover .speaker_link_img {
	background: #ffff00;
}
a .speaker_link_copy {
	display: block;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
a .speaker_link_copy h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666666;
}
/*========================== END SPEAKER LINK BLOCK STYLES =======================*/


/*========================== BEGIN HOMEPAGE OVERRIDE STYLES =======================*/
#topbar_homepage_holder {
	position: absolute;
	width: 100%
}
#share_homepage_holder {
	position: absolute;
	width: 100%;
	text-align: center;
}
#share_homepage_holder_inner {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}
/*========================== END HOMEPAGE OVERRIDE STYLES =======================*/


/*========================== BEGIN LEFT COLUMN MODULE STYLES =======================*/
.tertiary_nav li {
	font-size: 16px;
	list-style: none;
}
.tertiary_nav li a{
	color: #00aeef;
}
.labs_left_module {
	font: 12px Arial, Helvetica, sans-serif;
}
.labs_left_module h1 {
	display: inline;
	font-size: 24px;
	/*text-align: left;*/
	background: #ffff00;
}
.labs_left_module h2 {
	/*text-align: left;*/
	color: #666666;
	text-transform: none;
}

.content_module_left input {
	margin: 0;
	padding: 0;
	border: 0;
}
/*========================== END LEFT COLUMN MODULE STYLES =======================*/


/*========================== BEGIN CONTENT BOTTOM STYLES =======================*/
.speaker_module_block {
	float: left;
	width: 139px;
	margin: 0 16px 0 0;
	font-size: 12px;
}
.speaker_module_block h2 {
	padding: 8px 0 2px 0;
	margin: 0;
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-transform: none;
}
.speaker_module_block a {
	text-decoration:none;
}
.speaker_module_block a img,
.speaker_module_block a input {
	padding: 0 0 10px 0;
	border: 0;
	border-bottom: 1px solid #cccccc;
}
.speaker_module_block a:hover img,
.speaker_module_block a:hover input {
	background: yellow;
}

#pricing_page tr.table_heading td {
	background: #211715;
	color: #ffffff;
}
#pricing_page td {
	color: #666666;
	font: 12px Georgia, "Times New Roman", Times, serif;	
	padding: 12px 4px 12px 4px;
	text-align: center;	
	line-height: 1.8;
}
#pricing_page td.col_1 {
	background: #ffc599;
	text-align: right;
	font-weight: bold;
}
#pricing_page td.col_2 {
	background: #dddddd;
}
/*========================== END CONTENT BOTTOM STYLES =======================*/
