/*************************************************************************
*   
*   Global Stylesheet
*
*   Copyright 2004-2008, HWebSystems
*   www.hwebsystems.com
* 
*************************************************************************/

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #3983BF;
	background-image: url(../../graphics/common/misc/back.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	cursor: default;
}
table, td, div {
	font-size: 11px;
}
div.clear {
	clear: both;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.ml {
	margin-left: 10px;
}
div.mr {
	margin-right: 10px;
}
img {
	border: 0px; 
}
img.border {
	border: 1px solid #cccccc;
}
ul { 
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
form, input, select {
	padding: 0;
	margin: 0;
}
h1.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #1B2E61;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
}
h1.breadcrumb a,
h1.breadcrumb a:link,
h1.breadcrumb a:active,
h1.breadcrumb a:visited,
h1.breadcrumb a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #1B2E61;
	text-decoration: none;
}
hr {
	width: 100%;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/

#ie,
#pagetitle  {
	display: none;
}
#container {
	width: 944px;
	margin: auto;	
}

/*--------------------------------------------------------------------------
Common
--------------------------------------------------------------------------*/

.hide,
.hidden {
	display: none;
}
.clear {
	clear: both;
}

/*--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/

#header {
	height: 85px;
	background-color: #1B2E61;
	background-image: url(../../graphics/common/header/header-back.gif);
	background-repeat: no-repeat;
	background-position: 123px top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
}
#header .logo {
	background-image: url(../../graphics/common/header/header-left.gif);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-left: 30px;
	padding-bottom: 28px;
}
#header .slogan {
	background-image: url(../../graphics/common/header/header-right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-right: 30px;
	padding-bottom: 33px;
}

/*--------------------------------------------------------------------------
Top Navigation
--------------------------------------------------------------------------*/

.TopNavigationContent {
	width: 944px;
	background-color: #ECECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
#top-navigation {
	width: 944px;
	height: 49px;
}
#top-navigation li {
	height: 39px;
	list-style: none;
	background-image: url(../../graphics/common/navigation/navigation-back.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
}
#top-navigation li a img {
	height: 13px;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 9px;
	display: block;
}
#top-navigation li a:hover img {
	background-position: bottom;
}
#top-navigation li.first {
	padding-left: 30px;
}
#top-navigation li.first a img {
	width: 30px;
	background-image: url(../../graphics/common/navigation/nav-home.png);
}
#top-navigation li.first a:hover img {
	background-image: url(../../graphics/common/navigation/nav-home.png);
}
#top-navigation li.aboutmalta a img {
	width: 66px;
	background-image: url(../../graphics/common/navigation/nav-aboutmalta.png);
}
#top-navigation li.aboutmalta a:hover img {
	background-image: url(../../graphics/common/navigation/nav-aboutmalta.png);
}
#top-navigation li.galleries a img {
	width: 48px;
	background-image: url(../../graphics/common/navigation/nav-galleries.png);
}
#top-navigation li.galleries a:hover img {
	background-image: url(../../graphics/common/navigation/nav-galleries.png);
}
#top-navigation li.airlines a img {
	width: 123px;
	background-image: url(../../graphics/common/navigation/nav-airlines.png);
}
#top-navigation li.airlines a:hover img {
	background-image: url(../../graphics/common/navigation/nav-airlines.png);
}
#top-navigation li.latestnews a img {
	width: 66px;
	background-image: url(../../graphics/common/navigation/nav-latestnews.png);
}
#top-navigation li.latestnews a:hover img {
	background-image: url(../../graphics/common/navigation/nav-latestnews.png);
}
#top-navigation li.careers a img {
	width: 42px;
	background-image: url(../../graphics/common/navigation/nav-careers.png);
}
#top-navigation li.careers a:hover img {
	background-image: url(../../graphics/common/navigation/nav-careers.png);
}
#top-navigation li.contactus a img {
	width: 59px;
	background-image: url(../../graphics/common/navigation/nav-contactus.png);
}
#top-navigation li.contactus a:hover img {
	background-image: url(../../graphics/common/navigation/nav-contactus.png);
}
#top-navigation li.date {
	height: 0;
	background-image: none;
	padding: 0;
	margin-top: 15px;
	margin-right: 29px;
	border: 0;
	float: right;
}

