.bord-1-all {  border-color: #006600 #006601 #006602 #006603; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
p {  margin-top: 7px; margin-bottom: 7px}

.report-box {
	text-align: left;
	width: 600px;
	padding: 10px 0;
	margin: 0 0 15px 0;
	float: left;
	border-bottom: 1px dashed #006600;
}

.report-box .imageBox {
	width: 170px;
	float: left;
	margin: 0 10px 20px 0;
}
.report-box .imageBox img, #reportRight img {
	border: none;
}

.report-box h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	margin: 0 0 5px 0;
}

.section-head {
	font-size: 22px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	margin: 5px 0 15px 0;
}

/* Full report view */

#reportLeft {
	width: 290px;
	float: left;
}

#reportRight {
	width: 290px;
	float: right;
}
#reportRight p {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 250px;
}

#thumbs-box {
	float: left;
	line-height: 70px;
	padding: 15px 0;
}

.report-thumb {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #006600;
}

.report-image {
	float: right;
	margin: 0 10px 0 0;
	border: 1px solid #006600;
}

#statsTbl {
	font-size: 12px;
}

/* Global styles *******************/

.reportPara {
	padding-left: 180px;
}

.boldGreen {
	font-weight: bold;
	color: #006600;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clear {
	clear: both;
	heigth: 1px;
}

.noBorder {
	border: none;
}