@charset "utf-8";
@import url("reset.css");
@import url("typography.css");
@import url("track_colors.css");
@import url("backchannel.css");

body#trackname {
	
}

#container {
	position: relative;
	width: 895px;
	margin: 0 auto;
	z-index: 10;
}

#alert {
	background: #d42e12 url(/css/images/alert.png) no-repeat 21px 17px;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 23px 32px 25px 80px;
}

#alert h2 {
	margin-top: 0;
}

#alert p {
	margin-bottom: 0;
}

#header {
	height: 157px;
	position: relative;
	margin: 0 0 30px 0;
	width: 100%;
	z-index: 20;
}

h1#logo {
	width: 145px;
	height: 121px;
	position: absolute;
	left: 40px;
	top: 36px;
	margin: 0px;
}

h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
	background: url(/css/images/logo_basic.png) no-repeat left top;
}

.track h1#logo a {
	background: url(/css/images/logo_track.png) no-repeat left top;
}

h2#payoff {
	display: none;
}

.share-content h3 {
	padding-left: 0 !important;
	margin-top: 0 !important;
}

p#countdown {
	position: absolute;
	right: 0px;
	top: 56px;
	width: 180px;
	margin: 0;
	padding: 0 110px 0 0;
}

p#coverage {
	position: absolute;
	right: 0px;
	top: 46px;
	width: 180px;
	margin: 0;
	padding: 0 0px 0 0;
}

p#countdown span {
	background: url(/css/images/digits-sprite.png) no-repeat right -30px;
	width: 104px;
	height: 30px;
	display: block;
	text-indent: -9000px;
	float: right;
	margin-left: 4px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.track p#countdown span {
	background: url(/css/images/digits-sprite.png) no-repeat right top;
}

p#countdown span.digit {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	right: auto;
	top: auto;
}

p#countdown span.digit-1 {
	width: 10px;
	background: url(/css/images/digits-sprite.png) no-repeat 0px -30px;
}

p#countdown span.digit-2 {
	width: 13px;
	background: url(/css/images/digits-sprite.png) no-repeat -10px -30px;
}

p#countdown span.digit-3 {
	width: 13px;
	background: url(/css/images/digits-sprite.png) no-repeat -23px -30px;
}

p#countdown span.digit-4 {
	width: 16px;
	background: url(/css/images/digits-sprite.png) no-repeat -36px -30px;
}

p#countdown span.digit-5 {
	width: 12px;
	background: url(/css/images/digits-sprite.png) no-repeat -52px -30px;
}

p#countdown span.digit-6 {
	width: 16px;
	background: url(/css/images/digits-sprite.png) no-repeat -65px -30px;
}

p#countdown span.digit-7 {
	width: 13px;
	background: url(/css/images/digits-sprite.png) no-repeat -81px -30px;
}

p#countdown span.digit-8 {
	width: 15px;
	background: url(/css/images/digits-sprite.png) no-repeat -94px -30px;
}

p#countdown span.digit-9 {
	width: 17px;
	background: url(/css/images/digits-sprite.png) no-repeat -109px -30px;
}

p#countdown span.digit-0 {
	width: 16px;
	background: url(/css/images/digits-sprite.png) no-repeat -126px -30px;
}

.track p#countdown span.digit-1 {
	width: 10px;
	background: url(/css/images/digits-sprite.png) no-repeat 0px top;
}

.track p#countdown span.digit-2 {
	width: 13px;
	background: url(/css/images/digits-sprite.png) no-repeat -10px top;
}

.track p#countdown span.digit-3 {
	width: 13px;
	background: url(/css/images/digits-sprite.png) no-repeat -23px top;
}

.track p#countdown span.digit-4 {
	width: 16px;
	background: url(/css/images/digits-sprite.png) no-repeat -36px top;
}

.track p#countdown span.digit-5 {
	width: 12px;
	background: url(/css/images/digits-sprite.png) no-repeat -52px top;
}

.track p#countdown span.digit-6 {
	width: 16px;
	background: url(/css/images/digits-sprite.png) no-repeat -65px top;
}

.track p#countdown span.digit-7 {
	width: 13px;
	background: url(/css/images/digits-sprite.png) no-repeat -81px top;
}

.track p#countdown span.digit-8 {
	width: 15px;
	background: url(/css/images/digits-sprite.png) no-repeat -94px top;
}

.track p#countdown span.digit-9 {
	width: 17px;
	background: url(/css/images/digits-sprite.png) no-repeat -109px top;
}

.track p#countdown span.digit-0 {
	width: 16px;
	background: url(/css/images/digits-sprite.png) no-repeat -126px top;
}

ul.mainnav,
	ul.secnav,
	ul.metanav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.mainnav li,
	ul.secnav li,
	ul.metanav  li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.navholder {
	clear: both;
	position: absolute;
	left: 217px;
	top: 104px;
	width: 678px;
	height: 30px;
	background: url(/css/images/black_1.png) repeat-x left 29px;
}

#header ul.mainnav {
	background: url(/css/images/black_1.png) repeat-x left -9px;
	overflow: hidden;
}

#header ul.mainnav li {
	float: left;
	background: url(/css/images/black_1.png) repeat-y -9px top;
	overflow: hidden;
	height: 30px;
	margin-left: -1px;
	font-size: 1.2em;
	line-height: 100%;
}

#header ul.mainnav li a {
	display: block;
	padding: 8px 10px;
	color: #888;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
}

.track #header ul.mainnav li a {
	color: #FFF;
}

#header ul.mainnav li a:hover {
	background: url(/css/images/black_3.png) repeat left top;
}

.track #header ul.mainnav li a:hover {
	background: url(/css/images/white_1.png) repeat left top;
	color: #FFF;
}

.secondaryholder {
	position: absolute;
	left: 217px;
	bottom: 0px;
	height: 24px;
	background: url(/css/images/black_1.png) repeat-x left 23px;
	width: 678px;
}

#header ul.secnav {
	float: right;
}

#header ul.secnav li {
	float: left;
	background: url(/css/images/black_1.png) repeat-y -9px top;
	overflow: hidden;
	margin-left: -1px;
}

#header ul.secnav li a {
	padding: 5px 8px;
	display: block;
	color: #888;
	font-size: 1.1em;
	text-decoration: none;
}

.track #header ul.secnav li a {
	color: #FFF;
}

#header ul.secnav li a:hover {
	background: url(/css/images/black_3.png) repeat left top;
}

.track #header ul.secnav li a:hover {
	background: url(/css/images/white_1.png) repeat left top;
}

#header form,
	#footer form {
	float: right;
	background: url(/css/images/black_1.png) repeat-y -9px top;
	height: 23px;
	margin: 1px 0 0 0;
}

#header form input,
	#footer form input {
	border-width: 0;
	margin: 0 0 0 1px;
	padding: 4px 4px 3px 4px;
	color: #c7c7c7;
	font-style: italic;
	float: left;
	font-size: 1.1em;
}

#header form input.search {
	width: 130px;
}

#footer form {
	height: 25px;
	margin-top: 0px;
}

#footer form input.search {
	width: 160px;
}

#footer form input {
	padding: 12px 4px 3px 4px;
}

#header form input.focused,
	#footer form input.focused {
	font-style: normal;
	color: #888;
}

#footer form input.searchbutton {
	padding-top: 10px;
	margin-right: 5px;
}

.track #header form input {
	background: transparent;
	color: #FFF;
}

#filter {
	float: left;
	margin: 1px 0;
	position: absolute;
}

.hidefilter {
	height: 22px;
	overflow: hidden;
	width: 288px;
	background: url(/css/images/black_2.png) repeat left top;
}

.showfilter {
	overflow: visible !important;
	background-color: #f37d01;
	background-image: none;
	height: auto;
	width: 290px;
	color: #FFF;
	padding: 20px;
}

.track #filter {
	display: none;
}

.hidefilter h3 {
	padding: 4px 5px 5px 7px;
	color: #888;
	font-size: 1.1em;
	background: transparent;
	margin: 0;
	line-height: 120%;
}

.showfilter h3 {
	color: #FFF;
	font-size: 1.6em;
}

.showfilter p {
	font-size: 1.1em;
}

.showfilter input {
	background-color: #f59733;
	border: none;
	padding: 6px;
	margin: 0;
	float: none;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 1.2em;
	cursor: hand;
	cursor: pointer;
}

.showfilter label {
	display: block;
	font-size: 1.2em;
	clear: both;
	padding: 3px 3px 3px 0;
	margin: 2px 0;
}

.showfilter label input {
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	float: left;
	margin: -2px 5px 0 0;
}

#header ul.metanav {
	height: 30px;
	position: absolute;
	left: 217px;
	top: 0px;
	width: 678px;
}

#header ul.metanav li {
	float: right;
	display: block;
	padding: 8px 12px 9px 12px;
	margin: 0 1px 0 0;
	background: url(/css/images/black_1.png) repeat left top;
	line-height: 120%;
}

#header ul.metanav li.last {
	text-indent: -9000px;
}

#header ul.metanav li a {
	color: #d65193;
	text-decoration: none;
}

.track #header ul.metanav li a {
	color: #FFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	zoom: 1;
}

#header ul.metanav li a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

h1#pagetitle {
	position: absolute;
	font-size: 3em;
	color: #CCC;
	left: 217px;
	top: 43px;
	width: 488px;
	font-weight: normal;
	line-height: 140%;
	margin: 0;
}

.track h1#pagetitle {
	color: #FFF;
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#content {
	min-height: 300px;
	position: relative;
	z-index: 10;
}

#subnavcol {
	width: 202px;
	float: left;
	position: relative;
	padding: 116px 0 0 0;
	margin: 0 0 20px 0;
}

ul#subnav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

ul#subnav li {
	float: left;
	display: block;
	margin: 0 0 1px 0;
	background-color: #f2f2f2;
	width: 100%;
	overflow: hidden;
	list-style: none;
}

ul#subnav li.this {
	background-color: #d42f13;
}

ul#subnav li.share {
	background-color: #0d163f;
}

ul#subnav li.share a {
	color: #fff !important;
}

ul#subnav li a {
	color: #d42f13;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	overflow: hidden;
	padding: 10px 8px 12px 15px;
}

ul#subnav li.this a {
	color: #FFF;
	font-weight: bold;
	padding-bottom: 11px;
}

ul#subnav li a:hover {
	background-color: #d42f13;
	color: #FFF;
}

ul#subnav li ul {
	display: none;
}

ul#subnav li.this ul {
	display: block;
	margin: 0;
}

ul#subnav ul li {
	line-height: 130%;
	height: 36px;
	margin: 1px 0 0;
}

ul#subnav li.this ul li a {
	display: block;
	font-weight: normal;
	padding: 12px 0 12px 31px;
	background: transparent url(/css/images/arrows_tiny.png) no-repeat 15px -85px;
	background-color: #dd5942;
}

ul#subsub li a {
	background-color: #dd5942;
}

ul#subsub li {
	height: auto !important;
}

ul#subnav li.this ul li a:hover {
	font-weight: normal;
	background: transparent url(/css/images/arrows_tiny.png) no-repeat 15px 15px;
	background-color: #dd5942;
}

#subnav ul li.this a {
	font-weight: bold !important;
}

#subnavcol h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #a8a8a8;
	margin: 40px 0 8px 0;
}

#subnavcol h3.current span {
	font-size: 1.6em;
	display: block;
	margin: 6px 0 2px 0;
}

#subnavcol ul#tracks {
	
}

#subnavcol ul#tracks li {
	list-style-type: none;
	border-top: solid 1px #f2f2f2;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#subnavcol ul#tracks li a {
	display: block;
	color: #7f7f7f;
	text-decoration: none;
	padding: 9px 0;
}

#subnavcol ul#tracks li a:hover {
	color: #004385;
}

#contentcol {
	width: 693px;
	float: left;
	display: inline;
	position: relative;
}

#fullcol {
	float: left;
	position: relative;
	clear: both;
	margin-left: -14px;
}

.col {
	float: left;
	display: inline;
	margin-left: 14px;
}

.item, .item-home {
	padding: 0px 15px 15px 0;
	background-color: #f2f2f2;
	margin: 0 0 15px 0;
}

.item-home {
	padding-left: 15px;
}

.colB .item {
	padding-left: 15px;
}

.colE .item h3 img {
	margin: 2px 0 0;
}

.colB .item,
.colC .item {
	cursor: hand;
	cursor: pointer;
}

.colE .item img {
	margin: 0 0 15px 0px;
}

.item img, .item-home img {
	margin: 0 -15px 10px;
}

.item p, .item-home p {
	font-size: 1.1em;
	margin-bottom: 0;
}

.item p img {
	float: right;
	margin: 0 -15px 15px 15px;
}

.item p.streamer {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 140%;
}

.item a.hiddenlink {
	display: none;
}

.item a.readmore {
	display: block;
	padding: 2px 0 10px 12px;
	margin: 8px 0 0 5px;
	background: url(/css/images/arrows_tiny.png) no-repeat left -45px;
	font-size: 1.1em;
	text-decoration: none;
}

.item a.readmore:hover {
	text-decoration: none;
}

.colB .item h3,
		.colC .item h3, .colC .item-home h3 {
	color: #888;
	font-weight: normal;
	margin: 5px 0 0 0;
}

.colB .item h2,
		.item h2.text-title, {
	color: #f37d00;
	margin: 0 0 5px 0;
}

.item ul.itemnav {
	border-bottom: solid 1px #e5e5e5;
	margin: 25px 0 0 0;
	position: absolute;
	bottom: 0px;
}

.item ul.itemnav li {
	list-style-type: none;
	border-top: solid 1px #e5e5e5;
	margin: 0;
	padding: 7px 0;
}

.item ul.itemnav li a.readmore {
	margin: 0;
	padding-top: 0;
}

.colA {
	width: 678px;
}

.colA .item {
	background-color: transparent;
}

.colA .item h3 {
	font-size: 1.8em;
	margin: 0;
}

.colA .item h2 {
	font-size: 2.4em;
	margin: 0;
}

.colB {
	width: 332px;
}

.colB .item h3 {
	font-size: 1.8em;
}

.colB .item h2 {
	font-size: 1.9em;
	margin: 0;
}

.colB .item-hover {
	background-color: #d42e12;
}

.colB .item-hover h2 {
	color: #FFF !important;
}

.colB .item-hover h3 {
	color: #ea9789;
}

.colB .item-hover p {
	color: #f2c1b8;
}

.colC {
	width: 288px;
}

.colC .item h3, .colC .item-home h3 {
	font-size: 1.6em;
}

.colC .item h2, .colC .item-home h2 {
	font-size: 1.9em;
	color: #d42e12;
	margin: 0;
}

