﻿input.salaryWatermark
{
	color: #ccc;
	font-style: italic;
}

input.watermarkText
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	color: #303030;
	font-size: 8pt;
}

.scTitle
{
	font-size: 24px;
	margin: 0;
	border-bottom: 1px dashed #ccc;
}

.scSmallTitle
{
	font-size: 16px;
	margin: 20px 0 10px;
	border-bottom: 1px dashed #ccc;
}

.salTitleCount
{
	font-size: 15px;
	font-weight: bold;
}

.salaryChartContainer
{
	padding: 5px 0;
}

.salaryChart
{
	line-height: 40px;
	padding: 0;
	border-collapse: collapse;
}

.salaryChartFooter
{
	width: 132px;
	border-bottom: 1px #573A69 solid;
}


.graphText
{
	text-align: center;
	font-size: 10px;
	font-family: Verdana;	
}

.salaryJobInfo
{
	width: 132px;
	line-height: 10.8pt;
}

.salaryJobInfoHeader
{
	width: 132px;
	line-height: 10.8pt;
	border-bottom: 1px #573A69 solid;
}

.salaryAvg
{
	text-align: center;
	width: 65px;
	line-height: 10.8pt;
	border-right: 1px #573A69 solid;
	border-left: 1px #573A69 solid;
}

.salaryAvgHeader
{
	text-align: center;
	width: 65px;
	line-height: 10.8pt;
	border-bottom: 1px #573A69 solid;
	border-right: 1px #573A69 solid;
	border-left: 1px #573A69 solid;
}

.barGraph
{
	width: 235px;
}

.graphHeader
{
	width: 235px;
	border-bottom: 1px #573A69 solid;
}

.scHeader
{
	line-height: 15px;
	border-collapse: collapse;
}

.scRow
{
	border-collapse: collapse;
}

.jtCol
{
	line-height: 14px;
}

.relativeGraph
{
	position: relative;
	width: 235px;
}

.tick
{
	position: absolute;
	height: 3px;
	top: 6px;
	line-height: 10.8pt;
	border-left: 1px #573A69 solid;
}

.scaleVal
{
	width: 38px;
	top: -7px;
	text-align: center;
	position: absolute;
	line-height: 10.8pt;
}

.salaryRange
{
	font-size: 12px;
	height: 14px;
	line-height: 10.8pt;
	position: absolute;
	top: -7px;
	background-color: #e5d1f2;
}

.lowerBoundVal
{
	left: -40px;
	width: 38px;
	top: -1px;
	font-size: 12px;
	font-family: Verdana;
	line-height: 10.8pt;
	position: absolute;
	text-align: right;
}

.upperBoundVal
{
	right: -40px;
	width: 38px;
	top: -1px;
	font-size: 12px;
	font-family: Verdana;
	line-height: 10.8pt;
	position: absolute;
	text-align: left;
}

.avgVal
{
	line-height: 10.8pt;
	position: absolute;
	width: 2px;
	font-size: 12px;
	height: 14px;
	background-color: #573a69;
}

.headingSep
{
	padding: 10px 0 0;
}

.smallHeadingSep
{
	padding: 5px 0 0;
}

.salSubtext
{
	color: #ccc;
	font-size: 10px;
}

.headerSize
{
	font-size: 24px;
}

a.calcSalaryOff
{
	margin: 0 auto;
	background-image: url(images/calcSalariesRollover.png);
	background-position: 0 0;
	width: 238px;
	height: 61px;
	display: block;
}

a.calcSalaryOff span
{
	display: none;
}

a:hover.calcSalaryOff
{
	background-position: 0 -61px;
}