#canoeFormContainer_EN {
	width: 300px; /* SPACE ALLOCATED BY TOILE IS 300PX WIDE ENGLISH */
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	border: 1px solid #54C40A;
}

#canoeFormContainer_FR {
	width: 300px; /* SPACE ALLOCATED BY TOILE IS 300PX WIDE FRENCH */
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	border: 1px solid #54C40A;
}

#formContainer {
	width: 270px;
	text-align: center;
	margin: 0;
}



form.WVform {
  font-family: "Century Gothic", "Trebuchet MS", Arial;
  font-size: 12px;
  text-align: center;
}

form.WVform * {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 12px;
}

form.WVform fieldset {
	width: 100%;
	clear: both;
	font-size: 100%;
	border-style: solid;
	border-color: #cdcdcd;
	padding: 10px;
	margin: 0;
	text-align: left;
	background-image: url('http://www.webvoyages.com/img/wv/fmt/bg_fieldset.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

form.WVform fieldset legend {
  font-size: 14px;
  font-weight: bold;
  color: #2D5094;
  padding: 5px;
}

form.WVform fieldset .legend_bonus {
	font-size: 14px;
	font-weight: bold;
	color: #54C30A;
}

form.WVform fieldset.quick {
  clear: both;
  font-size: 100%;
  border: none;
  padding: 0;
  text-align: left;
	background-image: none;
}

form.WVform fieldset legend.quick {
  font-size: 14px;
  font-weight: bold;
  color: #2D5094;
  padding: 5px;
	margin-bottom: 10px;
}

form.WVform fieldset p {
	font-size: 13px;
	font-style: italic;
	color: #666666;
	margin: 0 10px 0 10px;
}

form.WVform fieldset ul {
	list-style-type: circle;
	color: #666666;
	text-align: justify;
	margin-right: 20px;
}

form.WVform label {
  font-size: 12px;
	font-weight: normal;
	color: #000033;
}

form.WVform label.labelLeft {
	float: left;
}

form.WVform label.labelRight {
	float: right;
}

.selectDD {
	width: 140px;
}

.selectDDr {
	width: 80px;
}

.selectDDday {
	width: 45px;
}

.selectDDmonth {
	width: 72px;
}

.selectDDyear {
	width: 53px;
}

.textInput {
	width: 135px;
}

.textInputDate {
	width: 115px;
}

div.formRow {
	text-align: right;
	margin-bottom: 5px;
	clear: both;
}

div.formRowH {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: both;
}


.submitBtn {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	/* cursor: hand; */
	cursor: pointer;
	background-image: url('http://www.webvoyages.com/img/wv/fmt/btn-green_200x30.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	height: 30px;
	width: 200px;
	margin: 10px;
	padding-left: 25px;
	border: 0;
	text-align: center;
	float: center;
}

div.searchMoreOptions {
	text-align: right;
	font-size: 12px;
}

/* wv_tabberWV.css  */

div.insideTabWV {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('http://www.webvoyages.com/img/wv/fmt/bg_searchforms.gif');
	background-repeat: repeat-x;
	background-position: top;
}

div.Wvquicksearchtab {
	margin: 0;
	padding: 0;
}

div.WVcanoeTopBanner {
	margin-top: 10px;
	text-align: center;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberWVlive .tabberWVtabhide {
 display:none;
}

/*--------------------------------------------------
  .tabberWV = before the tabberWV interface is set up
  .tabberWVlive = after the tabberWV interface is set up
  --------------------------------------------------*/
.tabberWV {
	padding: 5px;
	margin: 0;
}
.tabberWVlive {
	margin-top:1em;
	padding: 5px;
}

/*--------------------------------------------------
  ul.tabberWVnav = the tab navigation list
  li.tabberWVactive = the active tab
  --------------------------------------------------*/
ul.tabberWVnav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 2px solid #cdcdcd;
 font: bold 12px "Century Gothic", "Trebuchet MS", Arial;
}

ul.tabberWVnav li
{
 margin: 0;
 padding: 0;
 display: inline;
 list-style: none;
 list-sytle-type: none;
 list-style-image: none;
 background: none;
}

ul.tabberWVnav li a
{
 font-family: "Century Gothic", "Trebuchet MS", Arial;
 font-size: 12px;
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 2px solid #cdcdcd;
 border-bottom: none;
 background: #C2DFFF;
 background-image:url(http://www.webvoyages.com/img/wv/fmt/bg_content-top.gif);
 text-decoration: none;
}

ul.tabberWVnav li a:hover
{
 color: #000;
 background: #ffffff;
 border-color: #54C30A;
}

ul.tabberWVnav li a:link { color: #448; }
ul.tabberWVnav li a:visited { color: #667; }


ul.tabberWVnav li.tabberWVactive a
{
 color: #54C30A;
 background-color: #fff;
 border-bottom: 2px solid #fff;
 background-image:url(http://www.webvoyages.com/img/wv/fmt/c.gif);
}

ul.tabberWVnav li.tabberWVactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 2px solid white;
}

/*--------------------------------------------------
  .tabberWVtab = the tab content
  Add style only after the tabberWV interface is set up (.tabberWVlive)
  --------------------------------------------------*/
.tabberWVlive .tabberWVtab {
 padding:0 5px 0 5px;
 margin: 0;
 border-left:2px solid #cdcdcd;
 border-right:2px solid #cdcdcd;
 border-bottom:2px solid #cdcdcd;
 text-align: center;
 background-image: url('http://www.webvoyages.com/img/wv/fmt/bg_fieldset.gif');
 background-repeat: repeat-x;
 background-position: bottom;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberWVlive .tabberWVtab h2 {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 10px;
	display:none;
}
.tabberWVlive .tabberWVtab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberWVlive#tab1 {
}
.tabberWVlive#tab2 {
}
.tabberWVlive#tab2 .tabberWVtab {
 height:200px;
 overflow:auto;
}
/* ---------end----------  */

.yui-calcontainer {
	position:relative;
	padding:2px;
	background-color:#F7F9FB;
	border:1px solid #7B9EBD;
	float:left;
	overflow:hidden;
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:30em;
	height:30em;
}

.yui-calcontainer.multi {
	padding:0;
}

.yui-calcontainer.multi .groupcal {
	padding:2px;
	background-color:transparent;
	z-index:101;
	float:left;
	clear:none;
	position:relative;
	border:none;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:101;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:3px;
	top:3px;
	border:none;
	z-index:101;
}

.yui-calcontainer .calclose {
	background: url("http://www.webvoyages.com/img/WV/gen/calx.gif") no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;
}

/* Calendar element styles */

.yui-calendar {
	/* font:80% sans-serif; */
	font-size:11px;
	font-family: sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;	
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	left:2px;
	z-index:101;
	background: url("http://www.webvoyages.com/img/WV/gen/callt.gif") no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	right:2px;
	z-index:101;
	background: url("http://www.webvoyages.com/img/WV/gen/calrt.gif") no-repeat;
}

.yui-calendar td.calcell {
	padding:.1em .2em;
	border:1px solid #E0E0E0;
	text-align:center;
}

.yui-calendar td.calcell a {
	color:#003DB8;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	border:1px solid #000;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color:#003DB8;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#FF9900;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

.yui-calendar .calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	background-color:#FFF;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#666;
	font-weight:normal;
	text-align:center;
	width:1.5em;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