.colC .item-hover {
	background-color: #d42e12;
}

.colC .item-hover h2 {
	color: #FFF !important;
}

.colC .item-hover h3 {
	color: #ea9789;
}

.colC .item-hover p {
	color: #f2c1b8;
}

.colD {
	width: 894px;
	margin-bottom: 15px;
}

.colD .item {
	background-color: transparent;
	padding: 0;
}

.colD .item h3 {
	font-size: 1.6em;
	margin-top: 0;
}

.colD .item h2 {
	font-size: 3.6em;
	color: #d65193;
	letter-spacing: -0.03em;
	line-height: 90%;
	margin-top: 8px;
}

.colD .visual {
	float: left;
	width: 591px;
	margin-top: 2px;
	height: 334px;
	position: relative;
}

.colD .textual {
	height: 334px;
	float: left;
	width: 275px;
	margin-left: 14px;
	padding-left: 14px;
	position: relative;
}

.colD .visual img {
	margin: 0;
}

.colE {
	width: 678px;
}

.colE .item {
	background-color: transparent;
	margin-top: 20px;
}

.colE .item.width {
	width: 292px;
	overflow: hidden;
}

.colE .item h2.text-title {
	font-size: 2.4em;
	margin: 0 0 44px 0;
	height: 50px;
	color: #F37D00;
}

.colE .item h2.has-image {
	height: auto;
	margin: 15px 0 10px 0;
}

.colE .item p {
	margin-bottom: 1em;
}

body.venue .colE .item-home p {
	margin-bottom: 0;
}

.colE .item img {
	margin-top: 20px;
}

body.venue .colE .item img {
	margin: 0 0 15px -15px;
}

.colE .item h2.text-title {
	position: relative;
	top: 0;
}

.colE .item h2.text-title div {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.colE .item h2.has-image div {
	position: relative;
}

.colF {
	width: 370px;
}

.colF .item {
	background-color: transparent;
	padding-right: 0px
}

.colF .item h2 {
	color: #7f7f7f;
	font-size: 1.4em;
	font-weight: bold;
}

form {
	
}

form .hold {
	margin: 4px 0;
	font-size: 1.1em;
}

form fieldset {
	margin: 0 0 15px 0;
}

form legend {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #7f7f7f;
}

form label,
form input {
	
}

form label {
	float: left;
	width: 100px;
	padding: 5px 4px 5px 0;
}

form .hold input {
	border: solid 1px #d9d9d9;
	padding: 4px 3px 4px 5px;
	width: 238px;
}

form .hold textarea {
	border: solid 1px #d9d9d9;
	padding: 4px 3px 4px 5px;
	width: 238px;
}

form .hold input.submit {
	width: auto;
	float: left;
	color: #7f7f7f;
	background-color: #f2f2f2;
	font-size: 1em;
	cursor: hand;
	cursor: pointer;
}

form div.radiocheck input {
	width: 13px;
	height: 13px;
	float: left;
	margin-left: 0;
	border: none;
}

*+html form div.radiocheck input {
	margin-top: 4px;
	margin-right: 5px;
}

form div.radiocheck label {
	width: auto;
}

form div.buttonalign {
	
}

form div.buttonalign label {
	width: 230px;
}

#footer {
	position: relative;
	margin: 10px 0;
}

ul.columned {
	
}

ul.ul-col {
	width: 288px;
	margin: 0 0 15px 15px;
	padding: 0;
	float: left;
}

ul.ul-col li {
	font-size: 1.1em;
}

ul.ul-col li a {
	color: #858585;
}

#morelist {
	margin-left: -15px;
}

#morelist h2 {
	color: #d65193;
	font-size: 1.7em;
	margin-left: 15px;
}

#morelist ul {
	
}

#morelist ul li {
	list-style-type: none;
	margin: 3px 0;
	padding: 0 20px 0 12px;
	background: url(/css/images/arrows_tiny.png) no-repeat left -45px;
}

#morelist ul li a {
	text-decoration: none;
}

#morelist ul li a:hover {
	text-decoration: none;
	color: #d65193;
}

.searchresultsbox {
	border: solid 1px #e5e5e5;
	margin: 0 0 20px 0;
}

hr {
	border: none;
	height: 1px;
	background-color: #e3e3e3;
	margin-bottom: 14px;
	color: #e3e3e3;
}

.searchresultsbox h3 {
	border-right: solid 1px #e5e5e5;
	width: 297px;
	float: left;
	margin: 0;
	padding: 8px 10px 10px 16px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 140%;
}

.searchresultsbox form {
	width: 300px;
	float: left;
	padding: 4px 12px 0px 10px;
	margin-top: 5px;
}

.searchresultsbox form input.search {
	border: none;
	font-size: 1.4em;
	color: #C7C7C7;
	font-style: italic;
	float: left;
	width: 270px;
}

.searchresultsbox form input.focused {
	color: #858585;
	font-style: normal;
}

.searchresultsbox form input.searchbutton {
	float: right;
}

.pagelist {
	margin: 0;
	padding: 0;
}

.pagelist li {
	list-style-type: none;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.pagelist li.hover {
	cursor: pointer;
	cursor: hand;
}

.pagelist li.hover h4,
.pagelist li.hover p {
	color: #F37D00;
}

.pagelist li.hover a {
	color: #ffb466;
}

.pagelist ul {
	border-left: solid 1px #e5e5e5;
	padding: 0 0 0 15px;
	margin: 15px 0 25px 0;
}

.pagelist ul li {
	font-size: 0.6em;
	font-weight: normal;
	padding-bottom: 20px;
	zoom: 1;
}

.pagelist ul li.last {
	padding-bottom: 0px;
}

.pagelist ul li h4 {
	font-size: 1.2em;
	margin: 0;
}

.pagelist ul li p {
	margin: 0 !important;
}

.pagelist ul li a {
	margin: 2px 0 0 0;
	color: #acacac;
	display: block;
	text-decoration: none;
}

.logos {
	position: relative;
	height: 75px;
	background: url(/css/images/logo_small.gif) no-repeat left top;
	margin: 15px 0 0 0;
}

.logos h2 {
	position: absolute;
	left: 465px;
	top: 42px;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.logos ul {
	float: right;
	margin: 44px 0 0 0;
}

.logos ul li {
	float: left;
	list-style-type: none;
	border-left: solid 1px #e5e5e5;
	padding: 0 0 11px 22px;
	margin: 0 0 0 22px;
}

.logos ul li.first {
	border: none;
}

.logos ul li a {
	display: block;
	text-indent: -9000px;
	height: 24px;
	margin-top: -5px;
}

.logos ul li a:hover {
	
}

.logos ul li#logo_facebook {
	width: 80px;
}

.logos ul li#logo_facebook a {
	background: url(/css/images/logos-sprite.gif) no-repeat -178px -24px;
}

.logos ul li#logo_facebook a:hover {
	background: url(/css/images/logos-sprite.gif) no-repeat -178px 0px;
}

.logos ul li#logo_twitter {
	width: 103px;
}

.logos ul li#logo_twitter a {
	background: url(/css/images/logos-sprite.gif) no-repeat 0px -24px;
}

.logos ul li#logo_twitter a:hover {
	background: url(/css/images/logos-sprite.gif) no-repeat 0px 0px;
}

.logos ul li#logo_linkedin {
	width: 75px;
}

