/**
 * Sprites INC archive — shared styles for sprite gallery pages.
 * Many pages still duplicate these rules inline at the bottom; prefer editing here
 * and removing the duplicate <style> blocks over time.
 */

.sheet {
	background-color: #1d70bd;
	border: 5px solid transparent;
	padding: 5px;
}

.sheetalt {
	background-color: #185c9c;
	border: 5px solid transparent;
	padding: 5px;
}

#ssheet {
	border-image: url(../images/spriteborder.gif) 5 5 round;
}

/* Legacy gallery markup uses td background="/iconb.png"; prevent tiling. */
#ssheet.sheetalt {
	background-repeat: repeat-x;
}
#ssheet.sheetalt  td[background$="/iconb.png"]{
	background-repeat: repeat-x;
}



#ssheet.sheetalt div {
	background-repeat: no-repeat;
}