/**   ELITE ZEBRA TABLES (v.2.0)	*/

	table.striped {
		border-spacing: 0px;
	}

	* html table.striped {
		border-collapse:collapse;
	}

	table.striped tr td{
		padding: 2px 0 2px 0 ;
		background: #fff;
	}
	
	/*table.striped thead td{
		color: #fff;
		background-color: #124384;
		font-weight: bold;
	}*/
	table.striped tbody td{
	border-top: 1px solid #447b99; 
	}
	
	table.selectable tbody tr{
		cursor: pointer;
	}

	table.selectable tbody tr.disabled{
		font-style: italic;
		color:#999;
		cursor: default;
	}
	
	table.striped tbody tr.even td{
		background: #fff;
		border-top: 1px solid #447b99; 
	}
	
	table.striped tbody tr.selected td{
		background: #ffffff;
		color: #447b99;
		border-top: 1px solid #447b99; 
	}
	
	table.striped tbody tr.ruled td{
		color:#ff9933;
		background-color: #fff; 
		border-top:1px solid #447b99;
		/*font-weight: bold; */
		/*border-color: #3292FC; */
	}
	
	/* Opera fix */
	head:first-child+body table.striped tr.ruled td{
		background-color: #fff; 
		border-top:1px solid #ff9933;
                color:#ff9933;
	}

	table.striped tbody tr.selected a {
		background-color:inherit;
		color:#ff9933;
	}
	table.striped tbody tr.ruled a {
		background-color:inherit;
		color:#ff9933;
	}
	table.striped tbody a:link {
		background-color:inherit;
		color:#ff9933;
	}
	table.striped tbody a:visited {
		background-color:inherit;
		color:#ff9933;
	}
	table.striped tbody a:active {
		background-color:inherit;
		color:#ff9933;
	}
	table.striped tbody a:hover {
		background-color:inherit;
		color:#ff9933;
	}

	.stripe_button
	{
		padding:3px;
		border: 1px solid #666;
		background-color: #C6E3FF;
		cursor: pointer;
	}

	table.sortable a.sortheader {
		background-color:inherit;
		color:#FFF;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	
	table.sortable a.sortheader:hover {
		background-color:inherit;
		color:#C6E3FF;
	}
	
	table.sortable span.sortarrow {
		background-color:inherit;
		color: #CCC;
		text-decoration: none;
	}
