/*  LIGHT COLOUR: #F5A750
/* MEDIUM COLOUR: #CC6633
/*   DARK COLOUR: #F28711

/*  LIGHT COLOUR: #F5A750
/* MEDIUM COLOUR: #CC6633
/*   DARK COLOUR: #F28711



/* MENU
--------------------------------------------------------------------------------------------------------------------------*/
td.menu-left	{
	width: 271px;
}
td.menu-right	{
	width: 689px;
}




/* LEFT PANEL
--------------------------------------------------------------------------------------------------------------------------*/
td.left-panel {
	width: 241px;
	height: 500px;
	background-color: #FFFFFF;
}

td.left-panel a:link, td.left-panel a:visited {
	color: #C96332;
	text-decoration: underline
}

td.left-panel a:active, td.left-panel a:hover {
	color: #000000;
	text-decoration: underline
}
td.nav-logo {
	height: 80px;
	vertical-align: bottom;
	text-align: left;
	background-image: url('../images/logos/canalys/navigation-medium-orange.gif'); 
	background-repeat: no-repeat;
	background-position: bottom center;
}








/* LEFT PANEL BOX
--------------------------------------------------------------------------------------------------------------------------*/
table.quotebox td {padding: 0px; margin: 0px; line-height: 12pt;}

table.quotebox td a:link, table.quotebox td a:visited {color: #FFFFFF; text-decoration: underline}
table.quotebox td a:active, table.quotebox td a:hover {color: #000000; text-decoration: underline}

table.quotebox td.top-left-light {background-image: url('../images/quote-box/orange/light-top-left.gif'); background-repeat: no-repeat; background-position:  left top; width: 10px; height 10px; background-color: #F5A750; font-size:8px}
table.quotebox td.top-centre-light {height 10px;	background-color: #F5A750; font-size:8px}
table.quotebox td.top-right-light {background-image: url('../images/quote-box/orange/light-top-right.gif'); background-repeat: no-repeat; background-position: right top; width: 10px; height 10px; background-color: #F5A750; font-size:8px}
table.quotebox td.left-light {width: 10px; background-color: #F5A750;}
table.quotebox td.centre-light {background-color: #F5A750; line-height: 13pt; font-family: Arial; font-size: 13px; padding-left:5px; padding-right:5px}
table.quotebox td.right-light {width: 10px; background-color: #F5A750;}
table.quotebox td.bottom-left-light {background-image: url('../images/quote-box/orange/light-bottom-left.gif'); background-repeat: no-repeat; background-position:  left bottom; width: 10px; height 10px; background-color: #F5A750;}
table.quotebox td.bottom-centre-light {height 10px; background-color: #F5A750;}
table.quotebox td.bottom-right-light {background-image: url('../images/quote-box/orange/light-bottom-right.gif'); background-repeat: no-repeat; background-position: bottom right; width: 10px; height 10px; background-color: #F5A750;}

table.quotebox td.top-left-medium {background-image: url('../images/quote-box/orange/medium-top-left.gif'); background-repeat: no-repeat; background-position: left top; width: 10px; height 10px; background-color: #CC6633;}
table.quotebox td.top-centre-medium {height 10px;	background-color: #CC6633;}
table.quotebox td.top-right-medium {background-image: url('../images/quote-box/orange/medium-top-right.gif'); background-repeat: no-repeat; background-position: right top; width: 10px; height 10px; background-color: #CC6633;}
table.quotebox td.left-medium {width: 10px; background-color: #CC6633;}
table.quotebox td.centre-medium {background-color: #C96332; line-height: 13pt; font-family: Arial; font-size:13px; padding-left:5px; padding-right:5px; font-weight:bold}
table.quotebox td.right-medium {width: 10px; background-color: #CC6633;}
table.quotebox td.bottom-left-medium {background-image: url('../images/quote-box/orange/medium-bottom-left.gif'); background-repeat: no-repeat; background-position: left bottom; width: 10px; height 10px; background-color: #CC6633;}
table.quotebox td.bottom-centre-medium {height 10px; background-color: #CC6633;}
table.quotebox td.bottom-right-medium {background-image: url('../images/quote-box/orange/medium-bottom-right.gif'); background-repeat: no-repeat; background-position: bottom right; width: 10px; height 10px; background-color: #CC6633;}






/* CONTENT PANEL
--------------------------------------------------------------------------------------------------------------------------*/
td.content {
	background-color: #C96332;
	width: 659px;
	padding: 15px;
}
td.content-narrow {
	background-color: #C96332;
	width: 531px;
	padding: 15px; 
}




/* SPEAKER LIST
--------------------------------------------------------------------------------------------------------------------------*/
table.speakers th {
	background-color: #c93684;
}

table.speakers td.details {
	border-bottom: 1px solid #c93684;
}





/* FORM ELEMENTS
--------------------------------------------------------------------------------------------------------------------------*/
td.form-label {
	background-color: #c93684;
}

div.form-divider {
}

td.submit-button {
	background-color: #c93684;
}