BODY {
	background-color: #f5f6f7;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

input, select {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

.checkBox {
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.labelBox {
	float: left;
	line-height: 20px;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 13px;
	color: #000000;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #ab1818;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
}

.br {
	clear: both;
	height: 0px;
}

A {
	color: #000000;
}

A:hover {
	color: #000000;
}

.image_shadow_top {
	background-image: url(../gfx/image_shadow_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 7px;
}

.image_shadow_middle {
	background-image: url(../gfx/image_shadow_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 236px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

.image_shadow_bottom {
	background-image: url(../gfx/image_shadow_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}



#main {
	width: 1004px;
	text-align: left;
}

#topMenu {
	padding-left: 27px;
	padding-top: 18px;
	margin-bottom: 2px;
	height: 26px;
	color: #969798;
	line-height: 26px;
}

#topMenu .menu {
	float: left;
	width: 589px;
	padding-top: 6px;
	line-height: 15px;
}

#topMenu .menu, #topMenu .menu a, #topMenu .menu a:hover {
	color: #969798;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#topMenu .lang {
	float: left;
	width: 126px;
	border-right: 1px solid #DFE0E1;
}

#topMenu .lang .caption {
	float: left;
	padding-top: 6px;
	line-height: 15px;
	width: 69px;
	text-align: right;
}

#topMenu .lang .flag {
	float: left;
	padding-left: 7px;
	padding-top: 7px;
	width: 16px;
}

#topMenu .searchForm {
	overflow: hidden;
	background-image: url(../gfx/search_field.png);
	background-position: 6px 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 4px;
	width: 238px;
	height: 22px;
}

#topMenu .searchForm .field {
	float: left;
	overflow: hidden;
	width: 200px;
	height: 18px;
}

#topMenu .searchForm .field input {
	font-family: Arial;
	color: #969798;
	font-size: 11px;
	padding-top: 1px;
	width: 200px;
	border: 0px;
	background-color: #ffffff;
}

#topMenu .searchForm .button {
	float: left;
	width: 25px;
	height: 18px;
}

#top {
	background-image: url(../gfx/content_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 12px;
}

#top .middle {
	background-image: url(../gfx/content_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 8px;
}

#quickSearch, #flash {
	float: left;
}

#quickSearch, #quickSearch iframe {
	width: 340px;
	height: 330px;
	border: 0px;
}

#flash, #flash iframe {
	width: 630px;
	height: 330px;
	border: 0px;
}

#menu {
	background-image: url(../gfx/top_menu_background.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	height: 28px;
}

#menu #nav {
	float: left;
	text-align: left;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu #nav li {
	float: left;
	position: relative;
	z-index : 721;
}

#menu .menutekst {
	color: #474747;
	font-family: Arial;
	font-size: 14px;
	line-height: 28px;
}

#menu .menutekst:link, #menu .menutekst:visited, #menu .menutekst:active {
	color: #474747;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#menu .menutekst:hover {
	color: #7b7b7b;
	text-decoration: none;
}

#menu .mentopcontainer {
	background-image: url(../gfx/top_menu_splitter.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 19px;
	line-height: 28px;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0px;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: -1px;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}


#menu .menulistcontainer {
	margin-top: 1px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #9E9F9F;
}

#menu .menulistitem {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #9E9F9F;
	border-right: 1px solid #9E9F9F;
	width: 170px;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;	
}

.content {
	padding-bottom: 10px;
}

#teasers .vertical {
	float: left;
	overflow: hidden;
	background-image: url(../gfx/teaser_box1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 251px;
	height: 234px;
}

#teasers .vertical .imageBox {
	overflow: hidden;
	padding-left: 17px;
	padding-top: 17px;
	width: 217px;
	height: 118px;
	text-align: center;
}

#teasers .vertical .textBox {
	padding-left: 17px;
	padding-top: 4px;
	padding-right: 17px;
}

#teasers .vertical .header {
	overflow: hidden;
	padding-left: 4px;
	padding-right: 4px;
	height: 21px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}

