/* CSS Document */
	table.fancy {
		border-collapse:collapse;
		border-spacing:0px;
		padding: 0px;
		margin: 0px;
		color:#333399;
	}

	table.fancy td {
		padding: 0px 5px;
		margin: 0px;
	}
	
	table.fancy th {
		font-weight:bold;
		padding:0px 10px;
	}

	table.fancy thead .fancy {
		height: 21px;
		color:#FFFFFF;
		background-color:#5C80AC;
		border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: #FFFFFF 1px solid;
		text-shadow: 1px 1px 3px #999999;
		font-weight: bold;
		border-left: #FFFFFF 1px solid;
	}	

	table.fancy tfoot .fancy {
		height: 21px;
		color:#FFFFFF;
		background-color:#3E628E;
		border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: #FFFFFF 1px solid;
		text-shadow: 1px 1px 3px #999999;
		border-left: #FFFFFF 1px solid;
	}	

	table.fancy tbody tr.odd {
		background-color:#E7F7FF;
	}
	
	table.fancy tbody .fancy {
		border-top: #CCCCCC 1px solid;
		border-left: none;
		border-bottom: none;
		border-right: #CCCCCC 1px solid;
		border-left: #CCCCCC 1px solid;
	}
	
	table.fancy tfoot tr {
		background-color:#EEEEEE;
	}

	table.fancy thead tr .img {
		background-image: url(/theme/wsm/fancytable/header.gif);
		background-repeat: repeat-x;
		background-position:top;
		background-color:#4795B5;
	}

	table.fancy tfoot tr .img {
		background-image: url(/theme/wsm/fancytable/footer.gif);
		background-repeat: repeat-x;
		background-position:bottom;
		background-color:#297797;
	}
