@charset "UTF-8";
body  {
	margin: 20px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	background-color:#2d2d2d;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #333;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
.twoColFixLtHdr #header { 
	padding: 0; 
	margin:0 auto;
	width: 900px;
	height:150px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 0;
	background: url(../img/ITV-header.jpg) no-repeat top left;
	width: 900px;
	height:150px;
	text-indent: -9999px;
}

#underHeaderMainContentWrapper {
	margin:0;
	padding:10px 0;
	width:900px;
	background: url(../img/main-content-bg-top-x.jpg) repeat-x top left;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 162px;
	padding: 15px 20px;
	margin:0;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	float: left; 
	width: 495px;
	padding: 15px 15px 15px 0;
	margin:0;
} 

.twoColFixLtHdr #sidebar2 {
	float: right; 
	width: 147px;
	padding: 15px 20px;
	margin:0;
	text-align: center;
}

.speakerImageSide img {
	border:1px solid #CCCCCC;
	margin:0 auto 5px auto;
	padding:3px;
}

.speakerImageSide img:hover {
	border:1px solid #003a00;
	background:#006600;
}


.twoColFixLtHdr #footer { 
	width: 888px;
	border: 1px solid #999999;
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#555; 
} 
.twoColFixLtHdr #footer p {
	text-align:right;
	color:#CCC;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer a {
	color: #CCC;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover {
	color: #0C0;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding:0px;
}

a { color:#060;}

 ul {
	list-style-type: square;
}
.navBar {
	padding: 0px;
	height: 247px;
	width: 162px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	list-style-type: none;
}
#register li {
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 162px;
}

#register a {
	display: block;
	height: 47px;
	width: 162px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(../img/navbar-sprite-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

#register a:hover {
	background-position: -162px 0px;
}

#agenda li {
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 162px;
}

#agenda a {
	display: block;
	height: 38px;
	width: 162px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(../img/navbar-sprite-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -47px;
	text-decoration: none;
}

#agenda a:hover {
	background-position: -162px -47px;
}

#speakers li {
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 162px;
}

#speakers a {
	display: block;
	height: 39px;
	width: 162px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(../img/navbar-sprite-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -85px;
	text-decoration: none;
}

#speakers a:hover {
	background-position: -162px -85px;
}

#sponsors li {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 162px;
}

#sponsors a {
	display: block;
	height: 36px;
	width: 162px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(../img/navbar-sprite-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -124px;
	text-decoration: none;
}

#sponsors a:hover {
	background-position: -162px -124px;
}


#sessions li {
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 162px;
}

#sessions a {
	display: block;
	height: 39px;
	width: 162px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(../img/navbar-sprite-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -160px;
	text-decoration: none;
}

#sessions a:hover {
	background-position: -162px -160px;
}

#home li {
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 162px;
}

#home a {
	display: block;
	height: 48px;
	width: 162px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background-image: url(../img/navbar-sprite-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -199px;
	text-decoration: none;
}

#home a:hover {
	background-position: -162px -199px;
}

#agendaText {
	margin: 0px;
	padding: 0px;
}

#agendaText p {
	font-size: 14px;
	line-height:16px;
}

.speakerImage {
	border:1px solid #CCCCCC;
	float:right;
	height:120px;
	margin:0 0 10px 10px;
	padding:3px;
	width:120px;
}

.sessionsText {
	margin: 0px;
	padding: 0px;
}

.sessionsText h3 {
	margin: 10px 0;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.sessionsText h5 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-style:italic;
}

.blockUnderLine {
	background-color:#E6E6E6;
	color:#E6E6E6;
	height:1px;
	margin:20px 0;
	padding:0;
	width:100%;
	clear:both;
}

.blockUnderLine hr {
display:none;
}

.agendaGrid {
	border-collapse: collapse;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding:0;
	margin: 0 0 10px 0;
}

.agendaGrid th {
	text-align: left;
	padding: 5px;
	font-size: 18px;
	background-color: #CCC;
	color:#030;
}

.agendaGrid td {
	text-align: left;
	padding: 5px;
	border: 1px solid #CCC;
}

.agendaGrid tr {
	vertical-align:top;
}

.sessionAgendaLink a {
	color: #333;
	text-decoration: none;
}


.sessionAgendaLink a:hover { 
	color:#060;
	text-decoration:underline;
	}

.downloadProgram {
	padding:0;
	margin:0 auto 40px auto;
}
	
.programGuide {
	width: 162px;
	height: 165px;
	margin: 0;
	padding: 0;
	background: url(../img/program-guide-tn.jpg) no-repeat 0 0;
	top: 0;
	left: 0;
	position: relative;
	text-indent: -9999px;
	display: block;
}

.programGuide  * {
	  display: none;
	}
	
.programGuide  span.hover {
	width: 162px;
	height: 165px;
	margin: 0;
	padding: 0;
	background: url(../img/program-guide-tn.jpg) no-repeat -162px 0;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}

.downloadProgram .textLink {
	padding:0;
	margin: 10px 0 0 0;
	color:#030;
	text-decoration:none;
	display:block;
}

.downloadProgram .textLink:hover {
	text-decoration:underline;
}
	
#joinUs {
	background-image: url(../img/join-us.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	padding: 0px;
	height: 63px;
	width: 495px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar2 #speakerColumnHeader {
	background-image: url(../img/speakers-side-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	padding: 0px;
	height: 29px;
	width: 89px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
#sidebar2 .speakerName {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar2 .speakerType {
	font-size: 11px;
	font-style:italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar2 .sidebarSpeakerContainer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar2 .sidebarSpeakerContainer .speakerName a {
	text-decoration: none;
	color: #333333;
}

#sidebar2 .sidebarSpeakerContainer .speakerName a:hover {
	text-decoration: underline;
	color: #006600;
}


#sidebar2 .regSideButton {
	padding: 0px;
	height: 41px;
	width: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-indent: -9999px;
}

#sidebar2 .regSideButton a {
	padding: 0px;
	height: 41px;
	width: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(../img/reg-button-side.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

#sidebar2 .regSideButton a:hover {
	background-position: 0px -41px;
}


#socialMediaBox {
	width: 147px;
	height: 32px;
	padding: 0px;
	margin: 0 0 40px 0;
	position: relative;
	overflow:hidden;
}

#socialMediaBox ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}

#socialMediaBox li {
	margin:0;
	padding:0;
	width: 32px;
	height: 32px;
}

.twitterButton {
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	background: url(../img/social-media-sprite.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left:10px;
}

.twitterButton:hover {
	background-position: 0 -32px;
}

.linkedinButton {
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	background: url(../img/social-media-sprite.png) no-repeat -32px 0;
	position: absolute;
	top: 0;
	left:57px;
}

.linkedinButton:hover {
	background-position: -32px -32px;
}

.facebookButton {
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	background: url(../img/social-media-sprite.png) no-repeat -64px 0;
	position: absolute;
	top: 0;
	right:10px;
}

.facebookButton:hover {
	background-position: -64px -32px;
}

.logInButton {
	padding: 0px;
	height: 41px;
	width: 140px;
	margin: 10px auto 40px auto;
	text-indent: -9999px;
}

.logInButton a {
	padding: 0px;
	height: 41px;
	width: 140px;
	margin: 0;
	background-image: url(../img/log-in.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

.logInButton a:hover {
	background-position: 0px -41px;
}

.expoDedicatedTime {
	text-align:center; 
	vertical-align:middle; 
	font-weight:bold;
}

.evenRow {
	background: #f4f4f4;
}

.socialMediaHeader {
	margin: 0 auto 20px auto;
	padding: 0;
}