/* CSS Document */
body {
	background-position:top;
	/*background-image:url(img/bgs/vert-grad-01.jpg);
	background-repeat:repeat-x;*/
	background-image:url(img/bgs/rad-bg.jpg);
	/*background-color:#00FF00;*/ 
	background-repeat:repeat;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 0 0px;
}

body.info {
	padding:20px;
}

.small {
	font-size:10px;
	color:#60b3DF;
}

input.content-button {
	float:left;
	display:block;
	color:#666666;
	border:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:3px;
	background-color:#efefef;
}

input.text-input {
	/*background-color:#FF6600;*/
	color:#333333;
	padding:2px;
	border:1px solid #666666;
	/*width:30%;*/
}


div#premium-button {
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
}

input.text-content-button {
	float:left;
	display:block;
	color:#60b3DF;
	border:none;
	text-align:left;
	/*text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	/*font-weight:bold;*/
	/*padding:2px;*/
	/*padding-top:3px;*/
	background-color:#fff;
	width:200px !important ;
	padding-left:0px;
	margin-left:0px;
}

h3 {
	font-style:italic;
}

h4 {
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

input.content-button:hover {
	color:#000000;
	background-image:url(img/buttons/bg-on.gif);
	background-color:#CCCCCC;
}

input.form-button {
	display:block;
	float:left;
	color:#FFFFFF;
	border:none;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	margin-right:10px;
	border:1px #FFFFFF solid;
	
}

input.form-button-small {
	display:block;
	color:#FFFFFF;
	border:none;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:1px;
	padding-top:2px;
	margin-top:2px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px #FFFFFF solid;
	
}

input.top-form-button {
	color:#FFFFFF;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	border:1px #FFFFFF solid;	
}
input.top-form-button:hover {
	color:#000000;
	/*background-color:#98E2FB;*/
	background-color:#FFFFFF;
	border:1px #000000 solid;
}


input.form-button-disabled {
	display:block;
	float:left;
	color:#CCCCCC;
	border:none;
	background-color:#666666;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	margin-right:10px;
	border:1px #999999 solid;
	
}


input.form-button:hover {
	color:#000000;
	/*background-color:#98E2FB;*/
	background-color:#FFFFFF;
	border:1px #000000 solid;
}

input.form-button-small:hover {
	color:#000000;
	/*background-color:#98E2FB;*/
	background-color:#FFFFFF;
	border:1px #000000 solid;
}



input.form-button-selected {
	display:block;
	float:left;
	color:#FFFFFF;
	border:3px solid #00FF00;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	margin-right:10px;
}

a.benbutton {
	align:center ;
	color:#FFFFFF;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:5px;
	
	border:1px #FFFFFF solid;
}

a.benbutton:hover {
	background-color:#FFFFFF;
	color:#60b3DF;
	text-decoration:none;
	border:1px #60b3DF solid;

}

a.blue-link {
	float:left;
	display:block;
	color:#FFFFFF;
	border:none;
	width:auto;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	padding-left:4px;
	padding-right:4px;
	margin-right:5px;
	border:1px #FFFFFF solid;
}



a.blue-link-selected {
	float:left;
	display:block;
	color:#FFFFFF;
	border:none;
	width:auto;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	padding-left:3px;
	padding-right:3px;
	margin-right:5px;
	border:3px solid #00FF00;
}

a.blue-link-disabled {
	float:left;
	display:block;
	color:#FFFFFF;
	border:none;
	width:auto;
	background-color:#CCCCCC;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	padding-left:3px;
	padding-right:3px;
	margin-right:5px;
	border:1px solid #999999;
}

a.blue-link:hover {
	color:#000000;
	text-decoration:none;
	/*background-color:#98E2FB;*/
	background-color:#FFFFFF;
	border:1px #000000 solid;
}

a.content-button {
	float:left !important;
	display:block;
	color:#666666;
	border:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:3px;
	padding-left:4px;
	padding-right:4px;
	background-color:#efefef;
}

a.content-button-premium {
	float:left;
	display:block;
	color:#CC0000;
	border:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:3px;
	padding-left:4px;
	padding-right:4px;
	background-color:#efefef;
}


a.content-button:hover {
	color:#000000;
	text-decoration:none;
	background-color:#CCCCCC;
}

a.content-button-premium:hover {
	color:#000000;
	text-decoration:none;
	background-color:#CCCCCC;
}

div#send-to-friend {
	margin-top:30px;
}

div#centered {
  position: relative;
  margin: 0 auto;
  width: 980px;
  text-align: left;
  /*background-color:#0000FF;*/
}

div#posted-jobs {
  	width:100%;
}



div#past-jobs {
	border-top:#EFEFEF solid 1px;
	padding-top:15px;  /* added by ac */
	margin-top:15px;
	width:100%;
}

