/* BUTTONS */

#content .button * { cursor: pointer; }
#content .button a { text-decoration: none; }
#content .button a:link { text-decoration: none; }
#content .button a:active { text-decoration: none; }
#content .button a:visited { text-decoration: none; }
#content .button a:hover { text-decoration: none; }
#content .button span { cursor: pointer; }


.active_button { 
	cursor: pointer;
}

.button_dark { 
	display: block;
	height: 98px; 
	background-image: url(../img/fce_button_bg.png); 
	background-repeat: repeat-x; 
	margin-bottom: 3px;
}

.button_dark.active_button { 
	display: block;
	height: 98px; 
	background-color: #666666;
	margin-bottom: 3px;
	background-image: none;
}

.button_dark.selected_button {
	display: block;
	width: 100%;
	height: 98px; 
	background-color: #ffff33;
	margin-bottom: 3px;
	background-image: none;
}

.button_dark .start_button_headline {
	display: block;
	color: #ffff33;
	font-size: 26px;
	line-height: 26px; 
	font-weight: bold;
	padding: 15px 10px 3px 20px;
	font-family: arial narrow,arial,verdana;
}

.button_dark.active_button .start_button_headline {
	display: block;
	color: #ffff33;
	font-size: 26px;
	line-height: 26px; 
	font-weight: bold;
	padding: 15px 10px 3px 20px;
	font-family: arial narrow,arial,verdana;
}

.button_dark.selected_button .start_button_headline {
	display: block;
	color: #1e1e1e;
	font-size: 26px;
	line-height: 26px; 
	font-weight: bold;
	padding: 15px 10px 3px 20px;
	font-family: arial narrow,arial,verdana;
}

.button_dark .start_button_text {
	display: block;
	color: #ccc;
	padding: 2px 10px 5px 20px;
	font-size: 10px;
	line-height: 11px;
}

.button_dark.active_button .start_button_text {
	color: #ccc;
}

.button_dark.selected_button .start_button_text {
	color: #333;
}



.button_dark .start_button_headline_single {
	display: block;
	color: #ffff33;
	font-size: 26px;
	line-height: 98px; 
	font-weight: bold;
	padding: 0 10px 0 20px;
	font-family: arial narrow,arial,verdana;
}
.button_dark.selected_button .start_button_headline_single {
	color: #1e1e1e;
}

.button_light {
	display: block;
	background-color: #e0e0e0;
	border: 3px solid #cccccc;
	height: 60px;
}

.button_light .start_button_headline {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 18px; 
	font-weight: bold;
	padding: 5px 5px 2px 15px;
	font-family: arial narrow,arial,verdana;
}

.button_light .start_button_text {
	display: block;
	color: #000;
	padding: 2px 5px 5px 15px;
	font-size: 10px;
	line-height: 11px;
}

#content_top .button a { text-decoration: none; }
#content_top .button a:link { text-decoration: none; }
#content_top .button a:visited { text-decoration: none; }
#content_top .button a:hover { text-decoration: none; }
#content_top .button a:active { text-decoration: none; }