@charset "utf-8";
/* CSS Document */

body {
	background:#244070;
	background-image:url(../media/_design/pagebgrnd.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.container {
	background:#fff;
}
#Logo {
}
#divide {
	height:8px;
}
#Column1 p {
	padding-left:10px;
}
#Column1 h2 {
	margin-left:5px;
}
#Column2 {
}
#Column3 {
	
	text-align:center;
}
#footer {
	color:#999;
	text-align:center;
}
#footer p {
	padding-top:20px;
	width:950px;
	margin:0 auto;
	height:60px;
	font-size:90%;
	background-color:#153669;
	background-image:url('../media/_design/itslyonfooterbackground.jpg');
	background-repeat:repeat-x;
}
.floatright {
	float:right;
	margin:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-stretch:semi-expanded;
}
#Column2 h2 {
	background:#356895;
	width:320px;
	color:#fff;
	padding-left:5px;
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
}


#Column1 h2 {
	background:#356895;
	width:174px;
	color:#fff;
	padding-left:5px;
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
	margin-bottom: 0;
}


#Column3 h2 {
	background:#356895;
	width:180px;
	color:#fff;
	padding-left:5px;
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
}


p {
	margin:0 0 2em;
}
br {
	padding-left:-5px;
}
a {
	font-weight: bold;
	text-decoration:underline;
	color: #356895;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a.panel:hover {
	color: #fff;
}
/* jQuery lightBox plugin - Gallery style */

#gallery {
	margin-left:-15px;
	width:500px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 1px solid #999;
	border-width: 1px;
}
#gallery ul a:hover img {
	border: 1px solid #BEE0EA;
	border-width: 1px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
.clear {
	clear: both;
}
.left {
	top: 0;
	left: 0;
	width: 200px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
	list-style-type: none;
}
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}
.simply-scroll-btn {
	position: absolute;
	background-image: url(../images/buttons.png);
	width: 42px;
	height: 44px;
	z-index:3;
	cursor: pointer;
}
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	background-position: -126px -44px;
}
.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover {
	background-position: -126px -88px;
}
.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: -42px -44px;
}
.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover {
	background-position: -42px -88px;
}
/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 180px;
	height: 80px;
	margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
	width: 180px;
	height: 170px;
}
.simply-scroll .simply-scroll-list {
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 180px;
	height: 70px;
}
.simply-scroll .simply-scroll-list li img {
}
.simply-scroll .simply-scroll-btn {
}
.simply-scroll .simply-scroll-btn-left {
}
.simply-scroll .simply-scroll-btn-left.disabled {
}
.simply-scroll .simply-scroll-btn-left:hover {
}
.simply-scroll .simply-scroll-btn-right {
}
.simply-scroll .simply-scroll-btn-right.disabled {
}
.simply-scroll .simply-scroll-btn-right:hover {
}
.simply-scroll .simply-scroll-btn-up {
}
.simply-scroll .simply-scroll-btn-up.disabled {
}
.simply-scroll .simply-scroll-btn-up:hover {
}
.simply-scroll .simply-scroll-btn-down {
}
.simply-scroll .simply-scroll-btn-down.disabled {
}
.simply-scroll .simply-scroll-btn-down:hover {
}
/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 150px;
	height: 50px;
	margin-bottom: 1.5em;
}
.vert .simply-scroll-clip {
	width: 150px;
	height: 450px;
}
.vert .simply-scroll-list {
}
.vert .simply-scroll-list li {
	height:auto;
	padding-bottom:20px;
	width:150px;
}
.vert .simply-scroll-list li img {
}
.vert .simply-scroll-btn {
}
.vert .simply-scroll-btn-up { /* modified btn pos */
	right: 0;
	top: 0;
}
.vert .simply-scroll-btn-up.disabled {
}
.vert .simply-scroll-btn-up:hover {
}
.vert .simply-scroll-btn-down { /* modified btn pos */
	right: 0;
	top: 52px;/*this controls the left hand side of the navigation*/
}
.vert .simply-scroll-btn-down.disabled {
}
.vert .simply-scroll-btn-down:hover {
}
/* NOTE left-right classes wouldn't be needed on vertical scroller */


/*THIS IS THE MENU*/
	
#menu {
	width: 180px;
	/* set width of menu */
	background: #fff;
	margin-left:5px;
	text-transform:uppercase;
}
#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
	font-size:1em;
}
#menu ul ul li a {
	padding-left: 1.3em;
	color: #4D70A8;
	height: auto;
}
/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font-weight:bold;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-bottom:dotted 1px #1A4071;
	margin-bottom:5px;
}
#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
#menu a {
	color: #1A4071;
	text-decoration: none;
	font-weight:normal;
	
}
#menu a:hover {
	color: #999;
}
#menu a.currentPage {
	color:#fff;
	background:#356895;
	border-bottom:none;
}

ul.homepagelist, #content ul {list-style:disc !important;}

#showCountdown {
	width:180px;
	height:80px;
	text-align: center;
	margin: 2px 0 10px 5px;
	font-weight:bold;
	background:url(../media/_design/its_lyon2011_countdown_timer_banner.jpg) no-repeat;
}

#showCountdown p {
	font-size:1.5em;
	padding-top:11px;
	color:#3E5F94;
}

#showCountdown span {
	margin:0px;
	padding:0px;
	color:#6A8FC4;
	font-size:1.6em;
	line-height:1em;
}

#showCountdown span.days {
	font-size:inherit;
	color:inherit;
	vertical-align:top;
	padding-left:5px;
}


#sponsorBanner {
    	width: 180px;
	height: 270px;
	text-align: center;
    	margin: 0 0 10px 3px;
}

ul.feedList { text-align: left; padding-left: 0; margin-left: 0;}
ul.feedList li { margin-bottom: 0.5em; padding-left: 0; margin-left: 0; }

#paperUploadBtn {
	padding-top: 8px;
	padding-left: 6px;
}

table#welcomeLetters td {
	vertical-align: top;
}

table#welcomeLetters td img {
	margin-bottom: 10px;
}


#platinumSponsorsPanel {
  width: 180px !important;
  height: 144px !important;
  background: url(../media/_design/platinum_sponsors_bg.jpg) no-repeat;
  padding: 20px 0 0 0;
  margin: 0 0 -10px 3px !important;
}


#eventPartnersPanel {
  width: 180px !important;
  height: 144px !important;
  background: url(../media/_design/event_partners_bg.jpg) no-repeat;
  padding: 20px 0 0 0;
  margin: 0 0 -10px 3px !important;
}

#platinumSponsorsPanel h2, #eventPartnersPanel h2 {
  display: none;
}


.logos {
  width: 174px;
  height: 100px;
  margin: 20px 0 0 3px;
}

#regNowBtn, #prelimProgrammeBtn, #finalProgrammeBtn {
  margin-right: 4px !important;
  margin-bottom: 6px;
}

#eventPartners { 
  border-bottom: 1px solid #5d86aa;
  padding: 0;
}

#eventPartners img { 
  margin: 4px 4px 0 2px;
}

img#TTSItalia {
  margin-right: 14px;
}

img#ITSUk {
  margin-right: 11px;
}

img#ITSSweden {
  margin-right: 11px;
}

img#ITSAustria {
  margin-right: 11px;
}

img#ITSSpain {
  margin-right: 11px;
}

img#ITSNetworkGermany {

}

#Twitter {
  margin-left: 15px;
  padding-top: 6px;
}




















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