div#ra {
	border-top:#EFEFEF solid 1px;
	padding-top:15px;  /* added by ac */
	margin-top:15px;
	width:100%;
}

div#ar {
	border-top:#EFEFEF solid 1px;
	padding-top:15px;  /* added by ac */
	margin-top:15px;
	width:100%;
}

div#recent-applicants {
	border-top:#EFEFEF solid 1px;
	padding-top:15px;  /* added by ac */
	margin-top:15px;
	width:100%;
}
div#job-main-content {
	width:100%;
}

p.description {
	width:100%;
}

div#job-main-content h2 {
	width:100%;
}

div#job-main-content div {
	margin-bottom:20px;
}

div#job-posting h2{
	min-width:250px;
}

div#job-description h2 {
	margin-top:10px;
}

div#job-posting {
	clear:left;
	width:100%;  /* we could change this to 830 */
}

div#covering-note {
	width:800px;
	padding:5px;
	background-color:#efefef;
	margin-bottom:20px;
}

div#covering-note h5 {
	margin-top:1px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:14px;
	color:#60b3DF;
}

p.covering-note-text {
	color:#666666;
	font-style:italic;
}

div#apply-add-covering-div {
	border:#efefef 10px solid;
	background-color:#cccccc;
	padding:10px;
}

div#apply-add-covering-div h5 {
	margin-top:10px;
	text-transform:uppercase;
	font-size:14px;
	color:#60b3DF;
}

textarea.covering-note-input {
	color:#333333;
	width:300px;
	height:200px;
}

.regular-text {
	text-transform:capitalize;
	font-size:10px;
	color:#333333;
	font-weight:normal;
}

td.dashboard {
	width:70%
}

table.dashboard-table{
	width:98%;
	padding:4px;
	background-color:#efefef;
	border: #CCCCCC 4px solid;
}

div.dashboard-content {
	width:98%;
	background-color:#CCCCCC;
	
}
div.dashboard-content div{	
	padding:4px;
}

div.dashboard-content div#sorts div {
	float:left !important ;
}



div.dashboard-content div.content-row {
	clear:both;
	margin-bottom:5px;
	background-color:#efefef;
	height:25px;
	float:none !important;
}



div.dashboard-content div.content-row span {
	padding-right:10px;
	
}

div.dashboard-content div.content-row div.content-title {
	width:85%;
	text-transform:capitalize;
	float:left !important;
}

div.dashboard-content div.content-row div.content-button-div {
	float:left !important;
}

.debug {
	font-size:7px;
}

div.content-row div.num {
	font-size:11px;
	width:20px;
}


div.row-job-title  {
	/*background-color:#00FF33;*/
	font-size:11px;
	width:285px;
}

div.row-job-date  {
	/*background-color:#0099FF;*/
	font-size:10px;
}

div.row-job-emails  {
	/*background-color:#99FF00;*/
	width:153px;
}

div.row-job-status  {
	font-size:10px !important
	/*background-color:#663300;*/
}


div.dashboard-sort-functions {
	font-size:10px;
	height:25px;
}

div.dashboard-sort-functions input {
	/*height:20px;*/
}

div.dashboard-sort-functions div {
	float:left;
	vertical-align:middle;
}

div.dashboard-sort-functions div.title {
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

div.dashboard-main-buttons {
	height:30px;
}

div.dashboard-main-buttons div {
	float:left;
}

div.dashboard-main-buttons div.prev-button, div.dashboard-main-buttons div.next-button {
	/*text-transform:lowercase;*/
	font-size:10px;
	margin-top:5px;
}

div.nav-dots {
}

div.nav-dots div.dot-off {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:20px;
}

div.nav-dots div.dot-on {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:20px;
	color:#000000;
}

div.nav-dots div.dot-on a {
	color:#000000;
}

div.nav-dots div.dot-on a:hover, div.nav-dots div.dot-off a:hover {
		
}



div#account-details {
	border-top:#EFEFEF solid 1px;
	padding-top:15px;  /* added by ac */
	margin-top:15px;
	width:100%;
}

table.dashboard-table a{

}

div#review-applicant-buttons {
	width:100%;
}

div# review-applicant-buttons img {
	margin-right:30px;
}

div#accepted-applications {
	clear:left;
	width:100%;
	/*background-color:#00FF00; debug */
	padding-bottom:20px;
}

div#pending-applications {
	clear:left;
	width:100%;
	/*background-color:#996600; debug */
	padding-bottom:20px;
}

div#declined-applications {
	clear:left;
	width:100%;
	padding-bottom:20px;
}

span.status-accepted {
	text-transform:uppercase;
	font-size:11px;
	color:#00FF00;
	
}

div.code-accepted {
	text-transform:uppercase;
	font-size:11px;
	color:#00FF00;
}

div.code-pending {
	text-transform:uppercase;
	font-size:11px;
	color:#CCCCCC;
}

