@charset "UTF-8";
/* CSS Document */
/* Eric Meyer CSS Reset v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	vertical-align: baseline;
}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{
	quotes:none;
}blockquote:before,blockquote:after,q:before,q:after{content:none;}:focus{outline:0;}a:link, a:visited, a:hover, a:active{outline:none !important;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}img{display:block;}

/* = = = = = = = = General = = = = = = = = */

body {
	background:#212121 none;
	font-family:Arial,sans-serif;
	font-size:13px;
	line-height:1.2em;
	color:#323436;
}
h1, h2, h3, h4, h5 {
	line-height:1.35em;
}
h1, h2, h3 {
	font-family: Arial, sans-serif;
}
h1 {
	font-size:26px;
	padding:0px 0 3px 0;
	margin-bottom:10px;
	line-height: 1em;
	letter-spacing: -0.03em;
	color:#222;
	font-weight: bold;
}
h1.logo {
	text-indent:-9999em;
	position:absolute;
	top:147px;
	left:62px;
	height:64px;
	background: transparent url(../img/home-logo.png) no-repeat 0 0;
	width: 287px;
	padding: 0;
	margin: 0;
}
a#logo  {
	display:block;
	width:165px;
	height:45px;
	background:transparent url(../img/logo-login.png) no-repeat -14px 0;
	text-indent:-9999em;
	margin:-2px 4px 0 0;
	float:left;
	padding:0 !important;
}
.navlistMain {
	left:172px;
}
h2 {
	font-size:17px;
}
h2.subtitle {
	font-weight: normal;
	padding-bottom: 10px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
	padding:4px 0 6px 0;
	color: #83b10a;
}
h5 {
	font-size:13px;
}
a:link, a:visited {
	color:#1988a9;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #0b5775;
}
a.showVisited:visited {
	color:#5da0b3;
}
a.showVisited:hover {
	color: #0b5775;
}
a.noUnderline:link,a.noUnderline:visited {
	text-decoration: none;
}
a.noUnderline:hover {
	text-decoration:underline;
}
p {
	line-height:1.5em;
}
div.text input, div.password input, div.textarea textarea, textarea.textarea {
	font-size:13px;
	-moz-border-radius: 2px;  
	border-radius:2px;  
	-webkit-border-radius: 2px;
  border:1px solid #b2b2b2;
  padding:7px;
  background:#FFF url(../img/input-shadow.png) repeat-x 0 -2px;
	outline:none;
	font-family:Arial,sans-serif;
}
div.text input:focus, div.password input:focus, div.textarea:focus, .textarea:focus {
	background:#fffad0 url(../img/input-shadow-focus.png) repeat-x 0 -2px;
}
div.text input.noFocus:focus {
  background:#FFF url(../img/input-shadow.png) repeat-x 0 -2px;
}
/* TEXTAREA RESIZER */
div.grippie {
	background:#e6e6e6 url(../img/grippie.png) no-repeat scroll center 2px;
	border-color:#ccc;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
	margin-top:0 !important;
	margin-bottom:0 !important;
	font-size: 1px;
	padding: 0 !important;
}
#jobPosting form .resizable-textarea {
	clear: none;
	margin-bottom: 0;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt !important;
	width:95%;
	height: 80px;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

/* GLOBAL BUTTONS */
input.btn, a.btn:link, a.btn:visited {
  background:transparent url(../img/btns.png) no-repeat 0 0;
  border-style:none;
  color:#FFF !important;
  cursor:pointer; 
  font-weight:bold;
  font-size: 14px !important;
  height:39px !important;
  line-height:41px;
  letter-spacing: -0.02em;
  text-align:center;
  width:138px !important;
  padding: 0 0 2px 0;
  margin: 0;
  text-shadow:0 -1px #577506;
  display: block;
  outline: none !important;
  font-family: Arial, sans-serif;
  text-decoration: none !important;
}
input.btn:hover, a.btn:hover {
  background-position: 0 -39px;
}
input.btn:active, a.btn:active {
  background-position: 0 -78px;
  outline: none;
}
a.btn:link, a.btn:visited {
  padding: 0;
  text-decoration: none;
  line-height:40px;
}
input.btn.grayBtn,
a.btn.grayBtn:link, a.btn.grayBtn:visited {
  background-position: 0 -117px;
  color: #323436 !important;
  text-shadow: none;
}
input.btn.grayBtn:hover, a.btn.grayBtn:hover {
  background-position: 0 -156px;
}
input.btn.grayBtn:active, a.btn.grayBtn:active {
  background-position: 0 -195px;
}
a.btn.grayBtn.narrow:link, a.btn.grayBtn.narrow:visited  {
  background-position: -316px -117px;
  width:118px !important;
}
a.btn.grayBtn.narrow:hover {
  background-position: -316px -156px;
}
a.btn.grayBtn.narrow:active {
  background-position: -316px -195px;
}
input.btn.grayBtn.wide,
a.btn.grayBtn.wide:link, a.btn.grayBtn.wide:visited {
  background-position: -138px -117px;
  width:178px !important;
}
input.btn.grayBtn.wide:hover, a.btn.grayBtn.wide:hover {
  background-position: -138px -156px;
}
input.btn.grayBtn.wide:active, a.btn.grayBtn.wide:active {
  background-position: -138px -195px;
}
input.btn.wide, a.btn.wide:link, a.btn.wide:visited  {
  width:178px !important;
  background-position: -138px 0;
}
input.btn.wide:hover, a.btn.wide:hover {
  background-position: -138px -39px;
}
input.btn.wide:active, a.btn.wide:active {
  background-position: -138px -78px;
}
input.placeholder, .textarea.placeholder {
  color:#aaa;
  font-style: italic;
}
/* END GLOBAL BUTTONS */

