@charset "utf-8";
/* CSS Document */



/**** Fades ****/

table.bordered_image {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bordered_image td {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.fadetopwhite {
	background-image: url('../images/fades/white_fade_top.jpg');
	background-repeat: repeat-x;
	border-style: none;
	height: 20px;
}
td.fadeleftwhite {
	background-image: url('../images/fades/white_fade_left.jpg');
	background-repeat: repeat-y;
	border-style: none;
	width: 20px;
}
td.faderightwhite {
	background-image: url('../images/fades/white_fade_right.jpg');
	background-repeat: repeat-y;
	border-style: none;
	width: 20px;
}
td.fadebotwhite {
	background-image: url('../images/fades/white_fade_bottom.jpg');
	border-style: none;
	background-repeat: repeat-x;
	height: 20px;
}

td.fadetopblack {
	background-image: url('../images/fades/black_fade_top.jpg');
	background-repeat: repeat;
	border-style: none;
	height: 20px;
}
td.fadeleftblack {
	background-image: url('../images/fades/black_fade_left.jpg');
	background-repeat: repeat-y;
	border-style: none;
}
td.faderightblack {
	background-image: url('../images/fades/black_fade_right.jpg');
	background-repeat: repeat-y;
	border-style: none;
}
td.fadebotblack {
	background-image: url('../images/fades/black_fade_bottom.jpg');
	background-repeat: repeat-x;
	border-style: none;
	height: 20px;
}

td.fadeleftblack2 {
	background-image: url('../images/fades/bl_to_wht_stripe_left.jpg');
	background-repeat: repeat-y;
	border-style: none;
}
td.faderightblack2 {
	background-image: url('../images/fades/bl_to_wht_stripe_right.jpg');
	background-repeat: repeat-y;
	border-style: none;
}
td.fadetopblackwhite {
	background-image: url('../images/fades/black_white_top.jpg');
	background-repeat: repeat-x;
	background-color: black;
	height: 20px;
}
td.fadebottomblackwhite {
	background-image: url('../images/fades/black_white_bottom.jpg');
	background-repeat: repeat-x;
	background-color: black;
	height: 20px;
}