.logos ul li#logo_linkedin a {
	background: url(/css/images/logos-sprite.gif) no-repeat -103px -24px;
}

.logos ul li#logo_linkedin a:hover {
	background: url(/css/images/logos-sprite.gif) no-repeat -103px 0px;
}

.footernavigation {
	border-top: solid 13px #e5e5e5;
	position: relative;
}

#footer ul.mainnav {
	margin: 10px 0 15px 0;
}

#footer ul.mainnav li {
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 0;
}

#footer ul.mainnav li a {
	color: #888;
	text-decoration: none;
}

#footer ul.mainnav li a:hover {
	color: #d65193;
}

#footer ul.secnav {
	
}

#footer ul.secnav li {
	
}

#footer ul.secnav li a {
	text-decoration: none;
}

#footer ul.secnav li a:hover {
	color: #d65193;
}

.metaholder {
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer ul.metanav {
	float: right;
}

#footer ul.metanav li {
	float: left;
	border-left: solid 1px #E5E5E5;
	font-size: 1.1em;
}

#footer ul.metanav li a {
	display: block;
	padding: 10px 17px 0 17px;
	text-decoration: none;
}

#footer ul.metanav li a:hover {
	color: #d65193;
}

#footer form {
	float: right;
}

div.just {
	float: right;
	border-left: solid 1px #E5E5E5;
	font-size: 1.1em;
	line-height: 140%;
}

div.just a {
	display: block;
	padding: 10px 7px 0 16px;
	text-decoration: none !important;
}

div.just a:hover {
	color: #d65193 !important;
	text-decoration: none;
}

div.track-image {
	xdisplay: none;
}

div.track-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 288px;
	width: 100%;
	z-index: 5;
}

#base_1 div.track-image {
	background: #FFF url(../images/base_1.gif) repeat-x center bottom;
}

#speaker_1 div.track-image {
	background: #0068e2 url(../images/speaker.jpg) no-repeat center top;
}

.trackblogs {
	width: 272px;
	margin: 0 0 20px;
	overflow: hidden;
	list-style: none;
	padding-left: 15px;
}

ul.trackblogs li {
	list-style: none;
	margin: 0;
	border-bottom: solid 1px #fff;
	background: #f2f2f2;
}

ul.trackblogs li:last-child {
	margin: 0;
}

ul.trackblogs li.color_energy {
	background: #419063;
}

ul.trackblogs li.color_energy h5 a:hover {
	background: #419063;
}

ul.trackblogs li.color_e-goverment {
	background: #5C3A62;
}

ul.trackblogs li.color_e-goverment h5 a:hover {
	background: #5C3A62;
}

ul.trackblogs li.color_water {
	background: #004385;
}

ul.trackblogs li.color_water h5 a:hover {
	background: #004385;
}

ul.trackblogs li.color_e-health {
	background: #049691;
}

ul.trackblogs li.color_e-health h5 a:hover {
	background: #049691;
}

ul.trackblogs li.color_mobility {
	background: #DD415F;
}

ul.trackblogs li.color_mobility h5 a:hover {
	background: #DD415F;
}

ul.trackblogs li.color_e-inclusion {
	background: #FFA800;
}

ul.trackblogs li.color_e-inclusion h5 a:hover {
	background: #FFA800;
}

ul.trackblogs li.color_sharing-space {
	background: #36600D;
}

ul.trackblogs li.color_sharing-space h5 a:hover {
	background: #36600D;
}

ul.trackblogs li.color_creative-industries {
	background: #F36503;
}

ul.trackblogs li.color_creative-industries h5 a:hover {
	background: #F36503;
}

ul.trackblogs li.color_cyber-securty-safety {
	background: #9D0D04;
}

ul.trackblogs li.color_cyber-securty-safety h5 a:hover {
	background: #9D0D04;
}

ul.trackblogs li h5 {
	margin: 0;
}

ul.trackblogs li h5 a {
	display: block;
	margin: 0 0 0 10px;
	padding: 6px 10px 7px 8px;
	line-height: 14px;
	background: #f2f2f2;
	border-left: 1px solid #fff;
	font-size: 11px;
	color: #7b7b7b;
	font-weight: normal;
	text-decoration: none;
}

ul.trackblogs li h5 a:hover {
	background: #ccc;
	color: #fff;
}

a.share_btn {
	display: block;
	width: 300px;
	height: 26px;
	background-image: url("/css/images/arrow-grey.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 14px 0 0 32px;
	color: #7f7f7f;
	text-decoration: none;
	background-color: #f2f2f2;
	font-size: 11px;
}

.column {
	float: left;
	width: 332px;
	overflow: hidden;
}

.last {
	margin-left: 14px;
}

.noimage {
	margin-top: 116px;
}

ul#track-partners-diamond, ul#track-partners-platinum, ul#track-partners-gold, ul#track-partners-silver, ul#track-partners-bronze {
	border-left: solid 1px #ddd;
	

/* border-top: solid 1px #ddd; */
	overflow: hidden;
	width: 662px;
	list-style: none;
	margin: 0 0 20px;
	padding-bottom: 1px;
}

ul#track-partners-diamond li, ul#track-partners-platinum li, ul#track-partners-gold li, ul#track-partners-silver li, ul#track-partners-bronze li {
	float: left;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#track-partners-diamond a, ul#track-partners-platinum a, ul#track-partners-gold a, ul#track-partners-silver a, ul#track-partners-bronze  a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

ul#track-partners-diamond span, ul#track-partners-platinum span, ul#track-partners-gold span, ul#track-partners-silver span, ul#track-partners-bronze span {
	position: absolute;
	bottom: -9999em;
	left: -9999em;
	display: block;
	background-color: #d42e12;
	color: #fff;
	padding: 2px 4px;
}
ul#track-partners-diamond a:hover span, ul#track-partners-platinum a:hover span, ul#track-partners-gold a:hover span, ul#track-partners-silver a:hover span, ul#track-partners-bronze a:hover span {
	bottom: 0;
	left: 0;
}



ul#track-partners-diamond span {
	width: 242px;
}

ul#track-partners-platinum span {
	width: 211px;
}

ul#track-partners-gold span {
	width: 155px;
}

ul#track-partners-silver span {
	width: 123px;
}

ul#track-partners-bronze span {
	width: 101px;
}

ul#track-partners-platinum li {
	border-top: solid 1px #ddd;
	width: 219px;
	height: 115px;
	margin-bottom: -1px;
}



ul#track-partners-diamond li {
	border-top: solid 1px #ddd;
	width: 250px;
	height: 135px;
	margin-bottom: -1px;
}

ul#track-partners-gold li {
	border-top: solid 1px #ddd;
	width: 163px;
	height: 90px;
	margin-bottom: -1px;
}

ul#track-partners-gold li.last {
	border-top: solid 1px #ddd;
	width: 166px;
}

ul#track-partners-silver li {
	border-top: solid 1px #ddd;
	width: 131px;
	height: 72px;
}

ul#track-partners-silver li.last {
	width: 133px;
}

ul#track-partners-bronze li {
	border-top: solid 1px #ddd;
	width: 109px;
	height: 60px;
	margin-bottom: -1px;
}

ul#track-partners-bronze {
	padding-bottom: 1px;
}

ul#track-partners-bronze li.last {
	width: 111px;
}

h3.partner {
	position: absolute;
	top: 20px;
	font-size: 18px;
	color: #909090;
	font-weight: normal;
}

