/* This centers the table */
.tablediv {
	text-align: center;
}

/* This is the universal style for both tables */
table.compare {
	width: 690px;
	border:none;
	font-family: Arial, Helvetica, sans-serif; /* This is the universal text. If you want to use a differnt font in certain table cells only, then you can specify that in the cell class itself */
	font-size: 14px;
	font-weight: bold;
	color:black;
	background-color: inherit;
}

/* this is the universal styling for the table headings for table. It centers the text */
th.vj {
	text-align:center;
	font-size: 20px;
	border-bottom:none;
}

/* This is the universal styling for the table data. It aligns the text to the left */
td.vj {
	text-align: left;
	width:230px;
	padding:10px;
	border-top: 3px solid #286f09;
	border-right: 3px solid #286f09;
	
}

/* This is for the right table data column */
td.vj_noborder {
	text-align: left;
	width:225px;
	padding:10px;
	border-top: 3px solid #286f09;
	
}

/*======== Start Vertical Jumping styles =======*/

/*This styles the Vertical Jumping left column header */
th.VJLeft {
	background: url(http://www.verticaljumping.com/images/VJLeft.png) no-repeat;
	height: 160px;
	border-right:3px solid #286f09;
}

/*This styles the Vertical Jumping center column header */
th.VJCenter {
	background: url(http://www.verticaljumping.com/images/VJCenter.png) no-repeat;
	height:160px;
	border-right:3px solid #286f09;
}

/* This styles the Vertical Jumping right column header */
th.VJRight {
	background: url(http://www.verticaljumping.com/images/VJRight.png) no-repeat;
	height:160px;
}

/* This is the left data column */
td.VJLeftData {
	background: url(http://www.verticaljumping.com/images/VJLeftData.jpg) repeat-y;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	width:230px;
}

/* this is the right data column */
td.VJRightData {
	background: url(http://www.verticaljumping.com/images/VJRightData.jpg) repeat-y;
	width:231px;
	
}

.vjfooter {
	background: url(http://www.verticaljumping.com/images/VJFooter.png) no-repeat;
	border-right:none !important;
	border-top:3px solid #286f09;
	height:38px;
	width:685px;
	padding: 0;
	text-align: center !important;
	font-weight: normal;
	vertical-align: middle;
}

