﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a.squarebutton {
	background: url('/images/square-blue-left1.png') no-repeat left top;
	display: block;
	float: none; /* Change 12px as desired */;
	line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */;
	height: 28px; /* Height of button background height */;
	padding-left: 9px; /* Width of left menu image */;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #494949; /*button text color*/
}
a.squarebutton span {
	background: url('/images/square-blue-right1.png') no-repeat right top;
	display: block;
	padding: 4px 9px 4px 0;
	text-align: center;
	white-space: nowrap;
}
a.squarebutton:hover {
	/* Hover state CSS */
	background: url('/images/square-blue-left2.png') no-repeat left top;
}
a.squarebutton:hover span {
	/* Hover state CSS */
	background: url('/images/square-blue-right2.png') no-repeat right top;
	color: black;
}
.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%;
}
.tdsquarebutton {
	padding: 5px;
	/*border: 1px solid #000000;*/
}
