/* CSS Document */

.buttonOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-image: url(../images/orangeButton.jpg);
	border: 1pt solid #333333;
	font-weight: bold;
	width: 120px;
	height: 25px;
}

.buttonGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-image: url(../images/greenButton.jpg);
	border: 1pt solid #333333;
	font-weight: bold;
	width: 120px;
	height: 25px;
}

.buttonBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-image: url(../images/blueButton.jpg);
	border: 1pt solid #333333;
	font-weight: bold;
	width: 120px;
	height: 25px;
}

.buttonGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-image: url(../images/greyButton.jpg);
	border: 1pt solid #333333;
	font-weight: bold;
	width: 120px;
	height: 25px;
}
.glass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/glassButton.jpg);
	font-weight: bold;
	border: 1pt solid #999999;
	height: 25px;
}
.smallBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #272727;
	border: 1pt solid #0099FF;
	padding: 2px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.greyButton {
	background-image: url(http://www.pafilia.com/images/buttonResized.png);
	height: 31px;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
.disabledButton {
	background-image: url(http://www.pafilia.com/images/buttonsDisabled.png);
	height: 31px;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	background-repeat: no-repeat;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}