
.tabularData {
	border-top: 2px solid #000;
	border-left: 0px solid #cccccc;
	width:550px
}
.tabularData td {
	border-right: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px
}
.tabularData thead td{
	background-color: #E4E4E4;
	border-bottom: 4px solid #B2B2B2;
	height: 55px;
}
.zebra{
	background-color:#F2F2F2;}