.pagination {
	padding: 7px 0;
}
.pagination a:link, .pagination a:visited {
	border:1px solid #ccc;
	border-color: #d1d1d1 #ccc #ccc #d1d1d1;
	text-decoration: none;
	float:right;
	margin:0 0 7px 5px;
	padding:6px 0px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#eee url(../img/fade-silver.png) repeat-x 0 0;
	width:7.0em;
	text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
.pagination a:hover {
  border-color: #aaa;
}
.pagination a:active {
  background: #f1f1f1 none;
  color: #555;
  }
.pagination h3 {
  padding:3px 0 3px 3px !important;
  font-weight: normal;
}
.textarea.placeholder {
  line-height: 1.2em;
} 
select {
	background: #FFF none;
	border:1px solid #aaa;
	padding:4px;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
div.submit {
	clear:left;
}
textarea {
	padding:8px;
	background:#FFF url(../img/input-topfade.png) repeat-x scroll 0 0 !important;
}
form div.checkbox {
  width:630px;
}
div.checkbox input {
	padding: 3px !important;
	background: none !important;
	border: none !important;
	width: auto !important;
	float: left !important;
	margin-left:4px !important;
}
div.checkbox label,
div.checkbox.label label {
	width: 600px !important;
	float: right !important;
	text-align: left !important;
	margin: 2px 0 !important;
	padding: 0 !important;
	font-weight: normal !important;
}
input.radio {
	padding: 3px !important;
	background: none !important;
	border: none !important;
}
.hidden{display:none;}
.alignMiddle {
	vertical-align:middle !important;
}
.serif {
	font-family:Georgia,Times, serif;
}
.quoteLarge {
  font-size: 30px;
  padding:45px 25px 25px;
  color:#ddd;
  font-family:Georgia,Times, serif;
  font-weight: bold;
  line-height: 1.2em;
}
ul.bullets {
	list-style-type: disc;
	list-style-position: outside;
	margin:10px auto;
}
ul.bullets.indented {
	padding-left:25px;
}
ol.indented {
	padding-left:45px;
}
ul.bullets li {
	margin:0 0 10px 15px;
	line-height:1.3em;
}
.roundBox {
	padding:0px;
	margin: 10px auto;
}
.roundBox .roundBox, .memberLogin .roundBox, .errors .roundBox, .candidates #contact_info .right .roundBox  {
	border-width:1px;
  margin: 10px auto;
	background: #fff none;
	border:1px solid #c7c7c7;
	padding: 15px;
}
 .memberLogin .roundBox, .errors .roundBox {
  width:470px;	
	padding:30px 35px;
	border:6px solid #777;
}
.roundBox.grayBox {
	background:#D3D3D3 url(../img/gray-rep.png) repeat-x scroll 0 0;
}
.roundBox.grayModule {
	padding:20px 25px;
	border-width:1px;
  margin: 10px auto 17px auto;
	background: #f1f1f1 none;
}
.round3 {
	-moz-border-radius: 3px; 
	border-radius:3px; 
  -webkit-border-radius: 3px;
}
.round5 {
	-moz-border-radius: 5px; 
	border-radius:5px; 
  -webkit-border-radius: 5px;
}
.round8 {
	-moz-border-radius: 8px; 
	border-radius:8px; 
  -webkit-border-radius: 8px;
}
.round10 {
	-moz-border-radius: 10px; 
	border-radius:10px; 
  -webkit-border-radius: 10px;
}
.round15 {
	-moz-border-radius: 15px; 
	border-radius:15px; 
  -webkit-border-radius: 15px;
}
.indent {
  padding-left:20px;
}
.borderBox {
	padding:0;
	margin:10px auto;
	border:1px solid #c7c7c7;
	background: #f5f5f5 none;
}
.whiteBox {
	padding:0;
	margin:10px auto;
	border:1px solid #c7c7c7;
	background: #FFF none;
}
.grayTable {
	margin:0 auto;
	width:100%;
}
.grayTable th {
	background:#202020 url(../img/thead-bg.png) repeat-x top center;
	color:#fff;
	padding:12px 10px;
	text-align:left;
	zoom: 1;
}
.grayTable th.first {
  background-position: top left;
}
.grayTable th.last {
  background-position: top right;
}
.grayTable th a:link, 
.grayTable th a:visited {
	color:#fff;
	line-height:15px;
}
.grayTable tr.filters {
  display:none;
}
.grayTable td {
	padding:6px 10px;
	text-align:left;
	background:#fff none;
	vertical-align:middle;
	border-top:1px solid #e3e3e3;
}
.grayTable td.number {
	text-align:right;
}
.grayTable td.grayBg {
	background: #EEE none;
}
.grayTable tr.total td {
  background-color: #FFFAD0;
  font-weight: bold;
}
.grayTable.stripeMe tr.even td {
  background-color: #f5f5f5;
}
.grayTable.stripeMe tr td.hovered {
  background-color: #fbf3ca !important;
}
.grayTable td.hovered {
	background-color:#f5f5f5 !important;/*#edf7df !important;*/
}
.grayTable.noHover td.hovered {
	background-color: #FFF !important;	
}

.interviewTitle div.text input {
	width:80%;
	font-size:20px;
	color:#333;
	margin:5px 0 8px;
	padding:4px;
}
body.create .interviewTitle {
	margin-bottom:10px;
}
fieldset fieldset {
	padding:0 10px;
}
fieldset div.submit {
	padding:10px 0;
}
.breakWord {
  word-wrap: break-word;
}
.textLeft {
	text-align:left !important;
}
.textRight {
	text-align:right !important;
}
.textCenter {
	text-align:center !important;
}
.textNormal {
	font-weight:normal !important;
}
.textBody {	
	font-family:Arial,sans-serif !important;
	letter-spacing: normal !important;
}
.textBold {
	font-weight:bold !important;
}
.textTitle {
  text-transform: capitalize;
}
.textCaps {
  text-transform: uppercase;
}
.widthFull {
	width: 95% !important;
}
.flRight {
	float:right;
}
.flLeft {
	float:left;
}
.flNone {
	float:none !important;
}
.inline {
	display: inline !important;
}
.block {
	display: block !important;
}
.relative {
	position: relative !important;
}
.center {
	margin:0 auto !important;
}
.clearBoth {
	clear:both;
}
.clear {
	clear:both;
	height:1%;
	font-size:1px;
	line-height:1%;
	display:block;
}
.clear.clearRight {
	clear:right;
}
.clear.clearLeft {
	clear:left;
}
ol {
	list-style: decimal;
	list-style-position: outside;
	padding-left: 24px;
}
ol li {
	line-height: 1.3em;
	margin: 8px 0;
}
.width700 {
	width:700px !important;
}
.width720 {
	width:720px !important;
}
.width800 {
	width:800px !important;
}
.width900 {
	width:900px !important;
}
.text10 {
	font-size:10px !important;
}
.text11 {
	font-size:11px !important;
}
.text12 {
	font-size:12px !important;
}
.text13 {
	font-size:13px !important;
}
.text14 {
	font-size:14px !important;
}
.text15 {
	font-size:15px !important;
}
.text17 {
	font-size:17px !important;
}
.text20 {
	font-size:20px !important;
}
.text24 {
	font-size:24px !important;
}
.text26 {
	font-size:26px !important;
}
.lightGray {
	color:#bbb !important;
}
a.lightGray, a.lightGray:visited {
	color:#bbb !important;
}
a.lightGray:hover {
	color:#666 !important;
}
.medGray {
	color:#bbb !important;
}
a.medGray:hover {
	color:#555 !important;
}
.orange {
	color:#C60 !important;
}
.yellow {
	color:#C90 !important;
}
a.black, a.black:visited {
	color:#323436;
}
.white {
	color:#FFF !important;
}
.gray {
	color:#888 !important;
}
a.gray, a.gray:visited, p.gray a, p.gray a:visited {
	color:#888 !important;
}
a.gray:hover {
	color:#555 !important;
}
.transparent {
	background: transparent !important;
}
.strike {
  text-decoration: line-through;
  color:#f00;
  font-weight: normal;
}
.yellowBg {
	background:#fefdf5 none !important;
}
.pinkBox {
	background:#ffe0e0 none !important;
	padding:7px;
	margin:8px auto 0;
	border:1px solid #ffa6a6 !important;
}
.yellowBox {
	background:#FFFADD none !important;
	padding:7px;
	margin:8px auto 0;
}
.yellowBox.tip {
	padding:10px;
	margin:5px auto;
	border:1px solid #ffe49a !important;
}
.yellowBox.tip p {
  line-height: 1.3em;
}
.greenBox {
	padding:10px;
	margin:5px auto;
	font-size:12px;
	border:1px solid #a9db66;
	background: #e0f2c8 none;
}
.greenBox.striped {
	background: #e0f2c8 url(../img/stripe-green.png) repeat 0 0;
}
.blueBox {
	padding:10px;
	background: #E5F6FE none;
	border: 1px solid #499FC8;
	margin:5px auto;
}
.blueBoxWrap {
	border: 1px solid #499FC8;
}
.blueBorderBox {
	background:#FFFFFF none repeat scroll 0 0;
	border:13px solid #DBEDF6;
	padding:40px;
}
.green {
	color:#83b10a !important;
}
a.green:hover {
	color:#4d6903 !important;
}
.lightGreen {
	color:#C1F43D !important;
}
a.lightGreen:hover {
	color:#83b10a !important;
}
.borderGreen {
	border:3px solid #83b10a !important;
}
.red, a.red:link, a.red:visited {
	color:#d56657 !important;
}
.padded5 {
	padding:5px !important;
}
.padded10 {
	padding:10px !important;
}
.padded15 {
	padding:15px !important;
}
.padded20 {
	padding:20px !important;
}
.padded30 {
	padding:30px !important;
}
.padBottom0 {
	padding-bottom:0px !important;
}
.padBottom5 {
	padding-bottom:5px !important;
}
.padBottom8 {
	padding-bottom:8px !important;
}
.padTop2 {
	padding-top:2px !important;
}
.padTop5 {
	padding-top:5px !important;
}
.padTop8 {
	padding-top:8px !important;
}
.padLeft15 {
	padding-left:15px !important;
}
.padTop10 {
	padding-top:10px !important;
}
.padTop15 {
	padding-top:15px !important;
}
.padTop20 {
	padding-top:20px !important;
}
.padTop40 {
	padding-top:40px !important;
}
.padTop60 {
	padding-top:60px !important;
}
.padTop0 {
	padding-top:0 !important;
} 
.pad5Vert {
	padding:5px 0 !important;
}
.pad10Vert {
	padding:10px 0 !important;
}
.pad20Vert {
	padding:20px 0 !important;
}
.topFlush {
	margin-top:0 !important;
}
.bottomFlush {
	margin-bottom:0 !important;
}
.topMargin5 {
	margin-top:5px !important;
}
.topMargin8 {
	margin-top:8px !important;
}
.topMargin10 {
	margin-top:10px !important;
}
.topMargin15 {
	margin-top:15px !important;
}
.topMargin20 {
	margin-top:20px !important;
}
.topMargin-8 {
	margin-top:-8px !important;
}
.bottomMargin10 {
	margin-bottom:10px !important;
}
.bottomMargin15 {
	margin-bottom:15px !important;
}
.bottomMargin20 {
	margin-bottom:20px !important;
}
.borderBottomInset {
	background:transparent url(../img/bottom-border-inset.png) repeat-x bottom left;
}
.borderBottom {
	border-bottom:1px solid #DDD;
}
.borderTop {
	border-top:1px solid #DDD;
}
.borderRightNone {
	border-right: none !important;
}
.neg {
	color:#888;
}
.neg a:link, .neg a:visited, .neg a:hover {
	color:#C1F43D;
	padding:0 2px;
}
.noBorder {
	border:none !important
}
ul.noBullet li {
	list-style-type:none !important;
}
/* a.button:link, a.button:visited {
	-moz-border-radius: 20px;  
	border-radius:20px;  
	-webkit-border-radius: 20px;
	border:1px solid #b1b1b1;
	font-weight: bold;
	padding:8px 16px 8px;
	color:#494949;
	font-size: 14px;
	background:#c0c0c0 url(../img/fade-silver.png) repeat-x scroll 0 0;
	text-shadow:0 1px #fff;
	line-height: 1.2em;
	font-family: Arial, sans-serif;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
a.button:hover {
	background:#dbdbdb url(../img/fade-silver-hover.png) repeat-x scroll 0 0;
	text-decoration: none;
	color: #333;
}
a.button.small:link, a.button.small:visited {
	font-size: 12px;
	padding:7px 14px 6px;
}
a.button:active {
	background:#b6b6b6 url(../img/fade-silver-down.png) repeat-x scroll 0 0;
	color:#5f5f5f;
	text-shadow: none;
	border-color:#aaa;
}
a.button.greenButton:link, a.button.greenButton:visited {
	background:#649301 url(../img/fade-green.png) repeat-x 0 0;	
	color:#FFF !important;
	text-shadow:0 -1px #577506;
	border-color: #587802;
}
a.button.greenButton:hover {
	background:#679D00 url(../img/fade-green-hover.png) repeat-x 0 0;	
}
a.button.greenButton:active {
	background:#649301 url(../img/fade-green-down.png) repeat-x 0 0;
	color:#b2ca80;
}
a.button.redButton:link, a.button.redButton:visited {
	background:#720303 url(../img/fade-red.png) repeat-x 0 0;	
	color:#FFF;
	text-shadow:0 -1px #620000;
	border-color: #620000;
}
a.button.redButton:active {
	background:#720303 url(../img/fade-red-down.png) repeat-x 0 0;
	color:#e28383;
}
*/
.bodyContainer {
	background:#FFF none;
	min-width: 1000px;
	width:auto !important;
	width:1000px;
	margin:0 auto;
}
.breadCrumb {
	padding:0;
}
#wrapper {
	overflow:hidden;
	clear:left;
}
#contentWrap {
	min-height:450px;
	height:auto !important;
	height:450px;
	padding:20px 0;
}
#content980 {
	width:980px;
	margin:0 auto;
	min-height:300px;
	height:auto !important;
	height:300px;
  position: relative;
}
.width960 {
	width:960px;
	margin:0 auto;
}
.width980 {
	width:980px;
	margin:0 auto;
}
/* FEEDBACK LINK */
.btnFeedback {
	background:transparent url(../img/btn-feedback.png) no-repeat 0 0;
	display:block !important;
	height:92px !important;
	position:fixed !important;
	text-indent:-9999em;
	top:120px !important;
	width:28px !important;
	z-index:101 !important;
}
.btnFeedback:hover {
	background-position:-28px 0;
}
/*GLOBAL NAV */

