@charset "utf-8";
/* CSS Document for Portugal survey Sub Pages */

.titlebar {
	padding: 0;
	margin: 0;
	width: 100%;
	border:0;
	display:table;
	
}
h1 {
	font-family: arial;
	color: #3399cc;
	font-size: 14pt;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #3399cc;
}

h2 {
	font-family: arial;
	color: #3399cc;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	margin: 0 0 0 10px;
	text-decoration:underline;
}

.20pxTopSpacer {
	margin: 20px 0 0 0;
}

	h3 {
		font-family: verdana;
		color: #000000;
		font-weight: bold;
		font-size: 12pt; 
		margin: 0;
		padding-left: 20px;
		border:0;
		min-height: 30px;
	}
	h4 {
		font-family: verdana;
		color: #000000;
		font-weight: bold;
		font-size: 10pt;
	}
	p {
		font-family: verdana;
		color: #000000;
		font-size: 11px;
		padding: 0 10px 0 10px;
	}
	
	.paraTitle {
		font-family: Verdana, Geneva, sans-serif;
		color: #000;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
	}
	
	.bold {
		font-family: Verdana, Geneva, sans-serif;
		color:#000;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
	}
	
	.underline {
		font-family: Verdana, Geneva, sans-serif;
		color: #000;
		font-size: 11px;
		font-weight: normal;
		font-style: normal;
		text-decoration: underline;
	}
	
	body {
	margin: 0 auto;
	border: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	}
	
	/* About Us page DMA section */
	
.DMAbox {
	width: 180px;
	display: table;
	float: right;
	text-align: center;
	margin: 0 10px 10px 10px;
	border-left: 1px solid #84bad6;
}


.DMAbox .DMAtext {
	font-size: 9px;
	clear: both;

}
.center {
	text-align: center;	
	margin-top: 10px;
}

.left {
	text-align: left;
}

.linespacer {
	margin: 10px 0 10px 0;
	color: #3399cc;
	font-size: 10px;
}

.registeredaddress {
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
	color: #3399cc;
	font-size: 9px;
}

.DMAbox p a:hover { color: #84bad6; text-decoration: none; }

.contactURL { /* controls the link to the cotnact page on the about us page */
	text-align: left;
	color: #039;
	text-decoration:underline;
	margin: 0 0 0 10px;
}

.DMAbox ul {
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
	color: #3399cc;
}

.DMAbox ul li	{ 
	list-style:none; 
	font-weight: normal; 
	padding: 1px 0 1px 10px;
}

.DMAimage{
	padding: 0 0 0 40px;
	width: 100px;
	float: left;
}
		/* DMA section END */
		
	#Header { 
		margin: 0 auto;
		margin-top: 20px;
		padding: 0;
		border: 0;
		width: 640px;
		height: 84px;
		text-align: center; 
		background-image: url('OC-SubpagesNewHeader.jpg');
		background-repeat: no-repeat;
		background-position: top center;
	}
		
	#main {
		margin: 0 auto;
		padding: 0; 
		border: 0;	
		width: 640px;
		background-image: url('OC-SubpagesNewBackground.jpg');
		background-repeat: repeat;
		background-position: top center;
		display: table;
	}
	
	#FooterCurve { 
		margin: 0 auto;
		margin-top: 20px;
		padding: 0;
		border: 0;
		width: 640px;
		height: 19px;
		text-align: center; 
		background-image: url('OC-SubpagesNewFooterCurve.jpg');
		background-repeat: no-repeat;
		background-position: top center;
	}
	
#content {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	text-align: left;
	width: 640px;
	display: table;
	position: relative;
	z-index: 2;
}

#content .winnersBOX {
	width: 600px;
	text-align: left;
	margin: 5px 0 5px 20px;
	padding: 5px 0 5px 0;
	display: table;
	background-color: #84bad6;
	border: 1px solid #3399cc;
	font-family: Verdana, Geneva, sans-serif;
	color: #3399cc;
}

#content .winnersBOX p {
	font-family: Verdana, Geneva, sans-serif;
	color: #e6f3f9;
}

#content .overflow {
	width: 510px;
	float: left;
/*	background-color:#090; */
}

#content .overflow em { /* light colour emphasis text inside the blue housing */
	font-family: Verdana, Geneva, sans-serif;
	color: #e6f3f9; 
}

.Phack {			/* used on the winners page */
	width: 520px;
	padding: 0;
	margin: 0;
/*	background-color:#b2b2b2; */
	
}

.winnersBOX p em { /* light colour text inside the blue housing */
/*	background-color:#990; */
	font-family: Verdana, Geneva, sans-serif;
	color: #e6f3f9; 
	
}

.winnersIMG {
	float: left;
	display: table;
	margin: 0 10px 0 10px;
	border: 1px solid #3399cc;
	background-color:#3399cc;
}

.privacy li {
	list-style:none;
	padding: 0 0 5px 0;
	margin: 0;
}

.prizeIMG {
	float: right;
	margin: 10px;
	border: 1px solid #3399cc;
}

.privacyLink a:link { color: #3399cc; text-decoration: none;  }
.privacyLink a:visited { color: #3399cc; text-decoration: none; }
.privacyLink a:active { color: #3399cc; text-decoration: none; }
.privacyLink a:hover { color: #3399cc; text-decoration: none; }

.info li {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
	color: #3399cc;
	position: relative;
	left: -30px;
}

/* Footer Style  Start */

#Footer { /* houses the image for the page footer with the offerclick logo */
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	padding: 0;
	width: 800px;
	background-image: url('OC-SubpagesNewFooter.jpg'); 
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	text-align: center;
	z-index: 0;
	position: relative;
}

ul#FooterNav {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	width: 800px;
	position: relative;
	top: 19px; /* aligns the links vertically so that they sit on the purple part of the banner */
}

ul#FooterNav li {
	margin: 0;
	padding: 1px 10px 1px 10px;
	border: 0;
	border-left: 1px solid #fff;	
	display: inline; /* displays the unordered list links horizontally */
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;	
	font-size: 11px; /* changed from 0.7em to 11px */
	font-weight: bold;	
}

ul#FooterNav li a { /* formats the color of the footer links */
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	color: #fff;
}

ul#FooterNav li#FooterNavFirstItem {
	border: 0;
}

ul#FooterNav li a:hover { /* formats the rollover effect of the footlinks */
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: underline;	
}

#Footer p { /* formats the footer blurb out not being a thomas cook promotion */
	margin: 0 auto;
	border: 0;
	padding: 0;
	padding-bottom: 20px;
	width: 800px;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	text-align: center;
	font-size: 0.7em;
	color: #999;
	position: relative;
	top: 50px;
}

.footerEM {font-style: normal; text-decoration: underline;}



/* Footer Style  End 
		a:link { color: #3366FF; text-decoration: none;  }
		a:visited { color: #3366FF; text-decoration: none; }
		a:active { color: #3366FF; text-decoration: none; }
		a:hover { color: #FF9966; text-decoration: none; }
		img 	{ float:right; }*/