div.code-failed {
	text-transform:uppercase;
	font-size:11px;
	color:#CC0000;
}

span.status-interview {
	text-transform:uppercase;
	font-size:11px;
	color:#009900;
}

span.status-shortlist {
	text-transform:uppercase;
	font-size:11px;
	color:#FF6600;
}

span.status-open {
	text-transform:uppercase;
	font-size:11px;
	color:#666666;
}

span.status-declined {
	text-transform:uppercase;
	font-size:11px;
	color:#FF0000;
}

span.status-pending {
	text-transform:uppercase;
	font-size:11px;
	color:#CCCCCC;
}

span.status-redirect {
	text-transform:uppercase;
	font-size:11px;
	color:#000000;
}

span.status-withdrawn {
	text-transform:uppercase;
	font-size:11px;
	color:#CCCCCC;
}




div#holder {
	position: absolute;
	width:995px;
	margin-top:22px;
	/*background-color:#99CC00; debug */
	background:transparent;
}

div#top-bar {
	width:838px;
	color:#60b3DF;
	height:57px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	/*background-color:#00FF33; ac color debug */
}

div#top-bar a {
	/*color:#60b3DF;*/
	color:#C7E5F0;
	
}

div#top-bar a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

div#top-bar div {
	float:left;
}

div#top-bar div#ticker-holder {
	clear:both;
	color:#333333;
	width:800px;
	margin-top:10px;
	padding-bottom:10px;
	font-size:10px;
}

div#top-bar div#ticker-title{
	
	
}

div#top-bar div#ticker-title span.title {
	color:#C7E5F0;
}
div#ticker a{ 
	text-decoration:none;
	color:#FFFFFF;
}

div#top-bar div#login {
	float:right;
	font-size:10px;
}

div#top-bar div#login span.login-black {
	color:#000000;
}


div#top-bar div#global-nav {
	background-image:url(img/bgs/nav-bg.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	float:right;
	clear:right;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF;
	/*background-color:#FF00FF;*/
	height:32px;
	width:472px; /* was 472 */
	padding-top:8px;
	padding-right:7px;
}



div#top-bar div#search-top {
	/*background-image:url(img/bgs/nav-bg.gif);*/
	background-repeat:no-repeat;
	margin-top:10px;
	float:right;
	clear:right;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF;
	/*background-color:#FF00FF;*/
	height:32px;
	width:472px; /* was 472 */
	padding-top:8px;
	padding-right:7px;
}


div#top-bar div#global-nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:2px;
	
}

div#top-bar div#global-nav a:hover {
	color:#000000;
}

div#main-content {
	clear:left;
	/* background-color:#FFFF00; /* debug */
}

div#main-content div {
	float:left;	
}

div#main-content div#left-col {
	width:298px;
	margin-right:20px;
}

div#main-content div#home-centre-col {
	width:520px;
	margin-right:20px;
}

div#main-content div#centre-col {
	width:830px;
	margin-right:20px;
	/* background-color:#660099; debug */
}
div#main-content div#right-ads {
	width:120px;
	margin-bottom:0px;
}

div#main-content div#left-col div#login-box-rhs {
	/*border:1px solid #FFFFFF;*/
	width:100px;
	/*height:130px;*/
	font-size:10px;
	margin-bottom:50px;
	padding:10px;
}

table.login-rhs {
	width:100px;
	font-size:10px;
}

table.login-rhs td.text{
	width:100px;
}

table.login-rhs td.text a {
	color:#4D8EB0;
}

table.login-rhs td.text a:hover {
	color:#FFFFFF;
}

div#main-content div#left-col div#gradient-box {
	/*border:1px solid #FFFFFF;*/
	width:280px;
	font-size:10px;
	background-image:url(img/bgs/search-box-bg.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding:10px;
}

table#search-table td {
	font-size:10px;
}

table#search-table table {
	width:700px;
}

div#white p{
	margin:5px 0px 0px 0px;
	padding-top:5px;
}

p.spaced {
	padding-top:5px;
	padding-bottom:15px;
}

div#main-content div#white {
	clear:left;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:30px;
	width:810px;
	min-height:400px;
	/*border:1px solid #60b3DF;*/
}

div#main-content div#white-home {
	clear:left;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:30px;
	width:500px;
	min-height:400px;
	/*border:1px solid #60b3DF;*/
}



div#home-transparent-box {
	margin-bottom:0px;
}

div#white h2 {
	margin-top:5px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:16px;
	color:#60b3DF;
	font-weight:bold;
}

div#white input.border, select.border, textarea.border {
	/* border:1px solid #60b3DF;   orange border */
	padding:2px;
	/*color:#60b3DF;*/
	margin-bottom:10px;
}

textarea.contact-border {
	padding:2px;
	margin-bottom:10px;
	width:50%;
	height:30%;
}

div#white div#sidebar2 {
	margin-left:10px;
}

