@charset "utf-8";
body, h1, h2, h3, p, quote, small, form, input, ul, li, ol, label, td, th{
  margin: 0px;
  padding: 0px;
}

table{
   border-collapse: collapse;
}


input { padding: 5px }
input.error{ border: 1px solid #F33; background-color: #F8E0E6 }
input.valid{ border: 1px solid #060; background-color:#E0F8E0 }

label.error{ font-size:10px; font-family:Verdana, Geneva, sans-serif; color:#DF0101; padding-left:10px }

table.form{ width:100%; }
table.form td{ padding:5px 10px; }

#errorMessage{
   color: #fff;
   background-color: #CC0000;
   border: 1px solid #FF8A8A;
   padding:5px 10px;
   font-weightg:bold; 
}


#tc { background-color: #EBEBEB; font-family:Verdana, Geneva, sans-serif; border:0; padding:0; margin:0; overflow:none;}
#tc p{ margin: 5px 10px; font-size:90%; font-family:Verdana, Geneva, sans-serif}
#tc h1{ text-align:center}

#costData { border: 2px solid #000; border-left:none; border-right:none }
#costData table { width:100%; 
  border-spacing:0;
  border-collapse:collapse;
}
#costData table td{ padding:5px 10px; border: 1px solid #000}
#costData table td.qty{ text-align:center}

#costData table td.col3{ text-align:right}

#costData table thead, .invSummary{ text-align:right; font-weight:bold; background-color:#333; color:#FFF}

.w150px { width:150px; }
.w300px { width:300px;}
.left {
	text-align: left
}
legend {
	font-size:125%;
	font-weight:bold;
	letter-spacing:1px; 
}
div.attendeeInfo {
	overflow:auto;
	padding:5px 10px;
	margin-bottom:2px solid #000
}
div.attendeeInfo:nth-child(even) {
	background: #CCC;
	margin-bottom:5px;
}
div.attendeeInfo a.delete {
	color:red;
	font-size:120%
}
div.attendeeInfo ul li {
	margin-left: 20px;
	text-indent:10px;
	list-style:none
}


#aList { font-size:14px; padding:10px; }
#aList fieldset{ width:auto; }
#aList legend{ font-size:150%; line-height:150% }


#attendeeInfo{ width:700px; margin:auto; padding:0; background:#42423f; color:#FC0; }
#attendeeInfo fieldset{ margin:5px; padding:10px; border: 1px dotted #999; clear:both; margin-bottom:10px;}

form#attendeeForm label{width: 200px; display: inline-block; text-align: right }
form#attendeeForm label.error{ width: auto; }

p.buttons{ text-align:right }


.sessionRow{overflow:auto; border-bottom: 1px dashed #CCCCCC; margin:1px; position:relative; font-family:Verdana, Geneva, sans-serif; padding:5px 10px;}
.sessionRow div{float:right; }
.sessionRow h3{ font-size:12px; font-weight:700; }
.sessionRow a.button{ font-size: 12px; font-weight:bold;
background-color: #0e97d0; color:#fff; 
width:80px; padding:6px;  margin:0; 
overflow:auto; clear:both; 
border-right: 0px solid #000; text-align:center; display:inline-block; }


.sessionRow a.leftButton{ border-radius: 4px 0 0 4px; background-color:#999}
.sessionRow a.rightButton{ border-radius: 0 4px 4px 0; border:0; background-color:#C20904}
#sessionInfo a.button.register{ display:block; float:right; border-radius: 4px; border:0; background-color:#C20904; color: #FFF}
.addAttendee {float:none;}


#divAttendeeList fieldset{width:500px; margin:5px auto 10px auto;}





#pageContent h3{
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: normal;
  background: none;
}

body{
  font: 16px/160% gandhi, arial, sans-serif;
  color: #000;
  margin: auto;
  /* background: #000 url(../images/logos/backgoundLogo.png) no-repeat fixed center 100px; */
  background: #000;
  /* url(../images/logos/magnet_bg.jpg) no-repeat fixed center 0px; */
  

  
}

p, h1, h2, h3{
  line-height: 130%;
  padding: 5px;
}

h1, h2{
  font-family: 'Playfair Display', serif;
}

h3{
  letter-spacing: 1px;
  font: 19px gandhi_bold, arial, sans-serif;
}

p{
  font-size: 16px;
}

h1{
  font-size: 22px;
}

h2{
  padding: 10px;
  font-size: 20px;
  letter-spacing: 1px;
}

a img{
  border: none;
}

#faq h3{
  font: 16px gandhi, verdana, sans-serif;
  letter-spacing: 0.2px;
  padding-left: 15px;
}

.black{
  color: Black;
}

a:link, a:active, a:visited, a:hover{
  color: Inherit;
  text-decoration: underline;
}

.grey{
  color: Grey;
}

.silver{
  color: Silver;
}

#header,#navBar,#body,#footer{
  clear: both;
}

#header,#navBar{
  background: #000;
  color: White;
  position: relative;
}

#headerLogo{
  position: absolute;
  z-index: 1;
}

#header p{
  float: left;
  margin: 10px 10px 10px 280px;
}

#header p span#text1{
  font-size: 18px;
}

#header p span#text2{
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
}

#leftNave ul,#navBar ul{
  list-style: none;
}

#navBar{
  width: 100%;
  overflow: auto;
  font-weight: bold;
  font-size: 100%;
  background: #42423F;
}

#navBar ul{
  list-style: none;
  display: inline;
  float: right;
  padding: 0;
}

#navBar ul li{
  padding: 15px 15px;
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0px;
}

#navBar ul li a{
  text-decoration: none;
  color: inherit;
}

#body{
  background: White;
  overflow: auto;
}

