

a.textbutton, a.textbutton:visited{
    background: url("../../../images/button_left.jpg") no-repeat;
    float: left;
    height: 24px;    
    padding-left: 10px;
    display: block;
    text-decoration: none;
    cursor: hand;
		color:	#0097b3; 
		font-size:11px;
		font-weight:bold;


     
    
}
a.textbutton:hover, a.textbutton.hover    {
    background: url("../../../images/button_left.jpg") no-repeat 0 -24px;
    color: #fff;
}


a.textbutton span
{
    text-decoration: none;
    background: url("../../../images/button_right.jpg") no-repeat right top;
    float: left;
    text-transform: uppercase;
    height: 20px;
    padding: 4px 10px 0 0;
        
}
a.textbutton:hover span, a.textbutton.hover span  {
    background: url("../../../images/button_right.jpg") no-repeat right -24px;
    color: #fff;
}


.widget a.textbutton{
    background: url(../../../images/sidebar_button_left.png) no-repeat;
    float: left;
    height: 24px;
		font-size:11px;
    padding: 0px 0 0 10px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(127, 41, 124);
		margin-left:105px;
		float: right;
		font-weight: bold;
     
    
}
.widget a.textbutton:hover,
.widget a.textbutton.hover    {
		background: url(../../../images/sidebar_button_left_over.png) no-repeat;
		color: #fff;
		text-decoration: none;
		z-index: -10;
		font-weight: bold;
	
}


.widget a.textbutton span
{
    background: url(../../../images/sidebar_button_right.png) top right no-repeat;
    float: left;
    text-transform: uppercase;
		text-decoration: none;
    height: 20px;
    padding: 5px 12px 0 2px;
    font-weight: bold;
		color: rgb(127, 41, 124);
        
        
}
.widget a.textbutton:hover span, .widget a.textbutton.hover span  {
    background: url(../../../images/sidebar_button_right_over.png) top right no-repeat;
    color: #fff;
		text-decoration: none;
}