#teasers .vertical .text {
	overflow: hidden;
	padding-top: 8px;
	height: 28px;
	color: #3e3e3e;
	font-size: 11px;
	line-height: 14px;
}

#teasers .vertical .link {
	overflow: hidden;
	padding-top: 8px;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
}

#teasers .vertical .link a {
	color: #12448c;
	text-decoration: underline;	
}

#teasers .vertical .link a:hover {
	color: #909090;
	text-decoration: underline;	
}

#teasers .horizontal {
	float: left;
	overflow: hidden;
	background-image: url(../gfx/teaser_box2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 502px;
	height: 154px;
}

#teasers .horizontal .imageBox {
	float: left;
	overflow: hidden;
	padding-left: 17px;
	padding-top: 17px;
	width: 217px;
	height: 118
	text-align: center;
}

#teasers .horizontal .textBox {
	float: left;
	padding-left: 20px;
	padding-top: 17px;
	width: 230px;
}

#teasers .horizontal .header {
	color: #12448c;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
}

#teasers .horizontal .text {
	overflow: hidden;
	padding-top: 8px;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	height: 56px;
}

#teasers .horizontal .link {
	overflow: hidden;
	padding-top: 8px;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
}

#teasers .horizontal .link a {
	color: #12448c;
	text-decoration: underline;
}

#teasers .horizontal .link a:hover {
	color: #909090;
	text-decoration: underline;
}

#frontpage #sectionRight {
	float: left;
	padding-left: 6px;
	width: 310px;
}



#cms, #search {
	background-image: url(../gfx/content_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#cms .top, #search .top {
	background-image: url(../gfx/content_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 17px;
}

#cms .bottom, #search .bottom {
	background-image: url(../gfx/content_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 17px;
	padding-top: 0px;
}

#cms #sectionLeft {
	float: left;
	width: 217px;
}

.cms_menu img {
	border: 0px;
}

.cms_menuheader {
	overflow: hidden;
	background-image: url(../gfx/cms_menu_header.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 21px;
	height: 21px;
}

.cms_menuitemlist {
}

.cms_menuitem {
	background-image: url(../gfx/cms_menu_splitter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 15px;
}

.cms_menuitem, .cms_menuitem a {
	color: #000000;
	text-decoration: none;
}

.cms_menuitem a:hover {
	color: #ab1818;
	text-decoration: none;
}

.cms_menuitem_selected, .cms_menuitem_selected a, .cms_menuitem_selected a:hover {
	color: #ab1818;
	font-weight: bold;
	text-decoration: none;
}

.cms_menuitemlist_bottom {
}

.cms_menuitem_stars {
	background-color: #E6E5E2;
	padding-left: 16px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDBD2;
}

#cms #sectionRight, #catalog #sectionRight  {
	float: left;
	padding-left: 30px;
	width: 698px;
}

/*type1*/
#cms .teaser .header {
	padding-bottom: 13px;
	color: #00000;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

#cms .teaser .text_box {
	float: left;
	padding-right: 20px;
	width: 428px;
	color: #000000;
}

#cms .teaser .image_box {
	float: left;
	width: 250px;
}

#cms .teaser .image_box .spacer {
	height: 10px;
}

#cms .teaser_splitter {
	height: 40px;
}
/*type2*/
#cms .teaser_type2 .header {
	padding-bottom: 13px;
	color: #00000;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

#cms .teaser_type2 .text_box {
	float: left;
	padding-right: 20px;
	width: 428px;
	color: #000000;
}

#cms .teaser_type2 .image_box {
	float: left;
	width: 250px;
}

#cms .teaser_type2 .image_box .spacer {
	height: 10px;
}

/*type3*/
#cms .teaser_type3 .header {
	padding-bottom: 13px;
	color: #00000;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

#cms .teaser_type3 .text_box {
	float: left;
	padding-right: 20px;
	color: #000000;
}


#search a {
	font-weight: bold;
}

#search .tm_search_search_box {
	padding-bottom: 16px;
}


#bottom {
	overflow: hidden;
	background-image: url(../gfx/bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 52px;
	padding-top: 12px;
	height: 38px;
	color: #616263;
	line-height: 15px;
}

