/*############################################################################*/
/*                                                                            */
/* Buttons Cascading Style Sheet (Mozilla)                                    */
/* Copyright 2010-2011 Russell Warburton                                      */
/*                                                                            */
/* Filename: /styles/current/buttons/buttons.css (css)                        */
/* Author: Russell Warburton (russell@warburnet.com.au)                       */
/*                                                                            */
/* No portion of this computer program may be used without prior written      */
/* permission from the author. This computer program is protected by          */
/* international copyright laws.                                              */
/*                                                                            */
/* Created: --/--/--                                                          */
/* Updated: 18/03/11 - head comment section added                             */
/*                                                                            */
/*############################################################################*/

a.button:link					{ display: block; height: 20px; line-height: 20px; padding: 0px; border: 0px; margin: 0px; overflow: hidden; cursor: pointer; font-size: 8pt !important; font-weight: bold !important; color: black; text-align: center; white-space: nowrap; text-overflow: clip; text-decoration: none !important; background-position: top left; background-repeat: no-repeat; }
a.button:visited				{ display: block; height: 20px; line-height: 20px; padding: 0px; border: 0px; margin: 0px; overflow: hidden; cursor: pointer; font-size: 8pt !important; font-weight: bold !important; color: black; text-align: center; white-space: nowrap; text-overflow: clip; text-decoration: none !important; background-position: top left; background-repeat: no-repeat; }
a.button:hover					{ display: block; height: 20px; line-height: 20px; padding: 0px; border: 0px; margin: 0px; overflow: hidden; cursor: pointer; font-size: 8pt !important; font-weight: bold !important; color: black; text-align: center; white-space: nowrap; text-overflow: clip; text-decoration: none !important; background-position: top left; background-repeat: no-repeat; }
a.button:active					{ display: block; height: 20px; line-height: 20px; padding: 0px; border: 0px; margin: 0px; overflow: hidden; cursor: pointer; font-size: 8pt !important; font-weight: bold !important; color: black; text-align: center; white-space: nowrap; text-overflow: clip; text-decoration: none !important; background-position: top left; background-repeat: no-repeat; }

a.button.verysmall:link			{ width: 48px; background-image: url('images/button.verysmall.link.gif'); }
a.button.verysmall:visited		{ width: 48px; background-image: url('images/button.verysmall.visited.gif'); }
a.button.verysmall:hover		{ width: 48px; background-image: url('images/button.verysmall.hover.gif'); }
a.button.verysmall:active		{ width: 48px; background-image: url('images/button.verysmall.active.gif'); }

a.button.small:link				{ width: 64px; background-image: url('images/button.small.link.gif'); }
a.button.small:visited			{ width: 64px; background-image: url('images/button.small.visited.gif'); }
a.button.small:hover			{ width: 64px; background-image: url('images/button.small.hover.gif'); }
a.button.small:active			{ width: 64px; background-image: url('images/button.small.active.gif'); }

a.button.medium:link			{ width: 80px; background-image: url('images/button.medium.link.gif'); }
a.button.medium:visited			{ width: 80px; background-image: url('images/button.medium.visited.gif'); }
a.button.medium:hover			{ width: 80px; background-image: url('images/button.medium.hover.gif'); }
a.button.medium:active			{ width: 80px; background-image: url('images/button.medium.active.gif'); }

a.button.large:link				{ width: 96px; background-image: url('images/button.large.link.gif'); }
a.button.large:visited			{ width: 96px; background-image: url('images/button.large.visited.gif'); }
a.button.large:hover			{ width: 96px; background-image: url('images/button.large.hover.gif'); }
a.button.large:active			{ width: 96px; background-image: url('images/button.large.active.gif'); }

a.button.verylarge:link			{ width: 112px; background-image: url('images/button.verylarge.link.gif'); }
a.button.verylarge:visited		{ width: 112px; background-image: url('images/button.verylarge.visited.gif'); }
a.button.verylarge:hover		{ width: 112px; background-image: url('images/button.verylarge.hover.gif'); }
a.button.verylarge:active		{ width: 112px; background-image: url('images/button.verylarge.active.gif'); }
