
/************************************************************/
/************** PROPERTY ADD / EDIT *************************/
/************************************************************/

.optionContainer {
	margin: 8px 4px;
	border: 1px solid #CCCCCC;
}

.optionContainer th {
	text-align: left;
}

.optionContainer p {
  padding: 0 10px;
}

.optionContainer h3 {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}

.optionContainer table.parent {
	width: 590px;
}

.optionContainer table.parent td {
	padding: 4px;
	vertical-align: top;
}

.optionContainer input {
	margin: 0;
}

.optionContainer label input {
	margin-right: 6px;
}

.optionContainer code {
	display: block;
	border: 1px dashed #ccc;
	padding: 12px;
	height: 120px;
	width: 560px;
	font-size: 12px;
	overflow: auto;
}

.optionContainer textarea {
  width: 100%;  
  height: 120px;
}

.optionContainer textarea, 
.optionContainer input,
.optionContainer select {
  font-family: inherit;
  font-size: 12px;
  padding: 2px;
}


.optionContainer textarea.fullText {
  height: 400px;;
}

/************************************************************/
/********************** STEP LINKS **************************/
/************************************************************/

.userOptionsStages {
	text-align: center;
	height: 70px;
	width: 600px;
	margin: auto;
}

.userOptionsStages a
{
	text-decoration: none;
	text-align: center;
	float: left;
	width: auto;
	display: block;
	padding: 0 4px;
	margin: 0 2px;
	border: 1px solid #ccc;
	height: 66px;
	background: #eee; 
}

.userOptionsStages b
{
	display: block;
	font-size: 30px;
	padding: 0 4px;
}


.userOptionsStages a:hover,
.userOptionsStages a.s
{
	border: 1px solid #ccc;
	background: #fff; 
}

.userOptionsBottom {
	margin: auto;
	width: 580px;
	text-align: center;
	height: 70px;
}

.userOptionsBottom input
{
	text-decoration: none;
	text-align: center;
	float: left;
	width: 140px;
	display: block;
	padding: 3px;
	margin: 0 2px;
	border: 1px solid #ccc;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	background: #EEEEEE;
}

.userOptionsBottom a:hover
{
	background: #eee; 
}

.largeButton {
  font-size: 18px;
  font-weight: bold;
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
}


/************************************************************/
/******************** POPUP CALENDAR ************************/
/************************************************************/

#cal1Container, #cal2Container
{
  /* border: 1px solid #99C7DF; */
  margin-left: 68px;
  margin-top: -36px;
}

/************************************************************/
/************************ CALENDAR **************************/
/************************************************************/

.bookingCalendar .parentContainer
{
  width: 260px;
}

.bookingCalendar td 
{
  text-align: center;
}

.bookingCalendar td.nonmonthdays
{
  background:#fff;
}

.bookingCalendar tr.borderMe td
{
  border: 1px ridge #C2D2EF;
  width: 60px;
  line-height: 20px;
}

.bookingCalendar tr.borderMe2 td
{
  border: 1px ridge #C2D2EF;
}

.bookingCalendar .header td
{
  color: #fff;
  background: #224E69;
}

.bookingCalendar .taken
{
  background: #9AC8E0;
}

.bookingCalendar .free
{
  background: #F4EAD1;
}

.bookingCalendar .pending
{
	color: #FFF;
  background: #006B11;
}

/************************************************************/
/******************* CLIENT CALENDAR ************************/
/************************************************************/

.clientBookingCalendar .parentContainer
{
  /* no width needed, specified on the cell */
}

.clientBookingCalendar td 
{
  text-align: center;
}

.clientBookingCalendar td.nonmonthdays
{
  background:#fff;
}

.clientBookingCalendar tr.borderMe td
{
  width: 30px;
  line-height: 30px;
  border: 1px ridge #C2D2EF;
}

.clientBookingCalendar tr.borderMe2 td
{
  border: 1px ridge #C2D2EF;
}

.clientBookingCalendar .header td
{
  color: #fff;
  background: #224E69;
}

.clientBookingCalendar .taken,
.clientBookingCalendar .taken a
{
  background: #9AC8E0;
  text-decoration: none;
}

.clientBookingCalendar .free,
.clientBookingCalendar .free a
{
  background: #F4EAD1;
  text-decoration: none;
}

.clientBookingCalendar .pending,
.clientBookingCalendar .pending a
{
	color: #FFF;
  background: #006B11;
  text-decoration: none;
}

/************************************************************/
/************************ PROPERTY **************************/
/************************************************************/

.propertItem
{
  border-bottom: 1px solid #D6E9F0;
}

.propertItem .setHeight {
	min-height: 110px;
	*height: 110px;
}

.propertItem .moreLink {
	text-align: right;
	line-height: 30px;
}

.propertItem h3, .propertItem h3 a
{
  text-decoration: none;
  line-height: 22px;
  font-size: 12px;
  margin: 0; 
}

/*
	br.clear
	{
		clear: both;
	}
*/

.propertyContainer
{
	width: 600px;
}

.imageContainer
{
	float: right;
	width: 210px;
}

.infoText
{
	margin: 10px 2px;
	line-height: 20px;
}

.mediumImage 
{
	width: 200px;
	height: 200px;
}

.captionContainer
{
	width: 380px;
}

.propertyCaption
{
  margin: 6px auto;
  border-bottom: 1px solid #D6E9F0;
  padding: 2px;
}

.twoLines
{
	min-height: 30px;
	*height: 40px;
}

.propertyCaption .l
{
  float: left;
  width: 160px;
  font-weight: bold;
}

.propertyCaption .r
{
  margin-left: 160px;
}

