﻿

/*		Big Image  Links			*/
/*  Right button link */
a
{
	outline:none;
}
a.ImageLinkR
{
     display: block; 
     width: 126px; 
     height: 27px; 
     background-image: url(../Images/MainButton.gif);
     background-repeat: no-repeat;
     padding-top:5px;
     padding-left:0px;
     padding-right:0px;
     padding-bottom:0px;
     font-family:Verdana;
     font-size:12px;
     font-weight:bold;
     color:Black;
     text-decoration:none;
     text-indent:12px;
     background-position:6px top;
     text-align:left;
}
a.ImageLinkR:hover
{
     background-image: url(../Images/MainButtonDown.gif); 
     color:White;     
}
a.ImageLinkR:active
{
     background-image: url(../Images/MainButtonActive.gif); 
     color:White;     
}
/*  Big Image Link*/
a.ImageLink
{
     display: block; 
     width: 120px; 
     height: 27px; 
     background-image: url(../Images/MainButton.gif);
     background-repeat: no-repeat;
     padding-top:5px;
     font-family:Verdana;
     font-size:12px;
     font-weight:bold;
     color:Black;
     text-decoration:none;
     text-indent:13px;
}

a.ImageLink:hover
{
     background-image: url(../Images/MainButtonDown.gif); 
     color:White;     
}

a.ImageLink:active
{
     background-image: url(../Images/MainButtonActive.gif); 
     color:White;     
}
/*  Current Page button link */
a.ImageLinkCurrent
{
     display: block; 
     width: 120px; 
     height: 27px; 
     background-image: url(../Images/MainButtonActive.gif);
     background-repeat: no-repeat;
     padding-top:5px;
     font-family:Verdana;
     font-size:12px;
     font-weight:bold;
     color:Black;
     text-decoration:none;
     text-indent:13px;
}

a.ImageLinkCurrent:hover
{
     background-image: url(../Images/MainButtonDown.gif); 
     color:White;     
}

a.ImageLinkCurrent:active
{
     background-image: url(../Images/MainButtonActive.gif); 
     color:White;     
}
/* Right Current Image Link  */
a.ImageLinkCurrentR
{
     display: block; 
     width: 126px; 
     height: 27px; 
     background-image: url(../Images/MainButtonActive.gif);
     background-repeat: no-repeat;
     padding-top:5px;
     padding-left:0px;
     padding-right:0px;
     padding-bottom:0px;
     font-family:Verdana;
     font-size:12px;
     font-weight:bold;
     color:Black;
     text-decoration:none;
     text-indent:12px;
     background-position:6px top;
     text-align:left;
}
a.ImageLinkCurrentR:hover
{
     background-image: url(../Images/MainButtonDown.gif); 
     color:White;     
}
a.ImageLinkCurrentR:active
{
     background-image: url(../Images/MainButtonActive.gif); 
     color:White;     
}
