#overDiv {
    padding: 3px;
    font-size:small;
    font-family:verdana, arial, sans-serif;
    color: red;
}

#overDiv .layerResult {
	border: 1px solid gray;
	margin-bottom: 0.75em;
	width: 514px;
}
#overDiv .layerResult:last-child {
    margin-bottom: 0em;
}


#overDiv .layerResult div {
	padding: 1px;
}

#overDiv .layerResult .layerLabel {
    background-color: #333333;
    color: white;
    font-weight: bold;
	border-bottom: 1px solid gray;
}



/***** <table> horizontaly AND verticaly formatted results *****/

#overDiv .layerResult table {
	width: 100%;
}

#overDiv .layerResult table.horizontal th,
#overDiv .layerResult table.vertical th {
	border-bottom: 1px solid gray;
	text-align: left;
	/*vertical-align: middle;*/
}


#overDiv .layerResult table.horizontal td,
#overDiv .layerResult table.vertical td {
	border-bottom: 1px solid lightgray;
	background-color: #EEEEEE;
	text-align: left;
}


/***** <table> verticaly formatted results *****/

#overDiv .layerResult table.vertical th {
	text-align: right;
}


