@CHARSET "UTF-8";

span.titleYellow {
	color:#e4950c;
	font-size:1.61em;
}

span.bodySubHeader {
	color:#e4950c;
	font-size: 14px;
	font-weight: bold;
}

span.asterisc {
	font-size: 12px;
	color:#e4950c;
}

span.instructions {
	font-size: 12px;
	color:#485478;	
}
	
#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--Transparence sous IE 8--*/
	left: 0;
	top: 0;
	z-index: 10;
}
#changeImageDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popupblock {
	background: #485478;
	padding: 10px 10px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}

.popupblock .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
			
.popup img.cntrl {
	position: absolute;
	right: -13px;
	top: -14px;
}	
/*#changeImageDiv {
	display:block;
	z-index:199;
	position:relative;
	width:200px;
	height:200px;
	}*/
	
table.selection {
border-collapse:separate;
padding:5px;
text-align:left;
}

table.selection th.title {
	padding:0px 20px 5px 20px;
	font-size:1em;
}

table.selection th {
	padding-right:5px;
	font-weight:bold;
}

input.sendMessageButton {
	clear: both;
	margin: 0 auto;
	width:110px;
	height:45px;
	/*margin-top:85px;*/
	background: url("/images/buttons/sendMessage.png");
	padding: 0 0 0 0px;
}

.tickHead  {
     width: auto;
	 height: 48px;
	 background-image: url(/images/icons/globeCompass.png);
	 background-position: 2% 50%;
	 background-repeat: no-repeat;
	 padding: 13px 0px 0px 65px;
	 margin: 10px 5px 10px 5px;
	 font-size: 14px;
	 font-weight: bold;
	 color: #780000;
	 /*border:solid 1px #CCCCCC;*/
}

table.form {
	background-color:#485478;
}

	table.searchTable {	
	margin: 0px 10px 10px 10px !important;
	align:left;
	width:550px;
	border:solid 1px #485478;
}
	
table.searchTable th,table.searchTable td {
	padding:5px;
	vertical-align:middle;
}

table.searchTable th {
	text-align: right;
}

table.searchTable th.center {
	text-align: center;
	font-weight:normal;
}

table.searchTable th.title {
	text-align:left;
	padding-left: 10px;
	text-decoration:underline;
}

table.searchTable select.normal{
	width: 190px;
}
table.searchTable select.smaller{
	width: 110px;
}
table.searchTable input.date-pick1, table.searchTable input.date-pick2 {
	width: 80px;
}

table.searchTable td.specialOffers {
	text-align:left;
	padding-left:5px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:13px;
	vertical-align:middle;
}

.big{
	width: 300px;
	font-size:12px;
}
.normal{
	width: 230px;
	font-size:12px;
}
.small{
	width: 160px;
	font-size:12px;
}
.smaller{
	width: 80px;
	font-size:12px;
}
.smallest{
	width: 30px;
	font-size:12px;
}
.smallersmallest{
	width: 50px;
	font-size:12px;
}

#login table {
border-collapse:separate;
}
#login table td {
	padding:5px;
}
