/* Compensation Plan Style Sheet */


#compplanwrap {
}

#compplanwrap p {
	margin: .5em 0;
}

#compplanwrap p a, #complanwrap p a:visited {
	font-weight: bold;
	text-decoration: none;
}

div#compplanwrap ul#jumplinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#jumplinks li {
	display: inline;
	margin-right: 1.5em;
}

ul#jumplinks a, ul#jumplinks a:visited {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

ul#jumplinks a:hover {
	text-decoration: underline;
}


#compplanwrap col#one {
	width: 41px;
	text-align: center;
}
#compplanwrap col#two {
	width: 275px;
	text-align: left;
}

#compplanwrap col#three {
	width: 66px;
	text-align: center;
}
#compplanwrap col#four {
	width: 131px;
	text-align: left;
}
#compplanwrap col#five {
	width: 49px;
	text-align: center;
}
#compplanwrap col#six {
	width: 49px;
	text-align: center;
}

#compplanwrap col#seven {
	width: 79px;
	text-align: right;
}

#compplanwrap col#eight {
	width: 80px;
	text-align: right;
}

#compplanwrap col#nine {
	width: 45px;
	text-align: center;
}


/*table styles for alpha sort tables and for pay tables*/
table {
	margin: 0;
	border: 1px solid #3A3A3A;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
}

table td, table th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-collapse: collapse;
	padding:2px;
	text-align: center;

}

table caption {
	font-size: 1.4em;
	font-weight: bold;
}

table p {
	margin: .2em 0 .5em 0;
}

a.newwin, a:visited.newwin, a:hover.newwin {background: none; padding: 0; white-space:nowrap;}
