	a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	font-size: small;
	background-color: #FFFFFF;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color:#666666;
	text-decoration: none;
}
.gen-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}
.georgia12x {
    font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: normal;
	font-style: italic;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	font-size:13px;
	line-height: 20px;
}

.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
}
.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0099FF;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
	}
.style12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: line-through;
}
/* **********************  GENERAL PAGE LAYOUT  ********************** */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px; 
/*	background: #DAE6EF*/
	}
/*td {padding: 2px;}*/
	

	
/* **********************  LAYOUT OF TABLE  ********************** */

td.lbl {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color:#000000;
	background: #DFDFDF;
	font-size: 11px;
	padding-right: 5px;
	color: #272C56;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
tr.required td.lbl {background: #999999; border-right: 60px double #666666;	color: #FFFFFF;}
td.inp {
	padding-left: 10px;
	text-align:left;
	background: #CFE9FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td.lbla {
	background: #D2E5E3;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}	
td.inpa {
	padding-left: 10px;
	text-align:left;
	background: #CFFFE0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.inp a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	background-color: #CFE9FF;
}


/* **********************  INPUT SIDE GRAPHICS  ********************** */

.input_field {width: 350px;
	background: #CCCCCC;
	border: 1px solid black;
	padding-left: 3px;
	}
.select {width: 300px;
	background: #DADADA;
	border: 1px solid black;
	}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: #e1eeee;
	line-height: 25px;
	letter-spacing: .1em;
}
a.info{
	position:relative; /*this is the key */
	z-index:10; /*was 24 */
	color:#000;
	text-decoration: none;
} 
 a.info:hover{
	z-index:25; background-color:#FFFFF9;
}

a.info span{display: none}

 a.info:hover span{ /*the span will display just on :hover state */
	padding: 10px;
	display:block;
	position:absolute;
	top:2em;
	left:-5em;
	width:15em;
	/*border:5px double #F80000;*/
	color:#FFFFFF; /* was cff */
	text-align:center;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/overlay.png);
}
#dropinboxv2cover{
	width: 227px; /*change width to desired */
	/*height: 180px;  change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
	left: -39px;
	top: 3909px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#dropinboxv2{
	width: 213px; /*change width to above width-20. */
	/*height: 180px; change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 3px double black; /*Customize box appearance*/
	background-color: #C1FFFF;
	padding: 4px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}
.content .bodyprop {
	float: right;
	width: 172px;
	overflow: visible;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: 1px solid #990000;
	text-align: center;
	margin-left: 5px;
	padding: 3px;
}
.prop {
	color: #000000;
	border: 1px solid #990000;
	background-position: center;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	height: 250px;
}
.link  {
	background-color: #7BDEF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
}
.link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	background-color: #7BDEF6;
}
.standout {
	padding-top: 7px;
	padding-bottom: 7px;
	border: 3px double #0000FF;
	background-color: #7BDEF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.cost {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 30px;
	padding-top: 10px;
	background-color: #D7FFFF;
	padding-left: 5px;
	width: 49px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7BDEF6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E1F8FD;
	border-right-color: #7BDEF6;
	border-left-color: #E1F8FD;
	padding-bottom: 10px;
	text-align: center;
}
.cost:hover {
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7BDEF6;
	border-right-color: #E1F8FD;
	border-bottom-color: #E1F8FD;
	border-left-color: #7BDEF6;
	font-weight: bold;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #7BDEF6;
	height: 40px;
	padding-top: 10px;
	padding-left: 3px;
	width: 45px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8F4FC;
	border-right-color: #075467;
	border-bottom-color: #075467;
	border-left-color: #D8F4FC;
	text-align: center;
}
.dis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #7BDEF6;
	padding-left: 3px;
	height: 40px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8F4FC;
	border-right-color: #075467;
	border-bottom-color: #075467;
	border-left-color: #D8F4FC;
	width: 100px;
	padding-bottom: 5px;
}
.offer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF66;
	height: 16px;
	margin-bottom: 5px;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-left: 5px;
}
.head {
	background-image: url(images/header.jpg);
	height: 88px;
}
.head .head_inner {
	margin-top: 2px;
	height: 56px;
	padding-top: 28px;
	background-image: url(images/eu.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 65px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	float: left;
}
.head .flag1 {
	background-image: url(images/spainf.gif);
	background-repeat: no-repeat;
	background-position: left 28px;
	float: left;
	height: 62px;
	width: 48px;
	margin-right: 10px;
}
.head .flag2 {
	background-image: url(images/uk.gif);
	background-repeat: no-repeat;
	background-position: left 28px;
	float: left;
	height: 62px;
	width: 64px;
	margin-right: 10px;
}

.head .logo {
	background-image: url(images/poppylogosm2.gif);
	background-repeat: no-repeat;
	background-position: center 8px;
	float: left;
	height: 86px;
	width: 100px;
}
a.image{
	position:relative; /*this is the key */
	z-index:10; /*was 24 */
} 
 a.image:hover{
	z-index:25; 
}

a.image span{display: none}

 a.image:hover span{ /*the span will display just on :hover state */
	padding: 6px;
	display:block;
	position:absolute;
	top:2em;
	left:-5em;
	width:15em;
	
}
