/* Main element definitions */
BODY {
	background-color: #E4E5E5
	/*
	scrollbar-face-color: #99cccc;
	scrollbar-highlight-color: #222222;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #6666cc;
	scrollbar-arrow-color: #ccccff;
	scrollbar-track-color: #9cccc;
	scrollbar-darkshadow-color: #000000;
	*/
}
BODY, TD, P, SPAN, DIV, A, SELECT, INPUT, TEXTAREA, H1, H2, H3 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #5C5C5C;
}
FORM {
	margin: 0px
}
H1 {
	font-size: 15px;
	font-weight: bold;
	color: #10376E;
	margin-top: 10px;
	margin-bottom: 5px;
}
H2 {
	font-size: 13px;
	font-weight: bold;
	color: #0954AC;
	margin-top: 10px
}
H3 {
	font-size: 12px
}

A {
	color: #0954AC;
	text-decoration: none;
	/*font-weight: bold;*/
}
A:hover {
	color: #0954AC;
	background-color: #FFCC33;
}
A.arrow {
	color: #0954AC;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/arrow-right-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 9px
}
/*A:visited {color: #084A8C;}
A:link {color: #084A8C;}*/

H1 SPAN {
	font-size: 15px;
	font-weight: bold;
	color: #0954AC
}

/*td {border: 1px solid green}*/

.white-background {
	background-color: #FFFFFF
}
.popup-content {
	background-color: #FFFFFF;
	padding: 10px
}

.title
, .compare-title
, .red-title {
	font-weight: bold;
	font-size: 9pt;
	color: #0260B9;
}
.red-title { /* main definition with .title above */
	color: Red;
}
.bold-text {
	font-weight: bold;
}

.red-text { /* main definition with .defaulttext above */
	color: red;
}

.small-text
, .small-text A
, .small-text A:visited {
	font-weight: normal;
	font-size: 7pt;
	color: #333333;
}

.spacer-row {
	height: 10;
}

/* Middle divider line */
.divider-upper {
	background-color: #FFFFFF;
	border-bottom: 3px double #DBDEE1
}
.divider-lower {
	border-top: 1px solid #DBDEE1
}

/* Top navigation */
.top-nav {
	color: #FFFFFF;
	background-color: #0954AC;
	font-size: 11px;
	padding-left: 5px;
	height: 24px;
}
.top-nav A {
	font-weight: bold;
	color: #FFFFFF;
}
.top-nav A:hover {
	color: #FDC948;
	background-color: #0954AC;
}

/* Left navigation */
.left-nav {
	color: #002A64;
	background-color: #F3F4F5;
	background-image: url(/images/left-nav-background.gif)
}

/* LHS menu styles */
.menu-item
, .menu-item-selected  {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 3px
}
.menu-item-selected
, .menu-item A:hover {
	color: #0954AC;
	background-color: #FFCC33;
}
.menu-sep {
	font-size: 6pt;
}
.menu-link {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	display: inline-block;
}

/* Bottom navigation */
.bottom-nav {
	color: #FFFFFF;
	background-color: #0954AC;
	font-size: 9px;
	height: 20px;
	padding: 0px 10px;
	border-bottom: 3px solid #FFCC33
}
.bottom-nav A {
	color: #FFFFFF;
	font-weight: normal;
}
.bottom-nav A:hover {
	color: #FDC948;
	background-color: #0954AC;
}

/* Quick search */
.before-space {
	margin-top: 5px
}
.quick-search-region-list
, .quick-search-click {
	width: 200px
}
.quick-search-click {
	margin-top: 5px;
	background-color: #F2F2F2;
}
.quick-search-click SPAN {
	font-size: 10px;
	color: #333333;
	padding: 1 3 1 3
}
.quick-search-link {
	padding: 2px 0px;
}

.indent {
	padding-left: 12px
}

.content {
	padding: 10px 10px 1px 20px; 
}

.page-margins {
	margin: 0px 20px 20px 20px
}

/* RHS */
.rhs {
	border-left: 1px solid #DBDEE1;
	margin-left: 10px;
	text-align: left
}
.events-list {
	width: 100%;
	border-right: 1px solid #DBDEE1
}
.event-item {
	padding: 10px 0px 0px 20px;
}
.event-title {
	color: #0954AC;
	font-weight: bold;
	padding: 2px 0px;
}

.number-even
{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 28px;
}

.number-odd
{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 28px;
}

.event-text {
}
.more-events {
	text-align: right;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	background-color: #F3F4F5;
}

.right-links {
	text-align: right;
	padding: 20px 10px 20px 10px
}
.right-link-row {
	padding-top: 2px
}

#home-meeting {
	background-repeat: no-repeat;
}


/* Search forms */
.search-step {
	border-bottom: 1px solid #EDEEF0;
	padding: 15px 0px 5px 0px;
}

