
td {
	vertical-align: top;
}

p {
	margin: 0px;
	padding: 0px;
}

.thumb {
	float: left;
	width: 110px;
	height: 65px;
	margin: 0px 0px 20px 34px;
	border: 0px solid #FFFFFF;
	
	/*
	float: left;
	width: 140px;
	margin: 0px 0px 20px 0px;
	*/
}


.thumbContainer {
	margin: 0px 0px 0px 70px;
	clear: left;
}

.thumbout {
	border : 3px solid #EBEBEB;
	cursor: pointer;
}

.thumbover {
	border : 3px solid #FF7300; /* 1d63a2 */
	cursor: pointer;
}

.spacer {
	font-size: 1px;
	width: 10px;
}

.camTitle {
	font-weight: 700;
	font-size: 16px;
	font-family: Arial;
	color: #0087FF;
	/*width: 203px;*/
	/*height: 25px;*/
}

.camLoc {
	font-weight: 700;
	font-size: 12px;
	font-family: Arial;
	/* height: 18px; */
	color: #6E6E6E;
}

.camDesc {
	font-weight: 400;
	font-size: 12px;
	font-family: Arial;
	width: 203px;
	/* height: 164px*/
	height: 150px;
}

.clickHere {
	font-weight: 700;
	font-size: 14px;
	font-family: Arial;
}

a.clickHereLink:link {
	color: #FF7200;
	text-decoration: underline;
}

a.clickHereLink:visited {
	color: #FF7200; /*852222*/
	text-decoration: underline;
}

a.clickHereLink:active {
	color: #FF7200;
	text-decoration: underline;
}

a.clickHereLink:hover {
	color: #FF7200;
	text-decoration: none;
}
