﻿.stdButton
{
	font-family:arial,sans-serif;
	font-size: 90%;
	background: url(../Images/smallbtn_normal.gif) no-repeat left;
	font-weight: bold !important;
	height: 22px;
	width: 76px;
	border: none;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	cursor: default;
    line-height: normal;
}

.stdButton:hover
{
	cursor: pointer;
	background: url(../Images/smallbtn_pressed.gif) no-repeat left;
}

.stdButton:hover[disabled='disabled']
{
	cursor: not-allowed;
	background: url(../Images/smallbtn_normal.gif) no-repeat left;
}

.stdButton:active
{
}

.mdmButton
{
	font-family:arial,sans-serif;
	font-size: 90%;
	background: url(../Images/mdmbtn_normal.gif) no-repeat left;
	font-weight: bold !important;
	height: 22px;
	width: 140px;
	border: none;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	cursor: default;
}

.mdmButton:hover
{
	cursor: pointer;
	background: url(../Images/mdmbtn_pressed.gif) no-repeat left;
}

.mdmButton:hover[disabled='disabled']
{
	cursor: not-allowed;
	background: url(../Images/mdmbtn_normal.gif) no-repeat left;
}

.mdmButton:active
{
	
}

.lrgButton
{
    font-family:arial,sans-serif;
    font-size: 90%;
    background: url(../Images/lrgbtn_normal.png) no-repeat left;
    font-weight: bold !important;
    height: 22px;
    width: 160px;
    border: none;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    cursor: default;
}

.lrgButton:hover
{
    cursor: pointer;
    background: url(../Images/lrgbtn_pressed.png) no-repeat left;
}

.lrgButton:hover[disabled='disabled']
{
    cursor: not-allowed;
    background: url(../Images/lrgbtn_normal.png) no-repeat left;
}

.lrgButton:active
{
	
}