h2.sponsor {
	margin-top: 0;
	font-size: 1.6em;
	color: #d65193;
}

.partner-detail {
	float: left;
	width: 475px;
	padding-right: 25px;
	border-right: solid 1px #e5e5e5;
}

.partner-detail h2 {
	margin-top: 0;
}

body.news h3 {
	color: #F37D00;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}

body.news h3.partner {
	color: #888;
	font-weight: normal;
}

span.datetime {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 1.2em;
}

body.news a.more-news {
	display: block;
	width: 618px;
	height: 25px;
	background: url("/css/images/arrows_tiny.png") 15px #f2f2f2 no-repeat;
	font-size: 1.1em;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0 0 30px;
	margin: 12px 0 6px;
}

a.more-news {
	width: 628px;
	padding: 10px 10px 10px 25px;
	margin-bottom: 20px;
	display: block;
	background: #f2f2f2 url(images/arrow1.gif) no-repeat 10px center;
	text-decoration: none;
}

a.no-more-news {
	display: block;
	margin: 12px 0 6px;
	width: 648px;
	height: 1px;
	text-indent: -9999em;
	background: #f2f2f2;
	line-height: 1px;
	font-size: 1px;
}

table.calendar {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 13px;
}

table.calendar tr.border td {
	border: solid 1px #e5e5e5;
	border-bottom: none;
	width: 534px;
	padding: 0 12px 0;
}

table.calendar h2 {
	margin-bottom: 14px;
}

table.calendar h3 {
	color: #909090;
	font-size: 1.2em;
}

table.calendar p {
	font-size: 1.2em;
}

table.calendar tr.border td.datetime {
	border-right: none;
	width: 66px;
	padding: 0 10px 0;
	font-size: 1.2em;
	line-height: normal;
}

table.calendar tr.color {
	background-color: #f2f2f2;
}

body.news a.download-pdf {
	display: block;
	height: 36px;
	width: 635px;
	background: url("/css/images/pdf.gif") no-repeat #f2f2f2;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 40px;
	line-height: 36px;
	margin-bottom: 17px;
}

ul#download-img {
	list-style: none;
	margin: 0 0 17px;
	overflow: hidden;
	background: #f2f2f2;
	width: 675px;
}

ul#download-img li {
	overflow: hidden;
	margin: 0;
	height: 170px;
	width: 131px;
	float: left;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	position: relative;
}

ul#download-img li img {
	margin: 0;
	position: absolute;
	top: 0;
}

ul#download-img li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 27px;
	width: 103px;
	text-decoration: none;
	padding: 143px 0 0 28px;
	background: url("/css/images/arrow.gif") no-repeat 11px 147px;
}

body.press p {
	width: 675px;
}

ul#download-img li.noborder {
	border-right: none;
}

ul#press-releases {
	margin: 17px 0 0;
	overflow: hidden;
	list-style: none;
	width: 675px;
}

ul#press-releases li {
	margin: 0 0 1px;
	list-style: none;
	overflow: hidden;
	width: 675px;
	height: 36px;
	background: #f2f2f2;
}

ul#press-releases li a {
	display: block;
	width: 675px;
	height: 25px;
	font-size: 1.2em;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 11px;
	background: url("/css/images/arrow.gif") no-repeat 11px 14px;
}

body.newsletters ul#press-releases li a {
	width: 655px;
	padding-left: 40px;
	background: url("/css/images/pdf.gif") no-repeat;
}

ul#press-releases li span.datetime {
	float: left;
	font-size: 1em;
	width: 80px;
	margin: 0;
}

h2.track-title {
	font-size: 2.4em;
	color: #fff;
	margin: 42px 0 43px;
}

body.track h3.partner {
	opacity: .5;
	color: #fff !important;
	color: #CCC;
}

div#gallery {
	width: 677px;
	position: relative;
}

div#slider {
	width: 615px;
	overflow: hidden;
	height: 89px;
	position: absolute;
	left: 30px;
}

ul#wcitGallery {
	overflow: hidden;
	list-style: none;
	margin: 0;
	height: 89px;
}

ul#wcitGallery li {
	overflow: hidden;
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}

ul#wcitGallery li img {
	margin: 0;
}

.control-left, .control-right {
	position: absolute;
	display: block;
	width: 26px;
	height: 89px;
	text-indent: -9999em;
	cursor: pointer;
}

.control-left {
	background: url("images/gallery-control-left.gif");
}

a.control-left:hover {
	background: url("images/gallery-control-left-hover.gif");
}

.control-right {
	right: 0;
	width: 27px;
	background: url("images/gallery-control-right.gif") center 0;
}

a.control-right:hover {
	background: url("images/gallery-control-right-hover.gif") center 0;
}

.item-home {
	margin-bottom: 0;
}

ul#item-link {
	margin: 0 auto 15px;
	overflow: hidden;
	list-style: none;
	border-top: solid 1px #e6e6e6;
	width: 288px;
	#width: 288px !important;
	height: 29px;
}

ul#item-link li {
	overflow: hidden;
	margin: 0;
}

ul#item-link li.left {
	float: left;
}

ul#item-link li.first a {
	width: 113px;
	border-right: 1px solid #e6e6e6;
}

ul#item-link li.last a {
	width: 112px;
}

ul#item-link li a {
	font-size: 1.1em;
	display: block;
	text-decoration: none;
	background: url("/css/images/arrow.gif") 16px 12px no-repeat #f2f2f2;
	height: auto;
	padding: 8px 0 8px 31px;
	width: 257px;
}

ul#item-link li a:hover {
	color: #6c6c6c;
	background: url("/css/images/arrow-hover.gif") 16px 12px no-repeat #d9d9d9;
}

ul.side-tracks {
	margin: 0 0 20px 15px;
	overflow: hidden;
	list-style: none;
	width: 272px;
}

ul.side-tracks li {
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid #fff;
}

.colC ul.side-tracks li a {
	padding: 6px 10px 6px 26px;
	font-size: 1.1em;
	color: #7b7b7b;
	display: block;
	background: url("/css/images/arrow.gif") 10px 11px no-repeat #f2f2f2;
	width: 236px;
	text-decoration: none;
}

ul.side-tracks li a:hover {
	color: #7b7b7b;
	background: url("/css/images/arrow-hover.gif") 10px 11px no-repeat #d9d9d9;
}

ul.side-tracks li span.userdate {
	color: #a8a8a8;
}

/* WCIT homepage */

div#newsSliderWrap {
	width: 894px;
	height: 334px;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
}

ul#newsSlider {
	overflow: hidden;
	margin: 0;
	list-style: none;
	width: 590px;
	height: 334px;
	position: relative;
	left: 0;
	top: 0;
}

ul#newsSlider li {
	position: absolute;
	margin: 0;
	display: none;
}

div#newsSliderWrap #text {
	position: absolute;
	top: 32px;
	width: 242px;
	height: 232px;
	left: 590px;
	padding: 18px 31px;
	z-index: 20;
	display: none;
}

ul#newssliderReadmore {
	border-top: solid 1px #e6e6e6;
	width: 304px;
	overflow: hidden;
	list-style: none;
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 590px;
	display: none;
	height: 32px;
}

ul#newssliderReadmore li {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul#newssliderReadmore li.left {
	float: left;
}

ul#newssliderReadmore li.first a {
	width: 120px;
}

ul#newssliderReadmore li.last a {
	border-left: 1px solid #e6e6e6;
	width: 121px;
}

