@charset "ISO-8859-1";
/* CSS Document */
<style type="text/css">

a.boldbuttons{
	background: transparent url('../images/button/bold_button/roundedge-gray--left.gif') no-repeat top left;
	display: block;
	float: left; 
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px; /* Change as desired */
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left:2px;
	margin-right:2px;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/button/bold_button/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}



.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.bb_green{
background-image: url('../images/button/bold_button/roundedge-green-left.gif')
}

a.bb_green span{
background-image: url('../images/button/bold_button/roundedge-green-right.gif')
}

a.bb_blue{
background-image: url('../images/button/bold_button/roundedge-blue-left.gif')
}

a.bb_blue span{
background-image: url('../images/button/bold_button/roundedge-blue-right.gif')
}

a.bb_brown{
background-image: url('../images/button/bold_button/roundedge-brown-left.gif')
}

a.bb_brown span{
background-image: url('../images/button/bold_button/roundedge-brown-right.gif')
}

a.bb_red{
background-image: url('../images/button/bold_button/roundedge-red-left.gif')
}

a.bb_red span{
background-image: url('../images/button/bold_button/roundedge-red-right.gif')
}
</style>
