/*==================================
	COLUMN MODULE
================================*/
div.column {
	clear: both;
}
/*==============================
	CONTENT TEXT MODULE
================================*/
div.content_text {
	clear: both;
	margin-bottom: 10px;
}
/*======= TEMPLATE 2 =====*/
div.content_text-template2 {
	background-color: #EDEDED;
	padding: 10px;
}
/*==========================
	PORTLET MODULE
===========================*/
div.portlet {
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.portlet h2 {
	margin-bottom: 5px;
}
div.portlet p {
	color: #64625c;
}
div.portlet div.pictureBox {
	text-align: left;
	margin-bottom: 10px;
}
div.portlet div.description {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.portlet a {
	border-width: 1px;
	font-weight: normal;
}
/*==== PORTLET TEMPLATE 1 =====*/
div.portlet-template1 {
}
div.portlet-template1 h2 {
}
div.portlet-template1 div.pictureBox {
	width: 50%;
}
/*==== PORTLET TEMPLATE 2 =====*/
div.portlet-template2 {
}
div.portlet-template2 h2 {
	margin-top: 0px;
}
div.portlet-template2 p {
	background-color: transparent;
	color: #64625c;
}
div.portlet-template2 table.portletLayout {
	width: 100%;
}
div.portlet-template2 td.pictureColumn {
	vertical-align: top;
	width: 40%;
}
div.portlet-template2 td.pictureColumn div.pictureBox {
	padding-right: 10px;
}
div.portlet-template2 td.detailsColumn {
	vertical-align: top;
	width: 60%;
}
/*==== PORTLET TEMPLATE 3 =====*/
div.portlet-template3 {
}
div.portlet-template3 h2 {
}
div.portlet-template3 div.pictureBox {
	width: 50%;
}

/*==========================
	PICTURE MODULE
===========================*/
div.picture {
	clear: both;
	margin-bottom: 10px;
}
/*=====================================
	LOGS
======================================*/
div.logs {
	clear: both;
	background-color: transparent;
	color: #4A4B4C;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.logs div.pager {
	text-align: center;
	margin: 5px;
}
div.logs div.pager a {
	color: #113366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
}
div.logs div.downloadSpreadsheetWrapper {
	float: right;
}

/*=====================================
	MANAGE USERS
======================================*/
div.manage_users {
	clear: both;
	padding: 0px;
	margin: 0px;
}
div.manage_users-template1-edit_user div.correspondence td.leftColumn {
	vertical-align: top;
	width: 200px;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn {
	vertical-align: top;
	text-align: left;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn a {
	cursor: pointer;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn div.displayMessage {
	text-align: right;
}
div.manage_users-template1-edit_user div.correspondence td.rightColumn {
	vertical-align: top;
	width: 50px;
	text-align: center;
}
div.manage_users div.pager {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #bec0bf;
	border-bottom: 1px solid #bec0bf;
}
/*=======================
	FEEDBACK
=======================*/
div.feedback {
	clear: both;
	margin-bottom: 10px;
}
div.feedback em {
	color: #c71900;
	font-style: normal;
}
div.feedback table.formLayout th {

}
div.feedback table.formLayout td {

}

/*======== feedback template 1 ======*/
div.feedback-template1 div.highlightedArea1Lv1 {
	padding: 10px 15px 10px 15px;
}
div.feedback-template1 div.submitButtonBox {
	text-align: right;
	float: right;
	margin-right: 2px;
	width: 100px;
}

div.feedback-template1 table.formLayout {
	margin-bottom: 20px;
}
div.feedback-template1 table.formLayout td.leftColumn {
	width: 190px;
}
div.feedback-template1 table.formLayout td.rightColumn {

}
div.feedback-template1 .inputField {
	width: 160px;
}
div.feedback-template1 textarea {
	width: 360px;
}
/*======== feedback template 2 ======*/
div.feedback-template2 {

}
div.feedback-template2 table.formLayout {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
div.feedback-template2 table.formLayout .inputField {
	width: 95%;
}
div.feedback-template2 table.formLayout td {
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}
div.feedback-template2 table.formLayout td.centered {
	text-align: center;
}
/*======== feedback template 3 ======*/
div.feedback-template3 {

}
div.feedback-template3 h3 {
	background-image: url('/modules/root/templates/template1/images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #b5a665;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
div.feedback-template3 div.inputFieldBox {
	margin: 0px 0px 8px 0px;
}
div.feedback-template3 div.highlightedArea1Lv1 {
	padding: 4px 5px 4px 5px;
}
/*==========================
	PRODUCT THUMBNAIL MODULE
===========================*/
div.product {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.product h2 {
}
div.product div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
div.product div.picture img.thumb {
	margin-bottom: 10px;
}
div.product p.price {
	font-size: 13px;
}
div.product p.price em {
	font-style: normal;
}
div.product p.overview {
	color: #64625c;
}
div.product p.viewProductLink {
	text-align: left;
}
div.product table.productThumbnailLayout td.pictureColumn {
	vertical-align: top;
	padding: 0px 10px 10px 0px;
}
div.product table.productThumbnailLayout td.infoColumn {
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}

/*==========================
	PRODUCT PROMOTION THUMBNAIL MODULE
===========================*/
div.product_promotion {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.product_promotion h2 {
}
div.product_promotion div.picture {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.product_promotion div.picture img.thumb {
	margin-bottom: 10px;
}
div.product_promotion p.price {
	font-size: 14px;
}
div.product_promotion p.price em {
	font-style: normal;
}
div.product_promotion p.overview {
	color: #64625c;
}

/*==============================
	MANAGE ORDERS
============================*/
div.orders {
	clear: both;
	margin-bottom: 10px;
}
div.orders table.manageOrder {
	width: 100%;
}
div.orders span.orderStatusColor {
	padding: 2px 5px 2px 5px;
}
div.orders div.printOrderButton {
	float: right;
}
div.orders-edit_booking table.dataTable td {
	padding-left: 0px;
	padding-right: 5px;
}
div.orders-edit_booking div.submitButtonBox {
	text-align: right;
}
div.orders div.pager {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #bec0bf;
	border-bottom: 1px solid #bec0bf;
}
div.orders div.tourOverviewAndPictureBox table.dataTable {
	width: 60%;
}
/*============================
	MY ORDERS
=========================*/
div.my_orders {
	clear: both;
	margin-bottom: 10px;
}
div.my_orders table.manageOrder {
	width: 100%;
}
div.my_orders span.orderStatusColor {
	padding: 2px 5px 2px 5px;
}
div.my_orders div.printOrderButton {
	float: right;
}
div.my_orders-default div.tourPicture {
	float: left;
	margin-right: 10px;
}
div.my_orders-default table.dataTable {
	margin-bottom: 0px;
}
div.my_orders-default table.dataTable td {
	padding-bottom: 0px;
}
div.my_orders-default table.dataTable td.tourDescriptionColumn {
	padding-left: 0px;
}
div.my_orders-view_booking div.payBalanceBox {
	margin-top: 10px;
}
div.my_orders-view_booking div.payDepositBox {
	margin-top: 10px;
}
div.my_orders-view_booking div.totalCost {
	color: #bc2129;
}
div.my_orders-view_booking p.makeAmendmentsToItinerary {
	color: #bc2129;
}
div.my_orders-view_booking table.amendItineraryLayout td.amendItineraryColumn {
	padding-right: 20px;
}
div.my_orders-view_booking table.amendItineraryLayout td {
	vertical-align: top;
}
div.my_orders-view_booking table.amendItineraryLayout div.amendItineraryButtonBox {
	text-align: right;
}
/*=========================
	LINKS MANAGER
==========================*/
div.links_manager {
	clear: both;
	margin-bottom: 10px;
}
div.links_manager div.linkActions {
	text-align: right;
}
div.links_manager div.backButton {
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.links_manager div.highlightedArea1Lv1 {
	clear: both;
}
div.links_manager div.linkMenu {
	margin: 10px 0px 10px 0px;
}
div.link p.linkName {
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
}
div.link p.description {
	margin: 00px 0px 20px 0px;
}
/*============================
	STOCK CONTROL
============================*/
div.stock_control {
	clear: both;
	margin-bottom: 10px;
}
div.stock_control-template1-default div.updateStockButton {
	text-align: right;
}
/*======================
	GALLERY
=======================*/
div.gallery {
	clear: both;
	margin-bottom: 10px;
}
div.gallery div.picture {
	text-align: center;
}
/*============= TEMPLATE 1 =================*/
div.gallery-template1 div.picture {
	text-align: center;
}
div.gallery-template1 div.caption {
	text-align: center;
	margin: 10px;
}
/*============= TEMPLATE 2 =================*/
div.gallery-template2 div.picture {
	padding: 10px;
	background-color: #000000;
}
div.gallery-template2 div.caption {
	padding: 10px;
	background-color: #808080;
	color: #FFFFFF;
}
div.gallery-template2 div.title {
	padding: 10px;
	background-color: #4c4c4c;
	color: #FFFFFF;
}
div.gallery-template2 div.galleryNavigation {
	background-color: #666666;
	padding: 5px;
}
div.gallery-template2 table.galleryNavigationLayout {
	width: 100%;
}
div.gallery-template2 table.galleryNavigationLayout td.firstPictureColumn, div.gallery-template2 table.galleryNavigationLayout td.lastPictureColumn, div.gallery-template2 table.galleryNavigationLayout td.previousPictureColumn, div.gallery-template2 table.galleryNavigationLayout td.nextPictureColumn {
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
div.gallery-template2 table.galleryNavigationLayout td.galleryPagerColumn {
	padding: 3px;
	background-color: #333333;
}

/*============= TEMPLATE 3 =================*/
div.gallery-template3 #slideshow {list-style:none; color:#fff}
div.gallery-template3 #slideshow span {display:none}
div.gallery-template3 #wrapper {margin: 0px auto; display:none}
div.gallery-template3 #wrapper * {margin:0; padding:0}
div.gallery-template3 #fullsize {position:relative; height:400px;}
div.gallery-template3 #image {}
div.gallery-template3 #image img {position:absolute; z-index:25; width:auto}
div.gallery-template3 .imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
div.gallery-template3 #imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
div.gallery-template3 #thumbnails {margin-top:15px}

/*============= TEMPLATE 4 =================*/
div.gallery-template4 {
	clear: both;
	margin-bottom: 10px;
}
div.gallery-template4 table.galleryLayout { 
	width: 100%;
}
div.gallery-template4 table.galleryLayout td.pictureColumn { 
	text-align: center;
	padding-bottom: 10px;
}
div.gallery-template4 table.galleryLayout td.firstPictureColumn { 
	text-align: left;
}
div.gallery-template4 table.galleryLayout td.lastPictureColumn { 
	text-align: right;
}
/*================================
	E-Commerce Settings
================================*/
div.ecommerce_settings {
	clear: both;
	margin-bottom: 10px;
}
div.ecommerce_settings div.manageCountriesMenu {
	margin-bottom: 10px;
}

div.ecommerce_settings div.backButton {
	margin-bottom: 10px;
}
/*=====================
	LOGON
=====================*/
div.logon {
	margin-bottom: 10px;
	clear: both;
}
/*========================
	MAILING LIST
=========================*/
div.mailing_list {
	margin-bottom: 10px;
	clear: both;
}

/*========================
	News
========================*/
div.news table.newsLayout {
	margin-bottom: 10px;
	width: 100%;
}
div.news table.newsLayout td.threadColumn {
	vertical-align: top;
	padding-right: 10px;
}
div.news table.newsLayout td.threadColumn h1 {

}
div.news table.newsLayout td.calendarColumn {
	vertical-align: top;
	width: 40%;
}
div.news table.newsLayout td.calendarColumn div.calendarColumnBox {

}
div.news div.threadOverview {
	margin-bottom: 30px;
}
div.news div.threadOverview h2 {
	margin: 0px;
}
div.news div.threadOverview p.author {
	margin: 0px;
	font-size: 10px;
}
div.news div.threadOverview p.createdOn {
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}

div.news div.threadOverview div.image {
	margin-bottom: 10px;
}
div.news div.threadDetails h1 {
	margin: 0px;
}
div.news div.threadDetails h3 {
	margin: 0px 0px 10px 0px;
}
div.news div.threadDetails p.author {
	margin: 0px;
	font-size: 10px;
}
div.news div.threadDetails p.createdOn {
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}
div.news div.threadDetails p.numberOfComments {
	margin: 0px 0px 10px 0px;
	font-size: 10px;
}
div.news div.threadDetails div.thread {
	margin-bottom: 20px;
}
div.news div.threadDetails div.image {
	margin-bottom: 10px;
}
div.news div.rss {
	float: right;
	width: 50px;
	text-align: right;
}
div.news div.latestArticleHeaders ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

div.news div.newsSearch {
	text-align: right;
}

div.news div.archive h3 {
	margin-bottom: 0px;
}
div.news div.archive ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.news div.archive li.month {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.news div.categories ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.news div.categories li {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.news div.categories ul ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div.news div.comments {
	margin: 0px 0px 10px 0px;
}
div.news div.comments div.comment {
	margin-bottom: 30px;
}
div.news div.comments div.comment h4.author {
	margin: 0px;
	font-size: 11px;
}
div.news div.comments div.comment p.createdOn {
	font-size: 10px;
	margin: 0px;
}
/*====================
	EVENTS
=====================*/
div.event {
	margin-bottom: 10px;
}
div.event p.eventDate {
	margin-top: 0px;
}
div.event h2 {
	margin-bottom: 0px;
}
/*====================
	PRODUCTS
=====================*/
div.products {
	margin-bottom: 10px;
}
div.products div.searchResults table.productBox {
	border: 1px solid #D1D1CF;
	margin: 10px 0px 10px 0px;
	width: 100%;
	background-color: #FFFFFF;
}
div.products div.searchResults table.productBox td.pictureBox {
	width: 160px;
	vertical-align: top;
}
div.products div.searchResults table.productBox td.productDetails {
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
div.products div.searchResults form.addToBasketBox {
	text-align: right;
}
div.products div.searchResults form.addToBasketBox .button {
	margin: 0px;
}
div.products div.pager {
	clear: both;
}
div.products table.productLayout td.pictureColumn {
	text-align: right;
	vertical-align: top;
	width: 300px;
}
div.products table.productLayout td.informationColumn {
	text-align: left;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
/*===========
  CALENDAR
============*/
div.calendar {
	margin-bottom: 10px;
  text-align: center;
}
div.calendar td.previousMonth, div.calendar td.previousYear, div.calendar td.nextMonth, div.calendar td.nextYear, div.calendar td.currentMonthAndYear {
  background-color: transparent;
  border-width: 0px;
}
/*========================
	BLOG
========================*/
div.blog table.blogLayout {
	margin-bottom: 10px;
	width: 100%;
}
div.blog div.blogHeader {
	border-top: 1px solid #bec0bf;
	border-bottom: 1px solid #bec0bf;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}
div.blog p.author, div.blog p.createdOn {
	font-size: 12px;
	font-weight: bold;
}
div.blog p.author {
	margin-bottom: 0px;
}
div.blog p.createdOn {
	margin-bottom: 5px;
}
div.blog h2 {
	margin-bottom: 0px;
	font-weight: bold;
}
div.blog h2 a {
	color: #457E93;
	font-weight: bold;
}
div.blog div.blogIntro {
	margin-bottom: 20px;
}

/*======== LAYOUT ===========*/
div.blog table.blogLayout td.leftColumn {
	vertical-align: top;
	padding-left: 20px;
}
div.blog table.blogLayout td.rightColumn {
	vertical-align: top;
}
/*======== LATEST THREAD HEADERS ===========*/
div.blog div.latestThreadHeaders {
	margin-bottom: 30px;
}
div.blog div.latestThreadHeaders ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.blog div.latestThreadHeaders ul li {
	margin: 0px;
	padding: 0px;
}

/*========= RSS FEED =======*/

div.blog div.rss {
	float: right;
	width: 50px;
	text-align: right;
}

/*======= THREAD HIGHLIGHT ========*/
div.blog div.threadHighlight {
	margin-bottom: 30px;
	padding-bottom: 13px;
	border-bottom: 1px solid #bec0bf;
	clear: both;
}
div.blog div.threadHighlight div.threadExtract {
	margin-bottom: 5px;
}
div.blog div.threadHighlight p.numberOfComments {
	font-size: 10px;
	margin: 0px;
}
div.blog div.threadHighlight table.threadHighlightLayout {
	width: 100%;
}
div.blog div.threadHighlight table.threadHighlightLayout td.infoColumn {
	vertical-align: top;
	padding: 0px 30px 0px 0px;
}
div.blog div.threadHighlight table.threadHighlightLayout td.pictureColumn {
	width: 230px;
	text-align: left;
	vertical-align: top;
}
div.blog div.threadHighlight table.threadHighlightLayout td.pictureColumn img {
	width: 230px;
}
div.blog div.threadHighlight table.threadHighlightLayout td.pictureColumn div.captionBox {
	padding: 3px 0px 0px 0px;
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	color: #646464;
}
div.blog div.threadHighlight div.viewThread a {
	color: #457E93;
}
div.blog div.threadHighlight div.viewThread a img {
	vertical-align: baseline;
}
div.blog div.pager {
	float: left;
}
/*=========== THREAD =========*/
div.blog div.thread {
	clear: both;
	margin-bottom: 30px;
}
div.blog div.thread h1 {
	margin-bottom: 0px;
}
div.blog div.thread div.description {
	font-size: 12px;
}
div.blog div.thread div.backButton a {
	color: #457E93;
}
div.blog div.thread div.backButton a img {
	vertical-align: baseline;
}
div.blog div.thread table.threadLayout {
	width: 100%;
}
div.blog div.thread table.threadLayout td.infoColumn {
	vertical-align: top;
	padding: 0px 30px 0px 0px;
}
div.blog div.thread table.threadLayout td.pictureColumn {
	width: 320px;
	text-align: left;
	vertical-align: top;
}
div.blog div.thread table.threadLayout td.pictureColumn {

}
div.blog div.thread table.threadLayout td.pictureColumn div.threadPicture {
	margin: 0px 0px 25px 0px;
}
div.blog div.thread table.threadLayout td.pictureColumn img {
	width: 320px;
}
div.blog div.thread table.threadLayout td.pictureColumn div.captionBox {
	margin: -25px 0px 10px 0px;
	padding: 3px 0px 0px 0px;
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	color: #646464;
}
/*=========== EDIT THREAD =========*/
div.blog-edit_thread div.backButton {
	margin-top: 10px;
}
div.blog-edit_thread div.backButton a {
	color: #457E93;
}

div.blog-edit_thread div.backButton a img {
	vertical-align: baseline;
}
/*============ COMMENTS =========*/
div.blog div.comments {

}

div.blog div.comments h2 {

}

div.blog div.comments div.comment {
	margin-bottom: 15px;
}
div.blog div.comments div.comment p.author {
	font-size: 10px;
	margin-bottom: 0px;
}
div.blog div.comments div.comment div.message {
	margin-bottom: 0px;
	font-size: 11px;
}
div.blog div.comments div.comment p.createdOn {
	font-size: 9px;
}

/*========= SEARCH ==========*/
div.blog div.blogSearch {
	text-align: right;
	margin-bottom: 0px;
}
div.blog div.blogSearch .inputField {
	background-color: #FFFFFF;
	color: #8f9191;
	font-size: 11px;
	padding: 2px;
	width: 120px;
	height: 14px;
	border: 1px solid #baaa6a;
}
div.blog div.blogSearch .submitButton {
	vertical-align: bottom;
}

/*========== ARCHIVE ==========*/
div.blog div.archive {
	margin-bottom: 30px;
}
div.blog div.archive h3 {
	margin-bottom: 0px;
}
div.blog div.archive ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.blog div.archive li.month {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*===== CATEGORIES / TOPICS =======*/
div.blog div.categories {
	margin-bottom: 30px;
}
div.blog div.categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.blog div.categories li {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.blog div.categories ul ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/*==========================
	CHECKOUT
=========================*/
div.checkout-default div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.checkout-default div.checkoutButton {
	text-align: right;
}
div.checkout-default div.continueShoppingButton {
	text-align: right;
}
div.checkout-default p.includeVAT {
	text-align: right;
}
div.checkout-default div.confirmAndPayButton {
	text-align: right;
}
/*=================================
	LATEST NEWS
=============================*/
div.latest_news {
	clear: both;
	margin-bottom: 10px;
}
div.latest_news table.newsItemLayout {
		width: 100%;
		margin-bottom: 10px;
}
div.latest_news table.newsItemLayout td.pictureColumn {
	width: 110px;
	text-align: left;
	vertical-align: top;
}
div.latest_news table.newsItemLayout td.newsDetailsColumn {
	vertical-align: top;
	text-align: left;
}
div.latest_news table.newsItemLayout td.newsDetailsColumn p.newsDate {
	margin-top: 0px;
}
/*=================
	TIME
=================*/
div.time {

}
div.time div.timeLayoutBox {
	background-color: #a9a18b;
	color: #FFFFFF;
	background-image: url('/modules/time/templates/template1/images/uk.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 6px;
}
div.time div.currentTime {
	background-color: #FFFFFF;
	padding: 4px 0px 4px 0px;
	color: #a59155;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 90px;
	margin: 0px 0px 5px 0px;
}
div.time div.currentDate {
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
}
/*=======================
	QUICK LINKS
=======================*/
div.quick_links {

}
div.quick_links h3 {
	background-image: url('/modules/root/templates/template1/images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #b5a665;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
div.quick_links ul.quickLinks {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #e9e7e2;
	list-style: none;
}
div.quick_links ul.quickLinks li {
	background-image: url('/modules/quick_links/templates/template1/images/arrow.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px;
	padding: 0px 0px 2px 20px;
	
}
div.quick_links ul.quickLinks li a {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
}

/*=================================
	LATEST NEWS
=============================*/
div.latest_events {
	clear: both;
	margin-bottom: 10px;
}
div.latest_events h2 {
	background-image: url('/modules/latest_events/templates/template1/images/header.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #457e93;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}
div.latest_events table.eventItemLayout {
	width: 100%;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #cdc8bb;
}
div.latest_events table.eventItemLayout td.pictureColumn {
	width: 120px;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
}
div.latest_events table.eventItemLayout td.eventDetailsColumn {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
div.latest_events table.eventItemLayout td.eventDetailsColumn p.eventDate {
	margin-top: 0px;
}
div.latest_events table.eventItemLayout h3 {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
}
div.latest_events table.eventItemLayout p.viewEventsLink {
	margin: 0px;
}
div.latest_events table.eventItemLayout p.viewEventsLink img {
	vertical-align: baseline;
}
div.latest_events p.seeMoreEventsLink a {
	color: #457E93;
}
div.latest_events p.seeMoreEventsLink img {
	vertical-align: baseline;
}
/*===============================
	REGISTRATION
=============================*/
div.registration {

}
div.registration em {
	color: #c71900;
	font-style: normal;
}
div.registration div.highlightedArea1Lv1 {
	padding: 0px;
}
div.registration table.registrationFormLayout {
	width: 100%;
}
div.registration table.registrationFormLayout td {
	vertical-align: top;
	padding: 15px;
}
div.registration table.registrationFormLayout td.leftColumn {
	width: 33%;
	border-right: 1px solid #beb8a8;
}
div.registration table.registrationFormLayout td.leftColumn div.leftColumnBox {

}
div.registration table.registrationFormLayout td.centerColumn {
	width: 34%;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #beb8a8;
}
div.registration table.registrationFormLayout td.centerColumn div.centerColumnBox {

}
div.registration table.registrationFormLayout td.rightColumn {
	border-left: 1px solid #FFFFFF;
	width: 33%;
}
div.registration table.registrationFormLayout .inputField {
	width: 95%;
}
div.registration table.registrationFormLayout div.inputFieldBox {
	margin-bottom: 10px;
}
div.registration p.requiredFields {
	text-align: left;
}
div.registration div.registerButton {
	text-align: right;
}
div.registration table.registrationFormLayout tr.firstRow td.leftColumn, div.registration table.registrationFormLayout tr.firstRow td.centerColumn, div.registration table.registrationFormLayout tr.firstRow td.rightColumn {
	padding-bottom: 0px;
}
div.registration table.registrationFormLayout tr.secondRow td.leftColumn, div.registration table.registrationFormLayout tr.secondRow td.centerColumn, div.registration table.registrationFormLayout tr.secondRow td.rightColumn {
	padding-top: 0px;
}
