﻿/**************************************************************/
/* Customer Experience Exchange default CSS file
/**************************************************************/
html, body {
	font: 12px Arial, Verdana, Sans-Serif; color: #606060; margin: 0; padding: 0;
	background: #FFF url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/bg.gif) repeat-x;
}
h1, h2, h3, h4, p {
	margin: 0 0 14px;
}
img, img a {
	display: block; border: none;
}

.clearFloat {
	clear: both;
}
.eventimageleft {
	float: left; display: inline; border: 1px solid #000; margin-right: 8px;
}
.floatLeft {
	float: left; display: inline; margin-right: 8px;
}
.floatRight {
	float: right; display: inline; margin-right: 8px;
}

#wrapper {
	width: 993px; margin: 0 auto; padding-left: 9px; overflow: hidden;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/wrapper_bg.gif) no-repeat 0 154px;
}
#wrapper br.clear {
	display: none;
}
#eventText {
	display: none;
}

.hr {
	background: url(/uploadedImages/EventRedesign/USA/2010/February/10651004/hr_bg.gif) repeat-x; height: 1px; font-size: 1px; margin: 14px 0; clear: both;
}

.partnerlogo { float: left; width: 180px; display: inline-block; }
.partnerblurb { float: right; width: 400px; display: inline-block; margin: 0 0 20px; }

/**************************************************************/
/* #header
/**************************************************************/
#header {
	width: 993px; height: 177px;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/header_bg.jpg) no-repeat; position: relative; overflow: hidden;
}
#logo {
	position: absolute; top: 30px; left: 0;
}
#datesvenue {
	position: absolute; top: 68px; left: 325px;
	font-size: 21px; font-weight: bold; color: #013B3C;	
}
#datesvenue em#dates {
	display: block;
}
#datesvenue em#venue {
	display: block; font-size: 9px;
}

/* #breadcrumb */
ul#breadcrumb {
	list-style: none; margin: 0; padding: 0; position: absolute; top: 5px; right: 0;
}
ul#breadcrumb a {
	color: #999999; text-decoration: none;
}
ul#breadcrumb li {
	float: left; display: inline; border-right: 1px solid #999999;
	padding-right: 5px; margin-right: 5px;
}
ul#breadcrumb li.addthis {
	margin: 0; padding: 0; border: none;
}
.hlist li.listimg {
	border: none !important; margin: 0 !important; padding: 0 !important;
}

/* #register_box */
#register_box {
	width: 185px; background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/registerbox_bg.gif) repeat-x; padding: 7px 10px 8px;
	position: absolute; top: 45px; right: 1px; color: #FFF; height: 68px;
}
#register_box a {
	color: #FFF; text-decoration: underline;
}
#register_box a:hover {
	text-decoration: none;
}
#register_box h2 {
	font-size: 17px;
}
#register_box h2 a {
	text-decoration: none;
}
#register_box h2 a:hover {
	text-decoration: underline;
}
#register_box h2, #register_box p {
	margin-bottom: 7px;
}

/* #brochure_box */
/*#brochure_box {
	width: 202px; height: 80px; position: absolute; top: 45px; right: 216px;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/Assets/brochurebox_bg1.png) no-repeat;

}*/
#brochure_box {
  width: 202px; height: 100px; position: absolute; top: 25px; right: 216px;
  background:   url(http://staging.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/Assets/brochure-top.png)  no-repeat;
}
#brochure_box a {
	color: #013C4E; text-decoration: none;
}
#brochure_box h2 {
	font-size: 13px; margin: 0; position: absolute; left: 94px; top: 37px;
}
#brochure_box a.brochure {
	width: 93px; height: 66px; position: absolute; left: 0; top: 09px;
}

/* #sub_header */
#sub_header {
	width: 993px; height: 113px; background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/strip1.jpg) no-repeat;
	position: relative; margin-top: 1px;
}
#sub_header h1 {
	width: 155px; margin: 0; position: absolute; top: 27%; left: 20px;
	font-size: 22px; color: #FFF; font-weight: normal;
}
#sub_header.venue {
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/venuestrip.jpg) no-repeat;
}

