/**
 * Style sheet for conferencing specific styles only
 */

/* top and bottom navigation */
ul#topnav li a {
   color:#5b1c5c;
}

ul#mainnav {
   background:#521953 url(../images/navigation/mainnav-bg-purple.gif) left center repeat-x;
}
ul#mainnav li a.youAreHere {
   color:#5b1c5c;
}

/* end of top and bottom navigation */

p#breadcrumb a {
   background: transparent url(../images/navigation/arrow-purple11-r.gif) 4px center no-repeat;
}

/* sidebars */
#sidebar-left .leftBlock {
   background-color:#f8f3f9;
}

#sidebar-left .leftBlock strong {
   color:inherit;
}

#sidebar-right .alert {
   background-color:#f8f3f9;
}
div#sidebar-right div.alert h4 {
   background-color:#651f65;
   color:#fff;
	padding:10px;
	font-size:0.8em;
}

/* end of sidebars */

h1,h2,h3,h4 {
   color:#641f65;
}

.bloc h3 {
	padding-bottom:5px;
}

a {
   color:#641f65;
}
a.arrow {
   background: transparent url(../images/navigation/arrow-purple13-r.gif) right center no-repeat;
}


.yui-tt {
   border-color:#641f65;
}



.bloc {
   background-color:#f8f3f9;
   border: 1px solid #D6D6D6;
}
table.bloc tr h2 {
   background-color:#651f65;
}
table.bloc tr h3 {
   color:#651f65;
}
table.bloc tr td h3 a {
   background: transparent url(../images/navigation/arrow-purple15-r.gif) right center no-repeat;
}
table.bloc tr td h4 a {
   background: transparent url(../images/navigation/arrow-purple13-r.gif) right center no-repeat;
}
table.bloc tr.inheritChildLink.hover * {
   color:#641f65;
}

table.bloc.r-divided tr th {
   border-bottom:1px solid #D6D6D6;
}
table.bloc.r-divided tr td {
   border-bottom:1px solid #D6D6D6;
}
table.bloc.c-divided tr th,
table.bloc.c-divided tr td {
   border-left:1px solid #D6D6D6;
}

table.bloc.padLeft {
	margin:10px 0 10px 10px;
}

/* conferencing suites */

body.business-conferencing div#imageSwitch {
   margin:0;
   float:left;
   clear:left;
}
body.business-conferencing div#imageSwitch img {
   float:left;
   margin-right:45px;
   display:block;
}

/* end of suites */

/* Colour form asterix with the same colour scheme as the section */
form p span, form fieldset p span,
form fieldset label span {
   color:#5b1c5c;
}

.bloc img.imgFltLeft {
	float:left;
	padding:10px 15px 10px 10px;
}

.bloc p {
	padding:0 20px 10px 10px;
}

.bloc h2 {
	padding:10px 0 5px 10px;
}


table#suites {
	font-size:0.7em;
	border-right:none;
	border-bottom:none;
	border-collapse:collapse;
}
table#suites td, 
table#suites th {
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	padding:0.1em 0.2em;
}
table#suites thead tr th { 
	vertical-align:bottom; 
}

#suiteLayouts {
	width:750px;
	margin:10px 0 20px 0;
	text-align:center;
}

#suiteLayouts img {
	padding:0 20px;
}

table.info {
	clear:left;
	background-color:#f8f3f9;
	border:1px solid #ccc;
	border-bottom:none;
	margin-bottom:20px;
}
table.info tr.banner {
	background-color:#5b1c5c;
}
table.info tr.banner h2 {
	color:#FFF;
	padding:0;
	font-size:0.9em;
}
table.info td, table.info th {
	border-bottom:1px solid #ccc;
}
table.info.fullWidth {
	width:100%;
}
table.info td {
	font-size:0.8em;
	line-height:130%;
}
table.info.home {
	border-bottom:1px solid #ccc;
}
table.info.home td {
	border-bottom:none;
}

table.info.home td.borderLeft, table.info.home th.borderLeft {
	border-left:1px solid #ccc;
}

table.info img.topImg {
	padding-bottom:0;
}
table.info tr td h3 {
	margin-bottom:5px;
	padding:0;
}
table.info tr td h3 a, 
a.callToAction {
	padding-right:12px;
	background: transparent url(../images/navigation/arrow-purple15-r.gif) right center no-repeat;
}
table.info tr td h4 {
padding:0;
}
table.info tr td h4 a {
	padding-right:12px;
	background: transparent url(../images/navigation/arrow-purple13-r.gif) right center no-repeat;
}

.imgFltLeft {
padding:0;
}
div#sidebar-left div.bloc {
	margin-top:0;
}
div#sidebar-left div.bloc img {
	padding:10px 10px 0 10px;
}


/* image list uses large images */
ul.imageList li {
	min-height:160px;
	_height:160px;
}
ul.imageList li p {
	margin-left:230px;
	clear:right;
}
ul.imageList li img {
	width:219px;
	height:154px;
}
ul.imageList li h3 {
	padding-top:8px;
	margin:0 0 0 0.4em;
	clear:right;
}


div.tableTabs h3 span {
	background-color:#f8f3f9;
	border-bottom:1px solid #f8f3f9;
}
.tabContent {
   float:left;
   width:100%;
   clear:both;
   padding:0!important;
   background-color:#f8f3f9;
   overflow:hidden;
}
.tabContent h4 {
   margin:10px 0;
}
.tabContent ul {
   margin-left:0;
}