div#company-signup-btn {
float:left;
	/*margin-top:20px;*/
	margin-right:20px;
	width:250px;
}

div#member-signup-btn {
float:left;
	/*margin-top:20px;*/
	margin-right:20px;
	margin-left:0px;
	width:230px;
}

div#member-signup-btn,div#company-signup-btn  {
	font-weight:bold;
	font-size:16px;
	color:#61B3DF;
}
div#member-signup-btn span.wexo ,div#company-signup-btn span.wexo {
	color:#FFFFFF;
}

div#home-transparent-box ul{
	margin-left:0px;
	font-size:10px;
	padding-left:15px;
}


div#demo-link {
	
}

div#wexo-tv-link {
	
	
}

div#work-experience-link {
	
}
div#wexo-quote {
	
}

input, select, textarea {
	font-size:12px;
}

input.small-input {
	width:100px;
}

.small-dropbox {
	width:250px;
}

td.small-td {
	width:350px;
}

textarea {
	color:#333333;
	padding:2px;
	border:1px solid #666666;
	width:300px;
	height:150px;
}

textarea.big {
	color:#333333;
	padding:2px;
	border:1px solid #666666;
	width:700px;
	height:300px;
}

textarea.whatwanttobe-textarea {

}

hr {
	border:0px;
	width:100%;
	background-color:#cfcfcf;
	color:#efefef;
	height:1px;
	clear:left;
} 


hr.lighter {
	border:0px;
	width:100%;
	background-color:#efefef;
	color:#efefef;
	height:1px;
	clear:left;
} 

div#login-table input {
	width:30px;
}


div#login-box {
	
}

div#footer {
	width:970px;
	height:82px;
	background-image:url(img/bgs/footer-bg.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	clear:left;
	font-size:10px;
	padding-bottom:40px;
}

img.footer-logo {
	margin-left:20px;
}

div#footer table.footer-table {
	margin-top:10px;
	font-size:10px;
	/*background-color:#00FF00;*/
}


div#footer a {
	color:#3366FF;
	font-size:10px;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

a {
	color:#60b3DF;
	text-decoration:none;
}

a img {
	border:none;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

div#mpu {
	margin-bottom:20px;
}

div#company-main-nav {
	color:#60b3DF;
	margin-bottom:10px;
	text-align:right;
	width:100%;
}

div#member-main-nav {
	color:#60b3DF;
	margin-bottom:10px;
	text-align:right;
	width:100%;
}

img.section-header {
	margin-bottom:10px;
}

div#profile-details {
	clear:left;
	width:800px;
}


div#job-details-top {
	clear:left;
	width:800px;
}



div#profile-name span.name {
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
}

div#profile-name p{
	margin:0 0 0 0;
	margin-bottom:10px;
}	
 
div#profile-name span.city {
	text-transform:capitalize;
}

div#profile-details div#comp-name p.name {
	font-size:18px;
	margin:0 0 0 0px;
	font-weight:bold;
	text-transform:uppercase;
}

span.bold {
	text-transform:uppercase;
	font-weight:bold;
}

span.capitalise {
	text-transform:capitalize;
}

div#comp-name {
	width:45%;
}

div#profile-details div#comp-name p{
	width:300px; /* this is new from ac to allow for longer email addresses on one line 29 10 09 */
}



table.fullwidth {
	width:700px;
	font-size:11px;
}

tr.col-titles {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

tr.col-titles td {
	padding-bottom:10px;
}


div#profile-details div#comp-logo {
	margin-left:20px;
	/*border:#efefef solid 2px;	*/
	float:right;
}

div#job-logo {
	margin-left:20px;
	/*border:#efefef solid 2px;*/
}

div#job-logo img {
	padding:5px;
	
}

div#comp-logo img {
	padding:5px;
	
}


div#profile-pic {
	margin-bottom:10px;
	margin-right:10px;
}

div#comp-main-content {
	clear:left;
}

div#comp-description {
	width:80%;
	margin-top:5px;
	font-style:italic;
	margin-bottom:10px;
}

div#congrats-text {
	margin-top:0px;
	margin-bottom:10px;
	color:#33CC00;  /* this is the green to use for affirmative indication */
}

.table-bold {
	text-transform:uppercase;
	font-weight:bold;
}

div#qualifications-details {
	width:100%;
}

div#qualifications-details div {
	width:40%;
	margin-right:50px;
}

div#qualifications-details div.full-width {
	width:400px;
}

div#vital-stats {
	margin-right:100px;
	padding-bottom:10px;
}

div#it-skills {
	margin-right:100px;
	padding-bottom:10px;
}

div#languages {
	margin-right:100px;
	padding-bottom:10px;
}

div.qualification-sub-panel{
	clear:both;
}

table.sub-table {
	/* background-color:#999900;*/
	margin-bottom:10px;
	font-size:11px;
}

