﻿
	
/************ example of hover (only for a tag) ************/

a:hover.button70{
	color:#fff;
	text-decoration: none !important;
	}

/***************** end hover *****************/

.aspButton 
{
	 padding: 3px 0px 5px 0px !important;  
}

.button70, .button80, .button90, .button100, .button110, .button120, .button130, .button140, .button150, .button160, .button170,  .button180,  .button190,  .button200
{
	font-weight: bold;
 border: medium none; 
 margin: 0px; 
 padding: 4px 0px;  
 display: block; 
 text-align: center; 
 height: 23px; 
 cursor: pointer; 
 color: white !important; 
 font-weight: bold; 
 text-decoration: none; 
 font-size: 11px; 
 }
	
.button70{
 background: transparent url('buttonimages/button70.gif') no-repeat scroll left top; 
 width: 70px; 
	}
	
.button80{
	background: transparent url('buttonimages/button80.gif') no-repeat scroll left top;
	width: 80px; 
	}
.button90{
	width:90px;
	background:url(buttonimages/button90.gif) no-repeat scroll left top; 
	}

.button100 
{ 
	background: transparent url('buttonimages/button100.gif') no-repeat scroll left top;
	width: 100px; 
	}
	
.button110{
	width:130px;
	background:url(buttonimages/button130.gif) no-repeat scroll left top; 
	}
	
.button120{
	width:120px;
	background:url(buttonimages/button120.gif) no-repeat scroll left top; 
	}
	
.button130{
	width:130px;
	background:url(buttonimages/button130.gif) no-repeat scroll left top; 
	}
.button140{
	width:140px;
	background:url(buttonimages/button140.gif) no-repeat scroll left top; 
	}
.button150{
	width:150px;
	background:url(buttonimages/button150.gif) no-repeat scroll left top; 
	}
.button160{
	width:160px;
	background:url(buttonimages/button160.gif) no-repeat scroll left top; 
	}
.button170{
	width:170px;
	background:url(buttonimages/button170.gif) no-repeat scroll left top; 
	}
.button180{
	width:180px;
	background:url(buttonimages/button180.gif) no-repeat scroll left top; 
	}
.button190{
	width:190px;
	background:url(buttonimages/button190.gif) no-repeat scroll left top; 
	}
.button200{
	width:200px;
	background:url(buttonimages/button200.gif) no-repeat scroll left top; 
	}
	
	