/**************************************************************/
/* #navigation
/**************************************************************/
ul#navigation {
	list-style: none; margin: 0; padding: 0; position: absolute; bottom: 23px; left: 0;
}
ul#navigation li {
	float: left; display: inline; padding: 7px 0; border-right: 1px solid #FFF; position: relative;
}
ul#navigation li a {
	padding: 7px 15px 7px 15px; background: #073E45; color: #FFF; text-decoration: none; text-transform: uppercase;
}
ul#navigation li:last-child, ul#navigation li.last {
	border: none; width: 147px;
}
ul#navigation li:last-child a, ul#navigation li.last a {
	padding: 7px 28px 7px 29px; width: 147px;
}
ul#navigation li a:hover, ul#navigation li.active a, ul#navigation li.hover a {
	background: #e9e5d1; color: #555;
}
ul#navigation li.active  ul.subnav, ul#navigation li.hover  ul.subnav {
	display: block;
}

/* .subnav */
ul#navigation li ul.subnav {
	list-style: none; margin: 0; padding: 0 0 7px; position: absolute; top: 29px; left: -18px; line-height: 10px; display: none; border-top: 6px solid #EAE5D1;
	width: 930px;
}
ul#navigation li ul.subnav li {
	padding: 0; border: none; margin-right: 10px; padding-right: 10px; border-right: 1px solid #565656;
	font-weight: bold; width: auto !important;
}
ul#navigation li ul.subnav li a {
	padding: 0; background: none; color: #595651; width: auto !important;
}
ul#navigation li ul.subnav li a:hover, ul#navigation li ul.subnav li a.active {
	color: #01AABD;
}
ul#navigation li ul.subnav li:last-child, ul#navigation li ul.subnav li.last {
	border: none;
}

/**************************************************************/
/* #left_col
/**************************************************************/
#left_col {
	width: 626px; float: left; display: inline; padding: 13px; line-height: 19px;
}
#left_col a {
	color: #545F25;
}
#left_col a:hover {
	text-decoration: none;
}
#left_col h2 {
	font-size: 16px; color: #003841; text-transform: uppercase;
}
#left_col h2.overview {
	color: #595959; text-transform: none;
}
#left_col h3 {
	font-size: 14px;
}
#left_col h3 a {
	font-weight: normal;
}
#left_col h3.subheading {
	font-size: 14px; background: #E8E8E8; padding: 5px;
}
#left_col ul {
	list-style: none; margin: 0 0 14px; padding: 0 0 0 14px;
}

#left_col ul p{
	margin:0 0 5px; padding:0 0 0 14px;
}
#left_col ul li {
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/bullet.gif) no-repeat 0 6px; padding: 0 0 0 15px;
}
#left_col img.first {
	margin-bottom: 14px;
}

/* #rotation */
ul#rotation {
	list-style: none; margin: 0 0 14px; padding: 0; width: 626px; height: 241px;
	display: none; overflow: hidden;
}
ul#rotation li {
	margin: 0; padding: 0; background: none; width: 626px; height: 241px; position: relative; float: left; overflow: hidden;
}
ul#rotation li span {
	width: 596px; padding: 10px 15px; color: #FFF; position: absolute; bottom: 0; left: 0; height: 44px;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/Assets/rotation_desc.png) no-repeat bottom left;
}
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative;
}
.jcarousel-list {
    z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0;
}
.jcarousel-list li, .jcarousel-item {
    float: left; list-style: none; width: 626px; height: 241px;
}
.jcarousel-next {
    z-index: 3; display: none; width: 46px; height: 70px; position: absolute; top: 64px; right: -10px; cursor: pointer;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/Assets/arrow_right.png) no-repeat;
}
.jcarousel-prev  {
    z-index: 3; display: none; width: 46px; height: 70px; position: absolute; top: 64px; left: -10px; cursor: pointer;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/Assets/arrow_left.png) no-repeat;
}

/* .left */
#left_col .left {
	width: 305px; float: left; display: inline;
}
#left_col .left ul {
	padding: 0;
}

/* .right */
#left_col .right {
	width: 305px; float: right; display: inline;
}
#left_col .right ul {
	padding: 0;
}

