/*body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    margin: 10px 0;
}*/

/* Calendar */

#cal1Container table{
	margin: 0px 0 0 0;
	width: auto !important;
}
#cal1Container table th{
    font-style: normal;
    font-weight: normal;
}
#cal2Container table{
	margin: 0px 0 0 0;
	width: auto !important;
}
#cal2Container table th{
    font-style: normal;
    font-weight: normal;
}
#cal3Container table{
	margin: 10px 0;
}
#cal3Container table th{
    font-style: normal;
    font-weight: normal;
}
#cal4Container table{
	margin: 10px 0;
}
#cal4Container table th{
    font-style: normal;
    font-weight: normal;
}
.calendar {
	margin-top:5px;
	margin-left:10px;
}

.yui-calcontainer {
	position:relative;
	padding:5px;
	background-color:#eeeeee;
	border: 1px dotted #999999; 
	float:left;
	overflow:hidden;
	width:14em;
}
 .yui-calcontainer th,.yui-calcontainer td {
 	font-size:83%;
	padding:5px;
 }
.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:50em;
	height:50em;
}
 
.yui-calcontainer.multi {
	padding:0;
}
 
.yui-calcontainer.multi .groupcal {
	padding:5px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}
 
.yui-calcontainer .title {
display: none;
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:1;

}
 
.yui-calcontainer .close-icon {
	position:absolute;
	right:6px;
	bottom:6px;
	border:none;
	z-index:1;
}
 
.yui-calcontainer .calclose {
	background: url(../images/close.png) no-repeat;
	width:61px;
	height:22px;
	cursor:pointer; 
}
 
/* Calendar element styles */
 
.yui-calendar {
	font:100% sans-serif;
	text-align:center;
	border-spacing:2px;
	border-collapse:separate;
	position:relative;
	padding-bottom: 20px;
}
 
.yui-calcontainer.withtitle {
	padding-top:0.5em;
}

/*
.ui-datepicker-inline .ui-datepicker-prev a {
    background: url("../../images/fc/icons_sprites.gif") no-repeat scroll -370px 0 transparent;
    display: block;
    height: 22px;
    margin-left: 2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 999em;
    white-space: nowrap;
    width: 22px;
    z-index: 1000;
}
.ui-datepicker-inline .ui-datepicker-prev label {
    background: url("../../images/fc/icons_sprites.gif") no-repeat scroll -436px -108px transparent;
    display: block;
    height: 22px;
    margin-left: 2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 999em;
    white-space: nowrap;
    width: 22px;
    z-index: 1000;
}
.ui-datepicker-inline .ui-datepicker-next a {
    background: url("../../images/fc/icons_sprites.gif") no-repeat scroll -337px -108px transparent;
    display: block;
    float: right;
    height: 22px;
    margin-right: 2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 999em;
    white-space: nowrap;
    width: 22px;
    z-index: 1000;
}
.ui-datepicker-inline .ui-datepicker-next label {
    background: url("../../images/fc/icons_sprites.gif") no-repeat scroll -403px -108px transparent;
    display: block;
    float: right;
    height: 22px;
    margin-right: 2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 999em;
    white-space: nowrap;
    width: 22px;
    z-index: 1000;
}*/

 
.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	left:0px;
	top:0px;
	bottom:0;
	z-index:100;
	text-decoration:none;
	/*
	width:12px;
	height:12px;   
	background: url(../images/calendar-prev.jpg) no-repeat;
	*/
    background: url("/images/icons_sprites.gif") no-repeat scroll -370px 0 transparent;
    display: block;
    height: 22px;
    overflow: hidden;
    padding: 0;
    width: 22px;

}
.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:0px;
	bottom:0;
	right:0px;
	*right:8px;
	z-index:1;
	text-decoration:none;
	/*
	width:12px;
	height:12px;
	background: url(../images/calendar-next.jpg) no-repeat;
	*/
    background: url("/images/icons_sprites.gif") no-repeat scroll -337px -108px transparent;
    display: block;
    height: 22px;
    overflow: hidden;
    padding: 0;
    width: 22px;
}
 
.yui-calendar td.calcell {
	padding:.1em .2em;
	color: #037B00;
	border:1px solid #c6c6c6;
	background: #f1f1f1;
	text-align:center;
}
 
.yui-calendar td.calcell a {
	color:#231F20;
	text-decoration:none;
	font-weight: normal;
}
 
.yui-calendar td.calcell.today {
	border:1px solid #000;
}
 
.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#fff;
	border:1px solid #E0E0E0;
}
 
.yui-calendar td.calcell.selected {
	color:#003DB8;
	background-color:#8DC28A;
	border:1px solid #057600;
}
 
.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#057600;
	border:1px solid #057600;
}
 
.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 {
	vertical-align:middle;
}
.yui-calendar .calheader {
	position:relative;
	width:100%;
	font-weight: bold;
	font-size: 1.1em;
	color:#444;
	text-align:center;
}
 
.yui-calendar .calheader img {
	border:none;
}
 
.yui-calendar .calweekdaycell {
	color:#000000;
	font-weight:normal;
	text-align:center;
	width:1.5em;
}
 
.yui-calendar .calfoot {
	background-color:#EEE;
}
 
.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#FF0000;
	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;
}
 
 
#cal1Container {
	position:absolute;
	background: #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 2px #aaa;
	padding: 0 0 8px 8px;
	left:-60px; 
	bottom:171px;  
	width:29.9em;
	font-size: 1.1em;
}
                       
#tradeform #cal1Container {
	position:absolute;
	background: #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border-radius: 5px;
	padding: 8px;
	bottom: auto;
	left:300px; 
	top:75px;  
	z-index:100; 
	width:29.9em;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
                       
 
#cal2Container {
	position:absolute;
	background: #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 2px #aaa;
	padding: 8px;
	left:-60px; 
	top:221px;  
	z-index:100; 
	width:29.9em;
	font-size: 1.1em;
}

#tradeform #cal2Container {
	position:absolute;
	background: #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border-radius: 5px;
	padding: 8px;
	left:300px; 
	top:150px;  
	z-index:100; 
	width:29.9em;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

#cal3Container {
	position:absolute; 
	top: 335px;
	z-index:100; 
	width:30em;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
#cal4Container {
	position:absolute; 
	top:459px;  
	z-index:100; 
	width:30em;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
#bookWithUs{
	width:300px;
	height:230px;
	padding: 1em;
	text-align:left;
	background-color:#FFFFFF
}
.msg-border {
	border:4px solid #F99E1C;
}
#cWithUs{
	display:block;
	float:right;
	clear:both;
	cursor:pointer;
}
#bBooking, #dGuides, #tDestinations {
	border-bottom:1px solid #CCCCCC;
}
