/* CSS for Careers section revisions 4.21.06, dkw=dev, kt=design */
/* Last updated 9.01.06, dkw */

/* Green subheader text */
.subhdrCareers {color: #7FC34E;}

/* White on green subheader text for analyst name, title, location */
.subhdrAnalyst {font-weight: bold; font-size:80%; color: #FFF; background: #A2DB8F;}

/* Blue link styles */

A.careers_link, A.careers_link:hover, A.careers_link:visited {
	font-weight:normal;
	text-decoration:none;
	color:#269ACF;
	}
/* color override for visited links*/
A.sm_link:visited {
	color:#666666;
	}
/* underline on hover only */
A.sm_link:hover {
	text-decoration:underline;
	}

/* Right rail rounded corner boxes for calls-to-action */

.rbCareers {
  background:#FFFFFF;
  border:1px solid #7FC34E;
  border-width:0 1px;
  padding:0 10px;
  margin-right: 6px;
}
.rbt, .rbb, .rbt div, .rbb div {
  background:url(http://a964.g.akamaitech.net/f/964/714/1h/www.forrester.com/careers/images/tb_bb.png) top right; background-repeat: no-repeat;
  height:10px;
}
.rbt div { background-position:top left; }
.rbb div { background-position:bottom left; }
.rbb { background-position:bottom right; }
.rbt, .rbb {
  margin:0 -11px 0 -11px;
  padding-right:6px;
} 

/* tab navigation for employee profiles */
#tab {
	font-size: 85%;
	float:left;
	}
#tab ul {
    margin:0;
    padding:10px 0 0;
    list-style:none;
    }
#tab li {
    float:left;
    background: url(http://a964.g.akamaitech.net/f/964/714/1h/www.forrester.com/careers/images/cornr_topleft_off.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
#tab a {
	float:left;
	display:block;
	color: #333;
	padding:5px 15px 3px 6px;
	background-image: url(http://a964.g.akamaitech.net/f/964/714/1h/www.forrester.com/careers/images/cornr_topright_off.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #CCC;
    }
#tab #current {
	background-image:url(http://a964.g.akamaitech.net/f/964/714/1h/www.forrester.com/careers/images/cornr_topleft_on.gif);
	background-color: #FFF;
    }  
#tab #current a {
    color: #006666;
	background-image:url(http://a964.g.akamaitech.net/f/964/714/1h/www.forrester.com/careers/images/cornr_topright_on.gif);
    padding-bottom:3px;
	font-weight:bold;
	background-color: #AFD799;
	text-decoration:none;
    }	  
A.tab:link, A.tab:visited, A.tab:hover {
	color:#333;
	text-decoration:none;
	}
/* underline on hover only */	
A.tab:hover {
	text-decoration:underline;
	}
