/* $Header: /home/cvs/baylis.intranet.html/styles/buttons.css,v 1.16 2007/12/19 12:43:09 matthew Exp $ */

.button,.button2, .button3, .button_red, .buttong, .backg, .back, .button_red{
padding: 0 0 3px 5px;
_padding: 0 0 4px 5px;
margin: 0 0 5px 0;
margin: /**/0 0 0 0;
cursor: pointer;
cursor: hand;
color: #fff;
font-family: verdana, sans serif;
font-size: 10px;
text-decoration: none;
height: 18px;
_height: /**/18px; /*hide from ie 5.5*/
font-weight: normal;
}



.button{
background: #080134 url(../images/arrow.gif) no-repeat 0 1px;
_background: #080134 url(../images/arrow.gif) no-repeat 0 0;
border-bottom: 1px solid #000000; 
border-right:1px solid #000000; 
border-top:1px solid #EBEBFF; 
border-left:1px solid #EBEBFF;


}

.button3{
background: #000 url(../images/arrow.gif) no-repeat 0 1px;
_background: #000 url(../images/arrow.gif) no-repeat 0 0;
border-bottom: 1px solid #242424; 
border-right:1px solid #242424; 
border-top:1px solid #eee; 
border-left:1px solid #eee;
}




.button2{
padding: 0 0 3px 0;
_padding: 0 0 4px 0;
background: #eee;
border: 1px solid #B9003D; 
color: #B9003D;
font-family: verdana, sans serif;
height: 16px;
_height: /**/16px; /*hide from ie 5.5*/
font-weight: bold;
}





.buttong{
background: #afafaf url(../images/arrow.gif) no-repeat 0 1px;
_background: #afafaf url(../images/arrow.gif) no-repeat 0 0;
border-bottom: 1px solid #666; 
border-right:1px solid #666; 
border-top:1px solid #eee; 
border-left:1px solid #eee;
color: #666;

}


.button_red{
background: #f00 url(../images/arrow.gif) no-repeat 0 1px;
_background: #f00 url(../images/arrow.gif) no-repeat 0 0;
border-bottom: 1px solid #666; 
border-right:1px solid #666; 
border-top:1px solid #eee; 
border-left:1px solid #eee;
color: #fff;
font-size: 10px;
}

.backg{
width: 45px;
background-image: none;
background: #afafaf;
padding: 0 0 3px 0;
_padding: 0 0 4px 0;
margin: 0 0 0 0;
border-bottom: 1px solid #666; 
border-right:1px solid #666; 
border-top:1px solid #eee; 
border-left:1px solid #eee;
color: #666;
}





.back{
width: 45px;
background-image: none;
background: #080134;
padding: 0 0 3px 0;
_padding: 0 0 4px 0;
margin: 0 0 0 0;
border-bottom: 1px solid #000; 
border-right:1px solid #000; 
border-top:1px solid #EBEBFF; 
border-left:1px solid #EBEBFF;
color: #fff;
}





