/* ----------------------------
Reservation Manager Style Sheet
for the theme 'yellow'
------------------------------- */

/* 
------------------------
calendar styling...
------------------------ 
*/
a {
	text-decoration: none;
	color: #000000;
	text-align: left;
}
a:hover {
	text-decoration: none;
	color: #595900;
}
.calendarbackground {
	border-style: outset;
	border-width: 1px;
	background-color: #DCCFBA;
	text-align: center;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #E3DACA;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #E3DACA;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #595900;
}
.monthname {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #E3DACA;
	color: #663366;
	border-style: outset;
	border-width:1px}
.dayname td {
	text-align: center;
	font-size: 10px;
	background-color: #E3DACA;
	color: #66661A;
	border-style: outset;
	border-width:0px
}
.yearnavigation {
	font-size: 12px;
	background-color: #59592D;
}

.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: #E3DACA;
	color: #582C58;
	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;
}
.todayunconfirmed {
	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: #B3B300;
	height:7px;
	width:7px;
}
.sunday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #BDA882;
	height:7px;
	width:7px;
}
.sunday a {
	color: #595900;
}
.saturday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #D5C7AE;
	height:7px;
	width:7px;
}
.saturday a {
	color: #6F6F00;
}
.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: #FFAC75;
	color: #552B55;
}
.unconfirmed {
	font-size: 9px;
	background-color: #BFBF40;
	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;
}

.calselected{
	background-color: #FFCD00;
	text-decoration:blink;
	color: #000;
}

/* 
--------------------------------------
Calendar Start and End Half Days 
--------------------------------------
*/ 
.confirmed_start {
	font-size: 9px;
	color: #000000;
	background: #E4E4E4 url(../images/confirmed_start.gif) no-repeat right bottom;
}
.confirmed_end {
	font-size: 9px;
	color: #000000;
	background: #E4E4E4 url(../images/confirmed_end.gif) no-repeat;
}

.unconfirmed_start {
	font-size: 9px;
	color: #000000;
	background: #E4E4E4 url(../images/unconfirmed_start.gif)  no-repeat right bottom;
}
.unconfirmed_end {
	font-size: 9px;
	color: #000000;
	background: #E4E4E4 url(../images/unconfirmed_end.gif) no-repeat;
}

.todayconfirmed_start {
	text-decoration:blink;
	color: black;
	background: #66FFFF url(../images/thisbooking_start.gif) no-repeat right bottom;
}

.thisbooking_start {
	text-decoration:blink;
	color: black;
	background: #E4E4E4 url(../images/thisbooking_start.gif) no-repeat right bottom;
}
.thisbooking_end {
	text-decoration:blink;
	color: black;
	background: #E4E4E4 url(../images/thisbooking_end.gif) no-repeat;
}

.conflictbooking_start {
	text-decoration:blink;
	color: black;
	background: #E4E4E4 url(../images/conflictbooking_start.gif) no-repeat right bottom;
}
.conflictbooking_end {
	text-decoration:blink;
	color: black;
	background: #E4E4E4 url(../images/conflictbooking_end.gif) no-repeat;
}

.thisbooking_conflicting_start {
	text-decoration:blink;
	color: black;
	background: #E4E4E4 url(../images/thisbooking_conflicting_sta.gif) no-repeat right bottom;
}
.thisbooking_conflicting_end {
	text-decoration:blink;
	color: black;
	background: #E4E4E4 url(../images/thisbooking_conflicting_end.gif) no-repeat;
}


.confirmed_confirmedconfirmed {
	font-size: 9px;
	color: #000000;
	background: #999999 url(../images/confirmedconfirmed.gif) no-repeat;
}
.confirmed_unconfirmedunconfirmed {
	font-size: 9px;
	color: #000000;
	background: #00FF00 url(../images/unconfirmedunconfirmed.gif) no-repeat;
}

.unconfirmed_confirmedunconfirmed {
	font-size: 9px;
	color: #000000;
	background: #00FF00 url(../images/confirmedunconfirmed.gif) no-repeat;
}
.unconfirmed_unconfirmedconfirmed {
	font-size: 9px;
	color: #000000;
	background: #999999 url(../images/unconfirmedconfirmed.gif) no-repeat;
}

.thisbooking_unconfirmedthisbooking {
	text-decoration:blink;
	color: black;
	background: #0099FF url(../images/unconfirmedthisbooking.gif) no-repeat;
}
.thisbooking_thisbookingunconfirmed {
	text-decoration:blink;
	color: black;
	background: #00FF00 url(../images/thisbookingunconfirmed.gif) no-repeat;
}

.conflictbooking_thisbookingconfirmed {
	text-decoration:blink;
	color: black;
	background: #999999 url(../images/thisbookingconfirmed.gif) no-repeat;
}
.conflictbooking_confirmedthisbooking {
	text-decoration:blink;
	color: black;
	background: #0099FF url(../images/confirmedthisbooking.gif) no-repeat;
}


/* 
--------------------------------------
end
--------------------------------------
*/ 


/* 
--------------------------------------
Page style/ used by all page elements
--------------------------------------
*/ 
.header {
	text-align: left;
	background-color:#FFFFCC;
}

.subheader {
	text-align: left;
	background-color:#FFFF99;
	border-bottom:1px;
}

.bookbutton {
	background-color: #ccc;
	border:1px;
	color: #000;
	font: normal bold 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
 
.style3 {
	font-size: 14px
	
}

.style4 {
	font-size: 14px; font-weight: bold; 
}

.style5 {
	color: #E3DACA;
}

/* sets the booking summary pages colors*/
.bookingsummary1 {
	background-color:#FFFFFF;
}

.bookingsummary2 {
	background-color: #ccc;
}

.bookingsummary3 {
	background-color: #fff;
}

/* sets the info and facilities table colors*/
.infoandfacility1 {
	background-color: #ccc;
}

.infoandfacility2 {
	background-color: #fff;
}

/* sets the pricetable colors*/
.pricetableheading1 {
	background-color: #666;
	font-size: x-small;
	font-weight: bold;
	border-left: 1px solid #999;
	border-top-color: #999;
		padding-right: 2px;
	padding-left: 2px;
	border-right: 1px solid #999;
	color: #fff;
}

.pricetableheading2 {
	background-color: #333;
	font-size: x-small;
	font-weight: bold;
	line-height: 15px;
		padding-right: 2px;
	padding-left: 2px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color: #fff;
}

/* used for the alternative colors of the page table*/
.pricetablemainbg1{
	background-color: #ccc;
	font-size: small;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.pricetablemainbg2{
	background-color: #fff;
	font-size: small;
	padding-right: 2px;
	padding-left: 2px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.listviewtitle{
	background-color: #000;
	color: #fff;
}

.listviewbody1{
	background-color: #ccc;
}

.listviewbody2{
	background-color: #fff;
}

/* 
------------------------
pop-up datepicker style
------------------------
*/ 
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" bottom */
.dpTodayButton {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* tabs - used in backend */
.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Georgia, "Times New Roman", Times, 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 #778;
 border-bottom: none;
 background: #DDE;
 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;
}

a.resman_button {
    background: transparent url('../images/button_end.png') no-repeat right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 26px;
    margin-right: 6px;
    text-decoration: none;
	border-style: none;
 	padding: 5px 18px 5px 0;
}

a.resman_button span {
    background: transparent url('../images/button_span.png') no-repeat 0 top;
    display: block;
     height: 26px;
    padding: 5px 0 5px 18px;
	border-style: none;
}

