
/*Credits: Originally from Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Modified: BF Bayha - UAW Local 735 webmaster */

a.boldbuttons{
	background: transparent url('media/roundedge-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial;    /* Change 13px as desired */
	line-height: 18px;
 /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	vertical-align: middle;
	height: 20px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

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

a.boldbuttons span{
	background: transparent url('media/roundedge-blue-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%;
}
.buttonwidth { width: 110px; }

/*Color change for committee buttons */

a.comitbuttons{
	background: transparent url('media/roundedge-brown-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial;    /* Change 13px as desired */
	line-height: 18px;
 /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	vertical-align: middle;
	height: 20px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

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

a.comitbuttons span{
	background: transparent url('media/roundedge-brown-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.comitbuttons{ /* Hover state CSS */
	text-decoration: underline;
}

