@charset "utf-8";
/* CSS Document */

body {
	background-color: #F8F8F8;
	font-family: Lucida Grande, Arial;
	margin: 0px;
	padding: 0px;
	color: #777;
	font-size: 14px;
}
#outer {
	background-color: transparent;
	margin:10px auto 20px;
	width: 950px;
}

/* Header */

#header {
	width: 100%;
}
#header  #page-title {
	width: 260px;
	float:left;
	padding-left: 5px;
}
#header #page-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
}
#header #login {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding: 20px 10px 0 0;
}
#header .nav {
	height: 50px;
	background:transparent url('/assets/images/v2/blue-box.gif') repeat-x left center;
	clear: both;
	display: block;
	margin-bottom: 15px;
	border: 1px solid #5d7da2;
}
#header .nav ul {
	padding: 0 0 0 5px;
	margin: 0;
}
#header .nav li {
	float: left;
	list-style: none;
	width: 150px;
	padding: 0 1px;
	background:transparent url('/assets/images/v2/top-nav-divider.gif') no-repeat right center;
}
#header .nav a {
	display: block;
	padding: 18px 0px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
#header .nav a.first {
	border-left: none;
}
#header .nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background:transparent url('/assets/images/v2/blue-box-dark.gif') repeat-x left center;
}

/* Sidebars */

.side_bar {
	float: left;
}
.side_bar .inner {
	color: #555;
	margin: 0 0 10px;
	background-color: #FFF;
	padding: 0.3em 0.5em;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0 0 3px 1px #D8D8D8;
	border: 1px solid #D5D5D5;
}
#left_bar .inner {
	margin-right: 15px;
}
#right_bar .inner {
	margin-left: 15px;
}


/* Sidebar Nav */

.side_bar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	border-top: 1px solid #DDD;
	font-size: 90%;
}
.side_bar a:hover {
	color: #73c04f;
	text-decoration: none;
}
.panel a:hover {
	color: grey;
	text-decoration: none;
}
.side_bar a.selected {
	color: #777;
}
.side_bar p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.side_bar p.row {
	border-top: 1px solid #DDD;
	padding: 5px 10px;
	margin: 0;	
}
.side_bar a.first, .side_bar p.first {
	border-top: none;
}
.side_bar h2 {
	border: none;
	font-size: 130%;
	font-weight: bold;
	color: #6385AC;
	margin:5px 10px 5px;
}
.side_bar h2 a {
	border-top: none;
	padding: 0;
	font-size: 100%;
	display:inline;
}
.side_bar iframe {
	padding:5px 5px;
}
.side_bar a.button, .side_bar p.button {
	display: block;
	margin: 10px auto;
	width: 90%;
}
.side_bar a.normal {
	border: none;
	padding: 0;
	font-size: 90%;
	text-align: center;
	margin: 0.5em;
}
.side_bar a.inline {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
}
.side_bar a img {
	border: none;
}
.code {
	background-color: #EEEEEE;
	border: 1px solid #BDBDBD;
	padding: 5px 10px;
}
.side_bar .simply-hired a {
	display:inline;
	border:none;
	padding:0;
}
.side_bar .simply-hired {
	padding:5px 0;
}


/* Content */

#content {
	float: left;
}
#inner-content {
	padding: 15px;
	border: 1px solid #D5D5D5;
	background:white;
	margin: 0 0 10px 0;
}
#sub_footer {
	clear: both;
	padding: 5px 0;
}
#footer {
	color: #999999;
	text-align: center;
	font-size: 12px;
	width: 100%;
	clear: both;
	padding-top: 10px;
}


/* Boxes */

.gray-box, .side_bar p.gray-box {
	background:#eeeeee url('/assets/images/v2/gray-box.gif') repeat-x left center;
	border: 1px solid #bdbdbd;
	color: #777;
}
.gold-box, .side_bar p.gold-box {
	background:#eeeeee url('/assets/images/v2/gold-box.gif') repeat-x left center;
	border: 1px solid #deba18;
	color: #8a7822;
}
.bronze-box, .side_bar p.bronze-box {
	background:#eeeeee url('/assets/images/v2/bronze-box.gif') repeat-x left center;
	border: 1px solid #cc905b;
	color: #755a43;
}
.red-box, .side_bar p.red-box {
	background:#eeeeee url('/assets/images/v2/red-box.gif') repeat-x left center;
	border: 1px solid #b36464;
	color: #5f3535;
}
.side_bar p.gray-box, .side_bar p.gold-box, .side_bar p.bronze-box {
	border: none;
}
.rounded-box {
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	box-shadow: 0 0 3px 1px #D8D8D8;
}
.simple-box {
	border: 1px solid #D5D5D5;
	padding: 10px;
	background:white;
	margin: 0 0 10px 0;
}
.plain-white {
	background-color:white;
	background-image:none;
}
.featured-box {
	background-color:#F4F5FF;
	background-image:none;	
}
.quote-box {
	background:#eeeeee url('/assets/images/v2/quote-box.gif') no-repeat center center;
	border: 1px solid #bdbdbd;
	color: #777;
}


