

/* DEFAULTS*/

.pri{color: #;}
.pribackground{background-color: #;}
.sec{color: #;}
.bgsec{background-color: #;}
.body{color: #;} 
.bgbody{background-color: #;} 
.menu{color: #;} 
.bgmenu{background-color: #;} 
.text{color: #;} 
.footer{color: #;} 
.footerbackground{background-color: #;} 
.special{color: #;} 
.bgspecial{background-color: #;} 
.heading{color: #;} 
.bgheading{background-color: #;} 
.link{color: #;} 
.bglink{background-color: #;} 
.border{color: #;} 
.bgborder{background-color: #;}

.ActiveShell{border:3px solid #;}




/* Basic */

body {
	background: #;}
}

body, input, select, textarea {
	color: #;
}

a {
	color: #;
		}

strong, b {
	color: #;
	
}


h1, h2, h3, h4, h5, h6 {
	color:#;
	
}

hr {
	border-bottom: solid 2px #;
}


blockquote {
	border-left: solid 4px #;
}



header {
		background: #;
		color: #bbb;
	}
	
/* Header */

	
	
/* Banner */

.banner {
	background-color: #;
	color: #;
}

.banner h1, banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
	color: #;
}

/*navigation */
ul.udm a{color: #;}

ul.udm ul {
	background:#;

}

.mobileMenuButton, .rml{
	color:#;
	border-bottom:0px;
	background:#;
}

.rml a{color:#;}

/* CTA */

.cta {
	background: #;
	color: #;
}

.cta h2, .cta h3, .cta h4, .cta h5, .cta h6 {
	color: inherit;
}


/*Button */
input[type=submit],
input[type=button],
.btn  {
  background:  #;
  color: #;
}

input[type=submit]:hover,
input[type=submit]:focus,
.btn:hover  {
  background:  #; 
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
}


/*Calendar */

/***********************************************************************

	Calendar CSS - EDIT THIS SECTION "backgrounds & colors"

 **********************************************************************/

/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  color:#000000;
  font-weight: normal;}

.calendar thead .title { /* Top Month & Year (ie. July, 2004) */
  font-weight: normal;
	color: #;
	font-size:1.2em;
  padding: 1px 1px 10px 1px;
  text-align: center;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
 color: #;
 }

.calendar thead .name { /* Cells <TD> containing the day names */
  padding: 2px;
  text-align: center;  
}
.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #;  
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #;  
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #;
  }




.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid #;
  background: #;
  color: #;
  text-align: center;
  }








/* The main calendar widget.  DIV containing a table. */




/***********************************************************************

	ONLY EDIT SPECIFIED SECTIONS BELOW!!

 **********************************************************************/
/* Header part -- controls month and year april 2009 */

#day .formHeaders {font-size:14px;}




.calendar {
  background:#fff;
  border: 0px solid #;
  position: relative;
  display: none;
  color: #;
  cursor: default;
}



.calendar table {
  cursor: default;}



/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 2px; }



.calendar .nav { background: none;}





.calendar thead .hilite { /* How do the buttons in header appear when hover */
  	background: #;
	color: #;
	}



.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #;}



/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: center;
  padding: 2px 4px 2px 2px;
  }



.calendar table .wn {
  border-right: 1px solid #000;
  background: #e8f4f0;}



.calendar tbody td.hilite { /* Hovered cells <TD> */
	background: #;
	color: #;
  }

table.listview tr:hover { /* Hovered cells with time and open*/
	background: #;
	color: #;
  }

.calendar tbody td.active { /* Active (pressed) cells <TD> */
	background: #;
	color: #;
  }



.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border:  0px solid;
  	background: #;
	color: #;}





.calendar tbody .disabled { color: #999; }


.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;}



/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}


/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  background: #e4e4e4;
  font-size: smaller;
  color:#000000;
  padding: 1px;}



.combo .label, .combo .label-IEfix {
  text-align: center;
  padding: 1px;}



.combo .label-IEfix {
  width: 4em;
}

.combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  }

.combo .hilite {
	background: #;
	color: #;
}

.listview {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.listview > thead > tr > th,
.listview > tbody > tr > th,
.listview > tfoot > tr > th,
.listview > thead > tr > td,
.listview > tbody > tr > td,
.listview > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #;
}


.formHeaders {
  vertical-align: bottom;
  Font-weight:400;
	background: #;
	color: #;
}

/* used on booking path three  */	
label.formLabels{
  width:30%;
}



.select1{ /*highlight color used on home pages, booking path 1 and throughout themes.*/
	background: #;
	color: #;
}

.select1 h1, .select1 h2, .select1 h3, .select1 h4, .select1 h5, .select1 h6{
	color: #;
}