table.qualification-sub-table span.title {
	/*color:#FF0000;*/
	font-style:italic;
}

div#qualifications {
	margin-right:10px;
	width:100%;
	padding-bottom:10px;
}

div#achievements {
	margin-right:10px;
	width:100%;
	padding-bottom:10px;
}

div#employmenthistory {
	margin-right:10px;
	width:100%;
	padding-bottom:10px;
}

div#educationhistory {
	margin-right:10px;
	width:100%;
	padding-bottom:10px;
}

div#what-want-to-be {
	width:100%;
    clear:both;
	font-style:italic;
	color:#666666;
	padding-bottom:10px;
}

div#lower-content {	
	margin-top:20px;
	width:820px;!important
	clear:left;
}

div#status-div {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
}

div#lower-content h1{
	text-transform:uppercase;
	font-size:14px;
	color:#60b3DF;
}

.formerror {
	color:#DD0000;
}
div#form-error {
	color:#FF9900; /* this is set to debug color to ID */
	clear:both;
	margin-bottom:20px;
}

p.formerror {
	margin:0 0 0 0px;
	margin-bottom:10px;
}

div#wexo-tv-link {
	width:150px;
	font-size:11px;
	color:#60b3DF;
}

div#work-experience-link img.logo {
	margin-right:20px;
}

div#white table.home-content-table td {
	padding-bottom:20px;
}

table.main-content-form {
	/*background-color:#3399FF;*/
	width:800px;
}

table.main-content-form table{
	/*width:700px;*/
	font-size:11px;
}

form.main-content-form table.language-grid input, select {
	font-size:12px;
}
form.main-content-form select {
	width:80px;
}

input.references-input {
	width:150px;
}
input.vitals-input {
	width:130px;
}

span#req_asterisk {
	
}
div#form {
	clear:left;
	width:100%;
	/*background-color:#99FF00;*/
}

.error {
	color:#DD0000;
	padding-bottom:10px;
	width:100%;
	
}

.amber {
	color:#FF9900;
	padding-bottom:10px;
	width:100%;
}

.affirm {
	color:#33CC00;
	padding-bottom:10px;
	width:100%;
}


a.edit-link {
	text-transform:lowercase;
	margin-left:10px;
	margin-bottom:3px;
	font-size:10px;
}

span#req_asterisk {
	color:#DD0000;
}

div#job-name {
	width:70%;
}



div#jobs-col2 {
	clear:left;
	/*margin-left:40px;*/
}

div#jobs-col3 {
	clear:left;
	width:480px;
	/*background-color:#00FF33; this is bg color debug*/ 
}

div#job-name h2{
	margin-top:0px;
	color:#000000;
	font-size:15px;
}

div#central-main-content {
	width:100%;
	/* background-color:#00FF33;   debug */
}

div#home-transparent-box span.error {
	text-transform:uppercase;
	font-weight:bold;
}
table.form-table td {
	margin:2px;
}

div#logo-table {
	background-color:#FFFFFF;
	width:300px;
	margin-bottom:20px
}

table.logo-table td{
	text-align:center;
	padding:10px;
}

table.logo-table td.text{
	text-align:left;
	font-size:10px;
	color:#60b3DF;
}

select.selectnarrow {
	width:100px;
	color:#000000;
}

select.selectlanguage {
	width:90px;
	color:#000000;
}
td.about-left-column {
width:250px;
}


/* added by ben for popup layers... */



div.popuplayer-on {
	/*blank*/
}

div.visible {
	display:block; !important
}

h5 {
	margin-top:0px;  
	text-transform:uppercase;
	font-size:14px;
	color:#60b3DF;
}



#status-edit {
	position: relative;
	display:none;
	/*width: 280px;
	height: 55px;*/
	/*left: 529px;
	top: 600px;*/
	/*margin-top:20px;
	background-color: #ccc;
	border: 0px solid #000;
	padding: 10px;*/
	z-index: 100;
	
}



textarea.applicant-message-input {
	width:90%;
	margin-bottom:20px;
}

#popupclose {
	float: right;
}

#search-legend {
	width:800px;
	font-size:14px;
	padding-bottom:10px;
}

a.home-bullet-link {
	color:#FFFFFF;
}
a.home-bullet-link:hover {
	text-decoration:underline;
}

.small-text {
	font-size:10px;
	color:#666666;
}

table.promotions {
	font-size:9px;
	color:#666666;
}

table.promotions td {
	width:120px;
	text-align:center;
	vertical-align:top;
}

table.promotions td a {
	clear:left;
}