#bottom a {
	color: #616263;
}

#tmi {
	padding-right: 10px;
	text-align: right;
}

/* QUICKSEARCH START */

.BA_Quicksearch {
	width: 340px;
	height: 330px;
	background: url('../gfx/QS/quicksearch_background.png') repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
}

.BA_Quicksearch .label  {
	font-weight: bold;
}

.BA_Quicksearch .departurecontainer {
	position: absolute;
	top: 90px;
	left: 30px;
}

.BA_Quicksearch .destinationcontainer{
	position: absolute;
	top: 140px;
	left: 30px;
}

.BA_Quicksearch .flightclasscontainer
{
	position: absolute;
	top:260px;
	left: 30px;
	
	
}

.BA_Quicksearch .travellerscontainer {
	position: absolute;
	top: 190px;
	left: 30px;
	float: left;
}

.BA_Quicksearch .travellerscontainer .adultscontainer,
.BA_Quicksearch .travellerscontainer .childrencontainer, 
.BA_Quicksearch .travellerscontainer .infantcontainer {
	float: left;
	padding-right: 10px;
}

.BA_Quicksearch .travellerscontainer select {
	width: 43px;
}

.BA_Quicksearch input#to {
	width: 155px;
}


.BA_Quicksearch .ticketcontainer {
	position: absolute;
	top: 250px;
	left: 30px;
}


.BA_Quicksearch .ticketcontainer select{
	width: 155px;
}
.BA_Quicksearch .out_return_container {
	position: absolute;
	top: 295px;
	left: 30px;
	float: left;
}

.BA_Quicksearch .out_return_container div {
 	float: left;
 	padding-right: 5px;
 }
 
 
.BA_Quicksearch  .departuredatecontainer {
	position: absolute;
	left: 220px; 
	top: 90px;
}

.BA_Quicksearch  .returncontainer {
	position: absolute;
	left: 220px; 
	top: 140px;
}

.BA_Quicksearch  .tickettypecontainer {
	position: absolute;
	left: 220px; 
	top: 190px;
}

.BA_Quicksearch input[type='submit'] {
	border: 0px;
	border: none;	
}

.BA_Quicksearch  .buttoncontainer {
	position: absolute;
	left: 220px; 
	top: 255px;
	height: 37px;
	width: 77px;
	cursor: pointer;
}

.BA_Quicksearch  .buttoncontainer1166 {
	position: absolute;
	left: 220px; 
	top: 255px;
	background: url('../gfx/QS/search_button_uk.png') repeat-x;
	height: 37px;
	width: 77px;
	cursor: pointer;
}

.BA_Quicksearch  .buttoncontainer1112 {
	background: url('../gfx/QS/search_button.png') repeat-x;
}

.BA_Quicksearch  #outReturnContainer{
	position: absolute;
	left: 220px; 
	top: 190px;
}

.BA_Quicksearch input#departuredate, 
.BA_Quicksearch input#returndate {
	width: 84px;
}
.BA_Quicksearch #departureDate_shown, 
.BA_Quicksearch #returnDate_shown
{
	width: 78px;
}


.BA_Quicksearch #depRng,
.BA_Quicksearch #retRng
{
	width: 84px;
}

table#epoch_popup_calendar {
	z-index: 1000;
}

body#redirectbody {
	padding-left: 10px;
	padding-top: 10px;
}

/* QUICKSEARCH END */

#departureDateContainer
{
	z-index:10;
	position:absolute;
}

#returnDateContainer
{
	z-index:10; 
	position:absolute;
	
}


 
  .yui-calcontainer,
#self_drive_v1 .yui-calcontainer

{
	position:relative;
	float:left;_overflow:hidden; 
	width:207px;
}




