/*
classifieds
*/

tr.odd {
	background-color: #E2F6FF;
}
table tr td {
	padding: 9px;
	font-size: 13px;
}
#loading {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 3000;
	background: url('../../../images/community/common/loading_md.gif') no-repeat #fff;
	box-shadow: 0px 0px 16px -3px #000;
	-webkit-box-shadow: 0px 0px 16px -3px #000;
	-moz-box-shadow: 0px 0px 16px -3px #000;
	border-radius: 50px;
	text-align: center;
	font-weight: normal;
	left: 46%;
	top: 410px;
	display: none;
}
.contactName {
    word-break: break-all;
}
