/* ----------------------------
Reservas Turisticas Style Sheet
Use this file to change the style
of the ResTur front-end
------------------------------- */

/* 
------------------------
calendar styling...
------------------------ 
*/
a {
	text-decoration: none;
	color: #003366;
	text-align: left;
}
a:hover {
	text-decoration: none;
	color: #F2C315;
}

.listtitle {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
	color: #003366;
	text-align: left;
}

.listtitle a:link {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
	color: #003366;
	text-align: center;
}

.listtitle a:visited {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
	color: #003366;
	text-align: center;
}

.listtitle a:hover {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
	color: #003366;
	background-color:#F2C315;
	text-align: center;
}	

.calendarbackground {
	border-style: outset;
	border-width: 1px;
	background-color:#F2C315;
	text-align: center;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #F2C315;
	text-align: center;
}
.month {
	border-style: none;
	background-color:#EAEAEA;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #003366;
	border-style: outset;
	border-width:0px
}
.dayname td {
	text-align: center;
	font-size: 10px;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: outset;
	border-width:0px
}
.yearnavigation {
	font-size: 12px;
}

.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.nomonthday {
	text-align: center;
	font-size: 9px;
	height:7px;
	width:7px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:7px;
	width:7px;
}
.today {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color:#66FFFF;
	color: #ffffff;
}
.todayconfirmed {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color:#66FFFF;
	color: #ffffff;
}
.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #66ff66;
	height:7px;
	width:7px;
}
.sunday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #E4E4E4;
	height:7px;
	width:7px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #E4E4E4;
	height:7px;
	width:7px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:7px;
	width:7px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:7px;
	width:7px;
}
.selectedevent a {
	background-color:#66FFFF;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: red;
	height:7px;
	width:7px;
}
.todayevent a {
	background-color:#99CCFF;
	font-size: 9px;
	color: red;
}
.eventcontent {
	font-size: 9px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.confirmed {
	font-size: 9px;
	background-color: #999999;
	color: #000000;
}
.unconfirmed {
	font-size: 9px;
	background-color: #00FF00;
	color: #000000;
}
.thisbooking {
	background-color:#0099FF;
	text-decoration:blink;
	color: black;
}
.conflictbooking {
	background-color:#FF0000;
	text-decoration:blink;
	color: black;
}
.thisbooking_conflicting {
	background-color:#0099FF;
	text-decoration:blink;
	color: black;
}

/* 
--------------------------------------
Page style/ used by all page elements
--------------------------------------
*/ 
.header {
	text-align: left;
	background-color:#EAEAEA;
}

.subheader {
	text-align: left;
	background-color:#EAEAEA;
	border-bottom:1px;
}

.bookbutton {
	color: #003366;
    font-family: Arial, Hevlvetica, sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border: 3px double #cccccc;
    width: auto;
    background: #F2C315;
    padding: 0px 5px;
    line-height: 18px !important;
    line-height: 16px;
    height: 26px !important;
    height: 24px;
    margin: 1px;
}

table.print {	
	FONT-SIZE: 12px; 
	BACKGROUND: #EAEAEA; 
	COLOR: #003366; 
	LINE-HEIGHT: 120%; 
	FONT-FAMILY: Arial, Helvetica, Sans Serif; 
}
 
.sectiontableheader {
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px;
	FONT-SIZE: 14px;  
	FONT-WEIGHT: bold; 
	BACKGROUND: #F2C315; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 4px
}

.style3 {
	font-size: 14px;
}

.style4 {
	font-size: 14px; font-weight: bold; 
}

.style5 {
	color: #FFFFFF;
}

/* sets the booking summary pages colors*/

.bookingsummary1 {
	background-color:#EAEAEA;
}

.bookingsummary2 {
	background-color:#EAEAEA;
}

.bookingsummary3 {
	background-color:#EAEAEA;
}

/* sets the info and facilities table colors*/
.infoandfacility1 {
	background-color:#EAEAEA;
}

.infoandfacility2 {
	background-color:#EAEAEA;
}

/* sets the pricetable colors*/
.pricetableborder1 {
	border-color:#F2C315;
	border: 2px solid;
}

.pricetableheading1 {
	border-color:#999999;
	background-color:#F2C315;
}

.pricetableheading2 {
	background-color:#C0C0C0;
	padding:0;
	border-width:thin;
}

.pricetable1 {
	background-color:#F2C315;		
}

.pricetable2 {
	background-color:#EAEAEA;
}

/* used for the alternative colors of the page table*/

.pricetablemainbg1{
	background-color:#F2C315;
}
.pricetablemainbg2{
	background-color:#EAEAEA;
}

/* 
------------------------
pop-up datepicker style
------------------------
*/ 

.dpDiv {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #003366;
	background-color: #EAEAEA;
	border: 1px solid #999999;    
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #003366;
	background-color: #EAEAEA;
	border: 1px solid #999999;
	}

.dpTR {
    text-align: center;
	}

.dpTitleTR {
    text-align: center;
	}

.dpDayTR {
    text-align: center;
	}

.dpTodayButtonTR {
    text-align: center;
	}

.dpTD {
	border: 1px solid #999999;
	text-align: center;
	}

.dpDayHighlightTD {
	background-color: #EAEAEA;
	border: 1px solid #999999;
	text-align: center;
	}

.dpTDHover {
	background-color: #EAEAEA;
	border: 1px solid #999999;
	cursor: pointer;
	color: #F2C315;
	text-align: center;
	}

.dpTitleTD {
    text-align: center;
	}

.dpButtonTD {
    text-align: center;
	}

.dpTodayButtonTD {
    text-align: center;
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #F2C315;
	color: white;
	text-align: center;
	}

.dpTitleText {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-align: center;
	}

.dpDayHighlight {
	color: #F2C315;
	font-weight: bold;
	text-align: center;
	}

.dpButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background: #F2C315;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	}

.dpTodayButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2C315;
	background: #EAEAEA;
	font-weight: bold;
	text-align: center;
	}

/* tabs - used in backend */
.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #999999;
 font: bold 12px Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #999999;
 border-bottom: none;
 background: #EAEAEA;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
}

#loadingmessage {
	width: 200px;
	height: 40px;
	background-color:#CCCCCC;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -70px;
	margin-left: -100px;
	text-align: center;
}

.pricetableAdmin {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.extra {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
}

.res_button {
  color: #003366;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: #F2C315;
  background-position: center;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.paypal {
  padding-left: 5px;
  border-color: 1px solid #003366;
  margin: 1px;
} 

#promo {

	background-image: url(images/promo.png);

	background-repeat: no-repeat;

	background-position: center center;

	clear: left;

	float: left;

	height: 40px;

	width: 100%;

}

.afterbookingmsg {
    font-size: 12px;
    font-weight: bold;
}
