﻿/* ============================================== */
/* Button Classes                                 */
/* ============================================== */
.btnLong,
.btnLongTwoLine, 
.btnDefault, 
.btnShort
{
    font-size:11px;
    font-family: Arial, Sans-serif;
    font-weight: bold;
    color: #3c3c3c;
    background-repeat:no-repeat;
    background-color:Transparent;    
    padding:0;
    margin:0 10px 3px 3px;
    outline-style:none;
    text-decoration:none;
    text-align:center;    
    vertical-align:middle;
    display: block; /* won't work for hyperlinks in Netscape without this */
}
.btnLong
{
    background-image: url(ButtonImages/MPSbtnLong.gif);
    width: 179px;
    height: 27px;
    line-height: 27px;    
    
}
.btnLongTwoLine
{
    background-image: url(ButtonImages/MPSbtnLongTwoLine.gif);
    width: 179px;
    height: 41px;
    line-height: 16px;        
}
.btnGridEdit
{
	background-image:url(ButtonImages/edit_Icon.png);
	width: 30px;
	height: 45px;
}
.btnDefault
{
    background-image: url(ButtonImages/MPSbtnMedium.gif);
    width: 102px;
    height: 27px;
    line-height: 27px;
}
.btnShort
{
    background-image: url(ButtonImages/MPSbtnShort.gif);
    width: 59px;
    height: 27px;
    line-height: 27px;    
}
/* ============================================== */

