﻿.buttonblockleft{
	float: left;
	padding: 1px 0 1px 0;
}

.buttonblockright{
	float: right;
	padding: 1px 0 1px 0;
}

/* grey with red text */

.button_white3dwithredtext{
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	/*position: relative;	changed by LX caused button to move with validations flmo 11.5.07 */
}

.button_white3dwithredtext .spacerleft{
	width: 1px;
	border-right: solid 1px #d0d0d0;
}

.button_white3dwithredtext .spacerright{
	width: 1px;
	border-left: solid 1px #b0b0b0;
}

.button_white3dwithredtext .bg_gradient_greywhite{
	background: #ffffff url(../images/buttons/gradient_greywhite.gif) repeat-x left bottom;
}

.button_white3dwithredtext .button_textred{

	border-top: solid  1px #d0d0d0;
	border-bottom: solid  1px #b0b0b0;

	background: url(../images/buttons/arrow_redright.gif) no-repeat left center;

	padding-left: 30px;
	padding-right: 15px;
	
	/*position: relative;	changed by LX caused button to move with validations flmo 11.5.07 */
}

.button_white3dwithredtext .button_textred.back{
	background: url(../images/buttons/arrow_redright_back.gif) no-repeat left center;
}

.button_white3dwithredtext .button_textred{
	color: #cc0000;
	text-decoration: none;
}

.submitbutton_white3dwithredtext{
	padding: 0;
	white-space: nowrap;
	position: relative;
	display: block;
	width: auto;
	background: #ffffff url(../images/buttons/gradient_greywhite.gif) repeat-x left bottom;
}

.submitbutton_redtext{
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #cc0000;
	background: url(../images/buttons/arrow_redright.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
	font-size: 1em;
}

/* red with grey text */
.button_red3dwithwhitetext{
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	font-size: 11px;
}

.button_red3dwithwhitetext .spacerleft{
	width: 1px;
	border-right: solid 1px #cc0000;
}

.button_red3dwithwhitetext .spacerright{
	width: 1px;
	border-left: solid 1px #910101;
}

.button_red3dwithwhitetext .bg_gradient_red{
	background: #cc0000 url(../images/buttons/gradient_red.gif) repeat-x left bottom;
}

.button_red3dwithwhitetext .button_textwhite{
	border-top: solid  1px #cc0000;
	border-bottom: solid  1px #910101;

	background:  url(../images/buttons/arrow_whiteright.gif) no-repeat left center;
	padding-left: 30px;
	padding-right: 15px;
	
	position: relative;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
}

.button_red3dwithwhitetext .button_textwhite:hover{
	color: #ffffff;
}

.submitbutton_red3dwithwhitetext{
	padding: 0;
	white-space: nowrap;
	/*position: relative;*/
	display: block;
	width: auto;
	background: #cc0000 url(../images/buttons/gradient_red.gif) repeat-x left bottom;
}

.submitbutton_whitetext{
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #ffffff;
	background: url(../images/buttons/arrow_whiteright.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
}


/* red with grey text inactive*/
.button_red3dwithwhitetextinactive{
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}

.button_red3dwithwhitetextinactive .spacerleft{
	width: 1px;
	border-right: solid 1px #C19A9A;
}

.button_red3dwithwhitetextlinactive .spacerright{
	width: 1px;
	border-left: solid 1px #C39A9A;
}

.button_red3dwithwhitetextinactive .bg_gradient_red{
	background: #CC9999 url(../images/buttons/gradient_red_low.gif) repeat-x left bottom;
}

.button_red3dwithwhitetextinactive .button_textwhite{
	border-top: solid  1px #C39A9A;
	border-bottom: solid  1px #B79B9B;

	background:  url(../images/buttons/arrow_whiteright_low.gif) no-repeat left center;
	padding-left: 30px;
	padding-right: 15px;
	
	position: relative;
	color: #CCCCCC;
	text-decoration: none;
}

.button_red3dwithwhitetextinactive .button_textwhite:hover{
	color: #CCCCCC;
}

.submitbutton_red3dwithwhitetextinactive{
	padding: 0;
	white-space: nowrap;
	/*position: relative;*/
	display: block;
	width: auto;
	background: #C19A9A url(../images/buttons/gradient_red_low.gif) repeat-x left bottom;
}

.submitbutton_whitetextinactive{
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #CCCCCC;
	background: url(../images/buttons/arrow_whiteright_low.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
}


/* grey with red text inactive */
.button_white3dwithredtextinactive{
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}

.button_white3dwithredtextinactive .spacerleft{
	width: 1px;
	border-right: solid 1px #D0D0D0;
}

.button_white3dwithredtextinactive .spacerright{
	width: 1px;
	border-left: solid 1px #D0D0D0;
}

.button_white3dwithredtextinactive .bg_gradient_greywhite{
	background: #E4E4E4 url(../images/buttons/gradient_greywhite_low.gif) repeat-x left bottom;
}

.button_white3dwithredtextinactive .button_textred{

	border-top: solid  1px #D0D0D0;
	border-bottom: solid  1px #D0D0D0;

	background: url(../images/buttons/arrow_redright_low.gif) no-repeat left center;

	padding-left: 30px;
	padding-right: 15px;
	
	position: relative;
}

.button_white3dwithredtextinactive .button_textred.back{
	background: url(../images/buttons/arrow_redright_back.gif) no-repeat left center;
}

.button_white3dwithredtextinactive .button_textred{
	color: #CC9999;
	text-decoration: none;
}

.submitbutton_white3dwithredtextinactive{
	padding: 0;
	white-space: nowrap;
	/*position: relative;*/
	display: block;
	width: auto;
	background: #CCCCCC url(../images/buttons/gradient_greywhite_low.gif) repeat-x left bottom;
}

.submitbutton_redtextinactive{
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #CC9999;
	background: url(../images/buttons/arrow_redright_low.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
	font-size: 1em;
}















