/* global styles */
body {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 8px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 0px;
}

/* HEADING 1 used for main page HEADER on every webpage! */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

/* HEADING 2 used for main page SUBHEADER on every webpage! */
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 2px;
	padding: 2px;

}

/* HEADING 3 used for BLOCKS like CURRENCY RATES - PARTY ZONE DATES! */
/* and also for timetables heading in table */
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 2px;
}

/* HEADING 4 used for SUBHEADINGS in page content on every webpage! */
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 2px;
}

/* HEADING 5 used for SIDE NAVIGATION HEADER! */
h5 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}

/* EM style - bold and blue*/
em {
	color: #0354A5;
	font-weight: bold;
	font-style: normal;
}

/* PARAGRAPH style - used for ALL content text on ALL webpages*/
p {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 5px;
	text-align: justify;
}

/* LIST style */
li {
	font-size: 12px;
}

/* INPUT style */
input {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	color: #000000;
	background-color: transparent;
}
input.color {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	color: #ffffff;
	background-color: #0354A5;
	border: 1px solid #000000;
}

textarea {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 14px;
	color: #ffffff;
	background-color: #0354A5; /*#BCB402*/
	border: 1px solid #000000;
}
select {
	background-color: #0354A5; /*#BCB402*/
	color: #ffffff;
}



/* IMG frame for all pics */
img.frame {
	border: 1px solid #000000;
}

img.hotel {
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}