ul#newssliderReadmore li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #797979;
	font-size: 1.1em;
	padding: 9px 0 0 31px;
	height: 23px;
	width: 273px;
	background: url("/css/images/arrow.gif") #f2f2f2 no-repeat 15px 13px;
	line-height: normal;
}

ul#newssliderReadmore li a:hover {
	background: url("/css/images/arrow-hover.gif") #d9d9d9 no-repeat 15px 13px;
}

div#newsSliderWrap ul#control {
	border-bottom: solid 1px #e6e6e6;
	width: 278px;
	height: 23px;
	position: absolute;
	top: 9px;
	left: 590px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding-left: 27px;
	display: none;
}

div#newsSliderWrap ul#control li {
	overflow: hidden;
	margin: 0 11px 0 0;
	float: left;
}

div#newsSliderWrap ul#control li a {
	width: 10px;
	height: 14px;
	display: block;
	cursor: pointer;
	background: #b6b6b6;
	padding: 0 0 0 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#newsSliderWrap ul#control li a:hover {
	background: #d65193;
}

div#newsSliderWrap ul#control li.active a {
	cursor: default;
	background: #d65193;
}

div#newsSliderWrap .arrow {
	width: 10px;
	height: 75px;
	position: absolute;
	top: 0;
	z-index: 7;
	right: 304px;
	background: url("/css/images/newsslider-arrow.png");
}

div#newsSliderWrap p, div#newsSliderWrap h2, div#newsSliderWrap h3 {
	color: #797979;
	margin-top: 0;
}

div#newsSliderWrap p {
	font-size: 1.1em;
}

div#newsSliderWrap h2 {
	font-size: 1.6em;
	margin-bottom: 16px;
	font-weight: bold;
}

div#newsSliderWrap h3 {
	font-size: 1.4em;
	margin-bottom: 1px;
	font-weight: normal;
}

div.loader {
	position: absolute;
	bottom: 5px;
	left: 0;
	background: #fff;
	height: 5px;
}

div#gallery {
	width: 678px;
	position: relative;
	height: 546px;
}

.gridbackground {
	background: url("/css/images/grid.gif") bottom no-repeat;
}

div#img-holder {
	margin-bottom: 4px;
	overflow: hidden;
	width: 678px;
	height: 453px;
}

div#img-holder img {
	margin: 0;
}

div#slider {
	width: 617px;
	overflow: hidden;
	height: 89px;
	position: absolute;
	bottom: 0;
	left: 31px;
}

ul#wcitGallery {
	overflow: hidden;
	list-style: none;
	margin: 0;
	height: 89px;
}

ul#wcitGallery li {
	overflow: hidden;
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	width: 119px;
	height: 89px;
}

ul#wcitGallery li img {
	margin: 0;
}

.control-left, .control-right {
	position: absolute;
	display: block;
	height: 89px;
	text-indent: -9999em;
	cursor: default;
	bottom: 0;
}

.hover-left {
	cursor: pointer;
	background: url("images/gallery-control-left.gif");
}

.control-left {
	left: 0;
	width: 26px;
	background: url("images/gallery-control-left.gif");
}

a.hover-left:hover {
	background: url("images/gallery-control-left-hover.gif");
}

.hover-right {
	cursor: pointer;
	background: url("images/gallery-control-right.gif");
}

.control-right {
	right: 0;
	width: 27px;
	background: url("images/gallery-control-right.gif") center 0;
}

a.hover-right:hover {
	background: url("images/gallery-control-right-hover.gif");
}

body.photo h2, h3 {
	margin: 0;
	color: #d65193;
	font-weight: bold;
	line-height: normal;
}

body.photo h2 {
	font-size: 2.4em;
	line-height: 26px;
	margin-bottom: 10px;
}

body.photo h3 {
	font-weight: normal;
	color: #909090;
	margin-top: 16px;
	font-size: 1.8em;
}

body.track h3 {
	color: #7a7a7a;
	font-weight: normal;
}

.column-tracks {
	float: left;
	width: 332px;
}

.rightmargin {
	margin-right: 14px;
}

.column-tracks .item-home {
	margin-top: 14px;
}

body.venue .column-tracks .item-home {
	margin-top: 2px;
}

.column-tracks ul#item-link {
	width: 332px;
	height: auto;
	background: #f2f2f2;
}

.column-tracks ul#item-link li.first a {
	width: 123px;
	background-image: none;
}

.column-tracks ul#item-link li.last a {
	width: 140px;
}

.column-tracks ul#item-link li a {
	padding: 8px 12px 8px 28px;
	width: 292px;
	height: auto;
}

.column-tracks ul#item-link li.first a {
	padding: 8px 12px 8px 16px;
}

.column-tracks .item-home h2 {
	font-size: 1.9em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
}

body.speakers .item {
	margin: 0;
	padding: 0;
}

body.speakers .item-home img, body.speakers .item-home {
	margin: 0;
}

body.speakers .item-home img {
	margin-left: -15px;
}

body.speakers .item-home h2 {
	padding: 0;
	color: #d42f13;
	line-height: normal;
}

body.speakers .item-home h3 {
	padding: 0;
	color: #797982;
	font-weight: normal;
	font-size: 1.6em;
	margin: 13px 0 4px;
}

body.venue .item-home h2 {
	color: #d42f13;
}

#speakers-detail {
	width: 464px;
	overflow: hidden;
	float: left;
	font-size: 1.1em;
	padding: 0 0 0 14px;
}

#speakers-logo {
	float: right;
}

body.speakers .speakCol h2 {
	margin: 0;
	color: #f27f03;
	font-size: 1.9em;
	line-height: normal;
	margin: 4px 0px 6px 0px;
}

body.speakers .colE h2 {
	padding: 0;
	height: 50px;
	font-size: 2.4em;
	color: #f27f03;
}

body.speakers h3 {
	margin: 15px 0 0;
	color: #797979;
	font-size: 1.8em;
	font-weight: normal;
	line-height: normal;
	padding: 0 0 0 14px;
}

ul#speakers-attend {
	overflow: hidden;
	width: 510px;
	list-style: none;
	margin: 14px 0;
}

ul#speakers-attend li {
	overflow: hidden;
	margin: 0 1px 0 0;
	float: left;
	background: #f2f2f2;
}

ul#speakers-attend li.title {
	width: 239px;
	font-size: 1.4em;
	color: #797979;
	padding: 13px 0 0 13px;
	height: 51px;
}

li.title span {
	color: #f17600;
	font-size: 17px;
	font-weight: bold;
}

ul#speakers-attend li a {
	display: block;
	background: #f2f2f2 url("images/arrow1.gif") 172px 27px no-repeat;
	height: 40px;
	width: 236px;
	color: #797979;
	text-decoration: none;
	font-size: 1.2em;
	padding: 24px 0 0 17px;
}

ul#speakers-attend li a:hover {
	background: #d9d9d9 url("images/arrow1-hover.gif") 172px 27px no-repeat;
}

img.partnerdetail {
	margin: 37px 0 0;
	position: relative;
	right: -25px;
	width: 678px;
}

.colE .item img.partnerdetail_bram, img.partnerdetail_bram {
	margin-left: 14px;
	margin-right: 0;
	position: relative;
}

#tracksliderWrap {
	position: relative;
	top: 0;
	left: 0;
	width: 678px;
	height: 389px;
	margin-bottom: 15px;
}