#navWrap {
	position: absolute;
	top:0px;
	margin-left: 0;
}
.navlistMain {
	/*background:#1A555F none;*/
	float: left;
	padding: 0px;
}
.navlistMain li {
	list-style: none;
	margin: 0;
	display: inline;
}
.navlistMain li a:link,
.navlistMain li a:visited {
	text-decoration: none;
	font-size:14px;
	color: #FFF;
	border-right: 1px solid #154e57;
	height:24px;
	line-height:24px;
	padding:12px 17px 13px 17px;
	font-weight: bold;
	float: left;
}
.navlistMain li a.last {
	background: none;
}
.navlistMain li a:hover {
	color:#c1f43d;
  text-decoration: underline;
  background: #10454e none;
}
.navlistMain li a:active {
	color:#04282f;
	text-shadow: none;
}
body.pub.home .navlistMain li.tab1 a:link,
body.pub.home .navlistMain li.tab1 a:visited,
body.pub.features .navlistMain li.tab2 a:link,
body.pub.features .navlistMain li.tab2 a:visited,
body.pub.pricing .navlistMain li.tab3 a:link,
body.pub.pricing .navlistMain li.tab3 a:visited {
	color:#c1f43d;
  background: #1A555F none;
}

div#pubNavWrap {
	background: #0a3a43 url(../img/home-nav-rep.png) repeat-x 0 0;
	height:49px;
	border-top: 1px solid #1d5c65;
}
div#pubNav {
	width:980px;
	margin:0 auto;
	position: relative;
	text-shadow: 0 -1px #0d444e;
}
.superNav li {
	display: inline;
	list-style-type: none;
	float:left;
}
.superNav {
	line-height: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right:0;
	padding:1px 8px;
	color:#7bcfd5;
	font-size: 13px;
}
.superNav li {
	float: none;
	display: inline;
}
.superNav a:link, .superNav a:visited {
	color:#fff;
	margin-right:0;
	padding:0 7px 0;
	font-weight: bold;
 	text-decoration: none;
}
.superNav a:hover {
	color:#c1f43d;
	text-decoration: underline;
}
.superNav a.last {
  padding-right: 0;
}
body.myInterviews .navlistMain li.tab1 a:link,
body.myInterviews .navlistMain li.tab1 a:visited,
body.candidates .navlistMain li.tab1 a:link,
body.candidates .navlistMain li.tab1 a:visited,
body.myCandidates .navlistMain li.tab2 a:link,
body.myCandidates .navlistMain li.tab2 a:visited,
body.settings .navlistMain li.tab3 a:link,
body.settings .navlistMain li.tab3 a:visited,
body.myAccount .navlistMain li.tab4 a:link,
body.myAccount .navlistMain li.tab4 a:visited,
body.faq .navlistMain li.tab5 a:link,
body.faq .navlistMain li.tab5 a:visited
 {
	color:#c1f43d;
	background: #1A555F none;
}
.currentLogo {
	background:#f9f9f9 none;
	border:1px solid #DDD;
	margin:8px auto 0;
	padding:10px;
}
.currentLogo img {
	margin:0 auto;
	border:1px solid #EEE;
}
/* Errors */
.error_message {
	color:#F00;
	display:block;
	padding-left:190px;
}
.login .error_message {
	padding:4px 0 4px 112px;
}
div.error input {
	border:2px solid #F00 !important;
}
/* FOOTER */
#footerWrap {
	background: transparent url(../img/fade-footer.png) repeat-x 0 0;
}
#footer {
	clear:both;
	color: #555;
	padding:30px 0 40px 0;
	width:980px;
	margin:0 auto;
	text-align: left;
}
.footerUpgrade {
	width:215px;
	background: #2e2e2e url(../img/footer-pageflip.png) no-repeat bottom right;
	padding: 11px 15px;
}
.signUpFooter {
	margin:0 auto 15px;
	color: #FFF;
	padding: 0 5px 5px 0;
	float: left;
}
.socialIcons {
  background: #1a1a1a none;
  padding: 8px 8px 7px;
  float: right;
  width:251px;
}
.socialIcons a:link, .socialIcons a:visited  {
  float: left;
  width:47px;
  height: 48px;
  display: block;
  background: transparent url(../img/icn-social.png) no-repeat 0 0;
  text-indent: -9999em;
  font-size: 1px;
  margin-right: 4px;
}
.socialIcons a:hover  {
  background-position: 0 -48px;
}
.socialIcons a.btnFacebook:link, .socialIcons a.btnFacebook:visited {
  background-position: -47px 0;
}
.socialIcons a.btnFacebook:hover  {
  background-position: -47px -48px;
}
.socialIcons a.btnLinkedin:link, .socialIcons a.btnLinkedin:visited {
  background-position: -94px 0;
}
.socialIcons a.btnLinkedin:hover  {
  background-position: -94px -48px;
}
.socialIcons a.btnWordpress:link, .socialIcons a.btnWordpress:visited {
  background-position: -141px 0;
}
.socialIcons a.btnWordpress:hover  {
  background-position: -141px -48px;
}
.socialIcons a.btnDigg:link, .socialIcons a.btnDigg:visited {
  background-position: -188px 0;   
  margin-right: 0;
}
.socialIcons a.btnDigg:hover  {
  background-position: -188px -48px;
}
#footer p {
  padding-bottom: 10px;
}
#footer .col {
  width: 120px;
  float: left;
  margin:0 25px 4px 0;
  padding:8px 20px 0 5px;
  border-right: 1px solid #171717;
  height: 7.5em;
}
#footer .col.last {
  border-right: none;
  margin-right: 0;
}
#footer .col li {
  margin:0 0 6px;
  float: left;
  clear: left;
  width: 100%;
}
#footer .col li a {
  display: block;
}
#footer a:link, #footer a:visited {
  color: #777;
}
#footer a:hover {
  color: #FFF;
}
#footer .seo {
  background: #1a1a1a none;
  padding: 15px 15px 18px;
  margin:8px 0 8px 0;
}
#footer .seo p {
  padding: 5px 0;
  text-align: center;
}
#footer .seoList a {
	border-right: 1px solid #444;
	padding:0 4px 0 3px;
}
/* ERROR MESSAGING */
label.error {
	float:none !important;
	font-weight:normal !important;
	display:block;
	font-size:12px;
	margin:0;
	padding:4px 0 4px 115px !important;
	text-align:left !important;
	width:auto !important;
	clear:both;
}
input.textField.error, div.text input.error, div.password input.error, textarea.error  {
	border-color:#F00 !important;
	background:#ffeaea none !important;
}
.error {
	color:#F00;
}
.ignore {
	display:none;
}
/* LOGIN ITEMS */
form div.label {
	clear:left;
	margin:10px 0;
	overflow:hidden;
	padding: 3px 0;
}
.login.roundBox h3 {
	background:transparent url(../img/bottom-border-inset.png) repeat-x bottom left;
	font-size:20px;
	margin-bottom:3px;
	padding-bottom:8px;
}
.login.roundBox h3.noBorder {
  background: none;
  padding-bottom: 0;
}
form div.textStatic {
	float:left;
	font-size:12px;
	width:330px;
	padding: 10px;
	background:#e8e8e8 none;
}
form div.submit {
 	padding-left:112px;
}
form .label label {
	width:107px;
	float:left;
	font-weight:bold;
	margin-right:5px;
	padding:8px 0 0;
	text-align: right;
}
form .label input {
	width:340px;
	font-size: 16px;
}
form .label input.short {
  width:100px !important;
}
form div.radio input.radio {
  width: auto;
} 
form .file input {
  font-size:16px;
  width:330px;
} 
.login .help {
	padding:8px 0 0 112px;
}
form .label .radioLabel {
  width:auto !important;
  margin:0;
  padding: 4px 8px 4px 0;
  text-align: left;
  font-weight: normal;
}
.icnLock {
  background: transparent url(../img/icn-lock.png) no-repeat 0 2px;
  padding:2px 0 2px 22px;
}
/* PRICING PAGE */
.pricingTable {
	margin:0 auto 10px;
	border-collapse:collapse;
	width:100%;
}
.pricingTable td, .pricingTable th {
	text-align:center;
	vertical-align:middle;
	border:1px solid #c7c7c7;
	padding:8px 10px;
	font-size:12px;
}
.pricingTable th {
	padding:15px 10px;
	font-size: 14px;
	border: none;
}
.pricingTable td input {
	border: none;
	background: transparent none;
	padding: 3px;
}
.pricingTable td.leftCol {
	text-align:right;
	font-weight:bold;
	font-size: 13px;
}
.pricingTable p {
	padding:0 !important;
	line-height:1.3em !important;
}
.pricingTable .prices p {
  line-height: 1.6em !important;
}
.pricingTable td img {
	margin:0 auto;
}
.pricingTable th.yellowBg {
	background:#fbf3ca none !important;
}
.pricingTable th.null, .pricingTable td.null {
	background:transparent none;
	border:none;
}
.pricingTable tr.selectRow .cssbutton {
	width:125px;
	margin:0 auto;
	display:block;
}
.btnSelect {
	width:117px;
	height:35px;
	background: transparent url(../img/btn-select.png) no-repeat 0 0;
	text-indent:-9999em;
	display:block;
	margin:0 auto;
}
.btnSelect:hover {
	background-position:0 -35px;
}
/* LEFT COLUMN NAVIGATION */
.contentSub.twoCol .leftCol {
	width:190px;
	float: left;
}
.contentSub.twoCol .rightCol {
	width:760px;
	float: right;
}
.leftNav {
	background: #eee none;
	padding: 8px 14px;
}
.leftNav ul {
	list-style-type: none;
	margin:3px auto;
	font-size: 14px;
}
.leftNav ul li.header {
	padding:0 10px;
	font-weight: bold;
	font-size: 16px;
	color:#83b10a;
}
.leftNav ul li {
	line-height: 28px;
	float: left;
	width: 100%;
	clear: left;
}
.leftNav ul li a {
	padding: 5px 10px;
	color: #666;
	display: block;
	margin:2px 0;
	background: url("../img/bottom-border-inset.png") repeat-x scroll left bottom transparent;
	text-decoration: none;
}
.leftNav ul li a:hover {
	color: #323436;
  text-decoration: underline;
}
.leftNav ul li.last a {
  background-image: none;
}
/* SHARE THIS MODULE */
.shareThis {
  padding: 8px 0 0;
  margin:3px auto;
  text-align: center;
}
.shareThis img {
  display: inline;
}
a.adminLink {
  font-size: 10px;
  color: #ff8888;
}
/* COLORBOX FEEDBACK POP */
.feedbackPop {
	padding:35px;
	background:#FFF url(../img/fade-silver-bottom.png) repeat-x bottom left;
	-moz-border-radius: 15px;  
  border-radius:15px;  
  -webkit-border-radius: 15px;
}
.feedbackPop h3 {
	font-size: 18px;
}
.feedbackPop label {
	font-size:13px !important;
	display:block !important;
	font-weight:bold;
}
.feedbackPop label.error {
  padding:0 !important;
}
.feedbackPop .textField, .feedbackPop textarea {
}
.feedbackPop textarea, body.contact textarea  {
	height: 120px;
	width: 400px;
} 

