﻿/* BLUE */

a.ovalbuttonb{
background: transparent url('img/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
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;
}

a:link.ovalbuttonb, a:visited.ovalbuttonb, a:active.ovalbuttonb{
color: #494949; /*button text color*/
}

a.ovalbuttonb span{
background: transparent url('img/oval-blue-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.ovalbuttonb:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbuttonb:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
/* BLUE END */

/* GREEN */ 
a.ovalbuttong{
background: transparent url('img/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
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;
}

a:link.ovalbuttong, a:visited.ovalbuttong, a:active.ovalbuttong{
color: #494949; /*button text color*/
}

a.ovalbuttong span{
background: transparent url('img/oval-green-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.ovalbuttong:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbuttong:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
/* GREEN  END*/ 


/* ORANGE */
a.ovalbuttono{
background: transparent url('img/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
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;
}

a:link.ovalbuttono, a:visited.ovalbuttono, a:active.ovalbuttono{
color: #494949; /*button text color*/
}

a.ovalbuttono span{
background: transparent url('img/oval-orange-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.ovalbuttono:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbuttono:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
/* ORANGE END */


/* GRAY */
a.ovalbuttongr{
background: transparent url('img/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
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;
}

a:link.ovalbuttongr, a:visited.ovalbuttongr, a:active.ovalbuttongr{
color: #494949; /*button text color*/
}

a.ovalbuttongr span{
background: transparent url('img/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.ovalbuttongr:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbuttongr:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


/* GRAY END */
.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%;
}
