* {
	outline: 0;
	vertical-align: baseline;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.hidden {
	display: none;
}
.reset {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

img {
	border: none;
}

.error {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 22px;
}

h2 {
	font-size: 17px;
	color: #999999;
	margin: 10px 0;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
	margin-bottom:8px;
}

h5 {
	font-size: 12px;
}

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

tr {
	padding: 0;
	margin: 0;
}

th {
	color: #999999;
}

td.center,th.center {
	text-align: center;
}

th span {
	color: #163C57;
}

table th.left, table td.left {
	text-align:left;
}

table th.right, table td.right {
	text-align:right;
}



p.blue {
	color: #004169;
}
.blue {color:#004169; }

a {
	text-decoration: none;
	color: #214758;
}

a:hover {
	text-decoration: underline;
}

.actions {
	color: #99CC00;
}

.smallLeft {
	text-align:left;
	width:150px;
}

.icon_female, .icon_male {
	padding: 0 0 0 2px;
}



.blueTable {
	width: 100%;
}

.blueHead {
	position:relative;
	top:-1px;
	height: 24px;
	background: url(/img/frontend/container/bg_title2.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	color: #ffffff;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
	display:inline-block;
	line-height:20px;

   zoom: 1;  *display: inline;
   /* IE7 Hack */

}

.blueHead span {
	display: block;
	background: url('/img/frontend/container/bg_title_right3.png') top right	no-repeat;
	height: 24px;
	padding-right: 25px;
}

#frontend_container {
	position: relative;
	color: #777;
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 980px;
}

.payscale_count {
	width: 30px;
}
.payscaleTable{
	width:100%;
	margin:0 0 20px;
}
.payscaleTable div.error-message {
	margin-left:0;
}
.payscaleTable td,.payscaleTable th {
	border-bottom: 1px solid #888;
}
.payscaleTable tr.no-border td {
	border-bottom:0;
}

.payscaleTable th {
	padding: 5px;
	text-align:left;
	color: #163C57;
}

.payscaleTable td {
	padding: 5px;
	vertical-align: top ! important;
}

.payscaleTable td.order {
	vertical-align: bottom ! important;
	text-align: right;
}

.payscalesUserIndexTable {
	width: 920px;
}

.payscalesUserViewTable th, .payscalesUserViewTable td{
	text-align:left;  padding-right: 5px;
}


.hoverTable tr:hover td {
	background: #eee;
}


.contentBorder {
	border:1px solid #e7e7e7;
}
.contentGradient {
	background: url(/img/frontend/container/content_gradient.png) bottom left repeat-x;
	padding:0 10px 10px;
}

.f-left {
	float:left;
}
.f-right {
	float:right;
}
.m-left {
	margin-left:10px;
}
.m-top {
	margin-top:10px;
}
.m-bottom {
	margin-bottom:10px;
}

.clear {
	clear:both;
}
.block {
	display:block;
}
.inline-block {
	display:inline-block;
}
.w-100p {
	width:100%
}

.formDiv img.active {
	background: #999999;
	-moz-border-radius: 3px;
}



.greenbutton {
	background-color: #bece00;
	color: #ffffff;
	margin: 2px;
	padding: 3px 5px;
	clear: both;
	float: none;
	white-space:nowrap;
	display:inline-block;
}
.greenbutton:hover {
	background-color:#659b01;
	text-decoration:none;
}
button.greenbutton, input[type="submit"].greenbutton {
	border-width: 0;
}
button.greenbutton[disabled], input[type="submit"].greenbutton[disabled] {
	background-color: #cdcec3;
}


.redbutton {
	background-color: #ce4400;
	color: #ffffff;
	margin: 2px;
	padding: 3px 5px;
	clear: both;
	float: none;
	white-space:nowrap;
	display:inline-block;
}
.redbutton:hover {
	background-color:#a43600;
	text-decoration:none;
}

.small {
	padding: 2px;
}
.clear {
	clear: both;
}

.message {
	color: #4d5300;
	padding-bottom:5px;
	margin-bottom: 10px;
	background:url(/img/frontend/common/alert.png) no-repeat bottom;
}
.message span {
	display:block;
	background:url(/img/frontend/common/alert.png) no-repeat top;
	padding: 9px 5px 3px 33px;
}
.message a {
	color:#4d5300;
	float:right;
	width:30%;
	text-align:right;
	padding: 9px 15px 3px 0;

}

.right-col2 {
	width:834px;
	overflow:hidden;
}
.right-col2 table.list {
	width:834px;
}
.right-col {
	width:854px;
}
.right-col-half {
	width:380px;
}
.left-col {
	width:485px;
}

.formBlock td {
	vertical-align: middle;
}

.error-message {
	margin-left: 200px;
	color: red;
	font-weight: bold;

}

.nowrap {
	white-space:nowrap;
}

.tipp {
	padding:7px 0 12px 10px;
	color:#004169;
	background:url(/img/frontend/common/tipp.png) no-repeat left center;
	position:relative;
}
.tipp span.label {
	position:absolute;
	left:6px;
	top:50%;
	margin-top:-9px;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.tipp p {
	margin:3px 0 0 40px;
}
.tipp a {
	text-decoration:underline;
}
.tipp-top {
	border-bottom:1px solid #f1f1f1;
}
.tipp-bottom {
	border-top:1px solid #f1f1f1;
}


.admin-searchbox div.input label{
	width:100px;
}

.red, .red td {
	background:#FFCCCC !important;
}


/*
 *  Form Styles
 */


input, select, textarea {
	border: 1px solid #dadada;
}
div.checkbox > input, div.radio > input, input[type="checkbox"], input[type="radio"] {
	border:0;
}

div.input {
	min-height: 25px;
	padding: 2px 0;
}

div.input.text > input {
	width: 250px;
}

div.input input,div.input textarea, div.input select {
	color: #696969;
	width: 250px;
	font-family: "Lucide Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
}

.big-form div.input input, .big-form div.input textarea, .big-form  div.input select  {
	width:400px;
}
div.date select, .big-form div.date select, div.datetime select, .big-form div.datetime select {
	width:auto;
}
.big-form div.input textarea {
	height:350px;
}
.big-form div.textarea {
	height:500px;
}

div.checkbox input {
	border: 0;
	width:auto;
}

input.small {
	width: 50px ! important;
}

div.textarea {
	height: 120px;
}

div.input .normalWidth {
	width: auto;
}

div.input label {
	color: #004169;
	display: block;
	float: left;
	width: 200px;
	font-weight:bold;
	margin:3px 0;
}

div.input.read span {
	float:left;
	width:750px;
	display:block;
}

div.checkbox label {
	float:none;
	display:inline;
}
div.radio input{
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
* html div.radio input {
		border:0;
}
div.radio input[type=radio] {
	border:0;
}
div.radio label {
	margin: 0 10px 6px 20px;
	width:350px;
}
.formBlock .radio .error-message{
    clear: both;
	color: red;
	display: block; margin-left:0;
}


div.submit input {
	border: medium none;
	padding: 2px 5px;
	background-color: #bece00;
	color: #ffffff;
	cursor: pointer;
	width:auto;
	margin:0;
}

div.submit input:hover {
	background:#659b01;
}
input.watermark {
	font-style:italic;
}



table.list {
	width: 958px;
	margin-bottom:10px;
}

table.list th {
	color:#214758;
	text-align: left;
	background:url(/img/frontend/container/list-table-header.png) repeat-x;
	text-transform:uppercase;
	font-size:11px;
	line-height:18px;
	color:white;
}
table.list th:first-child, table.list td:first-child {
		padding-left:10px;
}
table.list th a {
	color:white;
	text-decoration:none;
}
table.list th a:hover {
	text-decoration:underline;
}
table.list tr td {
	border-bottom:1px solid #becd00;
	padding:3px 0;
	background:#f8f8f8;
	color:#004169;
}

table.list th.actions{
	width:120px;

}

table.list td.actions a.flag {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
table.list td.actions a.flag.active img {
	margin-top: 0px;
}

table.list td.actions a.flag img {
	margin-top: -16px;
}

table.list td.center img {
	padding: 0 3px;
}

table.list tr:hover td {
	background: #eaeebd;
}


#breadcrumbs {
	color:#333333;
	height:33px;
	line-height:33px;
	padding:0 10px;
}
#breadcrumbs p {
	margin:0;
}
#breadcrumbs a {
	color:#004169;
	text-decoration:underline;
}
#breadcrumbs a:hover {
	text-decoration:none;
}
#breadcrumbs span.arrow {
	color:#888888;
}

div.information {
	background:url(/img/icons/information.png) no-repeat 5px center #cce2f4;
	padding:5px 5px 5px 25px;
	color:#006cc9;
	font-size:14px;
}
.cta {
	font-size:14px;
	color:#a1ae00;
	display:block;
	margin:10px 0;
	font-weight:bold;
}
form p  {
	max-width:450px;
}



/* level 3 navigation */
#levelThreeContentNavigationContainer {
	width: 114px;
	float: left;
	min-height:1px;
}