/*--------------------------------------------------------------------------
Addajet
--------------------------------------------------------------------------*/

#addajetWrapper {
	width: 194px;
	margin: 0 15px 0 15px;
	text-align: left;
}
#addajetWrapper .buttons {
	width: 194px;
	margin: 0 0 6px 0;
	border-bottom: solid 1px #CCC;
}
#addajetWrapper .buttons .buttonnotsel {
	color: #1B2E61;
	text-align: center;
	background: #DBE5EE;
	padding: 11px 14px 12px 15px;
	cursor: pointer;
	float: left;
}
#addajetWrapper .buttons .buttonselected {  
	color: #1B2E61;
	text-align: center;
	font-weight: bold;
	background: #CED8E5;
	padding: 11px 14px 12px 15px;
	cursor: pointer;
	float: left;
}
.addajet p {
	width: 194px;
	margin: 0;
}
.addajet div#hasflight {
	width: 194px;
}
.addajet label.DepartureAirport,
.addajet label.DateTo,
.addajet label.DateFrom,
.addajet label.NoOfRooms,
.addajet label.UserCurrency {
	width: 194px;
	margin: 5px 0 2px 0;
	display: block;
}
.addajet label.room {
	width: 174px;
	padding: 0 0 7px 0;
	display: block;
}
.addajet label.adults {
	padding: 0 9px 0 0;
	display: block;
	float: left;
}
.addajet label.children {
	padding: 0 9px 0 10px;
	display: block;
	float: left;
}
.addajet label.ageofchildren {
	width: 174px;
	padding: 6px 0 7px 0;
	display: block;
}
.addajet input.DepartureAirport,
.addajet input.DateFrom,
.addajet input.DateTo {
	width: 194px;
}
.addajet input.Search {
	margin: 10px 0 0 0;
	float: left;
}
.addajet select.NoOfRooms,
.addajet select.UserCurrency {
	width: 194px;
}
.addajet select.adults {
	width: 37px;
	float: left;
}
.addajet select.children {
	width: 36px;
	float: left;
}
.addajet select.childrenage {
	width: 51px;
	margin: 0 10px 0 0;
	float: left;
}
.addajet select.childrenage-end {
	width: 51px;
	float: left;
}
.addajet .dropbox {
	position: absolute;
}
.addajet .dropbox2 {
	position: absolute; 
}
.addajet .innerdropbox {
	width: 192px;
	height: 300px;  
	background:#FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	position: absolute;
	overflow-y: auto; 
	overflow-x: hidden;
	z-index:1;
	display:none;
}
.addajet .innerdropbox2 { 
	width: 192px;
	height: 300px;
	background:#FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	position: absolute;
	overflow: hidden;
	z-index:1;
	display:none;
}
.addajet .filtered ul {
	margin: 0;
}
.addajet .filtered li {
	width: 192px;
	color: #666;
	list-style: none;
	cursor: pointer;
	float: left;
}
.addajet .filtered li:hover {
	background: #DBE5EE;
}
.addajet .filtered2 ul {
	padding: 0;
	margin: 0;
}
.addajet .filtered2 li {
	width: 192px;
	color: #666;
	list-style: none;
	cursor: pointer;
	float: left;
}
.addajet .filtered2 li:hover {
	background: #DBE5EE;
}
.addajet .firster {
	width: 174px;
	background: #CED8E5;
	padding: 6px 10px 10px 10px;
	margin: 10px 0 0 0;
	display: block;
}
.addajet .odder {
	width: 174px;
	background: #CED8E5;
	padding: 6px 10px 10px 10px;
	margin: 1px 0 0 0;
	display: none;
}
.addajet .evener {
	width: 174px;
	background: #DBE5EE;
	padding: 6px 10px 10px 10px;
	margin: 1px 0 0 0;
	display: none;
}
.addajet .error {
	width: 174px;
	color: #FF0000;
	margin: 7px 0 0 0;
	float: left;
}

