/* 
		   Style Class
	Created September 10, 2009
	
	This is an experimental class that will content buttons and other accessories as time goes by.
	
	Added - September 10, 2009:
	- btn-Sapphire
*/

.btn-Sapphire {
	padding: 2px 3px;
	color: RoyalBlue;
	font: bold 13px arial;
	border: 2px outset highlight;
}

.btn-SapphireB {
	color: Black;
	padding: 2px 3px;
	font: bold 13px arial;
	border: 2px outset highlight;
}

.btn-A5 {
	color: DarkBlue;
	margin: 3px 5px; 
	padding: 3px 5px; 
	font-weight: bold; 
	border: 1px solid #A5A2A5;
}

.btn-A5-Gold {
	margin: 3px 0;
	color: DarkBlue;
	padding: 3px 5px; 
	font-weight: bold; 
	border: 1px solid #A5A2A5;
	background-color: #FFD700;
}

.arrows li:before {
	content: url(images/bullet-arrow.png) " ";
}