ul#trackslider {
	list-style: none;
	overflow: hidden;
	margin: 0;
}

ul#trackslider li {
	position: absolute;
	overflow: hidden;
	width: 678px;
	height: 384px;
	margin: 0;
	display: none;
}

ul#trackslider li img {
	margin: 0;
}

#tracksliderControl, #tracksliderText {
	display: none;
	position: absolute;
}

#tracksliderControl {
	bottom: 16px;
	right: 18px;
	margin: 0;
	overflow: hidden;
	list-style: none;
}

#tracksliderControl li {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

#tracksliderControl li a {
	margin: 0;
	display: block;
	height: 14px;
	margin: 0 2px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#tracksliderControl li a:hover {
	color: #fff;
	text-decoration: underline;
}

#tracksliderControl li a.active {
	width: 10px;
	height: 14px;
	margin: 0 5px;
	padding: 0 0 0 4px;
	background: #fff;
}

body.track #tracksliderWrap h2 {
	color: #fff;
	font-size: 1.6em;
	margin: 0;
}

body.track #tracksliderWrap h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
}

#tracksliderText {
	position: absolute;
	top: 11px;
	left: 17px;
}

.speakCol {
	width: 332px;
}

body.venue .speakCol {
	margin-left: 0;
}

body.venue .last {
	margin-left: 14px;
}

body.venue .item {
	width: 678px;
}

body.venue .item h3.venue, body.speakers h3.venue {
	color: #909090;
	font-size: 1.8em;
	font-weight: normal;
	margin: 6px 0 0
}

body.venue .item h2.venue, body.speakers h2.venue {
	color: #d65193;
	font-size: 2.4em;
	font-weight: bold;
	margin: -3px 0 17px;
}

body.speakers h3.venue {
	margin: 14px 0 0 0;
}

body.share h3.share-content {
	margin: 34px 0 0 0;
}

body.speakers h2.venue {
	padding: 0 0 0 14px;
	margin: -3px 0 2px;
}

img.speakers {
	margin-left: 14px;
}

body.speakers div.track-image {
	overflow: hidden;
}

div.track-image-holder img {
	min-width: 100%;
	position: absolute;
}

div.track-image-holder img.shadow {
	position: absolute;
	z-index: 20;
}

.plaatje_rechts {
	float: right;
	margin-left: 15px !important;
}

.media-target {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 384px;
}

#trackbalk {
	background: #000;
	position: absolute;
	width: 678px;
	height: 58px;
	bottom: 0;
	z-index: 6;
}

.newslistdivider {
	width: 100%;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #f2f2f2;
}

a.photovideo {
	width: 162px;
	height: auto;
	float: left;
	margin-right: 4px;
	margin-bottom: 14px;
	text-decoration: none;
}

a.photovideo div {
	width: 162px;
	height: 162px;
	background: #f2f2f2 no-repeat center center;
}

a.photovideo span.title {
	width: 152px;
	padding: 5px;
	color: #d65193;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

a.photovideo span.comments {
	width: 152px;
	padding: 0 5px 5px;
	color: #797979;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

ul#sponsoren {
	margin-top: 14px;
	margin-left: -10px;
}

ul#sponsoren li {
	list-style-type: none;
	border-bottom: 1px solid #f2f2f2;
}

ul#sponsoren li#head {
	color: #d65193;
	font-weight: bold;
	padding-bottom: 10px;
}

ul#sponsoren li a {
	width: 201px;
	height: 83px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

ul#sponsoren li a:hover {
	background-position: left bottom;
}

img.team {
	margin-left: 0 !important;
	display: block;
}

h3.team {
	position: relative;
}

.partnerrow {
	width: 100%;
	margin-bottom: 14px;
/*

border-bottom: 1px solid #f2f2f2;*/
}

.partnerrow .partnerimg {
	width: 200px;
	height: 100%;
	float: left;
	text-align: center;
}

.partnerrow .partnertekst {
	width: 450px;
	float: left;
	padding-right: 14px;
	border-right: 1px solid #f2f2f2;
}

.partnerrow .partnerimg img {
	margin-left: 14px !important;
}

.battle_commentsblok {
	width: 100%;
	height: auto;
	margin-bottom: 14px;
	border: 1px solid #dbdbdb;
}

.battle_commentsblok.diap {
	background-color: #f2f2f2;
}

.battle_commentsblok p {
	margin-bottom: 0 !important;
}

.battle_commentsblok .head {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}

.battle_commentsblok span.date {
	width: 150px;
	border-right: 1px solid #dbdbdb;
	padding: 10px;
	display: block;
	float: left;
}

.battle_commentsblok span.naam {
	padding: 10px;
	display: block;
	float: left;
}

.battle_commentsblok span.comment {
	padding: 10px;
	display: block;
}

#captcha {
	margin-left: 0;
}

#battlephotobig {
	width: 677px;
	height: 385px;
	background-color: #cdcdcd;
}

#battlephotobig img {
	margin-left: 0;
	!important
margin-bottom: 0;
!important
}

#commentbar {
	width: 100%;
	height: auto;
	background-color: #d42f13;
	margin-bottom: 20px;
}

#commentbar span {
	width: 500px;
	padding: 10px 0 0 10px;
	display: block;
	font-size: 1.2em;
	color: #fff;
	float: left;
}

#ratebar {
	width: 100px;
	padding: 10px 0;
	float: right;
}

/* @group RATING */

#rateStatus {
	float: left;
	clear: both;
	width: auto !important;
	height: 15px;
	padding: 0 !important;
}

#rateMe {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#rateMe li {
	float: left;
	list-style: none;
}

#rateMe li a:hover, #rateMe .on {
	background: url(/css/images/staron.gif) no-repeat;
}

#rateMe a {
	float: left;
	background: url(/css/images/staroff.gif) no-repeat;
	width: 14px;
	height: 14px;
	display: block;
}

#ratingSaved {
	display: none !important;
}

.saved {
	color: red;
}

/* @end */

.thebattle-photorow {
	width: 100%;
	height: auto;
}

.clearlist {
	overflow: hidden;
	list-style: none;
	margin: 0;
}

.prog_footer {
	width: 678px;
	height: 45px;
	list-style: none;
	overflow: hidden;
	margin: 0;
}

#prog_morning {
	background: url("images/prog_morning.gif") no-repeat;
}

#prog_morning .prog_footer {
	background: url("images/prog_morning_bottom.gif") repeat-x;
}

#prog_afternoon {
	background: url("images/prog_afternoon.gif") no-repeat;
}

#prog_afternoon .prog_footer {
	background: url("images/prog_afternoon_bottom.gif") repeat-x;
}

#prog_evening {
	background: url("images/prog_evening.gif") no-repeat;
}

#prog_evening .prog_footer {
	background: url("images/prog_evening_bottom.gif") repeat-x;
}

h2.prog_session {
	font-size: 2.1em;
	color: #d65193;
	margin: 0 0 16px;
	line-height: normal;
}

