/* 
	Candy style
	written by Stefan Bihl
*/
		
table {
	border-spacing: 0;
	margin: 1em auto;
	text-align: left;
}


tbody tr td {
	background: #76bdff url('bg_tr.gif') repeat-x;
	border-bottom: 1px solid #676767;
	color: black;
	padding-left:.5em; padding-right:.5em; padding-top:.34em; padding-bottom:.34em
}		

tbody tr.odd td {
	background: #ff71e3 url('bg_tr_odd.gif') repeat-x;
	border-bottom: 1px solid #676767;
	color: black
}		
tbody tr:hover td{
	background: #76bdff;
	border-bottom: 1px solid #676767;
}
tbody tr:hover.odd td{
	background: #ff71e3;
	border-bottom: 1px solid #676767;
}

table a:link {
	background: transparent;
	border-bottom: 1px dotted #1a1a1a;
	color: #1a1a1a;
	padding: 2px;
	text-decoration: none;
}
table a:visited {
	text-decoration: line-through;
	border: none;
}
table a:hover,
table a:focus {
	background: #F7FA16;
	border-bottom: 1px solid #1a1a1a;
	padding: 2px;
}

