/**************************************************************************
	Transparency support for IE5.5+
**************************************************************************/
* html img { behavior: url(/iepngfix.htc) }

/**************************************************************************
	Overrides
**************************************************************************/
body
{
	background: #E6E6E6;
	font-size: 11px;
	font-family: Verdana, Arial;
	line-height: 1.3em;
}

body *
{
	margin: 0;
	padding: 0;
}

p
{
	padding: 1em 0 0;
}

.Normal,
.SkinObject
{
	font-size: 11px;
	font-family: Verdana, Arial;
}

a, a:link
{
	text-decoration: none;
	color: #2B85BB;
}
a:hover
{
	color: #216994;
	text-decoration: underline;
}
a:visited
{
	color: #5C1195;
}



h1, h2, h3,
h1 span.Head,
h2 span.Head,
h3 span.Head
{
	font-weight: bold;
	color: #2B85BB;
	margin: 1em 0 0;
}

h1, h1 span.Head { font-size: 16px; }
h2, h2 span.Head { font-size: 14px; }
h3, h3 span.Head { font-size: 12px;	color: #FFA800; }


td
{
	vertical-align: top;
}

th, caption
{
    background: #2B85BB;
    color: #FFF;
    padding: 0;
    text-align: left;
    font-weight: bold;
}

.DNNAlignleft, .DNNAligncenter, .DNNAlignright
{
text-align:left;
}


/**************************************************************************
	Skin skeleton
**************************************************************************/

div.pageWrapper
{
	background: transparent url(images/right-shade.png) repeat-y right top;
	margin: 0 auto;
	padding: 0 16px 0 0;
	width: 916px;
}
div.pageWrapperContent
{
	background: transparent url(images/left-shade.png) repeat-y;
	padding: 0 0 0 16px;
	width: 900px;
}

div.pageHead
{
	background: #1B1C1B;
}
div.pageHeadTop
{
	position: relative;
}
#pageLogo
{
	position: absolute;
	left: 10px;
}
#searchBox
{
	padding: 10px;
	text-align: right;
}
.pageMenu
{
	padding:0px;
	margin:0px;
	background:#000000;
	margin-top:10px;
}

div.breadCrumbs
{
	background: #000;
	padding: 5px 15px;
	color: #FFF;
	font-size: 10px;
}
div.breadCrumbs #dnn_dnnBREADCRUMB_lblBreadCrumb .SkinObject
{
	color: #FFF;
	font-size: 10px;
}

div.pageContent
{
	clear: both;
	height: 100%;
}

div.pageFooter
{
	min-height: 115px; _height: 115px;
	color: #FFF;
	background: #888888;
	padding: 10px;
	position: relative;
}
div.pageFooter .Normal,
div.pageFooter .SkinObject
{
	color: #FFF;
}
#dnn_dnnSITEMAPLINK_sitemapLink,
#dnn_dnnLOGIN_cmdLogin
{
	color: #006990;
}

#dnn_dnnLOGIN_cmdLogin
{
	color: 2B85BB;
}

/**************************************************************************
	Panes
**************************************************************************/

#dnn_FlashPane
{
	font-size: 0;
	line-height: 0;
	width: 898px;
	min-height: 50px; _height: 50px;
	padding: 0;
	height:175px;
}

#dnn_ContentPane
{
	background: #E6E6E6 url(images/gray-bottom-shade.png) repeat-x left bottom;
	min-height: 350px; _height: 350px;
	width: 640px;
	padding-bottom: 15px;
}

#dnn_RightPane
{
	background: #E6E6E6 url(images/gray-bottom-shade.png) repeat-x left bottom;
	width: 350px;
	padding-bottom: 15px;
}

#dnn_TopRightPane
{
	background: #000;
	min-height: 115px; _height: 115px;
}

#dnn_WhiteRightPane,
#dnn_WhiteLeftPane
{
	background: #FFF url(images/white-bottom-shade.png) repeat-x left bottom;
	width: 259px;
	padding-bottom: 15px;
}
#dnn_WhiteRightPane { border-left: solid 1px #ABABAB; }
#dnn_WhiteLeftPane { border-right: solid 1px #ABABAB; }

#dnn_LocationsPane
{
	background: #FFF;
}


/**************************************************************************
	Skin objects
**************************************************************************/

#dnn_dnnSEARCH_cmdSearch
{
	background: #FFF;
	border: solid 1px #000;
	border-bottom: solid 1px #7C7C7C;
	color: #000;
	padding: 3px;
	margin-top: 4px;
}

* html #dnn_dnnLOGO_imgLogo
{
	width: 230px;
	height: 67px;
}

.bookmark
{
	padding: 10px 10px 10px 20px;
}

.saveAsFavourite
{
	padding-left: 20px;
	margin-top: 10px;
	background: transparent url(images/star.png) no-repeat left center;
}
* html .saveAsFavourite
{ background-image: url(images/star.gif); }
.saveAsFavourite *
{
	color: #FFF;
}


#IATA
{
	position: absolute;
	top: 10px;
	right: 10px;
}
#IATA img
{
	border: none;
}

/**************************************************************************
	Staff listing
**************************************************************************/

.staffMember
{
	float: left;
	font-size: 9px;
}

.staffMember .container
{
	width: 260px;
	padding: 10px;
}

.staffMember img
{
	float: left;
}

.staffMember .name
{
	color: #FFA800;
	font-size: 12px;
	font-weight: bold;
}

.staffMember .position
{
	font-weight: bold;
}

.staffMember .telephone
{
	padding-top: 1em;
}
.staffMember .email
{
	padding-bottom: 1em;
}

A.internationalLink, A.internationalLink:link, A.internationalLink:visited, A.internationalLink:active
{   
    font-weight: normal;
    font-size: 10px;
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;   
}
A.internationalLink:hover
{
    text-decoration: underline;
}









































