/*
	Buttons
*/
.FormButton {
	COLOR: #081589;
	FONT-WEIGHT: bold;
	white-space: nowrap;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TD.Button {
	BACKGROUND-IMAGE: url(images/butbg.gif);
	BACKGROUND-COLOR: #F36A07;
	BACKGROUND-REPEAT: repeat-x;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 8px;
	padding-bottom: 2px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {
	FONT-FAMILY: Arial;
	COLOR: #495052;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
	COLOR: #FFFFFF;
	FONT-SIZE: 11px;
}
IMG.ButtonSide {
	WIDTH: 8px;
	HEIGHT: 17px;
}
.SimpleButton TR TD {
	PADDING: 0px;
	WHITE-SPACE: nowrap;
}

A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	COLOR: #330000;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
A.ButtonText:link, A.ButtonText:visited, A.ButtonText:hover, A.ButtonText:active {
	FONT-SIZE: 10px;
	COLOR: #330000;
	text-decoration: none;
}

A.GoButton:link, A.GoButton:visited, A.GoButton:active, A.GoButton:hover {
	COLOR: #081589;
	FONT-WEIGHT: bold;
	font-size: 12px;
	text-decoration: none;

	padding: 1px 0;
	padding-right: 16px;
	background: url('images/go.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.GoImage {
	WIDTH: 14px;
	HEIGHT: 14px;
	BORDER: 0px;
}
.GoImageSmall {
	WIDTH: 15px;
	HEIGHT: 7px;
	VERTICAL-ALIGN: middle;
	BORDER: 0px;
}
.GoArrowImage {
	WIDTH: 10px;
	HEIGHT: 10px;
	VERTICAL-ALIGN: middle;
	BORDER: 0px;
}
