/* This file is used for CSS rules that apply to all sites: TW, Template-based, Custom */

/* PROPERTY GRID RULES */

div#propGrid th { 
	font-size:11px;
	vertical-align:bottom;
	text-align:left;
	padding:2px;
}
div#propGrid a:link, div#propGrid a:visited { color:#000;text-decoration:none; }
div#propGrid a:hover { text-decoration:underline;}
div#propGrid td {
	vertical-align:middle;
	padding:2px;
}
div#propGrid input {width:70px;}
div#propGrid select {width:90px;}

.trOdd td{ border-bottom:1px solid #999;border-top:1px solid #999;background-color:#eee; }
.trEven td{ border-bottom:1px solid #999;border-top:1px solid #999;background-color:#fff; }

.tdAvailable{color:green; font-weight:bold;}
.tdPending{color:yellow; font-weight:bold;}
.tdReserved{color:red; font-weight:bold;}

.th1{ }

.td4{ text-align:center; }

/* PROPERTY GRID FILTER RULES */

div#propGrid_divFilter table, 
div#propGrid_divFilter td, 
div#propGrid_divFilter th
	{ border:none; }
	
div#propGrid_divFilter table {width:550px;margin-bottom:20px;}
div#propGrid_divFilter select {width: 75px;}
div#propGrid_divFilter td.tdFilter1 {font-weight:bold;}

/* Weather */
div#divWeather {
	width:160px;
	height:100px;
	float:right;
	clear:right;
	line-height: 14px;
	text-align:center;
	font-size: 11px;
	margin:0 10px;
	padding-top:52px;
	background-image:url(images/bgWeatherBox.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
}

/*start - added by Fausto*/
div#lotGrid{
	padding-left:15px;
}
div#lotGrid .td1 input, 
div#lotGrid .td2 input, 
div#lotGrid .td3 input, 
div#lotGrid .td4 input, 
div#lotGrid .td5 input, 
div#lotGrid .td6 input {width:50px;}
div#lotGrid select {width:90px;}

input.lotGridViewBtn, input.lotGridDeleteBtn {
	width:20px;
	height:17px;
}
input.inputTxtPrice {
	border:1px solid #a5add0;
	background-color:#fff;
	width:70px;
}
div#lotGrid th { 
	font-size:11px;
	vertical-align:bottom;
	text-align:left;
	padding:2px;
}
div#lotGrid a:link, div#lotGrid a:visited { color:#000;text-decoration:none; }
div#lotGrid a:hover { text-decoration:underline;}
div#lotGrid td {
	vertical-align:middle;
	padding:2px;
}

/*end - added by Fausto*/
