@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
@import url("typography.css");
@import url("navigation.css");

body {
	padding:0; margin:0; font-size:11px; font-family:arial;
}

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

#logo{
	height:150px;
	width:250px;
}
#header_table{
	width:100%;
	border-bottom:1px solid #eeeeee;
	padding-bottom:3px;
}


#subnav{
	height:130px;
}

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

div.navholder {
	clear: both;
	position: absolute;
	left: 250px;
	top: 113px;
	width: 645px;
	height: 33px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
#fullcol {
	float: left;
	position: relative;
	clear: both;
	margin-left: -14px;
}

.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: #666;
	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: #f27d00;
	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: #f1f1f1;
	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: 322px;
}

.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: #853d8a;
	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: #f27d00;
	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: #f27d00;
	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: #f27d00;
}

.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: #666;
	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: #f27d00;
}

#footer ul.secnav {
	
}

#footer ul.secnav li {
	
}

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

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

.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: #f27d00;
}

#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: #f27d00 !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;
}

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: #f27d00;
}

.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-color:#f2f2f2;
	height: auto;
	padding: 8px 0 8px 31px;
	width: 257px;
}

ul#item-link li a:hover {
	color: #FFF;
	background-color: #F27d00;
}

ul.side-tracks {
	margin: 0 0 20px 10px;
	overflow: hidden;
	list-style: none;
	width: 272px;
}
ul.side-tracks2 {
	margin: 5px 0 5px 0px;
	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 2px;
	font-size: 11px;
	color: #a6a6a6;
	display: block;
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	background-color:#fff;
	width: 100%;
	text-decoration: none;
}

ul.side-tracks li a:hover {
	color: #fff;
	background-color:#853d8a;
}

.colC ul.side-tracks2 li a {
	padding: 6px 10px 6px 2px;
	font-size: 11px;
	color: #343434;
	display: block;
	text-decoration: none;
}
ul.side-tracks2 li a:hover {
	color: #a6a6a6;
	background-color:#f1f1f1;
}

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: #f27d00;
}

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

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;
}






.navbot{
border-bottom:1px solid #000000;
color:#FFF;
padding:10px 5px;
background-color:#FF0000;
}

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

