﻿.button_LightGray
{
	width:80px;
	height:25px;
	FONT-SIZE: 12px;
	zoom:1;
	border:0px;
	background-color:#D3E2F3;
	background-image:url(../../Images/buttonImage/LightGray_Button.gif);
	background-repeat:no-repeat;
}
.button_LightGray_width120
{
	width:120px;
	height:25px;
	FONT-SIZE: 12px;
	zoom:1;
	border:0px;
	background-color:#D3E2F3;
	background-image:url(../../Images/buttonImage/LightGray_Button_Width120.gif);
	background-repeat:no-repeat;
}
.button_gray
{
	width:80px;
	height:25px;
	FONT-SIZE: 12px;
	zoom:1;
	border:0px;
	vertical-align:middle;
	background-color:white;
	background-image:url(../../Images/buttonImage/gray_Button.gif);
	background-repeat:no-repeat;
}
.button_Blue
{
	width:80px;
	height:25px;
	FONT-SIZE: 12px;
	zoom:1;
	border:0px;
	color:White;
	font-weight:bold;
	vertical-align:middle;
	background-color:#B9D0EC;
	background-image:url(../../Images/buttonImage/Blue_Button.gif);
	background-repeat:no-repeat;
}
.button_LightGray2
{
	width:80px;
	height:25px;
	FONT-SIZE: 12px;
	zoom:1;
	border:0px;
	background-color:white;
	background-image:url(../../Images/buttonImage/LightGray_Button2.gif);
	background-repeat:no-repeat;
}
.button_Orange
{
	width:80px;
	height:25px;
	FONT-SIZE: 12px;
	zoom:1;
	vertical-align:middle;
	border:0px;
	background-color:white;
	background-image:url(../../Images/buttonImage/Orange_Button.gif);
	background-repeat:no-repeat;
}
.Border_Gray
{
	border:1px solid gray;
}
.Border_DarkRed
{
	border:1px solid #FF6600;
}