/* JQUERY ALERTS CSS */
#popup_container {
	font-size: 12px;
	min-width: 500px; /* Dialog will be no smaller than this */
	max-width: 680px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #323436;
	-moz-box-shadow:0 2px 20px #000;
	box-shadow:0 2px 20px #000;
	-webkit-box-shadow:0 2px 20px #000;
	-moz-border-radius: 10px;  
  border-radius:10px;  
  -webkit-border-radius: 10px;
  border:1px solid #555;
}
#popup_overlay {
	opacity:0.8 !important;
	background:#444 none !important;
}

#popup_title {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #333;
	background: #CCC url(../img/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	font-family: Arial, sans-serif;
	margin: 0em;
	border-top-right-radius: 10px; 	
	-moz-border-radius-topright: 10px; 	
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px; 	
	-moz-border-radius-topleft: 10px; 	
	-webkit-border-top-left-radius: 10px;
}

#popup_content {
	background: 16px 16px no-repeat url(../img/info.gif);
	padding: 20px;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../img/info.gif);
}

#popup_content.confirm {
	background-image: url(../img/important.gif);
}

#popup_content.prompt {
	background-image: url(../img/help.gif);
}

#popup_message {
	padding-left: 48px;
	line-height:1.4em;
	font-size: 14px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
	width:390px !important;
	font-size: 19px;
	font-family: Arial, sans-serif;
}
 /*!
 * jQuery UI Stars v2.0.3
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 102 $
 * $Date:: 2009-06-07 #$
 * $Build: 23 (2009-06-07)
 *
 * Theme: Crystal
 *
 */
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 28px;
	height: 26px;
	display: block;
	position: relative;
	background: url(../img/crystal-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -56px;
}
.ui-stars-star-on a {
	background-position: 0 -84px;
}
.ui-stars-star-hover a {
	background-position: 0 -112px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -28px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}
