/* aol */

a.btnAOL:link {
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	
	line-height: 65px;
	text-align: center;

	width: 320px;
	height: 70px;
	display: block;
	
	border-radius: 5px;
	
	background-color: #003366;
	
	background: linear-gradient(bottom, rgb(0,51,102) 40%, rgb(102,204,255) 100%);
	background: -o-linear-gradient(bottom, rgb(0,51,102) 40%, rgb(102,204,255) 100%);
	background: -moz-linear-gradient(bottom, rgb(0,51,102) 40%, rgb(102,204,255) 100%);
	background: -webkit-linear-gradient(bottom, rgb(0,51,102) 40%, rgb(102,204,255) 100%);
	background: -ms-linear-gradient(bottom, rgb(0,51,102) 40%, rgb(102,204,255) 100%);

	background: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,51,102)),
	color-stop(1, rgb(102,204,255))
	);
	
	box-shadow: 0px 2px 5px #666666;
}

a.btnAOL:visited {
	color: #ffffff;
}

a.btnAOL:hover {
	background-color: #66ccff;
	
	background-image: linear-gradient(bottom, rgb(102,204,255) 0%, rgb(0,51,102) 100%);
	background-image: -o-linear-gradient(bottom, rgb(102,204,255) 0%, rgb(0,51,102) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(102,204,255) 0%, rgb(0,51,102) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(102,204,255) 0%, rgb(0,51,102) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(102,204,255) 0%, rgb(0,51,102) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(102,204,255)),
	color-stop(1, rgb(0,51,102))
	);	
}

/* messaging */

a.btnMessaging:link {
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	
	line-height: 65px;
	text-align: center;

	width: 320px;
	height: 70px;
	display: block;
	
	border-radius: 5px;
	
	background-color: #cc3300;
	
	background-image: linear-gradient(bottom, rgb(204,51,0) 0%, rgb(255,153,51) 100%);
	background-image: -o-linear-gradient(bottom, rgb(204,51,0) 0%, rgb(255,153,51) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(204,51,0) 0%, rgb(255,153,51) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,51,0) 0%, rgb(255,153,51) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(204,51,0) 0%, rgb(255,153,51) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(204,51,0)),
	color-stop(1, rgb(255,153,51))
	);
	
	box-shadow: 0px 2px 5px #666666;
}

a.btnMessaging:visited {
	color: #ffffff;
}

a.btnMessaging:hover {
	background-color: #ff9933;

	background-image: linear-gradient(bottom, rgb(255,153,51) 0%, rgb(204,51,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,153,51) 0%, rgb(204,51,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,153,51) 0%, rgb(204,51,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,153,51) 0%, rgb(204,51,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,153,51) 0%, rgb(204,51,0) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(255,153,51)),
	color-stop(1, rgb(204,51,0))
	);
}

/* mapquest */

a.btnMapquest:link {
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	
	line-height: 65px;
	text-align: center;

	width: 320px;
	height: 70px;
	display: block;
	
	border-radius: 5px;
	
	background-color: #663366;
	
	background-image: linear-gradient(bottom, rgb(102,51,102) 0%, rgb(204,102,153) 100%);
	background-image: -o-linear-gradient(bottom, rgb(102,51,102) 0%, rgb(204,102,153) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(102,51,102) 0%, rgb(204,102,153) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(102,51,102) 0%, rgb(204,102,153) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(102,51,102) 0%, rgb(204,102,153) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(102,51,102)),
	color-stop(1, rgb(204,102,153))
	);	
	box-shadow: 0px 2px 5px #666666;
}

a.btnMapquest:visited {
	color: #ffffff;
}

a.btnMapquest:hover {
	background-color: #cc6699;

	background-image: linear-gradient(bottom, rgb(204,102,153) 0%, rgb(102,51,102) 100%);
	background-image: -o-linear-gradient(bottom, rgb(204,102,153) 0%, rgb(102,51,102) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(204,102,153) 0%, rgb(102,51,102) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,102,153) 0%, rgb(102,51,102) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(204,102,153) 0%, rgb(102,51,102) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(204,102,153)),
	color-stop(1, rgb(102,51,102))
	);
}

/* radio */

a.btnRadio:link {
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	
	line-height: 65px;
	text-align: center;

	width: 320px;
	height: 70px;
	display: block;
	
	border-radius: 5px;
	
	background-color: #000000;
	
	background-image: linear-gradient(bottom, rgb(0,0,0) 0%, rgb(153,153,153) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(153,153,153) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(153,153,153) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(153,153,153) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(153,153,153) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,0,0)),
	color-stop(1, rgb(153,153,153))
	);	
	box-shadow: 0px 2px 5px #666666;
}

a.btnRadio:visited {
	color: #ffffff;
}

a.btnRadio:hover {
	background-color: #999999;

	background-image: linear-gradient(bottom, rgb(153,153,153) 0%, rgb(0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(153,153,153) 0%, rgb(0,0,0) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(153,153,153)),
	color-stop(1, rgb(0,0,0))
	);
}

/* games */

a.btnGames:link {
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	
	line-height: 65px;
	text-align: center;

	width: 320px;
	height: 70px;
	display: block;
	
	border-radius: 5px;
	
	background-color: #669900;
	
	background-image: linear-gradient(bottom, rgb(102,153,0) 0%, rgb(153,204,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(102,153,0) 0%, rgb(153,204,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(102,153,0) 0%, rgb(153,204,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(102,153,0) 0%, rgb(153,204,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(102,153,0) 0%, rgb(153,204,0) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(102,153,0)),
	color-stop(1, rgb(153,204,0))
	);	
	box-shadow: 0px 2px 5px #666666;
}

a.btnGames:visited {
	color: #ffffff;
}

a.btnGames:hover {
	background-color: #99cc00;

	background-image: linear-gradient(bottom, rgb(153,204,0) 0%, rgb(102,153,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(153,204,0) 0%, rgb(102,153,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(153,204,0) 0%, rgb(102,153,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(153,204,0) 0%, rgb(102,153,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(153,204,0) 0%, rgb(102,153,0) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(153,204,0)),
	color-stop(1, rgb(102,153,0))
	);
}

/* giftlist */

a.btnGiftlist:link {
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	
	line-height: 65px;
	text-align: center;

	width: 320px;
	height: 70px;
	display: block;
	
	border-radius: 5px;
	
	background-color: #006666;
	
	background-image: linear-gradient(bottom, rgb(0,102,102) 0%, rgb(51,153,153) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,102,102) 0%, rgb(51,153,153) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,102,102) 0%, rgb(51,153,153) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,102,102) 0%, rgb(51,153,153) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,102,102) 0%, rgb(51,153,153) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,102,102)),
	color-stop(1, rgb(51,153,153))
	);
	box-shadow: 0px 2px 5px #666666;
}

a.btnGiftlist:visited {
	color: #ffffff;
}

a.btnGiftlist:hover {
	background-color: #339999;

	background-image: linear-gradient(bottom, rgb(51,153,153) 0%, rgb(0,102,102) 100%);
	background-image: -o-linear-gradient(bottom, rgb(51,153,153) 0%, rgb(0,102,102) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(51,153,153) 0%, rgb(0,102,102) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(51,153,153) 0%, rgb(0,102,102) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(51,153,153) 0%, rgb(0,102,102) 100%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(51,153,153)),
	color-stop(1, rgb(0,102,102))
	);
}