table.promotions td p{
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

p.rhs-ads-text {
	font-size:10px;
	line-height:10px;
	color:#FFFFFF;
	padding-bottom:5px;
}

table.featured-content-table { /* this is the spotlight */
	font-size:11px;
}

table.featured-content-table h2{
	padding:0 0 0 0px;
	margin:0 0 0 0px;		
}

table.featured-content-table td {
	padding-bottom:10px;
}

table.featured-content-table p.title { /* this is the spotlight text td */
	font-size:14px;
	font-style:italic;
}


table.featured-content-table td.logo { /* this is the spotlight logo td */
	vertical-align:top;
	padding:3px;
	text-align:center;
}

table.featured-content-table h2 {
	text-transform:none; !important
	font-style:italic;
}

div#testimonial {
	font-size:16px;
}

table.about-table {
	font-size:14px;
}
table.about-table td{
	padding-right:15px;
}

div#session-manager {
	background-color:#efefef;
	border:1px #FF0000 solid;
}

div#twitter-follow {
	margin-top:0px;
}

img.edit-profile-img {
	padding-bottom:10px;
	padding-top:10px;
}

table.sub-table input {
	/*width:100px;*/
}

table.academic-qual-sub-table input {
	width:60px;
}

table.alevels-sub-table, table.itskills-sub-table {
	width:100%;
}

table.alevels-sub-table input {
	width:150px;
}
table.education-sub-table input {
	width:150px; /* was 100 */
}
table.experience-sub-table input {
	width:150px; /* was 100 */
}

table.languages-sub-table {
	font-size:10px;
}

table.languages-sub-table,select {
	font-size:10px;
}
table.itskills-sub-table input {
	width:150px;
}
	

table.references-sub-table input{
	width:150px;
}
table.vitals-sub-table input {
	width:150px;
}
input.checkbox-small {
	width:20px;
}

td.remove-x {
	color:#FF0000;
	font-size:9px;
}

td.remove-x a{
	text-decoration:none;
	color:#FF0000;
}

td.remove-x a:hover{
	text-decoration:underline;
}

table.employee-table select{
	margin-left:10px;
}

a.wexo-tip {
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
}

a.wexo-tip:hover {
    text-decoration:underline;
}

.text-input-error {
	 border: 1px solid #FF0000;
}
a.rhs-link {
	color:#FFFFFF;
	text-decoration:none;
}
a.rhs-link:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

div#company-vitals {
	 width:100%;
}

div#founder-vitals {
	width:100%;
}

div#default-posting-table {
	border:1px solid #666666;
	background-color:#efefef;
	padding:5px;
}

a.Tips2 {  
	font-size:9px;
	vertical-align:top; 
	/*color:#993399;*/
}

a.Tips2:hover {
	color:#FF0000;
}

.text-right {
	text-align:right;
}

.search-active {
	color:#000000;
	padding:2px;
	/*border:1px solid #999999;*/
}

.search-default{
	color:#CCCCCC;
	padding:2px;
	/*border:1px solid #999999;*/
}

.ac-width {
	width:100px;
	background-color:#00FF00;
}

#subsector {
	/*background-color:#993399;*/
	/*margin-top:30px;*/
	display:none;
	width:100%;
	font-size:11px;
}

td.subsector-TD-gap {
	width:340px;
}

.sub-on {
	/*display:block;*/
	background-color:#999966 !important;
}
.sub-off {
	/*display:none;*/
	background-color:#FF00FF !important;
}

div#ideal-candidate {
	width:100%;
	margin-bottom:10px;
}
	


table.post-job-sub-table {
	width:80%;
}	
div#fete-signup-option {
	width:100%;
}

table#network-table {
	background-color:#efefef;
}

table#network-table td {
	padding:3px;
}

ul.faq-list {
	padding-left:0px;
}
ul.faq-list li{
	list-style:none;
	margin-bottom:10px;
}
table.twitter-table {
	width:100%;
	
	padding-bottom:10px;
}
td.twitter-text {
	color:#666666;
	width:450px;
	padding-left:10px;
}

div#messages-div {
	padding-top:30px;
	width:100%;
}

table.dashboard-message-table {
	background-color:#efefef;
	width:100%;
}

table.dashboard-message-table tr.title td {
	font-weight:normal;
	color:#999999;
	font-size:10px;	
}

table.dashboard-message-table td.name {
	width:150px;
}

table.dashboard-message-table td.subject {
	width:200px;
}

table#message-pop td.message {
	background-color:#FFFFFF;
	padding:20px;
}
img.starimage {
	padding:2px;
}
div#rating-widget {
	margin-top:20px;
	width:400px;
}
table#featured-course {
	padding:5px;
	border:1px solid #333333;
}
table#askwexo-table {
	
}

table#askwexo-table ul{
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	list-style:none;
}

table#askwexo-table table.askwexo-subtable {
	background-color:#ffffff;
	padding-bottom:20px;
	padding-top:0px;
	margin-bottom:30px;
}

table#askwexo-table table.askwexo-subtable2 {
	background-color:#ffffff;
	padding-bottom:20px;
	padding-top:0px;
	margin-bottom:30px;
}