/* .spex_box */
#left_col .spex_box {
	width: 305px; height: 84px; background: #E4FCFE; position: relative; margin-top: 32px;
}
#left_col .spex_box a {
	color: #08393E;
}
#left_col .spex_box p {
	width: 200px; position: absolute; top: 12px; left: 12px; color: #08393E;
	font-size: 15px; font-weight: bold;
}
#left_col .spex_box small {
	display: block;
}
#left_col .spex_box small a {
	color: #00ABB6;
}
#left_col .spex_box img {
	position: absolute; top: -18px; right: 0;
}

/* .sub_box */
#left_col .sub_box {
	background: #EBE6D3; margin: 0 0 14px; padding: 7px;
}
#left_col .sub_box h2 {
	text-transform: none; margin: 0 10px;
}
#left_col .sub_box p {
	margin: 10px;
}
#left_col .sub_box p:last-child {
	margin: 0 10px;
}
#left_col .bubble {
	width: 292px; height: auto; background: #fff; margin: 0;
}
#left_col .bubbletop {
	background: url("http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/bubbletop.png") no-repeat; width: 292px; height: 11px; margin: 0;
}
#left_col .bubblebottom {
	background: url("http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/November/13601003/bubblebottom.png") no-repeat; width: 292px; height: 28px; margin: 0;
}

/**************************************************************/
/* #right_col
/**************************************************************/
#right_col {
	width: 326px; float: right; display: inline; padding: 15px 0 0 15px; line-height: 19px;
}
#right_col a {
	color: #003835; font-weight: bold;
}
#right_col a:hover {
	text-decoration: none;
}
#right_col ul {
	list-style: none; margin: 0 0 14px; padding: 0;
}
#right_col ul li {
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/bullet.gif) no-repeat 0 6px; padding: 0 0 0 15px;
}
#right_col ul li  a {
	text-decoration: none;
}
#right_col ul li  a:hover {
	text-decoration: underline;
}
#right_col h2.heading {
	width: 194px; height: 20px;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/h2-heading_bg.png) no-repeat; color: #FFF;
	text-transform: uppercase; font-size: 15px; padding: 4px 10px; position: relative; top: 0; margin: 0 0 -13px;
	left: -2px; border: none;
}

/* #speakers */
ul#speakers {
	list-style: none; margin: 0 0 14px; padding: 0;
}
ul#speakers li {
	background: #F9F8F3; padding: 10px 15px;
}
ul#speakers li .floatLeft {
	margin-bottom: 10px;
}
ul#speakers li.odd {
	background: #F6F3EA;
}
ul#speakers li.first {
	padding-top: 23px;
}

ul#speakers li.viewall {
	color: #e31f8d;
}

ul#speakers li.viewall a {
	color: #e31f8d;
}

/* .cta_box */
#right_col .cta_box {
	background: #FFF; border: 1px solid #DADAD8; padding: 10px 10px 0; margin-bottom: 14px;
}
#right_col .cta_box a {
	color: #00B0B8; font-weight: normal;
}
#right_col .cta_box .brochure {
	width: 324px; _width: 304px; height: 150px;
	background: #FFF; border-bottom: 1px solid #CCC;
	position: relative; left: -10px; top: -10px;
}
#right_col .cta_box .brochure h2 {
	width: 200px; color: #003835; background: none; border: none; margin: 0; padding: 0;
	position: absolute; top: 8px; left: 15px; font-size: 17px;
}
#right_col .cta_box .brochure h2.secondItem {
	top: 77px;
}
#right_col .cta_box .brochure h2 a {
	color: #003835; text-decoration: none; font-weight: bold;
}
#right_col .cta_box .brochure img {
	position: absolute; top: 6px; right: 5px;
}
#right_col .cta_box .brochure img.secondItem {
	top: 76px;
}
#right_col .cta_box h2.heading {
	width: 173px; height: 20px;
	background: url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/h2-heading_bg.png) no-repeat; color: #FFF;
	text-transform: uppercase; font-size: 15px; padding: 4px 21px; position: relative; top: -23px; margin: 0 0 -11px;
	left: -14px; border: none;
}
#right_col .cta_box h2.heading a {
	color: #FFF;
}
#right_col .cta_box h2 {
	width: 304px; _width: 284px; border-top: 1px solid #DADAD8; border-bottom: 1px solid #DADAD8;
	font-size: 14px; padding: 3px 10px 4px; position: relative; left: -10px; margin: 0 0 10px;
}