/*--------------------------------------------------------------------------
Booking Engine
--------------------------------------------------------------------------*/

.bookingengine {
	width: 224px;
	height: 298px;
	color: #666666;
	background-color: #E7F0F7;
	left: 0;
	position: absolute;
}
.bookingengine-title {
	text-align: left;
	margin-bottom: 9px;
}
.bookingengine-container {
	text-align: left;
	margin-top: 14px;
	margin-left: 16px;
	margin-right: 15px;
}
.bookingengine-container p {
	margin: 0;
}
.bookingengine-container p.hotel {
	float: left;
}
.bookingengine-container p.checkindate {
	width: 193px;
	float: left;
}
.bookingengine-container p.nights {
	width: 57px;
	margin-right: 12px;
	float: left;
}
.bookingengine-container p.adults {
	width: 56px;
	margin-right: 12px;
	float: left;
}
.bookingengine-container p.children {
	width: 56px;
	float: left;
}
.bookingengine-container p.currency {
	float: left;
}
.bookingengine-container label.checkindate,
.bookingengine-container label.accesscode,
.bookingengine-container label.currency {
	width: 193px;
	margin-top: 7px;
	float: left;
}
.bookingengine-container label.nights,
.bookingengine-container label.adults,
.bookingengine-container label.children {
	margin-top: 7px;
	float: left;
}
.bookingengine-container select,
.bookingengine-container input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2E61;
	height: 20px;
}
.bookingengine-container select#hotel {
	width: 193px;
	margin-top: 3px;
	float: left;
}
.bookingengine-container select#date {
	width: 39px;
	margin-top: 3px;
	margin-right: 12px;
	float: left;
	clear: left;
}
.bookingengine-container select#month {
	width: 79px;
	margin-top: 3px;
	margin-right: 12px;
	float: left;
}
.bookingengine-container select#year {
	width: 51px;
	margin-top: 3px;
	float: left;
}
.bookingengine-container select#nights {
	width: 57px;
	margin-top: 3px;
	float: left;
}
.bookingengine-container select#adults {
	width: 56px;
	margin-top: 3px;
	float: left;
}
.bookingengine-container select#children {
	width: 56px;
	margin-top: 3px;
	float: left;
}
.bookingengine-container input#accesscode {
	width: 193px;
	margin-top: 3px;
	float: left;
}
.bookingengine-container select#currency {
	width: 193px;
	margin-top: 3px;
	float: left;
}
.bookingengine-buttons {
	width: 193px;
	margin-top: 13px;
	margin-left: 16px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.bookingengine-buttons p {
	margin: 0;
}
.bookingengine-buttons p.booknow,
.bookingengine-buttons p.cancel {
	margin-right: 10px;
	float: left;
}
.bookingengine-buttons p.options {
	float: left;
}
.bookingengine-buttons img#booknow,
.bookingengine-buttons img#cancel {
	margin-right: 3px;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

#content {
	width: 944px;
	background-color: #FFF;
	float: left;
}
#content .separator {
	height: 15px;
	background-image: url(../../graphics/common/content/content-back.gif);
	background-repeat: repeat-x;
}
.content-left-default {
	width: 359px;
}
.content-left-sublevel {
	width: 224px;
	background-color: #E7F0F7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.content-center-default {
	width: 224px;
	background-color: #E7F0F7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.content-right-default {
	width: 359px;
}
.content-right-sublevel {
	width: 718px;
}
.content-wrapper {
	width: 334px;
	background-image: url(../../graphics/common/content/text-back.gif);
	background-repeat: repeat-x;
	float: left;
}
.cwl {
	padding-left: 10px;
	padding-right: 15px;
}
.cwr {
	padding-left: 15px;
	padding-right: 10px;
}
.content-title {
	text-align: left;
	margin-top: 14px;
	float: left;
}
.content-holder {
	text-align: left;
	line-height: 15px;
	float: left;
}
.content-holder table {
	line-height: 15px;
}
.content-holder ul {
	padding-left: 36px;
}
.text {
	padding-top: 9px;
	padding-bottom: 27px;
}
.dt {
	width: 194px;
	padding: 0 15px 0px 15px;
	float: none;
}
.contentbottom {
	padding: 0 15px 0px 15px;
	margin: 15px 0 0 0;
}
#thepalace-top {
	width: 359px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.thepalace-image {
	width: 180px;
	height: 120px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
}
.thepalace-image img {
	margin-left: 10px;
}
.thepalace-logo {
	padding-top: 32px;
	padding-left: 44px;
	padding-right: 44px;
	padding-bottom: 32px;
	float: left;
}
#suncresthotel-top {
	width: 359px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.suncresthotel-image {
	width: 180px;
	height: 120px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
}
.suncresthotel-image img {
	margin-left: 10px;
}
.suncresthotel-logo {
	padding-top: 43px;
	padding-left: 26px;
	padding-right: 27px;
	padding-bottom: 29px;
	float: left;
}
#palazzocapua-top {
	width: 359px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.palazzocapua-image {
	width: 180px;
	height: 120px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
}
.palazzocapua-image img {
	margin-left: 10px;
}
.palazzocapua-logo {
	padding-top: 18px;
	padding-left: 56px;
	padding-right: 56px;
	padding-bottom: 18px;
	float: left;
}
#thevictoriahotel-top {
	width: 359px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.thevictoriahotel-image {
	width: 180px;
	height: 120px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	float: left;
}
.thevictoriahotel-image img {
	margin-left: 10px;
}
.thevictoriahotel-logo {
	padding-top: 29px;
	padding-left: 53px;
	padding-right: 53px;
	padding-bottom: 29px;
	float: left;
}
#sunnycoastresortclub-top {
	width: 359px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.sunnycoastresortclub-image {
	width: 180px;
	height: 120px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	float: left;
}
.sunnycoastresortclub-image img {
	margin-left: 10px;
}
.sunnycoastresortclub-logo {
	padding-top: 28px;
	padding-left: 49px;
	padding-right: 49px;
	padding-bottom: 28px;
	float: left;
}
#malta-top {
	width: 359px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
