﻿

.bspace {margin-bottom:15px;}
#lmname {display:none;}

a { cursor:pointer !important; }

.rspacer20 { margin-right:20px; }
.rspacer50 { margin-right:50px; }

.spacer5 { height:5px;clear:both; }
.spacer10 { height:10px;clear:both; }
.spacer20 { height:20px;clear:both; }
.spacer30 { height:30px;clear:both; }
.spacer40 { height:40px;clear:both; }

.height50 { height:50px !important; overflow:hidden; }
.height100 { height:100px !important; overflow:hidden; }
.height150 { height:150px !important; overflow:hidden; }
.height200 { height:200px !important; overflow:hidden; }
.height250 { height:250px !important; overflow:hidden; }


.img-left {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}
.img-right {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
}


/* footer css for collapsing as this will be the same for all sites */
@media only screen and (min-width : 992px) {
	#dis { text-align:left; }
	#lsw, #snl { text-align:center; }
	#cpr { text-align:right; }
}
@media only screen and (max-width : 991px) {
	#dis,#lsw,#snl,#cpr { text-align:center; }
}
/* end footer css */

/* basic search results styling */
.sresult {
	margin-bottom:20px;
}
.sresult > a {
	font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
	display:block;
}
.sresult > p {
	color:#888;
	text-align:justify;
}
/* end basic search results styling */
