@charset "UTF-8";
/* CSS Document */

/* BLUE, GOLD, BLACK buttons available */

a.bluebutton, a.goldbutton, a.blackbutton {
	font: bold 11px Arial, Helvetica, sans-serif;
	height: 26px;
	padding-right: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

a.bluebutton span, a.goldbutton span, a.blackbutton span {
	padding: 4px 2px 6px 10px;
	line-height: 16px;
	display: block;
}

a.bluebutton:active, a.goldbutton:active, a.blackbutton:active {
	color: #FFF;
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
}

a.bluebutton:active span, a.goldbutton:active span, a.blackbutton:active span {
	color: #FFF;
   background-position: bottom left;
}



/* BLUE */
a.bluebutton {
	background: transparent url('/images/buttons/blue_button_a.png') no-repeat top right;
	text-shadow: 0px 0px 3px silver;
	color: #333;
}

a.bluebutton span {
   background: transparent url('/images/buttons/blue_button_span.png') no-repeat;
	color: #333;
}

a.bluebutton:hover, a.bluebutton:hover span {
   color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 3px #000;
}



/* GOLD */
a.goldbutton {
	background: transparent url('/images/buttons/gold_button_a.png') no-repeat top right;
	text-shadow: 0px 0px 3px silver;
	color: #111;
}

a.goldbutton span {
   background: transparent url('/images/buttons/gold_button_span.png') no-repeat;
	color: #111;
}

a.goldbutton:hover, a.goldbutton:hover span {
   color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 3px #000;
}


/* BLACK */
a.blackbutton {
	background: transparent url('/images/buttons/black_button_a.png') no-repeat top right;
	text-shadow: 0px 0px 3px black;
	color: #FFF;
}

a.blackbutton span {
    background: transparent url('/images/buttons/black_button_span.png') no-repeat;
    color: #FFF;
}

a.blackbutton:hover, a.blackbutton:hover span {
    color: #fcca0b;
	 text-decoration: none;
}

/* BUTTONS WIDTHS */
div.btn_150 {
	margin: auto;
	width: 150px;
}

div.btn_150 p {
	padding: 0px !important;
}
