ul#rentalsEdit{
	list-style-image:none;
}

ul#rentalsEdit li{
	float:left;
}

ul#rentalsSearch{
	list-style-image:none;
}

ul#rentalsSearch li{
	float:left;
	padding:5px;
}

form#rentalsSearchForm{
	height:auto;
	margin-bottom:30px;
	float:none;
	clear:both;
}

table#rentalsTable td, table#rentalsTable th {
	font-size:12px;
}

.photobrowser {
    background-repeat: no-repeat;
    background-color:#454D7E;
    /*ALL PHOTOS FOR THE SAME LISTING NEED TO BE THE SAME DIMENSION.  HOWEVER, IF YOU HAVE DIFFERENT SIZES FOR DIFFERENT PROPERTIES SIMPLY ADJUST THE WIDTH HERE TO COMPENSATE */
     

    width: 314px;  /* for IE */
    padding-left:5px;
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;
	


    font-family:arialhelvetica,sans-serif; 
    font-size:12px;
    color:white;
	
    vertical-align:middle;
    font-weight: bold;
    position:relative;
    /*CHANGE THE POSITION ON THE PAGE WITH THE FOLLOWING TWO STYLE ATTRIBUTES (THEY MEASURE FROM THE TOP LEFT CORNER) */

}
.photobrowser a {
	padding:5px;
}
.photobrowser .direction, .photobrowser .direction a{
	margin-bottom:0px;
	font-size:11px;
	color:white;
	text-decoration:none;
}

.rentalsClear {
	clear:both;
}

.rentalsCenter {
	text-align:center;
}

tr.rentalsTableHeader {
	background-color:#9ad91c;
}
#rentalsTable {margin-bottom:10px;}
#rentalsTable td p, #rentalsTable td h2 {margin:0;padding:0;}
#rentalsTable td {
padding:10px;
padding-top:6px;
padding-bottom:6px;
}

tr.rentalsTableHeader th {padding:10px;}

tr.rentalsTableHeader, tr.rentalsTableHeader a{
	color:#000;font-size:14px;
}

tr.rentalsTableDark {
	background-color:#ecd7aa;
}

tr.rentalsTableLight {
	background-color:#f4e2bd;
}