/* Big buttons on the frontpage */
a.buttonred
{
background: transparent url('../images/buttons/fbe-red-left.png') 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;
z-index: 100;
}

a.buttonred span
{
background: transparent url('../images/buttons/fbe-red-right.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
font: normal 13px Tahoma;
z-index: 100;
}

/* green version of the next/back/etc buttons */
a.greenbutton {
background: transparent url('../images/buttons/oval-green-left.png') 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;
z-index: 100;    
}

a:link.greenbutton, a:visited.greenbutton, a:active.greenbutton
{
color: #494949; /*button text color*/
font: normal 13px Tahoma;
z-index: 100;
}
 
a.greenbutton span
{
background: transparent url('../images/buttons/oval-green-right.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
font: normal 13px Tahoma;
z-index: 100;
height: 16px; /* Height of button background height */
}
 
a.greenbutton:hover
{ 
background-position: bottom left;
z-index: 100;
}
 
a.greenbutton:hover span, a:visited.greenbutton:hover span, a:active.greenbutton:hover span
{
font: normal 13px Tahoma;	
background-position: bottom right;
color: black;
z-index: 100;
}
/* red version of the next/back/etc buttons */
a.redbutton {
background: transparent url('../images/buttons/oval-red-left.png') 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;
z-index: 100;    
}

a:link.redbutton, a:visited.redbutton, a:active.redbutton
{
color: #494949; /*button text color*/
font: normal 13px Tahoma;
z-index: 100;
}
 
a.redbutton span
{
background: transparent url('../images/buttons/oval-red-right.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
font: normal 13px Tahoma;
z-index: 100;
height: 16px; /* Height of button background height */
}
 
a.redbutton:hover
{ 
background-position: bottom left;
z-index: 100;
}
 
a.redbutton:hover span, a:visited.redbutton:hover span, a:active.redbutton:hover span
{
font: normal 13px Tahoma;	
background-position: bottom right;
color: black;
z-index: 100;
}

/* blue version of the next/back/etc buttons */
a.bluebutton
{
background: transparent url('../images/buttons/oval-blue-left.png') 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;
z-index: 100;
}
 
a:link.bluebutton, a:visited.bluebutton, a:active.bluebutton
{
color: #494949; /*button text color*/
font: normal 13px Tahoma;
z-index: 100;
}
 
a.bluebutton span
{
background: transparent url('../images/buttons/oval-blue-right.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
font: normal 13px Tahoma;
z-index: 100;
height: 16px; /* Height of button background height */
}
 
a.bluebutton:hover
{ 
background-position: bottom left;
z-index: 100;
}
 
a.bluebutton:hover span, a:visited.bluebutton:hover span, a:active.bluebutton:hover span
{
font: normal 13px Tahoma;	
background-position: bottom right;
color: black;
z-index: 100;
}
/* grey version of the next/back/etc buttons */
a.button
{
background: transparent url('../images/buttons/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;
z-index: 100;
}
 
a:link.button, a:visited.button, a:active.button
{
color: #494949; /*button text color*/
font: normal 13px Tahoma;
z-index: 100;
}
 
a.button span
{
background: transparent url('../images/buttons/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*/
font: normal 13px Tahoma;
z-index: 100;
height: 16px; /* Height of button background height */
}
 
a.button:hover
{ 
background-position: bottom left;
z-index: 100;
}
 
a.button:hover span, a:visited.button:hover span, a:active.button:hover span
{
font: normal 13px Tahoma;	
background-position: bottom right;
color: black;
z-index: 100;
}
 
.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden;
width: 100%;
background: transparent url('../images/buttons/gray-left.gif') no-repeat top left;
z-index: 100;
}

.buttonflow 
{
	float: right;
	margin-left: 20px;
	z-index: 100;
}
