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

/* Tabs
---------------------------------------------- */

#FormConfig_Settings {
	margin-top:15px;	
}

ul#FormConfig_menu {
	list-style:none;
	padding:0 15px 0 15px;
	margin:0;
	border-bottom:1px solid #CCC;
	display:block;
}

ul#FormConfig_menu li.FormConfig_tab, ul#FormConfig_menu li.FormConfig_tab_selected {
	padding:6px 10px 6px 10px;
	line-height:100%;
	margin:0 5px -1px 0;
	border:1px solid #CCC;
	border-bottom:0px solid #FFF;
	display:block;
	float:left;
	background-color:#F1F1F1;
	cursor:pointer;
	
	-moz-border-radius-topright: 4px; 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

ul#FormConfig_menu li.FormConfig_tab_selected {
	border-bottom:1px solid #FFF;
	font-weight:bold;
	background-color:#FFFFFF;
}

ul#FormConfig_menu li.FormConfig_tab_clear {
	height:0px;
	clear:both;
}

.expandtoggle {
	background:url(../img/toggle-minus.png) top left no-repeat;
	text-indent:20px;
	cursor:pointer;
}

/* General
---------------------------------------------- */

.spfb_FormDelete_btn {
	float:right;
	margin:4px 4px 0 0;	
}

/* Public
---------------------------------------------- */

.spfb_imgcode img {
	float:left;
	margin:0 5px 0 0;	
}

.spfb_separator {
	padding:0;
	margin:0;	
}

#spfb_processpayment {
	text-align:center;	
}

.spfb_paymentmessage {
	text-align:center;
	margin:0;
	padding:10px 0 10px 40px;	
	background:url(../img/loading.gif) left center no-repeat;
	line-height:50px;
	font-weight:bold;
	font-size:14pt;
	height:50px;
	line-height:50px;
	clear:both;
}

.spfb_list {
	list-style:none;
	margin:0;
	padding:0;	
}

.spfb_results_stats, .spfb_results_options {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	text-align:center;
}

.spfb_results_stats {
	margin:10px 0 10px 0;	
}

.spfb_results_options {
	text-align:right; 
}

.spfb_results_stats li, .spfb_results_options li {
	padding:5px 10px 5px 10px;
	margin:0;
	display:inline;
	border-right:1px solid #CCC;
}

.spfb_results_options li img {
	line-height:100%;
	padding:0;
	margin:0 0 -1% 0;
}
.spfb_results_stats li:last-child, .spfb_results_options li:last-child {
	border-right:0px solid #CCC;
}

.spfb_results_stats li.title, .spfb_results_options li.title {
	font-weight:bold;
	border-right:0px solid #CCC;
	padding:5px 0px 5px 10px;
}

.nextprev {
	float:right;	
}

.spfb_red {
	color:red;
	font-weight:bold;
}

.spfb_orange {
	color:orange;
	font-weight:bold;
}

.spfb_green {
	color:green;
	font-weight:bold;
}