/* Text */

h1 {
	font-size: 250%;
	font-weight: normal;
	color: #777;
	margin: 0 0 10px;
	background: none white;
	padding: 0.3em 0.5em;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #DADADA;
	box-shadow: 0 0 4px 1px #E5E5E5;
}
h1 a {
	color: #777;
}
h1 a:hover {
	color: #777;
	text-decoration: none;
}
h1.seo {
	display: hidden;
}
h2 {
	margin: 0.2em 0;
	font-size: 175%;
	color: #6385AC;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}
h2 .right-subheading {
	float:right;
	color:#777;
	font-size:60%;
	margin:0.6em 0 0 0
}
h2 a {
	color: #6385AC;
}
h2 a:hover {
	color: #6385AC;
	text-decoration: none;
}
h3 {
	margin: 0.5em 0;
	text-align: left;
	font-size: 120%;
}
h4 {
	color: #888;
	font-size: 95%;
}
p {
	margin: 10px 0;
}
small {
	font-size: 70%;
	display: block;
}


/* Links */

a {
	cursor:pointer;
	color: #00BB00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.button, input.button, p.button {
	background:#3eb838 url('/assets/images/v2/button-active.gif') repeat-x left center;
	border: none;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 0;
	width: 180px;
	color: #fff;
	font-size: 120%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
a.small, input.small, p.small {
	padding: 7px 15px;
	width: auto;
	font-size: 100%;
	font-weight: normal;
}
a.button:hover, input.button:hover {
	text-decoration: none;
	background-image: url(/assets/images/v2/button-hover.gif);
	color: #fff;
}
a.facebook {
	background: url('/assets/images/social-media/facebook.png') no-repeat left center;
	border: none;
	padding: 15px 13px 15px 27px;
	width: 119px;
	height: 18px;
	color: #fff;
	font-size: 110%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
a.facebook:hover {
	color: #fff;
	background-image: url(/assets/images/social-media/facebook-hover.png);
}
a.facebook-signup {
	background: url(/assets/images/social-media/facebook-logos.png) no-repeat -1px -164px #5872a7;
	color: white;
	font-size: 100%;
	display: inline-block;
	text-align: center;
	width: 150px;
	height: 17px;
	padding: 3px 10px 3px 30px;
	border: 1px solid #1a356e;
}
a.facebook-signup:hover {
	background-position: -1px -139px;
	background-color: #607db7;
	text-decoration: none;
	color: #fff;
}
a.inactive, input.inactive, p.inactive {
	background-image: url('/assets/images/v2/button-inactive.gif');
}
a.inactive:hover, input.inactive:hover, p.inactive:hover {
	background-image: url('/assets/images/v2/button-inactive.gif');
	
}
a.saving, input.saving, a.saving:hover, input.saving:hover {
	background: transparent url('/assets/images/shared/busy.gif') no-repeat center center;
	color: transparent;
	cursor:default;
}


/* Tables */

table {
	margin: 10px auto;
}
td {
	margin: 0px;
	padding: 5px 10px;
	border-spacing: 0px;
}
.top-align td {
	vertical-align: top;
}
th {
	margin: 0px;
	padding: 0 3px 5px;
	border-spacing: 0px;
}
th p, th a {
	background-color: #F4F4F4;
	border: 1px solid #D3D3D3;
	padding: 3px 0;
	margin: 0 8px 0 0;
	text-align: left;
	width: 100%;
	text-indent: 8px;
}
.dark {
	background-color: #F4F4F4;
}
.job_table_stats {
	font-size: 80%;
	display:block;
}
.all_job_statistics{
	font-size: 120%;
	padding: 10px 20px;
	text-align: right;
}
.bold_job_stats{
	font-weight: bold;
}
.job_stat_title{
	float: left;
}

/* Forms */

input, textarea, label, select {
	font-size: 90%;
	font-family: Lucida Grande, Arial;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
}
.textfield, textarea, select {
	background:#eeeeee url(/assets/images/v2/textfield.gif) repeat-x left center;
	border: 1px solid #bdbdbd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0.5em 1em;
	color: #555;
	position: relative;
}
input.textfield:hover, textarea:hover, select:hover {
	border-color: #555;
}
input.textfield:focus {
	border-color: #68ac45;
}
textarea {
	width: 95%;
	height: 50px;
	padding: 0.5em;
}
select {
	padding: 5px 5px 5px 8px;
}
select.small {
	padding: 2px 3px 2px 4px;
}
input.checkbox {
	margin: 0px 10px;
}
input.button {
	background-color: #CCCCCC;
	width: 100px;
	border: 1px solid #999999;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
span.error {
	color: #BB0000;
	display:block;
	font-size: 100%;
	text-align: center;
	margin: 10px 0;
	font-style: italic;
}
input.error, textarea.error, select.error {
	border: 1px solid red;
}
div.error, div.vital {
	background:transparent url(/assets/images/shared/red-error-bg.png) repeat scroll 50% 50%;
	color: white;
	border: 1px solid #CD0A0A;
	padding: 10px;
	margin: 0 0 10px 0;
}
div.vital {
	background-image: url(/assets/images/shared/green-error-bg.png);
	border-color: #135b00;
}
div.error p, div.vital p {
	margin: 1px 0;
	padding: 0 0 0 20px;
	background: transparent url(/assets/images/shared/error-triangle.png) no-repeat 0 center;
	font-size: 90%;
}
div.error a, div.vital a {
	color: white;
	font-weight: bold;
}
/* File Uploader */
.upload-ie {
	margin: 10px 0;
}
.upload {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background:#eeeeee url(/assets/images/v2/textfield.gif) repeat-x left center;
	border: 1px solid #bdbdbd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
	padding: 6px 10px;
	width: 130px;
	color: #555;
	height: 18px;
	position: relative;
}
#attachment-text {
	overflow: hidden;
	display: block;
}
.upload:hover {
	border-color: #555;
}
.upload:focus {
	border-color: #68ac45;
}
.upload input {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    -moz-opacity: 0;
}
.unselected {
	color: #AAAAAA;
}
.unselected:focus {
	color: #555555;
}

/* Misc */

.results {
	text-align:right;
	font-size: 90%;
	margin: 0.5em 5px;
}
.pagination {
	text-align:right;
	margin: 5px 0;
}
.no-records {
	text-align:left;
	margin-left:15px;
	font-style:italic;
}
.no-results {
	text-align:center;
	font-style:italic;
}
.required {
	color:#AA0000;
	font-weight:bold;
}
.green {
	color: #00bb00;
}
.red {
	color: #bb0000;
}
.yellow {
	color: #C4BE06;
}
.blue {
	color: #6385AC;
}
.big {
	font-size: 270%;
}
.bold {
	font-weight: bold;
}
.note {
	font-size: 90%;
	color: #AAAAAA;
}
.message {
	padding: 1px 10px 10px;
}
.subtitle {
	margin: -5px 0 5px 5px;
	font-size: 85%;
	position: relative;
}
.subtitle.float-right {
	margin-right: 5px;
}
.profile h3 {
	margin: 10px 0 5px;
	padding: 8px 0 0;
	border-top: 1px dashed #BBB;
}
.profile h3.first {
	border: none;
}
.profile h4 {
	margin: 0;
}
.profile p {
	margin: 0;
}
.profile .date-period {
	margin: 0 0 7px;
	color: #AAA;
	font-size: 85%;
}
.print, .side_bar .inner .print {
	background: transparent url(/assets/images/shared/print-small.png) no-repeat 5px center;
	padding-left: 30px;
}
.inbox, .side_bar .inner .inbox {
	background: transparent url(/assets/images/shared/messages.png) no-repeat 5px center;
	padding-left: 30px;
}
.remove, .side_bar .inner .remove {
	background: transparent url(/assets/images/shared/remove.png) no-repeat 5px center;
	padding-left: 30px;
}
.download, .side_bar .inner .download {
	background: transparent url(/assets/images/shared/download.png) no-repeat 5px center;
	padding-left: 30px;
}
.upload-link, .side_bar .inner .upload-link {
	background: transparent url(/assets/images/shared/upload.png) no-repeat 5px center;
	padding-left: 30px;
}
.checkmark, .side_bar .inner .checkmark {
	background: transparent url(/assets/images/shared/checkmark.png) no-repeat 5px center;
	padding-left: 30px;
}

/* Search Form */

.search-form {
	padding: 15px 0;
	margin: 0 0 15px;
}
.search-form .inner {
	margin: 0 auto;
	width: 95%;
}
.search-form input.textfield {
	width: 250px;
	font-size: 130%;
	padding: 8px 10px;
	margin: 0 5px;
	height: 23px;
}
.search-form .button {
	width: 150px;
	height: 20px;
	padding: 10px 0;
	margin: 0 0 0 5px;
}

.section-help {
    background: url("/assets/images/shared/help.png") no-repeat scroll left center transparent;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
}
.subtitle.with-help {
    font-size: 100%;
    height: 25px;
}
.subtitle .section-help {
    right: 0;
    top: 0;
}

/* Page-specific */

.home-page-image {
	height: 435px;
	width: 100%;
	background: url(/assets/images/v2/home/Homepage_Image.jpg) no-repeat 0 0;
	margin: 0 0 15px;
	display: block;
}
.home-page-image h1 {
	margin: 100px 70px 15px;
	border: none;
	box-shadow: none;
	text-align: center;
	font-weight: bold;
	font-size: 300%;
	padding: 0;
	letter-spacing: -0.04em;
	text-shadow: 1px 2px 0px #425973;
	background: transparent none;
	color: #6b90bb;
	width: 350px;
}
.home-page-image p, .home-page-image a {
	margin: 20px 70px;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	padding: 0;
	color: #536f90;
	width: 350px;
}
.home-page-image a {
	color: #00BB00;
	display: block;
}
.job-result {
	margin:0 0 20px;
}
.job-result table {
	margin: 0;
	width: 100%;
}
.job-result td {
	padding: 5px 0 10px;
}
.match-percentage {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding: 5px 10px;
}
.match-percentage .note {
	color: #777;
}
.match-percentage p {
	margin: 0;
}

/* Popups */

#popup_container {
	position: absolute;
	border: 1px solid #9fc6dc;
	background: url(/assets/images/shared/popup-box.png) no-repeat center center #6B90BB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
	padding: 4px 10px 3px;
	max-width: 400px;
	z-index: 100;
	color: #E8E8E8;
	text-shadow: 0px 1px 0px #444;
}
#popup_container .narrow {
	width:250px
}
#popup_pointer {
	position: absolute;
	background: url(/assets/images/shared/popup-pointer-left.png) no-repeat top left transparent;
	z-index: 101;
	display: none;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}
