table.tblSimple {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: #cccccc;

	border-collapse: collapse;
	background-color: white;
	text-align:left;
    width:100%;
    font-family:Verdana;
    font-size:13px;
}
table.tblSimple th {
	border-width: 1px;
	padding-left: 4px;
	border-style: solid;
	border-color: #cccccc;
    background-color:#6e8bba;
	text-align:left;
	height:25px;
    color:#fff;
    font-weight:400;
    text-align:center;
}
table.tblSimple td {
	border-width: 1px;
	padding-left:4px;
    padding-right:4px;
	border-style: solid;
	border-color: #cccccc;
	height:35px;
    text-align:right;
}


table.tblSimple tr:nth-child(even) {
    background-color: #eeeeee;
}

table.tblSimple tr:hover {
    
    background-color:#f6f6f6;
    cursor:default;
}






.imgFullWidth
{
    width: 100%;
margin-bottom:20px;
padding: 1px 0px 1px 0px;
border-top: solid 1px #999;
border-bottom: solid 1px #999;
}

.imgLeft
{
	width:50%;
	max-width:300px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.imgRight
{
	width:50%;
	max-width:300px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}








