@charset "utf-8";
/* CSS Document */

@import url("index.css");


.simuArea table{
	border-collapse:separate;
}

td , th{
	padding:5px;
	}
th{
	padding-left:15px;
}
	 .blue th {
	 background-image:url(../../../images/tableBg.jpg);
	background-color: #99CCFF;
	background-repeat:repeat-y;
	background-position:right;
	background-position:right;
	text-align:left;
	
	}
	
	
	.red th {
	background-image:url(../../../images/tableBgRed.jpg);
	background-color: #FF9899;
	background-repeat:repeat-y;
	background-position:right;
	text-align:left;
	}
	

	