img.med {
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

table.address {
	font-size: 12px;
	background-color: #DBE0E6;
	border: 1px solid #999999;
}

/* BLOCK table style for all blocks like CURRENCY, PARTYZONE, ISLANDNEWS, SCUBA DIVING*/
table.block {
	font-size: 12px;
	background-color: #DBE0E6;
	border: 1px solid #999999;
}

table.block th {
	background-color: #6b8ec6;
	
}

table.block th > h2 {
	color: #ffffff;
}

/* intro style for hotel listings */
table.intro {
	font-size: 12px;
	background-color: #DBE0E6;
	border: 1px solid #999999;
}

/* color 1 */
table.color1 {
	font-size: 12px;
	background-color: #FAFAFA;
	border: 1px solid #999999;
}

/* used for room listing */
table.room {
	font-size: 12px;
	background-color: #f2f2f2;
	border: 1px solid #999999;

}

/* 100% height for MAIN table layout */
table.main {
	height: 100%;
}

/* MAIN table data HEADER */
td.header {
	height: 100px;
	font-size: 10px;
}

/* TOP NAV table */
table.topnav {
	background:#6B8EC6;
	color:#FFFFFF;
	font-size: 11px;
}

/* FOOTER NAV table */
table.footernav {
	background:#6B8EC6;
	color:#FFFFFF;
	font-size: 11px;
}

/* MAIN table data FOOTER */
td.footer {
	height: 50px;
}

/* MAIN table data CONTENT*/
td.content {
	height: 100%;
}

/* background DOTS for table data - HORIZONTAL */
td.bg_dot {
background-image: url(../images/graphics/black_dot.gif);
background-repeat: repeat-x;
}

/* background DOTS for table data - VERTICAL */
td.bg_dot_ver {
	background-image: url(../images/graphics/black_dot.gif);
	background-repeat: repeat-y;
	background-position: center center;
}


/* footer ADDRESS style*/
td.address {
	font-size: 12px;
	font-weight: normal;
}

/* slogan style in header the one stop shop for backpackers by backpackers*/
.slogan {
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-align: justify;
}

/* global style bold and blue*/
.bold_blue {
	color: #0354A5;
	font-weight: bold;
}

/* general links style start  #0354A5 */
a, a:active, a:visited {
	color: #0354A5;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
/* general links style start */

/* MORE DETAILS links style start */
a.small, a.small:active, a.small:visited {
	color: #003399;
	text-decoration: underline;
	font-size: 10px;
}

a.small:hover {
	color: #666666;
	text-decoration: none;
}
/* MORE DETAILS links style start */

/* HEADER link styles start */
a.HeaderLink:Link, a.HeaderLink, a.HeaderLink:active, a.HeaderLink:visited, a.HeaderLink:visited:active {

	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;

	padding: 3px;
	margin: 2px;

}
a.HeaderLink:hover, a.HeaderLink:visited:hover, a.HeaderLink:active:hover {

	color: #CCCCCC;
}
a.HeaderLinkActive:Link, a.HeaderLinkActive:link, a.HeaderLinkActive:active, a.HeaderLinkActive:visited, a.HeaderLinkActive:visited:active {

	color: #FFCC00;

	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	padding: 3px;
	margin: 2px;
}
a.HeaderLinkActive:hover, a.HeaderLinkActive:visited:hover, a.HeaderLinkActive:active:hover {

	color: #CCCCCC;
}
/* HEADER link styles end */

/* SIDENAV link styles start */
.SideLink a:link, .SideLink a:active, .SideLink a:visited {
	display: block;
	width: auto;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	border: 1px solid #333333;
	padding: 3px;
	margin: 1px;
	background-color: #6699CC;
	font-size: 11px;
}
.SideLink a:hover {
	background-color: #0354A5;	
	border: 1px solid #000000;
	color: #FFFFFF;
}
.SideLinkActive {
	background-color: #F6F6F6; /* #0354A5 = blue */	
	border: 1px solid #000000;
	color: #333333;
	display: block;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	padding: 3px;
	margin: 1px;
	font-size: 11px;
}
/* SIDENAV link styles end */

/* FOOTER link styles start */

a.FooterLink:Link, a.FooterLink:link, a.FooterLink:active, a.FooterLink:visited, a.FooterLink:visited:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}
a.FooterLink:hover, a.FooterLink:visited:hover, a.FooterLink:active:hover {
	color: #FFCC00;
}
/* FOOTER link styles end */

/* BECKSPACED link styles start */
.BeckspacedLink {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
.BeckspacedLink a:Link, .BeckspacedLink a, .BeckspacedLink a:link, .BeckspacedLink a:active, .BeckspacedLink a:visited, .BeckspacedLink a:visited:active {
	width: auto;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin: 1px;
	background-color: #FFFFFF;
}
.BeckspacedLink a:hover, .BeckspacedLink a:visited:hover, .BeckspacedLink a:active:hover {
	background-color: #DBE0E6;	
	border: 1px solid #CCCCCC;
	color: #000000;
}
/* BECKSPACED link styles end */

/* ISLANDNEWS link styles start */
.IslandNewsLink {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.IslandNewsLink a:Link, .IslandNewsLink a, .IslandNewsLink a:link, .IslandNewsLink a:active, .IslandNewsLink a:visited, .IslandNewsLink a:visited:active {
	width: auto;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin: 1px;
	background-color: #FFFFFF;
}
.IslandNewsLink a:hover, .IslandNewsLink a:visited:hover, .IslandNewsLink a:active:hover {
	background-color: #DBE0E6;	
	border: 1px solid #CCCCCC;
	color: #000000;
}
/* ISLANDNEWS link styles end */

/* GLOBAL LINKS STYLE start */
.WebLink_Img_Frame {
	border: 1px solid #000000;
}
a.WebLink:link, a.WebLink:visited, a.WebLink:active {
	color: #0354A5;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
a.WebLink:hover {
	color: #0066CC;
	text-decoration: none;
}
a.WebLinkText:link, a.WebLinkText:visited, a.WebLinkText:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.WebLinkText:hover {
	color: #999999;
	text-decoration: none;
}

/* GLOBAL LINKS STYLE end */

.LangLinkEn a:Link, .LangLinkEn a, .LangLinkEn a:link, .LangLinkEn a:active, .LangLinkEn a:visited, .LangLinkEn a:visited:active {
	width: auto;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	padding: 2px 2px 2px 30px;
	background-image: url(../images/flags/britain.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.LangLinkEn a:hover, .LangLinkEn a:visited:hover, .LangLinkEn a:active:hover {
	color: #003399;
}
.LangLinkDe a:Link, .LangLinkDe a, .LangLinkDe a:link, .LangLinkDe a:active, .LangLinkDe a:visited, .LangLinkDe a:visited:active {
	width: auto;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	padding: 2px 2px 2px 30px;
	background-image: url(../images/flags/german.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.LangLinkDe a:hover, .LangLinkDe a:visited:hover, .LangLinkDe a:active:hover {
	color: #003399;
}

