/**   ELITE ZEBRA TABLES (v.2.0)	*/
	

	#table-container-new{
		width: 425px;
		padding: 2px 0 50px 120px;
		margin-left: 0px;
		margin-top: 10px;
		border: 0px solid #ccc;
		
	}
	
	#table-container{
		width: 625px;
		padding: 2px 0 50px 0px;
		margin-left: 0px;
		margin-top: 10px;
		
	}
	
	
		
	table.striped {
		border-spacing: 0;
		width: 610px;
		
	}

	* html table.striped {
		border-collapse:collapse;
	}

	table.striped tr td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		margin: 0;
		padding: 4px 9px 4px 9px;
		background: #fff;
	}
	
	
	table.striped td.bottom-bg{
		border-bottom: none;
		background-color: transparent;
	}
	
	table.striped thead td{
		color: #5bc4bf;
		background-color: #fff;
		font-weight: bold;
	}
	
	table.striped tbody td{
			background: #fff;
			border-bottom: 1px solid #483318; 
			padding: 8px 8px 8px 8px;
	}
	
* html table.striped tbody td{
			background: #fff;
			border-bottom: 1px solid #483318; 
			padding: 8px 8px 8px 8px;
	}
	
	table.striped tbody td a:link{
			color: #5bc4bf;
			/*font-weight: bold;*/
			text-decoration: underline;
	}
	
	table.striped tbody td v:link{
			color: #5bc4bf;
			/*font-weight: bold;*/
			text-decoration: underline;
	}
	
	
	table.striped tbody td a:hover{
			color: #5c5e1e !important;
			text-decoration: none; 
	}
	
	table.striped tbody tr .last{
			border-bottom: none; 
	}
	
	table.selectable tbody tr{
		cursor: default;
	}

	table.selectable tbody tr.disabled{
		font-style: italic;
		color:#999;
		cursor: default;
	}
	
	table.striped tbody tr.selected td{
		background: #3d80df;
		color: #ffffff;
		border-bottom: 1px solid #7DAAEA; 
	}
	
	table.striped tbody tr.ruled td{
		
		color:#341c16;
		background-color: #fdfcf6; 
	}
	
	/* Opera fix */
	head:first-child+body table.striped tr.ruled td{
		background-color: #fdfcf6; 
	}

	table.striped tbody tr.selected a {
		background-color:inherit;
		color:#0a5670;
	}
	table.striped tbody tr.ruled a {
		background-color:inherit;
		color:#0a5670;
	}
	table.striped tbody a:link {
		background-color:inherit;
		color:#1002CC;
	}
	table.striped tbody a:visited {
		background-color:inherit;
		color:#5c5e1e;
	}
	table.striped tbody a:active {
		background-color:inherit;
		color:#000000;
	}
	table.striped tbody a:hover {
		background-color:inherit;
		color:#000000;
	}

	table.sortable a.sortheader {
		background-color:inherit;
		color:#1367b5;
		font-weight: bold;
		padding: 4px 0px 7px 0px;
		text-decoration: underline;
		display: block;
	}
	
	table.sortable a.sortheader:hover {
		background-color:inherit;
		color:#5bc4bf;
	}
	
	table.sortable span.sortarrow {
		background-color:inherit;
		font-size: 1em;
		color: #5c5e1e;
		text-decoration: none;
	}