body
{
	font-size: .85em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background-color: #fff;
}

header,
footer,
nav,
section {
	display: block;
}

table
{
	border-collapse: collapse; /* 'cellspacing' equivalent */
}

table td, table th
{
	padding: 0; /* 'cellpadding' equivalent */
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
	border:1px solid #ddd;
	padding:0 1.4em 1.4em 1.4em;
	margin:0 0 1.5em 0;
}

legend 
{
	font-size:1.2em;
	font-weight: bold;
}

textarea 
{
	min-height: 75px;
}

.editor-label 
{
	margin: 1em 0 0 0;
}

.editor-field 
{
	margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}


#house-list 
{
	width:100%;	
}

#house-list tr:hover 
{
	background-color:Aqua;	
	cursor:pointer;
}


#table-add-house 
{
	
}

.table-labels
{
	vertical-align:top;	
}

#phones p , #photos p
{
	margin :0px;
	padding :0px;	
}

#phones div.phone 
{
	padding:5px;	
}

.btn-remove-phone 
{
	float:right;	
}

#options-dialog li:hover
{
	cursor:pointer;
	background-color:#F39814;
}

#search-results 
{
	width:100%;
	border:1px solid #aaaaaa;
	border-spacing:0px;
}

#search-results tr 
{
	margin:0px;	
	padding:0px;
}

.published
{
	background-color:#FFF8C6;
}

.not-published
{
	background-color:#F88158;
}

#search-results tr.table-data:hover
{
	background-color:#F39814;
	cursor:pointer;
}

#search-results td ,#search-results th
{
	border:1px solid #aaaaaa;
	padding:2px 5px 2px 5px;
	margin:0px;
}

#search-results td.buttons 
{
	width:0px;	
}

.selectable .ui-selecting { background: #FECA40; }
.selectable .ui-selected { background: #F39814; }
.selectable { list-style-type: none; margin: 0; padding: 0;  }
.selectable li { margin: 3px; padding: 0.4em; font-size: 1.0em;  }

.click-selectable .ui-selecting { background: #FECA40; }
.click-selectable .ui-selected { background: #F39814; }
.click-selectable { list-style-type: none; margin: 0; padding: 0;  }
.click-selectable li { margin: 3px; padding: 0.4em; font-size: 1.0em;  }


.house-photo 
{
	position:relative;	
	border:1px solid #efefef;
	padding:2px;
	margin:5px;
	clear:both;
	display:inline-block;
}

.overlay 
{
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	background-color:Aqua;
	width:100%;	
}

.hidden
{
	visibility:hidden;	
}

.photo-selected 
{
	border:1px solid red;	
}

/*
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; }
html>body #sortable li { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
*/

.ui-state-highlight-custom  
{
	border: 1px solid #fcd113; 
	background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x; 
	color: #915608; 
	height: 120px; 
	width: 180px; 
	display: inline-block;
}


.list-users-table 
{
	width:100%;
	border:1px solid #aaaaaa;
}

.list-users-table tr
{
	background-color: AliceBlue;	
}

.list-users-table tr:hover
{
	color: Red;	
	background-color: Aqua;
}

.sort-control 
{
	float:right;	
}