.malta-image {
	width: 180px;
	height: 120px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	float: left;
}
.malta-image img {
	margin-left: 10px;
}
.malta-logo {
	padding-top: 25px;
	padding-left: 54px;
	padding-right: 54px;
	padding-bottom: 25px;
	float: left;
}
.cld {
	width: 334px;
}
.ccd {
	width: 224px;
	padding: 15px 0 15px 0;
}
.crs {
	width: 688px;
	padding-left: 15px;
	padding-right: 15px;
}
.cts {
	margin: 0;
	float: none;
}

/*--------------------------------------------------------------------------
Contact Us
--------------------------------------------------------------------------*/

.contactus-container {
	width: 300px;
	margin: auto;
}
.contactus-container input,
.contactus-container textarea,
.contactus-container select {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.contactus-container-buttons {
	float: right;
}
.contactus-container-buttons a,
.contactus-container-buttons a:link,
.contactus-container-buttons a:active,
.contactus-container-buttons a:visited {
	width: auto;
	font-size: 9px;
	white-space: nowrap;
	text-decoration: none;
	background-color: #FFF;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 7px;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-right: 12px;
	border: 1px solid #CECECE;
	display: inline;
	float: left;
}
.contactus-container-buttons a:hover {
	background-color: #EBEBEB;
	display: block;
}
.contactus-container-details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.validating {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FC7216;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
MenuItems
--------------------------------------------------------------------------*/

.LeftNavigation {
	width: 257px;
	font-size: 11px;
	color: #17234C;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D8EE;
}
.LeftNavigation {
	width: 257px;
	font-size: 11px;
	color: #17234C;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D8EE;
}
.LeftNavigation a,
.LeftNavigation a:link,
.LeftNavigation a:active,
.LeftNavigation a:visited {
	text-decoration: none;
}
.LeftNavigation a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------------------
Latest News
--------------------------------------------------------------------------*/
/* XMod Fix */
#dnn_ctr4101_XModDisplay_dlXMods {
	margin-left: -2px;
	margin-right: -2px;
}

.listViewFullContainer {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 668px;
	float: left;
	margin-bottom: 13px;
}
.listViewFullContainer p {
	margin: 0;
	display: block;
}
.listViewFullTitle {
	background-color: #1b2e61;
	background-image: url(/Portals/21/images/news/common/effect.gif);
	background-repeat: no-repeat;
	background-position: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
}
.listViewFullContainer p.name {
	background-image: url(/Portals/21/images/news/common/logo.gif);
	background-repeat: no-repeat;
	margin-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: left 4px;
	float: left;
}
.listViewFullContainer p.date {
	margin-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: right;
	font-weight: normal;
	font-size: 10px;
	color: #CCC;
}
.listViewFullName {
	height: 24px;
}
.listViewFullName a,
.listViewFullName a:link,
.listViewFullName a:active,
.listViewFullName a:visited {
	text-decoration: none;
	color: #FFF;
}
.listViewFullName a:hover {
	text-decoration: underline;
	color: #FFF;
}
.listViewFullContentContainer {
	background-color: #ececec;
	background-image: url(/Portals/21/images/news/common/glow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: cccccc;
	border-bottom-color: cccccc;
	border-left-color: cccccc;
	padding: 15px;
	float: left;
}
.listViewFullImage {
	border: 1px solid #3399cc;
	width: 185px;
	height: 63px;
	padding: 2px;
	margin-right: 15px;
	float: left;
}
.listViewFullText {
	color: #666666;
	font-weight: normal;
	float: left;
	width: 430px;
}
.listViewFullImage a img.over {
	width: 185px;
	height: 63px;
	border: 0;
	position: absolute;
}
.listViewFullImage a:hover img.over {
	background-image: url(/Portals/21/images/news/common/hover.png);
}
.listViewFullImage a img.overnoimage {
	width: 185px;
	height: 63px;
	border: 0;
	position: absolute;
}
.listViewFullImage a:hover img.overnoimage {
	background-image: url(/Portals/21/images/news/common/hover.jpg);
}
.detailViewText {
	color: #666666;
	font-weight: normal;
	float: left;
	width: 636px;
	margin-bottom: 15px;
}
.DetailViewImage {
	float: left;
	padding-bottom: 10px;
	border: 1px solid #3399cc;
	padding: 2px;
	margin-left: 166px;
}

/*--------------------------------------------------------------------------
Airlines Flying To Malta
--------------------------------------------------------------------------*/

.container {
	width: 668px;
	margin-bottom: 15px;
}
.image1 {
	margin-right: 38px;
	float: left;
}
.image2 {
	margin-right: 40px;
	float: left;
}
.image3 {
	margin-right: 39px;
	float: left;
}
/*--------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

#footer {
	width: 944px;
	background-image: url(../../graphics/common/footer/footer-back.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	float: left;
}
#footer .copyright {
	width: 944px;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 4px;
}
#footer .BottomNavigation {
	width: 944px;
	text-align: center;
	margin-bottom: 12px;
}
.SelectedTab {
	color: #CEE0ED;
	font-weight: bold;
}
.SelectedTab a,
.SelectedTab a:link,
.SelectedTab a:active,
.SelectedTab a:visited,
.SelectedTab a:hover {
	color: #CEE0ED;
	text-decoration: none;
}
.OtherTabs,
a.OtherTabs:link,
a.OtherTabs:active,
a.OtherTabs:visited {
	color: #3983BF;
	font-weight: normal;
}
a.OtherTabs:hover {
	color: #CEE0ED;
}
.BottomMenuItem {
	font-size: 11px;
	color: #236FAD;
}
.BottomMenuItem a,
.BottomMenuItem a:link,
.BottomMenuItem a:active,
.BottomMenuItem a:visited {
	color: #CEE0ED;
	text-decoration: none;
}
.BottomMenuItem a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------
Login
--------------------------------------------------------------------------*/

.login {
	width: 944px;
	text-align: center;
	padding-top: 12px;
	clear: both;
}

