/**
 * 
 * @package adi_helpers
 * @author Adrian Zurkiewicz
 * @version 1.0 
 * 
 */



body {
	
	
	font-family: sans-serif;
	font-size: 11px;
	
	
}


table.listing {
	
	border-width:1px;
	border-collapse: separate;
	border-spacing: 1px;
	
}


table.listing td,
table.listing th {
	
	padding-left: 0px;
	padding-right: 15px;

}

table.listing th {
	
	text-align: left;
	
}



table.zebra {
	
	border-width:1px;
	border-collapse: separate;
	border-spacing: 1px;
	
}


table.zebra td,
table.zebra th {
	
	padding-left: 5px;
	padding-right: 5px;

}


table.zebra th {
	
	font-weight: bold;
	font-size: 1.1em;
	
	text-align: left;
	
	line-height: 2em;
	

background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #bcbcbc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#bcbcbc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#bcbcbc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e5e5e5 0%,#bcbcbc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

	
}


table.zebra tr:nth-child(odd) {
   background-color: #ddd;
}