table#askwexo-table table.askwexo-subtable-alt {
	background-color:#FFFFFF;
	padding:10px;
	padding-top:10px;
	width:240px;
	height:150px;
	
	margin-bottom:30px;
}

table#askwexo-table table.askwexo-subtable2-alt {
	background-color:#FFFFFF;
	padding:10px;
	padding-top:10px;
	width:240px;
	height:150px;
	
}

table#askwexo-table td.radio {
	width:10px;
	padding:0px;
	margin:0px;
}

td.input-indent {
	padding-left:20px;
}

td.align-top {
	vertical-align:top;
}

span.footnote {
	font-style:italic;
	font-size:10px;
	color:#666666;
}

table#askwexo-table input.textfield {
	width:200px; /* was 100 */
	
}



div#wexo_bbc {
	width:280;
	padding:10px;
	background-color:#FFFFFF;
	margin-bottom:25px;
	
}

div#my-wexo-experience {
  	padding:10px;
	margin-bottom:10px;
	font-size:9px;
	width:280px;
}

div#my-wexo-experience div#item {
	width:280px;
}

div#my-wexo-experience h1{
	font-size:11px;
	margin:0 0 0 0px;
}

div#my-wexo-experience a{
	color:#FFFFFF;
	text-decoration:none;
}

div#my-wexo-experience img.title {
	padding-bottom:5px;
}

div#my-wexo-experience hr {
	border:0pt none;
	width:100%;
	background-color:#ffffff;
	color:#ffffff;
	height:1px;
} 

div#my-wexo-experience a:hover{
	text-decoration:underline;
}

div#create-profile {
	margin-top:30px;
	clear:left;
}

span.price {
	color:#FF0000;
}

div#member-video {
	clear:both;
	padding-bottom:10px;
}

div#member-cv {
	clear:both;
	margin-top:15px;
	padding-bottom:10px;
}

div#member-status {
	clear:both;
	margin-bottom:20px;
	/*padding-left:15px;*/
}

div#member-status span.bold {
	font-weight:bold;
}

div#status-edit {
	height:10px;
}

div#status-edit table.status-edit-table {
	padding:2px;
	font-size:9px;
	margin:2px;
}

.small a {
	margin-left:5px;
}

div#promo-star {
	vertical-align:middle;
}

div#promo-star {
	vertical-align:middle;
}
td.padding {
	padding:15px;
}
div#payment-my-wexo {
	background-color:#9fd1e8;
	width:500px;
	margin-bottom:15px;
}
div#image-left {
	float:right;
	width:120px;
}

table#press-quotes td {
	text-align:center;
	vertical-align:top;
	/*background-color:#00FF66;*/
	font-size:12px;
	padding:5px;
}

table#press-quotes td img {
	padding:5px;
	width:100px;
}

div#tab-menu {
	width:830px;
	height:26px;
	/*background-color:#996600;*/
}

div#tab-menu img {
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

div#tab-menu div.tab-left {
	position:relative;
	width:120px;
	vertical-align:bottom;
}

div#tab-menu div.tab-left-about {
	position:relative;
	width:220px;
	vertical-align:bottom;
}


div#tab-menu div.tab-right {
	position:relative;
	float:right;
	width:700px;
	height:26px;
	text-align:right;
	vertical-align:bottom;
	/*background-color:#FFFF00;*/
}


div#tab-menu div.tab-right-about {
	position:relative;
	float:right;
	width:600px;
	height:26px;
	text-align:right;
	vertical-align:bottom;
	/*background-color:#FFFF00;*/
}


div#tab-menu div.tab-right img {
	margin-left:5px;
}
img.company-logo {
	max-width:150px;
}

img.edit-company-logo {
	width:100px;
}

img.edit-personal-photo {
	width:100px;
}

img.personal-photo {
	max-width:100px;
}

.hide {
			display: none;
}

.search-result {
	font-size:12px;	
}

.search-result-title {
	font-size:14px;	
	/*text-transform:uppercase;*/
}

.search-result-date {
    font-size:11px;
}

span.search-result-location {
	text-transform:uppercase;
	font-size:11px;
}
span.search-result-industry {
	font-size:11px;
	font-style:italic;
	color:#999999;
}

td.search-result-description {
	max-width:250px;
	line-height:12px;
	color:#999999;
	padding-right:10px;
	vertical-align:top;
}

td.divider {
	border-left:1px #efefef solid;
	padding-left:10px;
	padding-right:10px;
}

span.description-small {
	font-size:10px;

}

div#search-results {
	/*width:820px;*/
	width:100%;
	/*background-color:#006699;*/
}

table.search-results {
	width:100%;
	/*background-color:#99CC00;*/
}

table.search-results td {
	vertical-align:middle;
}

div#search-top {
	margin-left:500px;
	margin-top:-30px;
	/*float:right;
	margin-right:200px;*/
	position:absolute;
}
div#search-top img {
	margin-bottom:4px;
}
ul.company-options-list {
	list-style:none;
	padding-left:0px;
}
.red {
	color:#FF0000;
}
span.search-description {
	font-size:11px;
	font-style:italic;
}

