/* cvs id: $Id: style.css,v 1.1 2009/10/13 06:19:31 sean Exp $ */

#search-panel-container {
	height: auto;
	border: 0px solid #dedbd0;
	position: relative;
	text-align: left;
}

#embedded-calendar {
	position: absolute;
	top: 0px;
	left: -200px;
	height: 185px;
	width: 210px;
	display: none;
	z-index: 100;
}

#invalid-date {
	position: absolute;
	left: 10px;
	width: 200px;
	top: -10px;
	display: none;
	color: #ffffff;
	padding: 8px;
	background: red;
	border: 0px solid #aea894;
	font-weight: bold;
	font-size: 1.1em;
}

.accommFormSearch-subBox {
	background-color: #fff;
	color: #000;
	border: 1px solid #000000;
	font-size: 12px;
}

.accommFormSearch-bookingPanel {
  width: 220px;
  padding: 0px;
  font-family: Verdana, sans-serif;
}


.accommFormSearch-innerPanel {
  margin-top: 0px;
  margin-left: 15px;
}


.accommFormSearch-bookingPanel td {
  vertical-align: middle;
}

.accommFormSearch-rangeValid {
  color: #fff;
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
  border: none;
  width: 132px;
  padding: 1px;
  background-color : transparent;
}

.accommFormSearch-rangeInvalid {

  color: #F00;
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
  border: none;
  width: 132px;
  padding: 1px;
  background-color : transparent;
}

.accommFormSearch-bookingSelect {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
	border: 0px;
	color:#8D8674;
	font-family:"verdana","arial",sans-serif;
	font-size: 12px;
	padding: 0px;
	width: 55px;
}

.accommFormSearch-bookingSelect-Larger {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
	border: 0px;
	color:#8D8674;
	font-family:"verdana","arial",sans-serif;
	font-size: 12px;
	padding: 0px;
	width: 80px;
}

.accommFormSearch-bookingHead2 {
	line-height: 150%;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
  padding: 6px;
}

.accommFormSearch-bookingText {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #2b8aaa;
	padding-right: 8px;
	vertical-align: middle;
}

.accommFormSearch-bookingSmall {
  border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
	color: #FFF;
	padding: 4px;
}

input.assured_button.assured_button {
background: url('assured_button.gif') no-repeat 0 0;
border: none;
/*border:1px solid #9BB8C8;
font-family:"verdana","arial",sans-serif;
font-size:11px;
font-weight:bold;
color:#1758A8;
*/
cursor:pointer;
height: 32px;
width: 89px;
}



/* Calendar Styles */
div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar table
{
  background-color: #fff;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #fff;
  /*border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;*/
  font-weight: bold;
  font-size: 0.85em; 
  color: #003c78;
}

div.calendar tr.days td {
  width: 2em;
  color: #eea118;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.assured_button-calendar:hover
{
  background: #34ABFA;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.assured_button-calendar:active
{
  background: #fff;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #003c78;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}