#content{
  width: 100%;
  clear: both;
  min-height: 150px;
  background: #FFF;
  color: #333;
  margin: 0px;
  overflow: auto;
}

#header #register p{
  margin: 5px 10px;
}

.button{
  padding: 5px 20px;
  margin: 5px 10px;
  border-radius: 0px;
  border:none;
  text-align: center;
  color: #fff;
  background: #302e2f;
}


.button:hover{ background-color:#999 }
.small{
  width: 125px;
}

.medium{
  width: 200px;
}

.large{
  width: 275px;
}

.right,#speakerTable_filter,#speakerTable_paginate{
  float: right;
}


.ui-widget{
  font-family: Verdana, Geneva, sans-serif;
}



#sessionsHosted{
  clear: both;
}



.rightArrow{
  background: url(../images/rightArrow.png) no-repeat right center;
}

.downArrow{
  background: url(../images/downArrow.png) no-repeat right top;
}

#pageContent p{
/*
	line-height:20px;
	font-size:14px;
*/
}

#col-1,#col-2{
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: White;
  color: Black;
}

#col-1{
  width: 225px;
  background-color: #17A8E0;
  background: rgb(66, 66, 63);
}

#col-2{
  width: 730px;
}

#sessionData ui-accordion-content{
  margin-bottom: 15px;
}

.speakerDiv{
  text-align: center;
  width: 30%;
  height: 290px;
  border: 0;
  padding: 5px;
  margin: 2px;
  float: left;
  font-size: 12px;
  line-height: 16px;
}

#pageContent .speakerDiv p{
  font-size: 12px;
  line-height: 16px;
}

.speakerImg{
  position: relative;
  width: 150px;
  height: 220px;
  overflow: hidden;
  margin: auto;
}

.speakerImg img{
  position: absolute;
  bottom: 0;
  left: 0;
}

.speakerDiv h4,#speakerTable{
  margin: 5px;
}

.speakerDiv img{
  margin: 5px;
  clear: both;
}

.speakerDiv .odd{
  float: left;
  clear: left;
}

.speakerDiv .even{
  float: right;
  clear: right;
}

#footer{
  background: #FFF;
  color: #333;
}

#twitter{
  float: right;
  overflow: auto;
}

#tweets{
  overflow: hidden;
  border: 0;
  margin: 5px;
}

.text-shadow{
  text-shadow: 3px 1px 3px #1f1d1d;
  filter: dropshadow(color=#1f1d1d, offx=3, offy=1);
}

.white{
  color: White;
}

span.sessionCodeDate{
  padding-left: 25px;
  font-size: 11px;
  color: #0E97D0;
}

li.tweet_content_0, li.tweet_content_1, li.tweet_content_2{
  border-bottom: thin dashed blue;
}

table#schedule{
  font-size: 12px;
  line-height: 130%;
  width: 100%;
}

table#schedule td{
  padding: 5px;
}

#faq div a{
  text-decoration: underline;
}

#schedule a,#faq div a{
  text-decoration: none;
}

ul li{
  margin: 3px;
}

#navBar ul li:hover{
  background: #999999;
  color: #000;
}

#speakerTable{
  clear: both;
  color: black;
  background: white;
}

#speakerTable th{
  padding: 10px;
}

#speakerTable tr.even{
  background: #FAFAD2;
}

#speakerTable_wrapper{
  color: black;
  background: silver;
  overflow: auto;
}

#speakerTable td, #speakerTable_length, #speakerTable_filter{
  padding: 10px;
}

#speakerTable_length,#speakerTable_info{
  float: left;
}

#speakerTable_previous, speakerTable_next{
  margin: 5px;
}

h3.ui-accordion-header{
  font-weight: bold;
}

.ui-widget {
  font: 12px Arial, Helvetica, sans-serif;
}

#twitter ul {
  margin-left: 0px;
  list-style: none;
}

.ui-button {
  padding: 5px;
}

#col-2 ul{
  margin-left: 15px;
}

.title{
  margin-bottom: .5em;
  font: 2em 'Playfair Display', "Times New Roman", Times, serif;
  text-align: center;
  padding: 10px 10px;
}

.orange{
  background: #E23300;
}

.green{
  background: #118b04;
}

.pink{
  background: #C20904;
  color: #FFF;
}

.purple{
  background: #8E1A43;
}

.blue{
  background: #0E97D0;
}

.gold{ background-color:#D4A017; color:#FFF}
#featuredSessions, #speakers, #sponsors, #twitter { padding: 5px 10px; }

#featureSession, #testimonials{ border-top: 7px solid #000; }




#leftNav{
  width: 223px; color: Black; font-size: 14px;
  float: left; z-index: 1;
  letter-spacing: 2px; font-weight: bold;
  font: Verdana, Geneva, sans-serif;
  padding-bottom: 5px;
}

#leftNav ul{
  margin-top: 60px; font-size: 16px;
  list-style: none;
}

#leftNav li{
  display: block; padding: 5px 10px;
  margin-left: 10px;
}

#leftNav a{
  color: #D6DE23;  text-decoration: none;
  padding: 5px 10px; display: block;
}

#leftNav li ul{
  margin-top: auto;
  border-bottom: dashed 1px #666;
}

#leftNav li li{
  padding: 5px 5px 5px 20px;
  margin: 0; border: 0;
}

#leftNav li:hover > a{ color: #000;   background: #999; }

#leftNav ul { margin: 60px 0 0 0; }
#leftNav li { margin:0; padding:0px; }
#leftNav li a{ padding: 5px 5px 5px 20px; }

#footerNavBar{
	overflow:auto; 	margin:0; padding:10px; 
	font-weight:bold; background-color:#42423F; color:#FFF; 
	letter-spacing:1px; text-align:center;	
}

#mainBody{width:955px; margin:auto}



