/* CSS Document */

.specials_content {
	width: 99%;
}

.gateway{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#15658f;
}

.text_sponsor{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	
}

TABLE.table_sponsor{
	table-layout:fixed;
	background-color:#B0D44A;
	width:567px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#15658f;
	padding: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
}

TABLE.table_vacation{
	table-layout: fixed;
	height: 80px;
	border: 1px solid;
	border-color:#15658f;
	width:567px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

TABLE.table_vacation TD {
	padding: 5px;
	border: 1px solid;
	border-color:#46b9e1;
	border-style: dotted;
}

TABLE.table_vacation a {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f48f30;
	font-weight:bold;
}

TABLE.table_vacation img {
	margin-top: 0px;
	margin-left: 4px;
}


TABLE.table_flight{
	table-layout:fixed;
	height: 50px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 1px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	border: 1px solid;
	border-color:#15658f;
	border-style: dotted;

}

TABLE.table_flight a {text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#f48f30;font-weight:bold;}


#header {
	background: #FFEE1A;
	/* background: #ffffff; */
  font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	/* color:#73C91B; */
  width: 100%;
	height: 24px;
	/* border-color:#ffffff; */
  padding-top: 11px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	background-image: url('../images/title_barre_medium1.gif');
}

#pagelink {
  background-color:#ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  color:#ff0000;
  text-decoration:underline;
  width: 100%;
  height: 12px;
  padding-top: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

#first {
  float: left;
  width: 10%
}

.inputfield { padding: 2px 0px; color: #000000; background: #ffffff; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }


