/* CSS Document */

/* general settings */
.SH_salary_graph {
	font-family: Arial, Helvetica, sans-serif;
}

.SH_salary_graph * {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.SH_salary_graph h4 {
	font-size: 100%;
	line-height: 150%;
	text-transform: none;
}

.SH_salary_graph table {
	border-collapse: collapse;
}

.SH_salary_graph a {
	color: #0b82ce;
	text-decoration: underline;
	cursor: pointer;
}
/* end general settings */


.SH_salary_graph .SH_blue_box{
	width:544px;
  background: #cee3f6 url(/c/salary-common/images/blueright.png) repeat-y right;
}

.SH_salary_graph .SH_bluetop {
	background:url(/c/salary-common/images/bluetop.gif) top right no-repeat;
	height: 7px;
}

.SH_salary_graph .SH_bluebottom {
	background:#FFF url(/c/salary-common/images/bluebottom.gif) top right no-repeat;
	height: 13px;
}

.SH_salary_graph .SH_blue_box h3 {
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color:#000;
	margin-bottom:6px;
}

.SH_salary_graph .SH_blue_box_container {
	margin:0 15px 10px 15px;
}

.SH_salary_graph .SH_bar_graph {
	border-spacing:0pt;
	/*width:100%;*/
	width:514px;
}
.SH_salary_graph .SH_bar_graph tfoot { height:22px;}
.SH_salary_graph .SH_bar_graph tbody tr { 
	height:34px;
}

.SH_salary_graph .SH_bar_graph tbody td {
	font-size:70%; 
	color:#000; 
	padding-right:6px;
}

.SH_salary_graph .SH_salary_job_title, .SH_salary_graph .SH_salary_amount, .SH_salary_graph .SH_salary_footer {
	text-align:right; 
}

.SH_salary_graph .SH_bar_graph_footer {
	font-size: 80%;
	text-align: right;
	padding-right: 6px;
}

.SH_salary_graph .SH_salary_percent {
	background:url(/c/salary-common/images/barbg.gif) repeat-y;
	width: 263px;
}

.SH_salary_graph .SH_salary_percent td {
	width: 33%;
}

.SH_salary_graph .SH_col_sep {
	width: 2px;
	background: gray;
}

.SH_salary_graph .SH_col_a1 {
	width: 180px;
	background:#ebf4fb;
}

.SH_salary_graph .SH_col_a2 {
	width: 60px;
	background:#ebf4fb;
}
	
.SH_salary_graph .SH_salary { font-weight:bold;}

.SH_salary_graph .SH_bar {
	height:2.00em;
	margin: 3px 0px 0px 0px;
	background:#a5cb34;
	font-size: 75%;
	line-height: 150%;
	padding: 0px 2px 0px 0px;
}

.SH_salary_graph .SH_bar a, .SH_salary_graph .SH_bar span {
	font-weight: bold;
}

.SH_salary_graph .SH_bar label {
	color: #333;
}

.SH_salary_graph_footer {
  text-align:right;
  font: 11px arial;
  width:544px;
}
.SH_salary_graph_footer a {
  color: #000000;
  text-decoration: none;
}

.SH_salary_graph_footer .SH_simply {
  font-weight: bold;
  color: #0B82CE;
}

.SH_salary_graph_footer .SH_hired {
font-weight: bold;
  color: #849D3A;
}
