/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons
{
	background: transparent url( '../images/roundedge-gray-left.gif' ) no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	width: 95%;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons
{
	color: white; /*button text color*/
}

a.boldbuttons span
{
	text-align: center;
	background: transparent url( '../images/roundedge-gray-right.gif' ) no-repeat top right;
	display: block;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	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: 180px;
	padding-left: 10px;
}




a.boldbuttons_small
{
	background: transparent url( '../images/roundedge-gray-left.gif' ) no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	width: 95%;
}

a:link.boldbuttons_small, a:visited.boldbuttons_small, a:hover.boldbuttons_small, a:active.boldbuttons_small
{
	color: white; /*button text color*/
}

a.boldbuttons_small span
{
	text-align: center;
	background: transparent url( '../images/roundedge-gray-right.gif' ) no-repeat top right;
	display: block;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons_small
{
	/* Hover state CSS */
	text-decoration: underline;
}