/* .quick_links */
#right_col .quick_links {
	background: #FFF; border: 1px solid #DADAD8; margin-bottom: 14px; overflow: hidden;
	_height: 44px;
}
#right_col .quick_links img.icon {
	float: left; display: inline;
}
#right_col .quick_links .item {
	width: 121px; float: left; display: inline; padding: 12px 0 0 10px;
}
#right_col .quick_links h3 {
	font-size: 12px; margin: 0;
}

/* .iq_box */
#right_col .iq_box {
	background: #FFF; border: 1px solid #DADAD8; padding: 10px; margin-bottom: 14px;
	overflow: hidden; _height: 75px;
}
#right_col .iq_box p {
	margin: 0;
}



/**************************************************************/
/* #partners
/**************************************************************/
#partners {
	background: #FFF; border: 1px solid #DADAD8; padding: 10px 10px 0; clear: both;
	margin-bottom: 14px; display: block; 
}
#partners  th {
	font-size: 13px; text-align: left;
}
#partners  td {
	padding-bottom: 10px;
}

/**************************************************************/
/* #footer
/**************************************************************/
#footer {
	width: 100%; height: 73px; background: #DCDCDC url(http://www.iqpc.com/uploadedImages/EventRedesign/UK/2010/October/13601003/footer_bg.gif) repeat-x;
	color: #013A34; clear: both;
}
#footer a {
	color: #013A34;
}
#footer a:hover {
	text-decoration: none;
}
#footer .content {
	width: 993px; margin: 0 auto; position: relative;
}
#footer .content p {
	margin: 0;
}
#footer .content p.left {
	float: left; display: inline; margin-top: 32px;
}
#footer .content p.right {
	float: right; display: inline; margin-top: 10px;
}

/**************************************************************/
/* #subpages
/**************************************************************/
.pricestable {
	margin: 0 0 20px -2px;
}
.pricestable th {
	background: #DFDFDF;
}
.pricestable  td {
	background: #EFEFEF; text-align: center;
}
.pricestable  td.Package {
	text-align: left;
}
.pricestable  td.RegisterRow {
	text-align: right;
}

div.partner {
	overflow: hidden; margin-bottom: 14px;
}
div.partner img {
	float: left; margin-right: 20px; border: 1px solid #CCC;
}
div.partner h3, div.partner p {
	width: 429px; float: right; clear: right;
}

table.dlcentre td {
	padding-bottom: 10px;
}
table.speakerstable .floatLeft {
	margin-bottom: 35px;
}
/**************************************************************/
/* #Agenda Pages
/**************************************************************/
#left_col  .Session h2, #left_col .Break h2{
  font-size: 16px; color: #003841; text-transform: capitalize; 
}
#left_col  .Session h2 .Time, #left_col .Break h2 .Time{
  font-size: 13px; color: #000000;font-weight:bold;
}
#left_col  .Session, #left_col .Break{
border-bottom:1px solid #cccccc;padding-top:14px;padding-left:5px;
}
#left_col  table td.StreamheadingOne {background:#ade3ff;}
#left_col  table td.StreamheadingOne .Session{border:0px}
#left_col  table td.StreamOne .Session{border:0px}
#left_col  table td.StreamheadingTwo .Session{border:0px}
#left_col  table td.StreamTwo .Session{border:0px}
#left_col  table td.StreamheadingTwo {background:#b5bade;}
#left_col  table td.StreamOne {background:#e5f2f9;}
#left_col  table td.StreamTwo {background:#f0f1f9;}
#left_col   .heading {background:#c6cbce;padding-top:14px;padding-bottom:1px;padding-left:5px;}
#left_col   .heading h2{color:#000000;text-transform: capitalize; }

/**************************************************************/
/* #Download Homepage
/**************************************************************/

.download_copy, .download_left, .download_right {display:block; width:307px; height:100px; background-color:#eae5d1; margin-bottom:23px;}
.download_copy {width:287px; height:80px; background:#00a9c0; padding:10px; color:#FFF;}
.download_right {float:right; clear:right;}
.inline-img {display:inline;}
.feedback {background-color:#eae5d1; padding:15px 0px 2px 10px; margin-bottom:15px;}

