﻿/* 
   This is part of an example to demonstrate how to overlay a button image with 
   any text value. It is an annotated version of the stylesheet indended for 
   example purposes. For a complete example, you also need buttonoverlay.html.
   
   Author: Dave Nicolette  http://www.davenicolette.net
   
   The author places this work in the public domain. 
   This work is offered without charge and without warranty of any kind.  
*/


/* use in conjunction with a button container/group class
   to position a set of buttons on the document */
   
.style_button_about_left {
    float:left;
}

.style_button_about_right {
    float: right;
}

/* container for a group of buttons */

.style_button_about_buttoncontainer { 
    background:transparent;    
}

/* specify the desired spacing between buttons */

.style_button_about_horizontalbuttonspacing { 
    margin-left:0px;
    margin-right:0px;
}

.style_button_about_verticalbuttonspacing { 
    margin-top:4px;
    margin-bottom:4px;
}

/* place button img tags in an element using this class */

.style_button_about_buttonimagecontainer {
    position:relative;
    z-index:1;
}

/* place button text in an element using this class */

.style_button_about_buttontext {
    position:relative;        /* don't change this */
    z-index:2;                /* don't change this */
    top:-20;                  /* adjust to align text vertically over the image */
    height:0;                 /* adjust to control the bottom edge of the hover area */
    font-family:Arial;        /* from here down, adjust per your design */
    color:#000000;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}

.style_button_about_actionbuttontext {
    position:relative;        /* don't change this */
    z-index:2;                /* don't change this */
    xtop:-20;                  /* adjust to align text vertically over the image */
    height:31px;                 /* adjust to control the bottom edge of the hover area */
    font-family:Arial;        /* from here down, adjust per your design */
    color:#fff;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    border: solid 0px Silver;
 
}

.style_button_about_actionbuttontext:hover {
    position:relative;        /* don't change this */
    z-index:2;                /* don't change this */
    xtop:-20;                  /* adjust to align text vertically over the image */
    height:31px;                 /* adjust to control the bottom edge of the hover area */
    font-family:Arial;        /* from here down, adjust per your design */
    color:#fff;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    border: solid 0px Silver;
 
}
 
/* use these to ensure text on buttons doesn't inherit the attributes of normal anchor tags */
a.style_button_about_anchortext:link {
    text-decoration:none;
}
a.style_button_about_anchortext:visited {
    text-decoration:none;
}
a.style_button_about_anchortext:hover {
    text-decoration:none;
}
a.style_button_about_anchortext:active {
    text-decoration:none;
}



.style_button_about_actionbuttonenabled
{
	height:61px;
	background-repeat:repeat-x; 
	background-image: url('images/siteimages/m1.jpg');
	border-bottom: solid 0px #f00;
	float:left;
	text-align: center;
	overflow:visible;
	position: relative;
	margin-right:0px;
	
	padding-top: 8px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	
	padding-top: 76px;
}

.style_button_about_actionbuttonhover
{
	height:61px;
	background-repeat:repeat-x; 
	background-image: url('images/siteimages/1_m1.jpg');
	border-bottom: 0px solid #00f;
	cursor:pointer;
	float:left;
	text-align: center;
	overflow:visible;
	position: relative;
	margin-right:0px;
	
	padding-top: 8px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	
	padding-top: 76px;
}


.style_button_about_actionbutton_l_enabled
{
	width:0px;
	height:137px;
	background-repeat:no-repeat; 
	background-image: url('images/siteimages/left.gif');
	border-bottom: 0px solid #f00;
	float:left;
	text-align: center;
	overflow:visible;
	position: relative;
	margin-right:0px;
}

.style_button_about_actionbutton_l_hover
{
	width:0px;
	height:137px;
	background-repeat:no-repeat; 
	background-image: url('images/siteimages/left_hover.gif');
	border-bottom: 0px solid #00f;
	cursor:pointer;
	float:left;
	text-align: center;
	overflow:visible;
	position: relative;
	margin-right:0px;
}

.style_button_about_actionbutton_r_enabled
{
	width:0px;
	height:137px;
	background-repeat:no-repeat; 
	background-image: url('images/siteimages/right.gif');
	border-bottom: 0px solid #f00;
	float:left;
	text-align: center;
	overflow:visible;
	position: relative;
	margin-right:0px;
}

.style_button_about_actionbutton_r_hover
{
	width:0px;
	height:137px;
	background-repeat:no-repeat; 
	background-image: url('images/siteimages/right_hover.gif');
	border-bottom: 0px solid #00f;
	cursor:pointer;
	float:left;
	text-align: center;
	overflow:visible;
	position: relative;
	margin-right:0px;
}