#popup_pointer.right {
	background-image: url(/assets/images/shared/popup-pointer-right.png);
}
#popup_pointer.top {
	background-image: url(/assets/images/shared/popup-pointer-top.png);
}
#popup_container a {
	color: #88FF88;
}
#popup_container.red {
	background-image: url(/assets/images/shared/popup-box-red.png);
	border-color: #dc9f9f;
}
#popup_pointer.red {
	background-image: url(/assets/images/shared/popup-pointer-red-left.png);
}
#popup_pointer.red.top {
	background-image: url(/assets/images/shared/popup-pointer-red-top.png);
}
#popup_pointer.red.right {
	background-image: url(/assets/images/shared/popup-pointer-red-right.png);
}
.popup {
	cursor: pointer;
}

/* Live Chat */

#live-chat {
	width: 50px;
	height: 200px;
	position: fixed;
}

/* Watermarks */

.watermark {
	color: #AAA !important;
}
.watermark2 {
	color: #AAA !important;
	font-size: 14px;
}
.watermark3 {
	color: #AAA !important;
}

/* Alignment */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.no-margin {
	margin: 0;
}

/* Remove ejobmate styling */
.no-styling a {
	padding:0;
	margin:0;
	border:none;
	display:default;
}

/* jQuery image slider */
.img_slider_container {
  float:left;
  width:125px;
  margin-top: -10px;
  margin-left: -5px;
  height:125px;
  overflow:hidden;
}
.img_slider_container_holder {
  position:relative;
  width:125px;
  height:125px;
  overflow:hidden;
}
.img_slider_container_holder img {
  position: absolute;
  top: 7px; 
  left: 7px;
} 

img.portal_video_image {
	position: absolute;
	left: 5;
	top: 5;
	z-index: 10;
	cursor: pointer;
}
 
img.portal_video_image_color {
	position: absolute;
	left: 5;
	top: 5;
	cursor: pointer;
}
