@charset "utf-8";
/**   ELITE ZEBRA TABLES (v.2.0)	*/
	table.striped {
	border-spacing: 3px;
	}

	* html table.striped {
	border-collapse:collapse;
	}
	
	
	/* default background color */
	table.striped tr td{
	font-size: 11px;
	font:Arial, Helvetica, sans-serif;
	padding: 5px;
	background: #d9d9d9;
	line-height:18px;
	
	}
	
	/* header title */
	table.striped thead td{
	background-color: #ceceae;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	}
	/* body border */
	
	/* FOR EVEN ROWS */
	table.striped tbody tr.even td {
	border-bottom: 0 solid #FDDB66;
	background-color: #e5e5e5;
	}
	
	.stripe_button
	{
		padding:3px;
		border: 0 solid #666;
		background-color: #C6E3FF;
		cursor: pointer;
	}