.ui-stars-cancel {
	display:none;
}
.ui-stars-cancel.hideResponse {
	display: block !important;
}
.ui-stars-cancel.hideResponse a:hover {
	background-position: 0 -28px;
}
.ui-stars-cancel.hideResponse.hidden a {
	background-position: 0 -28px;
}
/* SEARCH JOBS */
.jobList td {
  padding:10px;
  line-height: 1.3em;
}
.jobList .jobLocation, .jobList .datePosted {
  text-transform: uppercase;
  color: #777;
  font-size: 12px;
}
.jobCols ul {
	float: left;
	width: 175px;
	margin: 0 10px 0 10px;
	line-height: 1.6em;
}
.jobCols ul li a {
	display: block;
}
ul.categoryList li a:link, ul.categoryList li a:visited {
	display: block;
	width:160px;
	border: 1px solid #e3e3e3;
	float: left;
	height: 17px;
	text-align: center;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
	margin:2px;
	text-decoration: none;
	padding: 14px 15px;
}
ul.categoryList li a:hover {
	background: #FBF3CA none;
	color: #444;
	border-color:#FFE49A;
}
ul.categoryList li a:active {
	background: #FFE49A none;
} 
/* PRICING - SET PLAN */
.planList {
  margin: 20px auto 0;
  padding: 0;
}
.pub.setPlan .planList {
	margin-top: 0px;
}
.planList li {
  float: left;
  width: 240px;
  border: 1px solid #c7c7c7;
  text-align: center;
  padding: 13px 0px 5px;
  border-left-width: 0;
  position: relative;
  margin:10px 0;
  background: #f6f6f6 none;
  border-left: 1px solid #FFF;
}
.planList li.hovered {
  background: #fff none;
  cursor: pointer;
}
.planList li.first {
  border-left-width: 1px;
  border-left-color: #c7c7c7;
}
.planList li h3 {
  font-size: 26px;
  padding:9px 0 5px;
}
.planList li h5 {
  font-size: 20px;
  margin:0px;
  padding: 9px 0;
  font-weight: normal;
  background: #eaeaea none;
}
.planList li.current {
  border-color:#C60;
  border-width: 3px;
  margin:0;
  box-shadow:0 0 9px #555;
  -webkit-box-shadow:0 0 9px #555;
  -moz-box-shadow:0 0 9px #555;
  padding:17px 0 10px;
  background: #fff url(../img/currentplan.png) no-repeat top center;
  z-index: 10;
}
.planList li a {
  margin-bottom: 6px !important;
  margin-top:8px !important;
}
.planList li p {
  padding:6px 0;
  border-top: 1px solid #e3e3e3;
  font-size: 13px;
  color: #444;
  margin:0 auto;
  width:230px;
}
.planList li p.orange {
  font-size: 15px;
  border:none;
}
.setPlan .questions {
  padding-top: 10px;
}
.setPlan .questions .col {
  width:300px;
  margin:0 30px 0 0;
  float: left;
  display: inline;
}
.setPlan .questions .col.last {
  margin-right: 0;
}
.setPlan .questions .col h5 {
  font-size: 14px;
  margin:0 0 5px 0;
}
.setPlan .questions .col p {
  margin-bottom: 15px;
  color: #777;
}
.setPlan .btnFeedback, .setPlan .btnCreateNewJob,
.purchasePlan .btnFeedback, .purchasePlan .btnCreateNewJob,
.setPlan .upgradeBanner, .purchasePlan .upgradeBanner {
  display: none !important;
}
#postUpgradePop .planList li {
	width:308px;
	margin-top: 24px;
	padding-top: 0;
}
#postUpgradePop .planList li p {
	width:304px;
}
#postUpgradePop .planList li h5 {
	background-color: transparent;
	padding:15px 0 0;
}
#postUpgradePop li.current {
  background: #fff url(../img/maximize.png) no-repeat top center;
  padding-top:30px;
  margin-top: 0;
}
#postUpgradePop .planList li.current h5 {
	background: #fff8c9 none;
	padding: 10px 0;
}
#postUpgradePop #cboxClose {
	display: none !important;
}
/* Main list for link that makes the pop menu show */
a.popTrigger {
  background: #ebebeb url(../img/icn-downarrow.png) no-repeat right top;
  padding:3px 0 3px 0;
  text-decoration: none !important;
  border: 1px solid #ddd;
  margin:0 6px 0 0;
  display: block;
  width: 25px;
  border-color: #d1d1d1 #ccc #ccc #d1d1d1;
  color:#555;
  text-indent: -9999em;
  float: left;
}
a.popTrigger:hover {
  color:#333;
  border-color: #aaa;
}	
/* Pop menu styles */
ul.popOut { 
  position: absolute;
  top:23px;
  left:0;
  width:160px;
  display: none; 
  padding:5px 8px; 
  background-color: #FFF; 
  border: solid 1px #bebebe; 
  z-index: 11;
  box-shadow:0 1px 7px #888;
  -webkit-box-shadow:0 1px 7px #888;
  -moz-box-shadow:0 1px 7px #888;
}
ul.popOut a { border-bottom:1px solid #e3e3e3;text-decoration:none;display: block; padding: 8px 10px 8px 22px; }
ul.popOut a.delete {border-bottom: none}
ul.popOut a:hover { text-decoration:underline; background-color: #fff; }

body.jobs ul.popOut {
	width: 200px;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
}
body.jobs ul.popOut a { font-size:12px; padding: 5px 10px; }