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

/* top and bottom navigation */


.xmasbox {float: right; width: 250px; border: 1px solid #333; background: #a28751; padding: 3px; margin: 8px;}

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

/* 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 {
	width:200px;
}

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

ul.bloc  {
	border-top:none;
}

.bloc h2 {
	padding:0 0 0.4em 0;
}

.bloc ul.bulleted {
	padding:0.8em 0.8em 0 2em;
}

.bloc ul.bulleted li {
	margin:0 0 0.4em 0;
	list-style-type:disc;
}

.bloc table {
	margin:0.8em 0;
}

.bloc table tr.endWeek {
	border-bottom:1px solid #ccc;
}

.bloc table td {
	padding:0.2em;
}

.bloc table span {
	text-decoration:line-through;
	padding-right:20px;
}

table.bloc tr h2 {
   background-color:#651f65;
}
table.bloc tr h3 {
	color:#651f65;
}
table.bloc tr.underline td {
	border-top:1px solid #D6D6D6;
}
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:none;
   /*border-bottom:1px solid #D6D6D6;*/
}
table.bloc.c-divided tr th,
table.bloc.c-divided tr td {
   border-left:1px solid #D6D6D6;
}

table.bloc.r-divided tr td h3 {
	font-size:1em;
	padding-bottom:0.8em;
}

table.bloc.padLeft {
margin:10px;
width:400px;
}

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

ul.rowList {
	padding:0 1.6em 0 1.2em;
	float:left;
}

ul.rowList li {
	padding:0 0 0.4em 0;
	list-style-type:disc;
	font-size:0.9em;
}

div.inheritChildLink p.size1 { font-size:1.8em; font-weight:bold; line-height:100%;}
div.inheritChildLink p.size2 { font-size:1.2em; line-height:100%;}
div.inheritChildLink p.size3 { font-size:0.9em; line-height:100%;}

#sidebar-left div.bloc {
	margin:0 0 1.6em 0;
	padding:0.8em 0;
	background-color:#f8f3f9;
	border: 1px solid #D6D6D6;
}

ul.leftList {
	margin:0;
	padding:0.4em 0.8em 0.8em 1.6em;
	font-size:0.9em;
}

ul.leftList li {
	padding:0 0 0.4em 0;
	list-style-type:disc;
}

#sidebar-left div.bloc p {
	margin:0;
}

#sidebar-left div.bloc hr {
	border:none;
	border-bottom:1px solid #D6D6D6;
	padding:0;
	margin:0 0 0.8em 0;
}

#sidebar-left div.bloc h3 {
	padding:0 0.4em 0.4em 0.4em;
	font-size:1.2em;
	font-weight:bold;
}

#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.2em; line-height:120%; padding:0 0.4em 0 0.4em;}
#sidebar-left div.bloc p.size3 { font-size:0.9em; line-height:120%; padding:0 0.4em 0 0.4em;}
#sidebar-left div.bloc p.size4 { font-size:1.0em; line-height:120%; padding:0 0.4em 0 0.4em;}

/*
.imgFltLeft {
	margin:0.8em 0.8em 0.8em 0;
	display:block;
	float:left;
}
*/

/* Tabs inside the full content div */


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

p.removeMargin {
	margin:0;
	padding:0.6em 0;
}


fieldset {
	clear:both;
}

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

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

/* end of suites */



img.topImg {
	margin:0;
	padding:0 0 10px 0;
	float:left;
}

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 td h3 {
	padding:10px 0;
}

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

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


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

/* Christmas party Tabs inside the full content div */
div#datesCol {
   overflow:hidden;
   float:right;
   width:258px;
   margin:0 0 0 20px;
   background-color:#f0e2f0;
   padding:20px 6px 56px 6px;
}

div#datesCol table {
   width:240px;
   margin:10px 8px;
   font-size: 65%;
   clear:both;
   float:right;
}

div#datesCol table tr td {
   padding:4px  2px;
}

div#datesCol a#suitLink {
   padding:10px auto;
   position:relative;
   left:10px;
   width:218px;
   display:block;
   margin:0;
}

