/**   ELITE ZEBRA TABLES (v.2.0)	*/
	
	#table-container{
		width: 650px;
		background-color: red;
		padding: 0 0 50px 15px;
		margin-left: 15px;
		margin-top: 10px;
		background: transparent;
	}
	
	#table-container-sec{
		width: 650px;
		background-color: red;
		padding: 0 0 50px 25px;
		margin-left: 65px;
		margin-top: 10px;
		background:  transparent;
	}
	
	table.striped {
		border-spacing: 0;
		width: 650px;
	}

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

	table.striped tr td{
		font-family: "Times New Roman", Times, serif;
		font-size: 1.2em;
		margin: 0;
		padding: 3px 9px 4px 9px;
		background: #fff;
	}
	
	
	table.striped td.bottom-bg{
		border-bottom: none;
		background-color: transparent;
	}
	
	table.striped thead td{
		background-color: transparent;
		border-bottom: 1px solid #483318; 
	}
	
	table.striped tbody td{
			background: #eee4cf; 
			border-bottom: 1px solid #483318; 
			padding: 15px 8px 15px 8px;
	}
	
	table.striped tbody td a:link{
			color: #0a5670;
			/*font-weight: bold;*/
			text-decoration: underline;
	}
	
	table.striped tbody td v:link{
			color: #0a5670;
			/*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: #000;
		background-color: #fffaef; 
	}
	
	/* Opera fix */
	head:first-child+body table.striped tr.ruled td{
		background-color: #fffaef; 
	}

	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:#00445b;
		font-weight: bold;
		padding: 3px 0 5px 0;
		height: 20px;
		text-decoration: underline;
		display: block;
	}
	
	table.sortable a.sortheader:hover {
		background-color:inherit;
		color:#5c5e1e;
	}
	
	table.sortable span.sortarrow {
		background-color:inherit;
		font-size: 1em;
		color: #5c5e1e;
		text-decoration: none;
	}