a {color: #3b5998;text-decoration:none;}
a:hover {text-decoration:underline;}
img {border: 0px;}
.fb_left_search_input{ margin: 0; border: 0px; padding:2px 2px 3px 2px;width:100px;}
.fb_left_search_select{ margin: 0; border: 0px; padding:2px 2px 2px 2px;width:110px; }
textarea {border:1px solid #bdc7d8;}
.fb_input{
    border: 1px solid black;
    background: white;
    padding: 2px 8px;
}
.fb_input:hover {
    border: 1px solid black;
    background: #def2fc;
    padding: 2px 8px;
}
.fb_button {
    padding: 2px 8px;
}
.fb_button:hover {
    padding: 2px 8px;
}

.fb_clear{clear:both; line-height:0px;height:0px;}


#fb_dash_container_all {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  	font-size:10pt;
	color:#333333;
	text-align: center;
  	margin:0px;
	
}

#fb_dash_user_content {
	width: 775px;
	margin: 0 auto;	
}
#fb_overlay_shadow {
	width: 100%;
	position: absolute;
	z-index: 1499;
	background:black;
	display:none;
	top:0;
	left:0;
}
#fb_overlay_status {	
	width: 700px;
	height: auto;
	position: absolute;
	z-index: 1500;
	padding: 2px;
	border: 2px solid #94a3c4;
	background:white;
	display:none;
	text-align:center;
}
.fb_overlay_close {
	position: relative;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	width: 26px;
}
#fb_overlay_container {
padding: 10px;
width: 700px;
}
#fb_dash_top_banner {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 5px;
}
#fb_dash_left_nav {
	float:left;
	width: 305px;
	border-right: 1px solid #d8dfea;
	border-bottom: 2px solid #d8dfea;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	height: auto;
	font-size: 0.8em;
	text-align: left;
}

#fb_dash_middle_content {
	text-align:left;
	width: 775px;
}




#fb_dash_middle_results_tabs {
	height: 18px;
	margin: 0px;
	padding-left: 10px;

}
#fb_dash_middle_results_tabs_underline {
	border-top: 1px solid #d8dfea;
	width: 100%;
	margin-top:9px;

}
.fb_dash_middle_results_tabs_selected {
	float: left;
	width: auto;
	position: relative;
	z-index: 50;
	font-weight:bolder;
	margin-bottom: -1px;
	margin-right:2px;
	background:white;
	border-bottom: 1px solid white;
	border-top: 1px solid #d8dfea;
	border-left: 1px solid #d8dfea;
	border-right: 1px solid #d8dfea;
	padding: 5px 10px;
}
.fb_dash_middle_results_tabs_selected a:hover{
	text-decoration: none;
}

.fb_dash_middle_results_tabs_notselected {
	width: auto;
	float: left;
	position: relative;
	z-index: 50;
	margin-bottom: -1px;
	font-weight:bolder;
	margin-right:2px;
	padding: 5px 0px;
	border-bottom: 1px solid #eceff5;
}
.fb_dash_middle_results_tabs_notselected a{
	background:#eceff5;
	padding: 5px 5px;
	text-decoration: none;
}
.fb_dash_middle_results_tabs_notselected a:hover{
	padding: 5px 5px;
	background: #627aad; 
	color:white;
	text-decoration: none; 
}


#fb_dash_bottom_banner {
	width: 100%;
	padding: 5px;
}

.fb_pagination{
	font-size: 1.0em;
	margin: 5px 0px;
}
.fb_pagination_page {
	border-bottom: 1px solid #d8dfea;
	border-top: 1px solid #d8dfea;
	color:black;
	float: left;
	width: auto;
	padding:0px 5px;
	font-weight:bolder;
}
.fb_pagination_number {
	border: 1px solid #d8dfea;
	float: left;
	width: auto;
}
.fb_pagination_number_selected {
	border: 1px solid #d8dfea;
	background: #eceff5;
	color:black;
	float: left;
	width: auto;
	padding:0px 5px;
	font-weight: bold;
}
.fb_pagination_number a{
	background: white;
	padding: 0px 5px;
}
.fb_pagination_number a:hover{
	background: #eceff5;
	padding: 0px 5px;
	text-decoration:none;
}

#fb_loader {
	padding: 10px;
	background: white;
	text-align: center;

}



.fb_text_link {
	text-align:left;
}
.fb_text_link a{
	text-decoration:none;
}
.fb_text_link a:hover{
	text-decoration:none;
	background:#3b5998;
	color:white;
	cursor: pointer;
}
.fb_text_link_bg {
display:inline-block;
padding: 4px 10px;
width: 200px;
border-bottom: 1px solid #d8dfea;
}

.fb_text_button {
	text-align: center;
	padding:2px 6px;
	border-top: 2px solid #8a9cc2;
	border-left: 2px solid #29447e;
	border-bottom: 2px solid #29447e;
	border-right: 2px solid #29447e;
	background:#5972a7;
	font-weight:bold;
	display:inline-block;
	
}
.fb_text_button a{
	color: white;
	text-decoration:none;
}
.fb_text_button a:hover{
	text-decoration: underline;
}

#fb_job_display {
	text-align: left;
	padding: 20px;
}
.fb_round_corner_top_right {
position:relative;
top:-10px;
right:-10px;
float:right;
width:10px;
height:10px;
background:url('/cpl/image/corner_top_right.png');
z-index:4;
}
.fb_round_corner_top_left {
position:relative;
top:-10px;
left:-10px;
float:left;
width:10px;
height:10px;
background:url('/cpl/image/corner_top_left.png');
z-index:4;
}

.fb_round_corner_bottom_left {
position:relative;
bottom:-10px;
left:-10px;
float:left;
width:20px;
height:20px;
background:url('/cpl/image/corner_bottom_left.png');
z-index:4;
}

.fb_round_corner_bottom_right {
position:relative;
bottom:-10px;
right:-10px;
float:right;
width:20px;
height:20px;
background:url('/cpl/image/corner_bottom_right.png');
z-index:4;
}
.offer_notice {
padding: 10px;
border:1px solid #e2c822;
background:#fff9d7;
color:black;
}
.offer_content {
margin-bottom: 10px;

}
.offer_radio {

float:left;
width: 100px;
font-size: 12px;
}
.offer_logo {
border-right: 2px solid #ddd;
border-bottom: 2px solid #ddd;
float:left;
text-align: center;
width: 120px;
height: 60px;
}
.offer_desc {
float:left;
width: 500px;
margin-left: 10px;
font-size: 12px;
}
.offer_title {
font-weight:bold;
}
.offer_error {
border: 1px solid #dd3c10;
background:#ffebe8;
padding: 4px;
}
.offer_popup_container {
width: 500px;
margin: 0 auto;
padding: 10px;
text-align: left;
}
.offer_checked {
display:none;
font-size:0.8em;
text-align:right;
padding:5px;
color:#006600;
}

.offer_invalid {
	background-color: #FF9;
	border: 2px red solid;
}

label.offer_invalid {
    color: #F00;
    font-weight: bold;
}
.offer_form{
	border:1px solid #23cdf7;
	padding: 4px;
	display:none;
	margin-top:10px;
}
#offer_error_floater {
	position:absolute;
	z-index:100;
	background:#ffebe8;
	border: 1px solid #dd3c10;
	padding: 4px;
	display:none;
}
.cpl_radio_yn {
background:none transparent;
border:0px solid black;
}
.offer_yes_text{color:#CC0000;font-weight:bold; font-size:1.5em}
