@charset "ISO-8859-1";
/* CSS Document */
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 98%;
}


a.ovalbutton{
	background: transparent url('../images/button/oval_button/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left; 
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* 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.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/button/oval_button/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	font-variant: normal;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
font-variant: normal;
}

.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.green{
background: transparent url('../images/button/oval_button/oval-green-left.gif') no-repeat top left
}

a.green span{
background: transparent url('../images/button/oval_button/oval-green-right.gif') no-repeat top right;
}

a.orange{
background: transparent url('../images/button/oval_button/oval-orange-left.gif') no-repeat top left
}

a.orange span{
background: transparent url('../images/button/oval_button/oval-orange-right.gif') no-repeat top right;
}

a.blue{
background: transparent url('../images/button/oval_button/oval-blue-left.gif') no-repeat top left
}

a.blue span{
background: transparent url('../images/button/oval_button/oval-blue-right.gif') no-repeat top right;
}

a.red{
background: transparent url('../images/button/oval_button/oval-red-left.gif') no-repeat top left
}

a.red span{
background: transparent url('../images/button/oval_button/oval-red-right.gif') no-repeat top right;
}

a.ovalbutton_sm{
background: transparent url('../images/button/oval_button_sm/gray_left.gif') no-repeat top left
display: block;
	float: left; /* Change 13px as desired */
	line-height: 12px; /* This value + 2px + 2px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 16px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a:link.ovalbutton_sm, a:visited.ovalbutton_sm, a:active.ovalbutton_sm{
color: #494949; /*button text color*/
}

a.ovalbutton_sm span{
background: transparent url('../images/button/oval_button_sm/gray_right.gif') no-repeat top right;
display: block;
padding: 2px 8px 2px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton_sm:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton_sm:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	font-variant: normal;
}

.buttonwrapper_sm{ /* 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.green_sm{
background: transparent url('../images/button/oval_button_sm/green_left.gif') no-repeat top left
}

a.green_sm span{
background: transparent url('../images/button/oval_button_sm/green_right.gif') no-repeat top right;
}

a.gray_sm{
background: transparent url('../images/button/oval_button_sm/gray_left.gif') no-repeat top left
}

a.gray_sm span{
background: transparent url('../images/button/oval_button_sm/gray_right.gif') no-repeat top right;
}

a.orange_sm{
background: transparent url('../images/button/oval_button_sm/orange_left.gif') no-repeat top left
}

a.orange_sm span{
background: transparent url('../images/button/oval_button_sm/orange_right.gif') no-repeat top right;
}

a.blue_sm{
background: transparent url('../images/button/oval_button_sm/blue_left.gif') no-repeat top left
}

a.blue_sm span{
background: transparent url('../images/button/oval_button_sm/blue_right.gif') no-repeat top right;
}

a.red_sm{
background: transparent url('../images/button/oval_button_sm/red_left.gif') no-repeat top left
}

a.red_sm span{
background: transparent url('../images/button/oval_button_sm/red_right.gif') no-repeat top right;
}

a.squarebutton{
	background: transparent url('../images/button/square_button/square-gray-left.gif') no-repeat top left;
	display: block;
	float: left; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 2px;
	margin-right: 2px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/button/square_button/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.green_sb{
background: transparent url('../images/button/square_button/square-green-left.gif') no-repeat top left
}

a.green span_sb{
background: transparent url('../images/button/square_button/square-green-right.gif') no-repeat top right;
}

a.orange_sb{
background: transparent url('../images/button/square_button/square-orange-left.gif') no-repeat top left
}

a.orange_sb span{
background: transparent url('../images/button/square_button/square-orange-right.gif') no-repeat top right;
}

a.blue_sb{
background: transparent url('../images/button/square_button/square-blue-left.gif') no-repeat top left
}

a.blue_sb span{
background: transparent url('../images/button/square_button/square-blue-right.gif') no-repeat top right;
}

a.red_sb{
background: transparent url('../images/button/square_button/square-red-left.gif') no-repeat top left
}

a.red_sb span{
background: transparent url('../images/button/square_button/square-red-right.gif') no-repeat top right;
}

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;
}

</style>
