.button {
	margin: 10px 0;
	overflow: hidden;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.button .ticker {
	margin: 0;
	text-align: center;
}

.button .inner {
	background-repeat: repeat-x;
}
.button .blue .rounded_edge {
	height: 25px;
	width: 4px;
}
.button .blue .rounded_edge.left {
	background-image: url(../../img/button_blue_edge_left.gif);
}
.button .blue .rounded_edge.right {
	background-image: url(../../img/button_blue_edge_right.gif);
}
.button .blue .inner {
	background-image: url(../../img/button_blue_bg.jpg);
	height: 25px;
	width: 312px;
	text-align: center;
}

.button .grey .rounded_edge {
	height: 27px;
	width: 2px;
}
.button .selected .grey .rounded_edge.left {
	background-image: url(../../img/button_grey_edge_left.jpg);
}
.button .selected .grey .rounded_edge.right {
	background-image: url(../../img/button_grey_edge_right.jpg);
}
.button .grey .inner {
	height: 27px;
}
.button .selected .grey .inner {
	background-image: url(../../img/button_grey_bg.jpg);
}
.button .ticker .inner {
	background-image: url(../../img/ticker_button_bg.jpg);
	height: 33px;
	width: 184px;
}
.button .selected .ticker .inner {
	background-image: url(../../img/ticker_button_bg-selected.jpg);
}

.button .inner img.button_icon {
	margin: 0 4px;
	position: relative;
	top: 2px;
}

.button .blue .inner .button_link {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: underline;
}

.button .grey .inner .button_link {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	margin: 0 10px;
}
.button .ticker .inner .button_link {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
	margin: 0 10px;
}

.button a {
	text-decoration: none;
}

.button .blue .inner .button_link {
	color: white;
	text-decoration: none;
}

.button .grey .inner .button_link {
	color: #b5b5b5;
	text-decoration: none;
}
.button .selected .grey .inner .button_link {
	color: #3f3f3f;
}

.button .ticker .inner .button_link {
	color: #8b8b8b;
	text-transform: uppercase;
	text-decoration: none;
}
.button .selected .ticker .inner .button_link {
	color: white;
}
