table {
	
	
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0 0 40px;
}

table th {
  background:#AAC5E1 none repeat scroll 0 0;
  color:#4B4E51;
  font-weight:bold;
  font-size:16px;
  /*height:35px;*/
  line-height:35px;
  padding:0 10px;
}


table td {
	padding:3px; 
	padding:8px 10px;
}
	
/* alternating row colors */
.odd {
	color:#4B4E51;
	font-size:14px;
}


.even {
	background:#D5DDE6 none repeat scroll 0 0;
	color:#4B4E51;
	font-size:14px;
}