.yui-calcontainer
{
	position:relative;
	float:left;_overflow:hidden; 
	width:207px;
}

 .yui-calcontainer iframe
{
	position:absolute;
	border:none;
	margin:0;
	padding:0;
	z-index:0;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
 .yui-calcontainer iframe.fixedsize
{
	width:50em;
	height:50em;
	top:-1px;
	left:-1px;
}
 .yui-calcontainer.multi .groupcal
{
	z-index:1;
	float:left;
	position:relative;
}
 .yui-calcontainer .title
{
		position:relative;z-index:1;
}
 .yui-calcontainer .close-icon
{
	position:absolute;
	z-index:1;
	text-indent:-10000em;
	overflow:hidden;
}
 .yui-calendar
{
	position:relative;
}
 .yui-calendar .calnavleft
{
	position:absolute;
	z-index:1;
	text-indent:-10000em;
	overflow:hidden;
}
 .yui-calendar .calnavright
{
	position:absolute;
	z-index:1;
	text-indent:-10000em;
	overflow:hidden;
}
 .yui-calendar .calheader
{
	position:relative;
	width:100%;
	text-align:center;
}
 .yui-calcontainer .yui-cal-nav-mask
{
	position:absolute;
	z-index:2;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	_width:0;
	_height:0;
	left:0;
	top:0;
	display:none;
}
 .yui-calcontainer .yui-cal-nav
{
	position:absolute;
	z-index:3;
	top:0;
	display:none;
}
 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn
{
	display:-moz-inline-box;
	display:inline-block;
}

 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button
{
	display:block;*display:inline-block;*overflow:visible;border:none;background-color:transparent;cursor:pointer;
}
 .yui-calendar .calbody a:hover,
#self_drive_v1 .yui-calendar .calbody a:hover
{
		background:inherit;
}
p#clear
{
	clear:left;
	padding-top:10px;
}

.yui-calcontainer
{
	background-color:#ffffff;
	border:0px solid #808080;
	padding-top:5px;
}
.yui-calcontainer.multi
{
	padding:0 5px 0 5px;
}

.yui-calcontainer.multi .groupcal
{
 	background-color:transparent;
	border:none;
	padding:10px 5px 10px 5px;margin:0;
}
.yui-calcontainer .title
{
 	background:url(../gfx/sprite.png) repeat-x 0 0;border-bottom:1px solid #cccccc;font:100% sans-serif;color:#000;font-weight:bold;height:auto;padding:.4em;margin:0 0px 0px 0px;top:0;left:0;text-align:left;
 }
 
  .yui-calcontainer.multi .title,
 #self_drive_v1 .yui-calcontainer.multi .title,
 #charter_ski_v1 .yui-calcontainer.multi .title,
 #self_drive_ski_v1 .yui-calcontainer.multi .title,
 #hotel_v1 .yui-calcontainer.multi .title
 {
 	margin:0 -5px 0 -5px;
 }
 
 .yui-calcontainer.withtitle,
#self_drive_v1 .yui-calcontainer.withtitle,
#charter_ski_v1 .yui-calcontainer.withtitle,
#self_drive_ski_v1 .yui-calcontainer.withtitle,
#hotel_v1  .yui-calcontainer.withtitle
{
 	padding-top:0;
}
 
  .yui-calcontainer .calclose,
 #self_drive_v1 .yui-calcontainer .calclose,
 #charter_ski_v1 .yui-calcontainer .calclose,
 #self_drive_ski_v1 .yui-calcontainer .calclose,
 #hotel_v1  .yui-calcontainer .calclose
 {background:url(../gfx/sprite.png) no-repeat 0 -300px;width:25px;height:15px;top:.4em;right:.4em;cursor:pointer;}
 
  .yui-calendar
 {border-spacing:0;border-collapse:collapse;font:10px Verdana;text-align:center;line-height:13px;}
 
 
  .yui-calendar .calhead,
 #self_drive_v1 .yui-calendar .calhead,
 #charter_ski_v1 .yui-calendar .calhead,
 #self_drive_ski_v1 .yui-calendar .calhead,
 #hotel_v1 .yui-calendar .calhead
 {background:transparent;border:none;vertical-align:middle;padding:0;}
 
  .yui-calendar .calheader,
 #self_drive_v1 .yui-calendar .calheader,
 #charter_ski_v1 .yui-calendar .calheader,
  #self_drive_ski_v1 .yui-calendar .calheader,
  #hotel_v1 .yui-calendar .calheader
 {font-weight:bold;padding:0 0 .3em 0;text-align:center;width:201px;}
 
 
  .yui-calendar .calheader img,
#self_drive_v1 .yui-calendar .calheader img,
 #charter_ski_v1 .yui-calendar .calheader img,
#self_drive_ski_v1 .yui-calendar .calheader img,
#hotel_v1 .yui-calendar .calheader img
{border:none;}

 .yui-calendar .calnavleft,
 #self_drive_v1 .yui-calendar .calnavleft,
  #charter_ski_v1 .yui-calendar .calnavleft,
 #self_drive_ski_v1 .yui-calendar .calnavleft,
 #hotel_v1 .yui-calendar .calnavleft
 {background: url("../gfx/calendar_left.gif") no-repeat;width:6px;height:12px;top:0;bottom:0;left:25px;margin-left:.4em;cursor:pointer;}
 
  .yui-calendar .calnavright,
 #self_drive_v1 .yui-calendar .calnavright,
 #charter_ski_v1 .yui-calendar .calnavright,
  #self_drive_ski_v1 .yui-calendar .calnavright,
  #hotel_v1 .yui-calendar .calnavright
 {background: url("../gfx/calendar_right.gif") no-repeat;width:6px;height:12px;top:0;bottom:0;right:25px;margin-right:.4em;cursor:pointer;}
 
  .yui-calendar .calweekdayrow,
 #self_drive_v1 .yui-calendar .calweekdayrow,
 #charter_ski_v1 .yui-calendar .calweekdayrow,
 #self_drive_ski_v1 .yui-calendar .calweekdayrow.
 #hotel_v1 .yui-calendar .calweekdayrow
 {height:18px;}
 
  .yui-calendar .calweekdayrow th,
 #self_drive_v1 .yui-calendar .calweekdayrow th,
 #charter_ski_v1 .yui-calendar .calweekdayrow th,
 #self_drive_ski_v1 .yui-calendar .calweekdayrow th,
 #hotel_v1 .yui-calendar .calweekdayrow th
 {background: url("../gfx/calendar_gradient.gif") repeat-x;padding-left:2px;border:none;}
 
  .yui-calendar .calweekdaycell,
 #self_drive_v1 .yui-calendar .calweekdaycell,
  #charter_ski_v1 .yui-calendar .calweekdaycell,
  #self_drive_ski_v1 .yui-calendar .calweekdaycell,
  #hotel_v1 .yui-calendar .calweekdaycell
 {padding-left:2px;color:#3C3C3C;font-weight:bold;text-align:center;width:2em;font-family: Verdana;}
 
  .yui-calendar .calfoot,
 #self_drive_v1 .yui-calendar .calfoot,
 #charter_ski_v1 .yui-calendar .calfoot,
  #self_drive_ski_v1 .yui-calendar .calfoot,
  #hotel_v1 .yui-calendar .calfoot
 {background-color:#f2f2f2;}
 
  .yui-calendar .calrowhead, .yui-calendar .calrowfoot,
 #self_drive_v1 .yui-calendar .calrowhead, .yui-calendar .calrowfoot,
  #charter_ski_v1 .yui-calendar .calrowhead, .yui-calendar .calrowfoot,
  #self_drive_ski_v1 .yui-calendar .calrowhead, .yui-calendar .calrowfoot,
  #hotel_v1 .yui-calendar .calrowhead, .yui-calendar .calrowfoot
 {color:#ffffff;font-size:85%;font-style:normal;font-weight:bold;border:none;}
 
  .yui-calendar .calrowhead,
 #self_drive_v1 .yui-calendar .calrowhead,
 #charter_ski_v1 .yui-calendar .calrowhead,
 #self_drive_ski_v1 .yui-calendar .calrowhead,
 #hotel_v1 .yui-calendar .calrowhead
 {text-align:right;padding:0 2px 0 0;}
 
  .yui-calendar .calrowfoot,
 #self_drive_v1 .yui-calendar .calrowfoot,
 #charter_ski_v1 .yui-calendar .calrowfoot,
 #self_drive_ski_v1 .yui-calendar .calrowfoot,
 #hotel_v1 .yui-calendar .calrowfoot
 {text-align:left;padding:0 0 0 2px;}
 
  .yui-calendar td.calcell,
 #self_drive_v1 .yui-calendar td.calcell,
 #charter_ski_v1 .yui-calendar td.calcell,
  #self_drive_ski_v1 .yui-calendar td.calcell,
  #hotel_v1 .yui-calendar td.calcell
 {font-weight:bold;border:1px solid #EEF2F5;background:#fff;padding:1px 6px 1px 6px;text-align:center;white-space:nowrap;}
 
  .yui-calendar td.calcell a,
 #self_drive_v1 .yui-calendar td.calcell a,
 #charter_ski_v1 .yui-calendar td.calcell a,
 #self_drive_ski_v1 .yui-calendar td.calcell a,
 #hotel_v1 .yui-calendar td.calcell a
 {color:#3C3C3C;font-weight:bold;display:block;height:100%;text-decoration:none;}
 
  .yui-calendar td.calcell.today,
 #self_drive_v1 .yui-calendar td.calcell.today,
 #charter_ski_v1 .yui-calendar td.calcell.today,
 #self_drive_ski_v1 .yui-calendar td.calcell.today,
 #hotel_v1 .yui-calendar td.calcell.today
 {background-color:#fff;}
 
  .yui-calendar td.calcell.today a,
 #self_drive_v1 .yui-calendar td.calcell.today a,
 #charter_ski_v1 .yui-calendar td.calcell.today a,
 #self_drive_ski_v1 .yui-calendar td.calcell.today a,
 #hotel_v1 .yui-calendar td.calcell.today a
 {background-color:#fff;}
 
  .yui-calendar td.calcell.oom,
 #self_drive_v1 .yui-calendar td.calcell.oom,
 #charter_ski_v1 .yui-calendar td.calcell.oom,
  #self_drive_ski_v1 .yui-calendar td.calcell.oom,
  #hotel_v1 .yui-calendar td.calcell.oom
 {background-color:#E6E6E6;color:#BFC0C2;cursor:default;}
 
  .yui-calendar td.calcell.selected,
 #self_drive_v1 .yui-calendar td.calcell.selected,
  #charter_ski_v1 .yui-calendar td.calcell.selected,
   #self_drive_ski_v1 .yui-calendar td.calcell.selected,
   #hotel_v1 .yui-calendar td.calcell.selected
 {background: url("../gfx/calendar_highlight.gif") no-repeat;background-position:center center;color:#fff;}
 
  .yui-calendar td.calcell.selected a,
 #self_drive_v1 .yui-calendar td.calcell.selected a,
 #charter_ski_v1 .yui-calendar td.calcell.selected a,
  #self_drive_ski_v1 .yui-calendar td.calcell.selected a,
  #hotel_v1 .yui-calendar td.calcell.selected a
 {background: url("../gfx/calendar_highlight.gif") no-repeat;color:#fff;}
 
  .yui-calendar td.calcell.calcellhover,
 #self_drive_v1 .yui-calendar td.calcell.calcellhover,
 #charter_ski_v1 .yui-calendar td.calcell.calcellhover,
 #self_drive_ski_v1 .yui-calendar td.calcell.calcellhover,
 #hotel_v1 .yui-calendar td.calcell.calcellhover
 {padding-left:-5px;background: url("../gfx/calendar_highlight.gif") no-repeat;background-position:center center;color:#000;cursor:pointer;}
 
  .yui-calendar td.calcell.calcellhover a,
 #self_drive_v1 .yui-calendar td.calcell.calcellhover a,
 #charter_ski_v1 .yui-calendar td.calcell.calcellhover a,
 #self_drive_ski_v1 .yui-calendar td.calcell.calcellhover a,
 #hotel_v1 .yui-calendar td.calcell.calcellhover a
 {color:#fff;}
 
  .yui-calendar td.calcell.previous,
 #self_drive_v1 .yui-calendar td.calcell.previous,
 #charter_ski_v1 .yui-calendar td.calcell.previous,
 #self_drive_ski_v1 .yui-calendar td.calcell.previous,
 #hotel_v1 .yui-calendar td.calcell.previous
 {background-color:#fff;color:#c1c2c6;}

  .yui-calendar td.calcell.restricted,
#self_drive_v1 .yui-calendar td.calcell.restricted,
#charter_ski_v1 .yui-calendar td.calcell.restricted,
#self_drive_ski_v1 .yui-calendar td.calcell.restricted,
#hotel_v1 .yui-calendar td.calcell.restricted
{text-decoration:line-through;}

 .yui-calendar td.calcell.highlight1,
 #self_drive_v1 .yui-calendar td.calcell.highlight1,
 #charter_ski_v1 .yui-calendar td.calcell.highlight1,
 #self_drive_ski_v1 .yui-calendar td.calcell.highlight1,
 #hotel_v1 .yui-calendar td.calcell.highlight1
 {background-color:#ccff99;}
 
  .yui-calendar td.calcell.highlight2,
 #self_drive_v1 .yui-calendar td.calcell.highlight2,
 #charter_ski_v1 .yui-calendar td.calcell.highlight2,
 #self_drive_ski_v1 .yui-calendar td.calcell.highlight2,
 #hotel_v1  .yui-calendar td.calcell.highlight2
 {background-color:#99ccff;}
 
  .yui-calendar td.calcell.highlight3,
 #self_drive_v1 .yui-calendar td.calcell.highlight3,
 #charter_ski_v1 .yui-calendar td.calcell.highlight3,
 #self_drive_ski_v1 .yui-calendar td.calcell.highlight3,
 #hotel_v1  .yui-calendar td.calcell.highlight3
 {background-color:#ffcccc;}
 
  .yui-calendar td.calcell.highlight4,
 #self_drive_v1 .yui-calendar td.calcell.highlight4,
 #charter_ski_v1 .yui-calendar td.calcell.highlight4,
 #self_drive_ski_v1 .yui-calendar td.calcell.highlight4,
 #hotel_v1  .yui-calendar td.calcell.highlight4
 {background-color:#ccff99;}
 
  .yui-calendar a.calnav,
 #self_drive_v1 .yui-calendar a.calnav,
 #charter_ski_v1 .yui-calendar a.calnav,
 #self_drive_ski_v1 .yui-calendar a.calnav,
 #hotel_v1 .yui-calendar a.calnav
 {border:0px solid #f2f2f2;padding:0 4px;text-decoration:none;color:#3C3C3C;zoom:1;}
 
  .yui-calendar a.calnav:hover,
 #self_drive_v1 .yui-calendar a.calnav:hover,
 #charter_ski_v1 .yui-calendar a.calnav:hover,
 #self_drive_ski_v1 .yui-calendar a.calnav:hover,
 #hotel_v1 .yui-calendar a.calnav:hover
 {background:url(sprite.png) repeat-x 0 0;border-color:#fff;cursor:pointer;}
 
  .yui-calcontainer .yui-cal-nav-mask,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav-mask,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav-mask,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav-mask,
 #hotel_v1 .yui-calcontainer .yui-cal-nav-mask
 {background-color:#000;opacity:0.25;*filter:alpha(opacity=25);}
 
  .yui-calcontainer .yui-cal-nav,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav,
 #hotel_v1 .yui-calcontainer .yui-cal-nav
 {font-family:Verdana;font-size:80%;border:1px solid #808080;left:50%;margin-left:-7em;width:14em;padding:0;top:1.0em;background-color:#f2f2f2;}
 
  .yui-calcontainer.withtitle .yui-cal-nav,
 #self_drive_v1 .yui-calcontainer.withtitle .yui-cal-nav,
 #charter_ski_v1 .yui-calcontainer.withtitle .yui-cal-nav,
 #self_drive_ski_v1 .yui-calcontainer.withtitle .yui-cal-nav,
 #hotel_v1 .yui-calcontainer.withtitle .yui-cal-nav
 {top:4.5em;}
 
  .yui-calcontainer.multi .yui-cal-nav,
 #self_drive_v1 .yui-calcontainer.multi .yui-cal-nav,
 #charter_ski_v1 .yui-calcontainer.multi .yui-cal-nav,
 #self_drive_ski_v1 .yui-calcontainer.multi .yui-cal-nav,
 #hotel_v1 .yui-calcontainer.multi .yui-cal-nav
 {width:16em;margin-left:-8em;}
 
  .yui-calcontainer .yui-cal-nav-y, .yui-calcontainer .yui-cal-nav-m, .yui-calcontainer .yui-cal-nav-b,
 #self_drive_v1  .yui-calcontainer .yui-cal-nav-y, .yui-calcontainer .yui-cal-nav-m, .yui-calcontainer .yui-cal-nav-b,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav-y, .yui-calcontainer .yui-cal-nav-m, .yui-calcontainer .yui-cal-nav-b,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav-y, .yui-calcontainer .yui-cal-nav-m, .yui-calcontainer .yui-cal-nav-b,
#hotel_v1 .yui-calcontainer .yui-cal-nav-y, .yui-calcontainer .yui-cal-nav-m, .yui-calcontainer .yui-cal-nav-b
 {padding:5px 10px 5px 10px;}
 
  .yui-calcontainer .yui-cal-nav-b,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav-b,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav-b,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav-b,
 #hotel_v1 .yui-calcontainer .yui-cal-nav-b
 {text-align:center;}
 
  .yui-calcontainer .yui-cal-nav-e,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav-e,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav-e,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav-e,
 #hotel_v1 .yui-calcontainer .yui-cal-nav-e
 {margin-top:5px;padding:5px;background-color:#EDF5FF;border-top:1px solid black;display:none;}
 
  .yui-calcontainer .yui-cal-nav label,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav label,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav label,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav label,
 #hotel_v1 .yui-calcontainer .yui-cal-nav label
 {
 	color: #000000;
	display:block;font-weight:bold;
 
 }
 
  .yui-calcontainer .yui-cal-nav-mc,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav-mc,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav-mc,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav-mc,
 #hotel_v1 .yui-calcontainer .yui-cal-nav-mc
 {width:100%;_width:auto;}
 
  .yui-calcontainer .yui-cal-nav-y input.yui-invalid,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav-y input.yui-invalid,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav-y input.yui-invalid,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav-y input.yui-invalid,
 #hotel_v1 .yui-calcontainer .yui-cal-nav-y input.yui-invalid
 {background-color:#FFEE69;border:1px solid #000;}
 
  .yui-calcontainer .yui-cal-nav-yc,
 #self_drive_v1  .yui-calcontainer .yui-cal-nav-yc,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav-yc,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav-yc,
 #hotel_v1  .yui-calcontainer .yui-cal-nav-yc
 {width:4em;}
 
  .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn,
 #hotel_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn
 {border:1px solid #808080;background:url(sprite.png) repeat-x 0 0;background-color:#ccc;margin:auto .15em;}
 
  .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button,
#self_drive_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button,
#charter_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button,
#self_drive_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button,
#hotel_v1  .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button
{padding:0 8px;font-size:80%;line-height:2;*line-height:1.7;min-height:2em;*min-height:auto;color:#000;}

 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default,
 #hotel_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default
 {border:1px solid #304369;background:url(sprite.png) repeat-x 0 -1400px;}
 
  .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button,
 #self_drive_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button,
 #charter_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button,
 #self_drive_ski_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button,
 #hotel_v1 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button
 {color:#000000;background-color:#CCCCCC;}
/* Yahoo Calendar end */

.yui-calendar .calrowhead {
	
background-color:#BDBFCE;
color:#FFFFFF;
font-family:Verdana;
font-size:11px;
font-weight:bold;
/* height:21px; */
padding-left:1px;
padding-right:1px;
text-align:right;
width:15px;
}
	/*
		Calendar end
	*/
#tmiLink {
	padding-top: 4px;
}
#tmi #rejsegarantiLogo {
	position: relative;
	top: -3px;	
}

