/***********************************************************************************
************** the button is an HtmlAnchor component running at server ****************
<<<<<<<<< In .aspx (html) in the <HEAD> link to this style sheet like this: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	----------------------------------------------------------------------------------------------------------
	<link rel=stylesheet type="text/css" href="../AppFiles/Button.css">
	----------------------------------------------------------------------------------------------------------
<<<<<<<<< In .aspx (html) define the button like this: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	----------------------------------------------------------------------------------------------------------
	<a id="button1" style="WIDTH: 80px" runat="server" class="btn1" onmousedown="this.className='btn1Click'"
	onmouseup="this.className='btn1'" onmouseout="this.className='btn1'" href="javascript:testbutton()">
	Button Text</a>
	----------------------------------------------------------------------------------------------------------
give different id to each button; define width; define the javascript to be run 
<<<<<<<<< In .aspx.cs (codebehind) declare the button like this: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	----------------------------------------------------------------------------------------------------------
	protected System.Web.UI.HtmlControls.HtmlAnchor button1;
	----------------------------------------------------------------------------------------------------------
<<<<<<<<< In .aspx.cs (codebehind) to disable the button do this: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
	----------------------------------------------------------------------------------------------------------
			button1.Attributes["class"] = "btn1Disabled";
			button1.Attributes["onmousedown"] = "";
			button1.Attributes["onmouseup"] = "";
			button1.Attributes["onmouseout"] = "";
			button1.Disabled = true;
	----------------------------------------------------------------------------------------------------------
**********************************************************************************/
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

.SlideShowDiv
{
  display: none;
  position: absolute;
  z-index: 10000;
  left: 30px; 
  top: 2000px;
}
/************************************************************************************/
.btn9001  
{
	background: url(../00HomeAqaPage/9001Normal.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
	
}
.btn9001:hover 
{
	background: url(../00HomeAqaPage/9001Over.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
.btn9001Click  
{
	background: url(../00HomeAqaPage/9001Down.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
/************************************************************************************/
.btn14001  
{
	background: url(../00HomeAqaPage/14001Normal.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
	
}
.btn14001:hover 
{
	background: url(../00HomeAqaPage/14001Over.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
.btn14001Click  
{
	background: url(../00HomeAqaPage/14001Down.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
/************************************************************************************/
.btn9014  
{
	background: url(../00HomeAqaPage/9014Normal.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
	
}
.btn9014:hover 
{
	background: url(../00HomeAqaPage/9014Over.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
.btn9014Click  
{
	background: url(../00HomeAqaPage/9014Down.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
/************************************************************************************/
.btn13485  
{
	background: url(../00HomeAqaPage/13485Normal.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
	
}
.btn13485:hover 
{
	background: url(../00HomeAqaPage/13485Over.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
.btn13485Click  
{
	background: url(../00HomeAqaPage/13485Down.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
/************************************************************************************/
.btn14971  
{
	background: url(../00HomeAqaPage/14971Normal.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
	
}
.btn14971:hover 
{
	background: url(../00HomeAqaPage/14971Over.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}
.btn14971Click  
{
	background: url(../00HomeAqaPage/14971Down.gif) 0 0 no-repeat;
	display: block; /*necessary for width to work*/
	margin-top: 1px;
}