.search-must-haves {
	background-color: #F3F4F5;
	border-bottom: 1px solid #DADBDB;
	border-top: 1px solid #DADBDB
}
.search-checkbox, .search-textbox {
	background-color: #FFD876;
	border: 1px solid #FFFFFF;
	padding: 0px 3px;
	text-align: center;
	width: 25px;
}
.search-checkbox-label, .search-textbox-label {
	background-color: #DEE1E4;
	border: 1px solid #FFFFFF;
	padding: 0px 3px;
	width: 175px
}
.search-textbox {
	width: 50px;
}
.search-textbox-label {
	width: 416px;
}
.search-checkbox-spacer {
	width: 50
}
.search-prompt {
	width: 200px
}

/* Breadcrumbs */
.current-location {
	border-bottom: 1px solid #EDEEF0;
	padding: 2px 0px 2px 20px;
	display: none;
}


/* Results */
.results-table {
	border-collapse: collapse
}
.results-table TD {
	border: 1px solid #FFFFFF
}
.results-heading TD {
	color: #FFFFFF;
	background-color: #0954AC;
}
.results-row {
}
.results-arrow {
	background-color: #FFD876;
	padding: 3px;
}
.results-text
, .results-number {
	background-color: #DEE1E4;
	padding: 3px;
}

.results-text-alt
{
	background-color: #EEEEEE;
	padding: 3px;
}

.results-number {
	text-align: right
}

.region-name {
	color: #FFFFFF;
	background-color: #0954AC;
	padding: 2px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px
}

.supplier-details {
	padding: 5px;
	border-bottom: 1px solid #EDEEF0;
}
.supplier-name {
	font-size: 12px;
	font-weight: bold;
}
.supplier-contacts {
	padding-top: 3px;
}

/* Divider */
.divider-double-line {
	border-top: 1px solid #DEE1E4;
	border-bottom: 1px solid #DEE1E4;
	font-size: 1px;
	height: 2px
}
.divider-single-line {
	border-top: 1px solid #DEE1E4;
	margin: 2px 0px 10px 0px;
}

/* Details */
.details-picture {
	text-align: right;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.details-buttons {
	padding: 0px 0px 10px 0px
}

/* Facilities table */
.facilities-table {
	margin: 10px 0px;
	border: 1px solid #979899;
	border-collapse: collapse;
}
.facilities-table TD {
	border: 1px solid #D8D8D8;
	padding: 2px 5px;
}
TD.room-type-icon {
	padding: 6px;
}
.conferencearea-column {
	width: 185px
}
.capacity-column {
	text-align: center
}
.facility-row-even {
	background-color: #F3F4F5;
}
.facility-row-odd {
	background-color: #FFFFFF;
}

.grey-box {
	margin-top: 20px;
	padding: 5px;
	background-color: #F3F4F5;
	border: 1px solid #D8D8D8
}

/* Contact details */
.contact-name {
	font-weight: bold;
	color: #10376E;
}
.contact-address {
	margin-bottom: 10px;
	font-weight: bold;
	color: #0954AC;
}
.contact-name-person {
	margin-bottom: 10px;
	color: #10376E;
}
.contact-type {
	color: #10376E;
}
.contact-tel {
	margin-bottom: 10px;
	font-weight: bold;
}
.contact-tel SPAN {
	color: #5C5C5C
}
.contact-email {
	margin-bottom: 10px;
}

.chain {
	margin: 10px 0px;
}

/* Facility list */

.facility-list {
	margin: 10px 0px 10px 20px;
}
.facility-item {
	list-style-image: url(/images/bullet-point.gif);
	padding: 2px 0px
}
.facility-notes {
	font-style: italic
}

.news-summary {
	font-weight: bold;
	border-top: 1px solid #DEE1E4;
	border-bottom: 1px solid #DEE1E4;
	padding: 4px 0px;
	margin: 15px 5px 5px 0px;
}

.useful-link-group {
	font-size: 14px;
	font-weight: bold;
	color: #0954AC;

}.useful-link {
	border-bottom: 1px solid #DEE1E4;
}
.useful-link-name {
	font-size: 12px;
	font-weight: bold;
}

.venue-ideas {
	color: #002A64;
	background-color: #F3F4F5;
	float: right;
	border: 1px solid #DEE1E4;
	width: 200px;
	margin-top: 20px;
	padding: 5px 5px 15px 10px;
}

.why-greece-list {
}
.why-greece-list LI {
	padding: 5px;
}
.why-greece-list LI SPAN {
	font-weight: bold
}
.why-greece-item SPAN {
	font-weight: bold
}

.indented {
	margin-left: 20px
}

#spotlight {
}
#spotlight H1 {color: #FFFFFF; font-weight: bold; margin: 4px 0px 5px 0px; font-size: 11px}
#spotlight H2 {color: #FFFFFF; font-weight: normal; margin: 4px 0px 5px 0px; font-size: 11px}
#spotlight P {color: #FFFFFF; font-size: smaller; margin: 4px 0px 3px 0px}

H2.service-heading-closed {
	margin: 5px 0px;
	padding-left: 15px;
	background: url(/images/plus.gif) no-repeat left center;
}
H2.service-heading-open {
	margin: 5px 0px;
	padding-left: 15px;
	background: url(/images/minus.gif) no-repeat left center;
}

.service-details {
	margin: 5px 0px;
}