td.quote {
	font-family:Times, Times New Roman, serif;	
	font-size:30px;
	font-weight:normal;
	padding:20px;
}
span.quote-caption {
	font-size:20px;
	font-weight:normal;
	font-style:italic;
}

.small-login {
	font-size:10px;
}

#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background-color: black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.my-wexo-small-text {
	font-size:10px;
	color:#000000;
	border-left:#EFEFEF dotted 1px;
	margin-left:3px;
	padding-left:3px;
}

.twitter-small-text {
	font-size:12px;
	color:#999999;
}
table.popup-table {
	width:100%;
}

table.popup-table h2{
	/*margin-top:0px;
	padding-top:0px;*/
	font-weight:bold;
	font-size:16px;
	color:#60b3DF;
}

table.feedback {
	text-align:center;
	height:100px;
}

table.feedback img {
	
}

a.pop-button {
	display:block;
	color:#FFFFFF;
	border:none;
	width:80px;
	background-color:#60b3DF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:5px;
	padding-left:4px;
	padding-right:4px;
	border:1px #FFFFFF solid;
	margin-left:auto;
	margin-right:auto;
}


a.pop-button:hover {
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
	border:1px #000000 solid;
}


div#application-explained {
	clear:left;
	margin-top:20px;
	margin-bottom:20px;
}

div#popuplayer {
	float:left;
}

div#loading-anim {
	position:absolute;
	background-color:#99CCFF;
	float:left;
	z-index:100;
	padding:0 0 0 0px;
	margin:0 0 0 0px;
	width:370px;
	/*height:80%;*/
	/*min-height:45px;*/
	/*left:0px;
	top:0px;*/
}

table.popup-load {
	width:100%;
	height:100%;
	text-align:center;
}

table.popup-load td {
	text-align:center;
}

table.popup-load img {
	margin-left:45px;
	border:#FF00FF 2px solid;
}

div#all-jobs {
	color:#999999;
	
}

div#all-jobs table.all-jobs {
	
}

div#all-jobs div.job-tab {
	padding-right:20px;
	border-right:dotted 0px #efefef;
	width:249px;
	float:left;
}


div#all-jobs div.left {
	padding-right:20px;
	border-right:solid 1px #efefef;
	width:203px;
}

div#all-jobs div.middle {
	padding-left:20px;
	padding-right:20px;
	border-right:solid 1px #efefef;
	width:203px;
}

div#all-jobs div.right {
	padding-left:20px;
	padding-right:20px;
	width:203px;
}

div#all-jobs div#sector h1{
	text-transform:uppercase;
	font-size:16px;
	color:#60b3DF;
	font-weight:bold;
}

div#all-jobs div#sector a.link {
	color:#999999;
}

div#all-jobs div#sector a.link-job {
	font-weight:bold;
	color:#999999;
}

div#allRows {
	/*height:450px;*/
	/*width:100%;
	border:1px #FF0000 solid;*/
	
	float:none !important;
}

div#allRows div {
	
}

div#sector {
	clear:both;
	border-bottom:1px solid #efefef;
	padding-bottom:20px;
	margin-bottom:20px;
}

div#logo-box {
	text-align:right;
}

div#available-times {
	clear:left;
	margin-bottom:20px;
}

div#available-times-edit {
	clear:left;
	
	display:none;
}

table.available-times-table {
	padding:2px;
	font-size:9px;
	margin:2px;
}

table.about-table {

}

table.about-table img {
	padding-top:10px;
	padding-bottom:10px;
}

div#ambassadordiv {
	display:none;
	font-size:10px;
}

td.safebuy-td {
	padding-top:30px;
}

td.check-voucher {
	font-size:10px;
	text-align:left;
}

.notes {
	font-size:10px;
	color:#999999;
	font-style:italic;
}

.crossed-out {
	text-decoration:line-through;
}

.full-access-needed {
	color:#FF0000;
	font-size:11px;
	font-style:italic;
}

.full-access {
	color:#00FF00;
	font-size:11px;
	font-style:italic;
}

div#access-message {
	margin-top:20px;
}

.full-access-pending {
	color:#999999;
	font-size:10px;
	font-style:italic;
}


div.column-third {
	width:250px;
}

div#all-link{
	text-align:right;
	font-size:10px;
	padding-top:1px;
}

div#all-link a {
	color:#fff;
	text-decoration:none;
}

div#all-link a:hover {
	text-decoration:underline;
}

div#job-detail-box {
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#efefef;
	clear:both;
}

div.dashboard-notice {
	clear:both;
	font-size:14px;
	color:#FF0000;
	padding:10px;
	margin:15px auto 15px 150px;
	border:1px #FF0000 solid;
}