﻿body, span, li
{
	font-family: Arial;
	font-size: 9pt;
}
/* BotonControl */
a.squarebutton, a.squareDisbutton
{
	background: transparent url( 'Images/square-red-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.squarebutton, a:visited.squarebutton, a:active.squarebutton
{
	color: #494949; /*button text color*/
}

a.squarebutton span
{
	background: transparent url( 'Images/square-red-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.squareDisbutton span
{
	color: #C0C0C0; /*button text color*/
	background: transparent url(  'Images/square-red-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.squarebutton:hover, a.squarebutton_over
{
	/* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
}

a.squarebutton:hover span, a.squarebutton_over span
{
	/* Hover state CSS */
	background-position: bottom right;
	color: white;
	text-decoration: none;
	cursor: pointer;
}
a.squareDisbutton:link, a.squareDisbutton:visited, a.squareDisbutton:hover, a.squareDisbutton:active
{
	background-position: 0 -72px;
	color: #5F5F5F;
	cursor: default;
}
a.squarebuttonfocus
{
	background: transparent url( Images/square-red-left.gif) no-repeat bottom 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.squarebuttonfocus span
{
	background: transparent url( Images/square-red-right.gif ) no-repeat bottom right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	clear: both;
} 
