.top-table-default{
 	background-image:url(../images/tables/top-table.gif);
	background-repeat:no-repeat;	
	height:14px;
}
.bottom-table-default{
 	background-image:url(../images/tables/bottom-table.gif);
	background-repeat:no-repeat;	
	height:14px;
	margin-bottom:10px;
}

/* error styles */

.top-table-error{
 	background-image:url(../images/tables/top-table-error.gif);
	background-repeat:no-repeat;	
	height:14px;
}
.bottom-table-error{
 	background-image:url(../images/tables/bottom-table-error.gif);
	background-repeat:no-repeat;	
	height:14px;
	margin-bottom:10px;
}
.error-div{
	background-color:#e6acac;
	padding:5px;
}

/* success styles */

.top-table-success{
 	background-image:url(../images/tables/top-table-success.gif);
	background-repeat:no-repeat;	
	height:14px;
}
.bottom-table-success{
 	background-image:url(../images/tables/bottom-table-success.gif);
	background-repeat:no-repeat;	
	height:14px;
	margin-bottom:10px;
}
.success-div{
	background-color:#a0da9a;
	padding:5px;
}

/* success styles */

.top-table-oops{
 	background-image:url(../images/tables/top-table-oops.gif);
	background-repeat:no-repeat;	
	height:14px;
}
.bottom-table-oops{
 	background-image:url(../images/tables/bottom-table-oops.gif);
	background-repeat:no-repeat;	
	height:14px;
	margin-bottom:10px;
}
.oops-div{
	background-color:#d1ace6;
	padding:5px;
}

.tablerowtop{
	background-color:#c9ecff;
	padding:5px;
}
.tablerow1{
	background-color:#bce1f5;
}
.tablerow2{
	background-color:#b3ddf3;
}
.table-header{
	background-color:#6db8e2;
	color:#FFFFFF;
}

.greenfont{
	color:green;
}
.redfont{
	color:red;
}

.image-holder{
	width:100px;
	text-align:center;
	float:left;
	padding:10px;
	padding-bottom:30px;
	margin-right:20px;
	margin-bottom:10px;
	background-color:#b3ddf3;
}
.image{
	background-color:#b3ddf3;
	margin-bottom:5px;
	margin-top:5px;
	border:1px solid black;
}
.imagetext{
	font-size:9px;
}