.dataTable{
	empty-cells: show;
	/*
	margin-top: 20px;
	width: 100%;
	*/
}

.adListing{
	background-color: white;
	width: 100%;
}

.adListing div{
	margin:5px;
	cursor: pointer;
}

.adListing .link{
	color: black;
	text-decoration: none;
}
.adListing .link:hover{
	background-color: #EFEFEF;
}

.adListing .photo{
	float:left;
	border: 1px solid #D3D3D3;
	padding: 2px;
	width: 100px; height: 100px;
	overflow: hidden;
	background-color: #EFEFEF;
	color: gray;
	font-weight: bold;
	vertical-align: center;
	text-align: center;
}

.adListing .description{
	float:left;
	width: 300px;
}

.adListing .price{
	float:left;
	width: 90px;
}

.adListinglogin{
	background-color: white;
	width: 100%;
}

.adListinglogin div{
	margin:5px;
	cursor: default;
}

.adListing .link{
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.adListinglogin .link:hover{
	background-color: #EFEFEF;
}

.adListinglogin .photo{
	float:left;
	border: 1px solid #D3D3D3;
	padding: 2px;
	width: 100px; height: 100px;
	overflow: hidden;
	background-color: #EFEFEF;
	color: gray;
	font-weight: bold;
	vertical-align: center;
	text-align: center;
}

.adListinglogin .editdelete {
	position:relative; top:40px;
}

.adListinglogin .actionbtn {
	width:100px; position:relative; top:4px; left:-30px;
}

.adListinglogin .optionbtn {
	width:80px; position:relative; top:-18px; right:-75px;
}

.adListinglogin .description{
	float:left;
	width: 300px;
}

.adListinglogin .expirebtn1{
	width:100px; position:relative; top:-15px; left:-30px;
}

.adListinglogin .expirebtn2{
	width:100px; position:relative; top:4px; left:-30px;
}

.adListinglogin .hr{
	border-style:solid; 
	margin-bottom:0px; 
	border-color:#c9dee9; 
	background-color:#c9dee9; 
	color:#c9dee9;
}

.adListinglogin .editimg{
	float:left; margin-top:1px; margin-right:5px; margin-left:-2px;
}

.adListinglogin .deleteimg{
float:left; margin-top:1px; margin-left:8px; margin-right:5px;
}

.AS_link {
	width: 165px;
	float: left;
	margin-top: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14516d;
	text-align: right;
	background: url(/aptsrentals/images/envelope.gif) no-repeat 0px 17px;
	border: 1px solid #dedede;
	padding: 5px;
	}
	
.AS_link a {
	font-weight: bold;
	text-decoration: none;
	color: #14516d;
	}
	

.AS_link .big {
	font-size: 38px;
	color: #547c39;
	font-weight: bold;
	font-family: Helvetica, Arial, sans serif;
	margin-top: 5px;
	margin-bottom: 3px;
	clear: both;
	line-height:40px;
	}

.AS_link .bigsub {
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #547c39;
	line-height: 7px;
	}
	
.AS_link a.clickHere {
	clear: both;
	display: block;
	text-transform: uppercase;
	color: #547c39;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	background: #cef4b5;
	border: 1px solid #a1b196;
	padding: 3px 5px 3px 5px;
	font-family: Helvetica, Arial, sans serif;
	}
	
.AS_link a.clickHere:hover {
	color: #2e5217;
	}

