/*
	Blue Buttons
*/
input.button {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_80.png);
	background-color: transparent;
	width: 79px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input.button:hover {background-position: 0 29px;}

input.button_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_120.png);
	background-color: transparent;
	width: 120px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_long:hover {background-position: 0 29px;}

input.button_long_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_150.png);
	background-color: transparent;
	width: 150px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_long_long:hover {background-position: 0 29px;}

input.button_long_long_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_200.png);
	background-color: transparent;
	width: 200px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_long_long_long:hover {background-position: 0 29px;}

/*
	Green Buttons
*/

input.button_green {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_green_80.png);
	background-color: transparent;
	width: 79px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input.button_green:hover {background-position: 0 29px;}

input.button_green_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_green_120.png);
	background-color: transparent;
	width: 120px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_green_long:hover {background-position: 0 29px;}

input.button_green_long_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_green_150.png);
	background-color: transparent;
	width: 150px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_green_long_long:hover {background-position: 0 29px;}

input.button_green_long_long_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_green_200.png);
	background-color: transparent;
	width: 200px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_green_long_long_long:hover {background-position: 0 29px;}



/*
	Red Buttons
*/

input.button_red {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_red_80.png);
	background-color: transparent;
	width: 79px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input.button_red:hover {background-position: 0 29px;}

input.button_red_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_red_120.png);
	background-color: transparent;
	width: 120px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_red_long:hover {background-position: 0 29px;}

input.button_red_long_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_red_150.png);
	background-color: transparent;
	width: 150px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_red_long_long:hover {background-position: 0 29px;}

input.button_red_long_long_long {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_red_200.png);
	background-color: transparent;
	width: 200px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
input.button_red_long_long_long:hover {background-position: 0 29px;}


/*
	Other
*/

input.button_map {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_map.png);
	background-color: transparent;
	width: 79px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input.button_map:hover {background-position: 0 29px;}

input.button_other {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_other.gif);
	background-color: transparent;
	width: 79px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input.button_other:hover {background-position: 0 29px;}


input.button_red_key {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_red_key.gif);
	background-color: transparent;
	width: 79px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input.button_red_key:hover {background-position: 0 29px;}

input.button_green_key {
	margin-top: 0px;
	background-image: url(/images/apu/buttons/button_green_key.gif);
	background-color: transparent;
	width: 79px;
	height: 29px;
	border: 0;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

input.button_green_key:hover {background-position: 0 29px;}
