/*	 EzForm CSS Page	 					
This is the only style sheet needed for the EzRez Form. 

It is organized into the following sections:
>1. FORM- Main form styles
>2. FORM- Popop calendar CSS
>3. FORM- Autosuggest CSS
>4. FORM- SelectBox CSS


/* 
================================================
>1. FORM- Main Styles.
================================================
*/
#searchForm {
	background-color:#ffffff;
	text-align:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border: 1px solid #7aa1c9;
	margin-top: 0px;
	font-size: 13px;
}

.Formfont {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.Formfields {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #737373;
	background-image: url(images/bg_generic.png);
	background-repeat: no-repeat;
}
.Formfields2 {
	color: #333333;
	font-size: 12px;
	border: 1px solid #737373;
	float: left;
	background-image: url(images/bg_generic.png);
}
.Formgray {
	color: #666666;
}
#hideable1 {
	text-align: left;
}
#hideable2 {
	text-align: left;
}
#hideable3 {
	text-align: left;
}
#hideablearea {
	text-align: left;
}
.button {
	float: left;
	background-color:#ffca8b;
	font-family: Verdana, Geneva, arial,verdana,helvetica,sans-serif;
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #737373;
	margin-right: 20px;
	cursor: pointer;
	width: 125px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#button {
	width: 100%;
	float: left;
	height: 50px;
}

/* 
================================================
>2. FORM- Popop calendar CSS.
================================================
*/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* popup calendar styles added to default on initial setup*/
a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	display: block;

	text-indent: -2000px;
	overflow: hidden;
	background: url("images/calendar.png") no-repeat;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 3px;
	float: left;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* 
================================================
>3. FORM- autosuggest CSS
================================================
*/
div.autosuggest
{
	position: absolute;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("images/as_pointer.gif");
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	z-index: 30;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url("images/ul_corner_tr.gif");
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url("images/ul_corner_br.gif");
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url("images/ul_corner_tl.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url("images/ul_corner_bl.gif");
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	/*font-weight: bold;*/
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url("images/hl_corner_br.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url("images/hl_corner_bl.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url("images/hl_corner_tl.gif");
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url("images/hl_corner_tr.gif");
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	/*font-weight: bold;*/
	text-align: center;
}


div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

/* 
================================================
>4. FORM- SelectBox CSS
================================================
*/

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  /*max-height:200px;*/
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&feel of  select box*/
{
	padding-left:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display : block;
	text-align:left;
	background: url("images/bg_select.png") right;
	/*height:18px;*/
  	cursor: pointer;
	border:1px solid #737373;
	color:#333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#rooms1 {
	width: 75px;
	float: left;
}