#levelThreeContentNavigationContainer ul {
	padding: 0;
	margin: 0;
}

#levelThreeContentNavigationContainer ul li {
	list-style-type: none;
	position: relative;
	margin: 0 0 10px 0;
	height: 41px;
}

#levelThreeContentNavigationContainer a {
	display: block;
	font-size: 11px;
	line-height:16px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/img/frontend/buttons/subsubnav.png) no-repeat 0px -82px;
	height:41px;
}
#levelThreeContentNavigationContainer a span {
	padding:5px;
	display:block;
}
#levelThreeContentNavigationContainer a:hover {
	background-position: 0px -41px;
}
#levelThreeContentNavigationContainer a.active {
	background-position: 0px 0px;
}
#levelThreeContentNavigationContainer a.inactive {
	background-position: 0px -123px;
}

.invisible{display:none; }

.color-box { display: inline-block; width: 10px; height: 10px; }

div.pulse_range td.label {font-weight:bold; text-align:left;}
div.pulse_range tr td a {color:white; text-decoration:underline; }
div.pulse_range tr.regeneration td {background:#6882bd; color:white; }
div.pulse_range tr.stabilization td {background:#a8c95e; color:white; }
div.pulse_range tr.development td {background:#ffb810; color:white; }
div.pulse_range tr.threshold td {background:#bd1f2d; color:white; }

p.explanation-text {width:450px;}

ul.bundled-payscales h3 {
	margin-bottom: 0;
	margin-top: 0;
}

progress {
	background: #fff;
	color: #bece00;
	border: 1px solid #bece00;
	box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.3);
}
progress:not([value]) {
	border-color: #cdcec3;
}
/* Chrome, Safari */
progress::-webkit-progress-bar {
	background: #fff;
	-webkit-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.3);
}
progress::-webkit-progress-value {
	background: #bece00;
}
/* Firefox */
progress::-moz-progress-bar {
	background: #fff;
	-moz-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,0.3);
}