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

/* top and bottom navigation */

ul#topnav li a {
   color:#00638f;
}
ul#mainnav {
   background:#00638f url(../images/navigation/mainnav-bg-lightblue.gif) left center repeat-x;
}
ul#mainnav li a.youAreHere {
   color:#00638f;
}

/* end of top and bottom navigation */

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


/* sidebars */

#sidebar-left {
	width:200px;
}

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

div#sidebar-left a.click {
	padding-right:12px;
}

#sidebar-right .alert {
   background-color:#f5f8f9;
}
div#sidebar-right div.alert h4 {
   background-color:#00638f;
   color:#fff;
	padding:10px;
	font-size:85%;
}

.smallbloc {
	background-color:#f5f8f9;
	border:1px solid #00638f;
}

/* end of sidebars */

h1,h2,h3,h4 {
   color:#555;
}

a {
   color:#00638f;
}
a.arrow {
   background: transparent url(../images/navigation/arrow-lightblue13-r.gif) right center no-repeat;
}
.yui-tt {
   border-color:#ccc;
}
.bloc {
   background-color:#f5f8f9;
   border:1px solid #ccc;
}


/* conferencing suites */

body.banqueting-events #doc4.suites div#imageSwitch {
   margin:1em;
   float:left;
   position:relative;
   clear:left;
}
body.banqueting-events #doc4.suites div#imageSwitch img {
   float:left;
   margin-right:2em;
   display:block;
   position:relative;
}
body.banqueting-events #doc4.suites div#refreshments {
   float:left;
   clear:left;
}
body.banqueting-events #doc4.suites div#refreshments img {
   float:left;
   display:block;
   margin:0.5em 1em 0.2em 0;
}


#sidebar-left div.bloc {
	padding:0.8em 0;
	background-color:#f5f8f9;
}


#sidebar-left div.bloc p.size1 { font-size:1.6em; font-weight:bold; line-height:120%; padding:0 0.4em 0 0.4em;}
#sidebar-left div.bloc p.size2 { font-size:1.4em; line-height:120%; padding:0 0.4em 5px 0.4em;}
#sidebar-left div.bloc p.size3 { font-size:1em; line-height:120%; padding:0 0.4em 0 0.4em;}

/* Tabs inside the full content div */


div.tableTabs h3 span {
	background-color:#f5f8f9;
	border-bottom:1px solid #f5f8f9;
}

#tabContent table {
   border-collapse:collapse;
}

#tabContent th, 
#tabContent td {
	border-bottom:1px solid #ccc;
	padding:0.8em;
	font-size:85%;
}

#tabContent th {
	font-weight:bold;
	vertical-align:bottom;
}


div#sidebar-right div.alert a.click, 
div#sidebar-left div.bloc a.click {
   color:#00638f;
   background: transparent url(../images/navigation/arrow-lightblue13-r.gif) right center no-repeat;
}

div#sidebar-left div.bloc a.click {
   line-height:180%;
}


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

.imgFltLeft {
	padding-right:10px;
	float:left;
}

table.info {
	clear:left;
	background-color:#f5f8f9;
	border:1px solid #ccc;
	border-bottom:none;
	margin-bottom:20px;
}
table.info tr.banner {
	background-color:#00638f;
}
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 td p {
	font-size:1em;
	padding:0 10px 10px 0;
}

table.info img.topImg {
	padding-bottom:0;
}
table.info tr td h3 {
	margin-bottom:5px;
	font-size: 1.3em;
	line-height: 130%;
	padding: 0;
}
table.info tr td ul {
	font-size:1.2em;
}
a.callToAction {
	padding-right:12px;
	background: transparent url(../images/navigation/arrow-lightblue13-r.gif) right center no-repeat;
	font-weight: bold;
}
table.info tr td h4 a {
	padding-right:12px;
	background: transparent url(../images/navigation/arrow-lightblue13-r.gif) right center no-repeat;
}


ul.faq li {
	font-size: 0.9em;
	margin: 1em 0;
}


.bloc.illustrated {
   font-size:92%;
}
.bloc.illustrated img {
   float:left;
   margin:0.8em;
   clear:left;
}
.bloc.illustrated div {
   width:490px;
   float:left;
   font-size:100%;
}
.bloc.illustrated div ul li {
   margin-top:0.2em;
   font-size:85%;
} 

.underline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin:0 15px 0 15px;
}