.prog {
	margin: 0 0 14px;
	list-style: none;
	overflow: hidden;
	width: 678px;
	padding: 40px 0 0 0;
	background: url("images/prog_example.gif") no-repeat;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.prog_locations, .prog_active {
	list-style: none;
	border-top: 1px solid #e5e5e5;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.prog_location {
	font-size: 1.1em;
	float: left;
	width: 90px;
	padding: 12px 8px 10px 16px;
}

.prog_events {
	margin: 4px 4px 4px 0;
	float: right;
	position: relative;
	width: 559px;
	background-color: #f2f2f2;
	height: 30px;
}

.prog_event {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

body.programma .prog_event a {
	font-size: 9px;
	display: block;
	height: 22px;
	background: #a9a9a9;
	text-decoration: none;
	color: #fff;
	padding: 4px 7px;
	line-height: 12px;
}

body.programma .prog_event a:hover, body.programma .prog_event a.active {
	background-color: #d65193;
}

.prog_event a strong {
	font-size: 11px;
}

.prog_active {
	padding: 3px 4px 3px 3px;
	width: 671px;
}

.blok_top {
	background-color: #d65193;
}

.blok_top h2 {
	padding: 10px 17px 0;
	margin: 0;
	color: #f2f2f2;
	font-weight: bold;
	font-size: 2.6em;
}

.blok_top h3 {
	padding: 4px 17px 19px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
}

.blok_group {
	width: 100%;
	overflow: hidden;
	background: url("images/prog_bg_line.png") -3px 0 repeat-y;
}

.blok_top .blok_left, .blok_top .blok_right {
	background: url("images/prog_bg_line2.png") repeat-x;
}

.blok_left {
	float: left;
	width: 194px;
	padding: 12px 17px;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	line-height: 20px;
}

.blok_right {
	float: right;
	width: 443px;
}

body.programma .prog_active p {
	padding: 11px 15px;
	color: #fff;
	line-height: 16px;
	font-size: 1.1em;
	margin: 0;
}

.blok_wrap {
	margin-bottom: 3px;
}

.blok_title {
	background: #6a6a6a;
	padding: 8px 13px 9px;
	width: 645px;
}

.blok_title h3 {
	color: #b5b5b5;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.blok_title h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	margin: -1px 0 0;
	padding: 0;
	line-height: normal;
}

.blok_grey {
	background: url("images/prog_grey_blok.gif") repeat-y #d4d4d4;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	width: 100%;
}

.blok_grey .blok_right {
	padding: 10px 12px;
	width: 416px;
}

.blok_speaker {
	padding: 11px 17px;
}

body.programma .blok_grey img {
	margin: 0;
	padding-bottom: 0;
	float: left;
}

.blok_grey h2 {
	margin: 0 0 6px;
	font-weight: bold;
	font-size: 1.7em;
	color: #676767;
}

.blok_grey h3 {
	margin: -9px 0 4px;
	font-weight: bold;
	font-size: 13px;
	color: #7d7d7d;
}

.blok_grey h3.attendees {
	font-size: 12px;
	margin: 24px 0 4px;
}

body.programma .blok_grey p {
	margin: 0 0 4px;
	padding: 0;
	line-height: 14px;
	color: #434343;
	font-size: 11px;
}

body.programma .blok_grey .arrow_link {
	font-size: 11px;
	font-weight: bold;
	padding-right: 13px;
	background: url("images/prog_arrow.gif") right center no-repeat;
	color: #7b7b7b;
	text-decoration: underline;
}

body.programma .blok_grey .arrow_link:hover {
	text-decoration: none;
}

/*Share UR Challenge*/

body.share .track-image {
	height: 460px;
}

body.share .share_text {
	padding: 0 0 14px 14px;
	float: left;
	border-bottom: 1px solid #e3e3e3;
}

body.share .share_img {
	float: right;
	margin-bottom: 0;
	margin-left: 14px;
}

body.share h2.venue, body.sharetext h2.venue {
	color: #0d163f;
	padding-left: 0;
	height: 35px;
}

body.sharetext h2.venue {
	color: #fff;
}

body.sharetext h3.venue {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

body.share h3.venue, body.sharetext h3.venue {
	padding-left: 0;
}

body.share #subnav li a, body.sharetext #subnav li a {
	color: #0d163f;
}

body.share #subnav li a:hover, body.share #subnav li.active a, body.sharetext #subnav li a:hover, body.sharetext #subnav li.active a {
	background: #0d163f;
	color: #fff;
}

body.share #subnavcol {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 334px;
}

body.share #contentcol {
	float: right;
}

body.share .item .blok_img {
	margin: 14px 0 0;
}

body.share .item .share_btn:hover {
	color: #0d163f;
}

body.share .item .share_btn {
	text-decoration: none;
}

#share_flash {
	width: 895px;
	height: 391px;
	position: relative;
}

body.share .item .participate {
	display: block;
	margin: 2px 0 0;
	padding-left: 14px;
	font-size: 1.4em;
	font-weight: bold;
	background: url("images/arrow_grey.gif") left no-repeat;
	text-decoration: none;
	color: #0d163f;
}

.participate:hover {
	color: #666;
}

.share-content {
	margin-top: 46px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#speaker_wrap {
	margin-left: 14px;
	width: 679px;
}

.speaker_blok_balk {
	width: 100%;
	background: #7f7f7f;
	padding: 9px 13px;
	overflow: hidden;
}

.speaker_contents {
	margin: 13px 0 0;
}

body.speakprogram .speaker_blok_balk h2 {
	margin: -2px 0 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

body.speakprogram .speaker_blok_balk h3 {
	margin: 0;
	padding: 0;
	color: #bfbfbf;
	font-size: 14px;
	clear: both;
	font-weight: bold;
}

body.speakprogram #speaker_wrap p {
	font-size: 11px;
	line-height: 15px;
}

body.speakprogram a.session_content {
	margin: 0 0 4px;
	text-decoration: none;
	color: #797979;
	display: block;
	width: 657px;
	background: url("images/speakers_grey.png") right no-repeat #f2f2f2;
	font-size: 12px;
	padding: 10px 11px 8px;
	overflow: hidden;
}

.session_content span.location {
	float: left;
	padding-right: 19px;
}

.session_content span.session {
	float: right;
	padding-right: 19px;
}

body.speakprogram a.session_content:hover {
	color: #d65193;
}

#speaker_head {
	overflow: hidden;
	background: right center no-repeat;
	width: 608px;
	margin-left: 14px;
	position: relative;
	padding-right: 70px;
}

#speaker_head h2.venue {
	padding: 0;
	font-size: 24px;
}

#speaker_head h2.venue span {
	float: left;
	margin-right: 18px;
	padding-bottom: 14px;
}

#speaker_head h2.venue span.subje {
	line-height: normal;
	border-left: 1px solid #e5e5e5;
	margin: 7px 0 0;
	padding: 0 0 17px 18px;
	font-size: 18px;
	font-weight: normal;
}

#speaker_head h2.venue {
	margin-top: 11px;
}

#speaker_head h3.venue {
	padding: 0;
	font-size: 18px;
}

h2.speakdetail {
	color: #d65193;
	margin: 10px 0 8px;
}

#voicecorp { top: -20px; right: 0; z-index: 10; position: absolute; }
body.venue #voicecorp { position: absolute; right: 0; top: 0; z-index: 10; }
#rs_1 { position: absolute; right: 0; top: 20px; z-index: 10; }

#speakers_az_wrap { width: 100%; overflow: hidden; margin: -10px 0 0; }
	h4.speakers_az { font-size: 2.4em; color: #d65193; margin: 4px 0; font-weight: bold; }
	#speakers_az_left { float: left; width: 300px; }
		#speakers_az_left li { margin: 0; padding: 0; overflow: hidden; list-style: none; }
	.item #speakers_az_left li a { text-decoration: none; font-size: 11px; }
