/* ---------- 3. tables ---------- */

table {
		border-collapse: collapse;
		} 

th, td { 
		padding: 4px 10px;
		line-height: 1.2;
		} 

tbody.stripy td {
		border-top: 0;
		border-bottom: 0;
		background: #E0FECC;
		color: #3C9402;
		}

caption {
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 0 5px;
		}
thead.stripy {
	background: #9900FF;
		}
thead.stripy th{
	color: #3D0066;
	font-size: 1.3em;
	}
th { 
		text-align: left;
		}

tfoot.stripy {
		background-color: #9900FF;
		}

tfoot.stripy td {
		text-align: center;
		color: #3D0066;
		}
tfoot.stripy a{
	color: #3D0066;
	text-decoration: underline;
}
tbody.stripy tr.alt td {
		background: #EACCFE;
		color: #9900FF;
		}

tbody.stripy tr.over td, tbody.stripy tr:hover td {
		background: #4f70dc;
		color: #ffffff;
}