/* CSS Document */


a.squarebutton{
background:url('images/square-gray-left.png') no-repeat top left;
display: block;
float: left;
font: bold 11px Tahoma; 
line-height: 15px; 
height: 22px; 
padding-left: 9px; 
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #FFF;
}

a.squarebutton span{
background: url('images/square-gray-right.png') no-repeat top right;
display: block;
padding: 3px 9px 4px 0;
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color:#000;
font-weight:bold;
}

.buttonwrapper{ 
overflow: hidden;
width:auto;
margin:15px 0 0 0;

}







a.squarebutton2{
background:url('images/square-gray-left2.png') no-repeat top left;
display: block;
float: left;
font: normal 11px Tahoma; 
line-height: 15px; 
height: 22px; 
padding-left: 9px; 
text-decoration: none;
}

a:link.squarebutton2, a:visited.squarebutton2, a:active.squarebutton2{
color: #000;
}

a.squarebutton2 span{
background: url('images/square-gray-right2.png') no-repeat top right;
display: block;
padding: 3px 9px 4px 0;
}

a.squarebutton2:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton2:hover span{ /* Hover state CSS */
background-position: bottom right;
color:#FFF;
font-weight:normal;
}

.buttonwrapper2{ 
overflow: hidden;
width: 100%;
margin:15px 0 15px; 0;
}








a.squarebutton3{

background:url('images/square-gray-left3.png') no-repeat top left;
display: block;
float: left;
font: normal 11px Tahoma; 
line-height: 15px; 
height: 22px; 
padding-left: 20px; 
text-decoration: none;
}

a:link.squarebutton3, a:visited.squarebutton3, a:active.squarebutton2{
color: #000;
}

a.squarebutton3 span{
background: url('images/square-gray-right3.png') no-repeat top right;
display: block;
padding: 3px 9px 4px 0;

}

a.squarebutton3:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton3:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #000099;
font-weight:normal;
}

.buttonwrapper3{
clear:both;
width:auto;
margin:15px 0 10px 10px;
}

