


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif !important;
}


/* Header */

#header {
    
}

#header-inner {
    position: relative;
}

#header-name {
}

#header-description {
    
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #ccc;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #000;  
    font-family: georgia;   
    background-color: #E3E2DF !important;
}

a {
    color: #069;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background: #fff;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-bottom: 30px;  
	 background: #fff url(../images/bg.gif) repeat-x top;
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
	 
}

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header { 
    background: #000E22 url(../images/header_bg.gif) no-repeat 50% 0;
}

#header-content {
    width: 940px;
	 height: 55px;
}

#header-name {
    color: #fff; 
    font-size: 30px;
	 height: 55px;
	padding-top: 10px;
    margin-left: 90px;
}

#header-description {
    color: #777;
    font-size: 15px;  
	 left: 220px;
	 top: 31px;
	 position: absolute;
}


/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 300px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #036;
    border-top: 1px solid #80b3cc;
    border-left: 1px solid #80b3cc;
    background: #069;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Content ---------------------------------------------------------------- */


#content {
    line-height: 1.5;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(../images/icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(../images/icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
    font-size: 24px;
    line-height: 1.3;
}

.main-index h1#page-title {
    font-size: 20px;
    margin-bottom: .5em;
}

.main-index #alpha p {
    font-size: 14px;
}


#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url(../images/header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}


.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}



/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */
.widget {
	margin-bottom: 20px;
}
.widget-header,
.widget-content {
    padding-right: 15px;
    padding-left: 15px;

}

.widget-header {
    margin-bottom: 8px;
    font-size: 13px !important;
    color:#006699;
    font-weight: bold;
    border: none;
	 text-align: left;
    line-height: 25px;
    font-family: Tahoma, Arial;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
	 font-size: 12px;
}


.widget-gold-member {
	background: #E6F0F5;
	border-top: 2px solid #FE3661;
}
.widget-gold-member ul {
	margin-top: 10px;
}
.widget-gold-member span a {
	color: #FE3661;
	font-weight: bold;
	line-height: 30px;
	text-decoration: underline !important;
}
.widget-gold-member .widget-header {
	color: #FE3661;
	font-size: 14px;
}



/* Footer ----------------------------------------------------------------- */

#footer { 
    background: #E3E2DF url(../images/footer_bg.gif) repeat-x 0 0;
    color: #777;
}

#footer a {
    color: #069;
}

#footer .widget-header {
    display: none;
}
#footer-inner {
background: url(../images/footer_bg2.png) no-repeat top;
}
#footer-content {
    margin: 20px 15px 20px 20px;
	
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after,
.content:after,
.gold-table:after,
.top-employers:after,
.top-employers2:after,
.career .salary-wiz:after,
.career table:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body,
.gold-table:after,
.content,
.career .salary-wiz {
    height: 1%;
}


/* Rounded corners ---------------------------------------------------------- */
.spiffy{
	display: block;
}
.spiffy *{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #FFF;
}
.spiffy1{
	border-right: 1px solid #FFF;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #FFF;
	padding-left: 1px;
	margin-left: 3px;
	background: #FFF;
}
.spiffy2{
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 0px 1px;
	background: #FFF;
	margin: 0px 1px;
}
.spiffy3{
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0px 1px;
}
.spiffy4{
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.spiffy5{
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.content {
	padding: 10px 15px;
	background: #fff;
	min-height: 400px;
}


/* Wide-Medium */

.layout-w #alpha {
    width: 940px;
	 padding: 0;
	  margin: 0;
}
.layout-w #alpha-inner {
	 padding: 0;
	 margin: 0;
}
.layout-w #beta {
	display: none;
}
/* Wide-Medium */

.layout-wt #alpha {
    width: 940px;
	 
}

.layout-wt #beta {
    width: 170px;
	 float: right;
}



/* Navigation DRopdown Top Menu ----------------------------------------------------------------- */

#main-navigation {
    font-family: Arial, Helvetica, Tahoma, verdana; 
	 padding-top: 5px;
	 position:relative; z-index:1;
}


	#info { margin:auto; color:#333333; padding:10px; }
 
	#topmenu { margin:0 auto; margin-top:5px; height: 25px; }
	#topmenu a { color:#1B5790; text-decoration:none; }
	#topmenu a:hover { text-decoration:none; }	
	#topmenu ul {
		/* margin: 0 50px;*/
		 margin: 0 25px;
	}
	#topmenu li {display:inline; position:relative;}
	#topmenu li span {  position:relative; font-size: 15px; z-index:10;  padding:3px 4px 5px 4px;  line-height:16px; }	
	#topmenu li span a { font-weight:bold; padding:3px 4px 5px 5px;  }	
	*+html #topmenu li span a { font-weight:bold; padding:3px 4px 3px 5px;  }	 /* IE7 */
	#topmenu li span.over {background: #DAECF2;  padding:3px 4px 5px 4px; }
	*html #topmenu li span.over {background: #DAECF2;  padding-bottom:3px; } /* IE6 */
	#topmenu li span.over a { }
	.deactivate a { cursor:help !important; }
	#topmenu li span.over a:hover { color: #FE3661; text-decoration:none !important; }
	#topmenu li span.active {background: #DAECF2;  padding:3px 4px 5px 4px;   }
	*+html #topmenu li span.active {padding:3px 4px 5px 4px;  }
	#topmenu li span.active a { color: #FE3661;}
	#topmenu li span.active a:hover { text-decoration:none; }	
	#topmenu img.arrow { /*margin-left:4px;*/ margin-top: 1px; cursor:pointer; }
		#topmenu img.arrowpink { /*margin-left:4px;*/ margin-top: 1px; cursor:pointer; }
	#topmenu div.sub_menu {z-index: 200; display:none; position:absolute; left:0; margin-top:18px; padding:4px; top:3px; *top:-3px; width:160px; background: url(../images/nav_bgopacity.png) repeat;  }
	* html #topmenu div.sub_menu { margin-top:23px; z-index:300; } /* IE6 */
	*+html #topmenu div.sub_menu { margin-top:23px;  z-index:300;} /* IE7 */
	#topmenu div.sub_menu a:link, 
	#topmenu div.sub_menu a:visited, 
	#topmenu div.sub_menu a:hover{ display:block; font-size:12px; padding:4px;}	
	#topmenu a.item_line { border-top: dotted 1px #80B3CC; padding-top:6px !important; margin-top:3px; }
	
	#topmenu li span.on {
		background: #DAECF2; 
	}

	#topmenu .login-bg { background: url(../images/navtop_loginbg.png) no-repeat 0 0; }
	#topmenu li .login-bg a, #topmenu li .login-bg a:hover { color: #fff !important; }
	#topmenu li .login-bg.over {background: url(../images/navtop_loginbg.png) no-repeat 0 0; padding:3px 4px 5px 4px; }


	#topmenu .employers-bg {background: url(../images/navtop_employersbg.png) no-repeat 0 0; }
	#topmenu li .employers-bg a { color: #fff;  }
	#topmenu li .employers-bg.over a { color: #FE3661; }
	#topmenu li .employers-bg.active {background: url(../images/navtop_employersbg_on.png) no-repeat 0 0; padding:3px 4px 5px 4px; }
	#topmenu li .employers-bg.over { background: url(../images/navtop_employersbg_on.png) no-repeat 0 0;  padding:3px 4px 5px 4px; }
		
		
	#topmenu .float-right { position: absolute; left: 758px; top: 2px;}	
	*+html #topmenu .float-right {left: 745px; top: 12px;} /* IE7 */
	
	.secondary { position: absolute; top: -8px; *top: 2px; left: 520px; padding: 0;}
	.secondary ul { list-style: none; margin: 0; padding: 0; }
	.secondary li { float: left; margin-right: 10px; }
	
	.button-rm {
	margin-left: 125px;
	color: #fff;
	}
	.button-rm a{
	color: #fff !important;
	}
	.item-jobs a { text-transform:uppercase; color: #FE3661 !important;}
	
#footer-content .column {
	float:left;
	width:160px;
	color:#666;
}
#footer-content .first {
	width:150px;
	padding:0 0 0 0px;
}
#footer-content .last {
	width: 200px;
	float: right;
}
#footer-content .last p {
width: 200px;
}
#footer-content .rss img {
	margin: 5px 0;
}
#footer-content .rss li {
	width:160px;
	background: url(../images/icon_rss_24.png) no-repeat left;
	padding-left: 30px;
	line-height: 25px;
	margin: 2px 0;
	height: 24px;
}

#footer-content h3 {
	margin:0;
	padding:0 0 2px 0;
	text-transform: uppercase;
	font:bold 11px/17px Arial,Verdana,sans-serif;
}
#footer-content .active h3 {
	color:#333;
}
#footer-content ul {
	margin:0;
	padding:0;
}
#footer-content ul li {
	list-style: none;
	display: block;
	width: 150px;
	padding:0;
	font:11px/17px Arial,Verdana,sans-serif;
}

#footer-content ul li a {
	color:#888;
	text-decoration:none;
}
#footer-content ul li a:hover {
	text-decoration:underline;
}
#footer-content p {
	padding: 0;
	margin: 0;
	font:10px Verdana,Arial,sans-serif;
	color:#818181;
}
#footer-content p a {
	color:#818181;
	text-decoration:none;
}
#footer-content p a:hover {
	text-decoration:underline;
}





/* Added */
.note{
	font-size: 12px;
	color:#999999;
	font-style:italic;
}




/* Added */
.errorMessage{
	color:#CC0000;
	border:1px solid #CC0000;
	background-color:#FFF1F0;
	padding:10px 10px 10px 10px;
}


/* Added */
.doneMessage{
	color:#00CC00;
	border:1px solid #00CC00;
	background-color:#F5FFF4;
	padding:10px;
}


/* Added */
.alertMessage{
	color:#FF9900;
	border:1px solid #FF9900;
	background-color:#FBF0D9;
	padding:10px;
}


/* Added */
.infoMessage{
	color:#25A7AD;
	border:1px solid #25A7AD;
	background-color:#E2F8FA;
	padding:10px;
}


#apply-now-box {
	width: 450px;
	float: left;
	background: url(../images/applynow_bg.gif) repeat-x bottom;
	margin-left: 30px;
}

#apply-now-inner {
	
}
#apply-now-content {
	padding: 10px 10px 0 10px;
	text-align: center;
}
#apply-now-content h2 {
	font-size: 16px;
	text-align: left;
	margin: 0 0 10px 0;
	font-weight: bold;
	background: none;
	color: #333;
}
#apply-now-content h2 span {
	font-size: 11px;
	color: #888;
	padding-left: 5px;
	border-left: 2px solid #666;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.float-left { float: left; }	
.float-right { float: right !important; }	


.featured-banner {
	background: url(../images/homepage_featuredbg.gif) repeat-x;
	width: 100%;
	margin: 0 auto 15px auto;
	height: 167px;
}
.featured-banner h2 {
	font-size: 16px;
	text-align: left;
	margin: 0 0 10px 0;
	font-weight: bold;
	background: none;
	color: #333;
}
.featured-banner h2 .description {
	font-size: 11px;
	color: #888;
	width: 200px;
	padding-left: 5px;
	border-left: 2px solid #666;
}
.featured-content-left .more {
	position: absolute;
	border: 0;
	font-size: 11px;
	margin: 5px 0 0 110px
} 
.featured-content-right .more {
	position: absolute;
	border: 0;
	/*	margin: 5px 0 0 215px; #Changed */
	margin: 5px 0 0 130px; 
	font-size: 11px;
} 
.featured-content-left {
	float: left;
	height: 153px;
	width: 49%;
	padding: 5px 0 5px 10px;
}

.featured-content-left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.featured-content-left li {
	list-style: none;
	display: inline;
}
.featured-content-left li img {
	border: 1px solid #ccc;
}

.featured-content-right {
	float: right;
	height: 153px;
	width: 48%;
	padding: 5px 0 5px 15px;
	background: url(../images/featured_devider.gif) no-repeat left ;
}
.featured-content-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured-content-right li {
  list-style: none;
  margin: 0;
  background: url(../images/bullet_blue.gif) no-repeat left;
  padding: 0 0 0 10px !Important;
  line-height: 25px;
}
.featured-content-right li a {
	display: block;
	width:130px;
}

.featured-content-right .col1 {margin-left: .5em; } 
.featured-content-right .col2 {margin-left: 11em;}
.featured-content-right .col3 {margin-left: 23em;}
.featured-content-right .coltopper {margin-top: -100px;}


#three-column-content .column {
	float:left;
	width:245px;
	color:#666;
	margin: 0 40px 25px 0;
}
#three-column-content .first {
	margin-left: 45px;
}
#three-column-content .last {

}
#three-column-content .last h3 {
	color: #DFA700;
}


#three-column-content h3 {
	margin:0;
	padding:0 0 2px 0;
	text-transform: uppercase;
	font:bold 16px/17px Arial,Verdana,sans-serif;
}


#three-column-content p {
	padding: 0;
	margin: 0;
	font:11px Arial,sans-serif !important;
	color:#666;
}
#three-column-content p span {
	color: #FE3661;
}


/* Roundcorner css buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button,
a.button-rm {
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 27px;
    margin: 5px 0;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
	 color: #FFF;
}

a.button span,
a.button-rm {
    display: block;
    line-height: 16px;
    padding: 6px 7px 5px 13px;
}
a.button:hover,
a.button-rm {
	text-decoration: none !important;
}
a.button:active,
a.button-rm {
    background-position: bottom right;
    color: #FFF !important;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span,
.button-rm span {
    background-position: bottom left;
    padding: 6px 7px 5px 13px; /* push text down 1px */
}

.green { background: transparent url('../images/button_green_a.gif') no-repeat scroll top right; }
.green span { background: transparent url('../images/button_green_span.gif') no-repeat; }
a.green:hover { color: #1B5A56; }

.blue { background: transparent url('../images/button_blue_a.gif') no-repeat scroll top right; color: #FFF; }
.blue span { background: transparent url('../images/button_blue_span.gif') no-repeat; }
a.blue:hover { color: #003366; }

.red { background: transparent url('../images/button_red_a.gif') no-repeat scroll top right; color: #FFF; }
.red span { background: transparent url('../images/button_red_span.gif') no-repeat; }
a.red:hover { color: #9C0124; }

.yellow { background: transparent url('../images/button_yellow_a.gif') no-repeat scroll top right; }
.yellow span { background: transparent url('../images/button_yellow_span.gif') no-repeat; }
.yellow { color: #FE3661 !important; }
a.yellow:hover { color: #FDD035 !important; }

/* inside the Wizard */
.wizard-container {
	width: 727px;
	padding: 2px;
	border: 2px dotted #666;
	margin: 25px auto;
}
.wizard-content {
	margin: 25px auto;
	width: 540px;
}
.wizard-content h4 {
	color: #FE3661;
	font-size: 24px;
	margin-bottom: 0;
}

.wizard-content h3 {
	color: #666;
	font-size: 18px;
	margin: 10px 0;
}
.wizard-content .description {
	color: #666;
	margin: 0 0 10px 0;
	font-size: 12px;
	text-align:justify;
	line-height: 15px;
}

.step1 { background: url(../images/icon_step_1.gif) no-repeat 15px 70px; }
.step2 { background: url(../images/icon_step_2.gif) no-repeat 15px 70px; }
.step3 { background: url(../images/icon_step_3.gif) no-repeat 15px 70px; }
.step4 { background: url(../images/icon_step_4.gif) no-repeat 15px 70px; }
.step5 { background: url(../images/icon_step_5.gif) no-repeat 15px 70px; }

/*.step1 .signup { float: right; } Changed */
.step1 .signup { float: left; }
.add-photo {
	float: left;
	width: 115px;
	margin: 20px 0; 
	text-align: center;
}
.add-photo .button {
	margin: 7px;
}
.step1 .signup input,
.step1 .signup select,
.step1 .signup2 textarea,
.step4 .payment-options input,
.step4 .payment-options select,
.step4 .payment-options textarea {
	background: #FFFFCC;
	border: 1px solid #ccc;
}
.step1 .signup2 {
	width: 100%;
}
.step1 .signup2 label,
.step4 .payment-options label {
	display: block;
	font-size: 18px;
	color: #333;
}
.step1 .signup2 textarea {
	width: 100%;
	min-height: 100px;
	margin-bottom: 15px;
}



.step2 .job-cat {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 100px;
}
.table1 {
	background: #DAECF2;
	height: 260px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.table1 {
	height: 260px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.table1 .button {
	margin: 10px 0;
}

/* wizard table */
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #EBF5FF;
	width: 715px;
	padding: 0;
	margin:  0;
	border-collapse: collapse;
	text-align: left;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weigh:bold;
	font-weight: normal;
	color: #039;
	/*padding: 10px 8px;*/
	padding: 2px 2px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	/*padding: 6px 8px;*/
	padding: 2px 2px;
}
#hor-minimalist-b tbody tr:hover td
{
	/*color: #009;*/
}

.step3 .profile-info {
	margin-left: 120px;
}
.step3 .profile-info .column {
	float:left;
	width:160px;
	color:#666;
}
.step3 .profile-info .first {
	width:150px;
	padding:0 0 0 0px;
}
.step3 .profile-info .last {
	width: 180px;
	float: right;
}
.step3 .profile-info h3 {
	margin:0;
	padding:0 0 2px 0;
	text-transform: uppercase;
	font:bold 16px/17px Arial,Verdana,sans-serif;
}
.step3 .profile-info ul {
	margin:0;
	padding:0;
}
.step3 .profile-info ul li {
	list-style: none;
	display: block;
	width: 150px;
	padding:0;
	font:12px/17px Arial,Verdana,sans-serif;
}
.step3 .profile-info ul li a {
	margin-right: 5px;
}
.step4 .payment-options label  {
	font-size: 12px;
}



.profile {
	width: 695px;
	float: left;
	padding: 0 25px 0 10px;

}
.profile .table2 {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.profile .profile-info {
	margin-left: 140px;
	margin-top: 20px;
}
.profile .profile-info .column {
	float:left;
	width:160px;
	color:#666;

}
.profile .profile-info .first {
	width:150px;
	padding:0 0 0 0px;
}
.profile .profile-info .last {
	width: 180px;
	margin-top: -15px;
}
.profile .profile-info h3 {
	margin:0 0 10px 0;
	padding:0 0 2px 0;
	text-transform: capitalize;
	font: bold 20px/17px Arial,Verdana,sans-serif;
}
.profile .profile-info ul {
	margin:0;
	padding:0;
}
.profile .profile-info ul li {
	list-style: none;
	display: block;
	width: 150px;
	padding:0;
	font:12px/17px Arial,Verdana,sans-serif;
}
.profile .profile-info ul li a {
	margin-right: 5px;
}


.profile h4 {
	color: #FE3661;
	font-size: 24px;
	margin-bottom: 0;
	clear: both;
}

.profile h3 {
	color: #666;
	font-size: 18px;
	margin: 10px 0;
}
.profile .description {
	color: #666;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 15px;
}



.quick-search {
	width: 890px;
	background: #EEF6F8;
	height: 1%;
	margin-bottom: 15px;
	padding: 10px;
}


.quick-search:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
	}

.quick-search label {
	color: #666;
	font-weight: bold;
}
.quick-search ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.quick-search li {
	float: left;
	margin-right: 25px;
}

.quick-search .keyword input {
	font-size: 20px;
	padding: 3px;
	line-height:20px;
	width: 350px;
	background: #FFFFCC;
	border: 1px solid #A7C5CE;
}
.quick-search .job-categories select {
	/*width: 250px;* Changed */
	width: 350px;
	font-size: 20px; /* Added */

	/*margin-top: 7px; Changed */
	margin-top: 0;
	background: #FFFFCC;
	padding: 2px;
	border: 1px solid #A7C5CE;
}
.quick-search .button {
	/*margin-top: 10px;*/
	margin-top: 12px;
}


.jobs h3 {
	color: #FE3661;
	font-size: 20px;
	margin: 0;
}

.jobs .featured-banner {
	background: url(../images/jobs_featuredbg.gif) repeat-x;
	width: 890px;
	margin: 15px auto;
	padding: 5px 10px;
	height: 251px;
}
.jobs .featured-content ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.jobs .featured-content li {
  list-style: none;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
 /* line-height: 18px; #Changed*/
}
.jobs .featured-content li a {
	color: #006699;
	display: block;
	width: 250px;
}
.jobs .featured-content li a:hover span  {
	color: #FE3661;
	font-weight: normal;
	text-decoration: none !important;
	margin-left: 2px;
}
.jobs .featured-content .col1 {margin-left: 10px;}
.jobs .featured-content .col2 {margin-left: 320px;}
.jobs .featured-content .col3 {margin-left: 600px;}
/*.jobs .featured-content .coltopper {margin-top: -200px;} #Changed */
.jobs .featured-content .coltopper {margin-top: -209px;}

.employers-hiring {
	padding: 0 10px;
	border-bottom: 1px dotted #ccc;
}
.jobs .employers-hiring h3 .more {
	position: absolute;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 690px
} 

.employers-hiring ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.employers-hiring li {
	list-style: none;
	display: inline;
	margin: 0 23px;
}
.employers-hiring li img {
	border: 1px solid #ccc;
}

.employer-index {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.jobs .employer-index h3 .more {
	position: absolute;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 660px
} 
.jobs .employer-index ul {
	margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.jobs .employer-index li {
  list-style: none;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
}
.jobs .employer-index .col1 {margin-left: 10px;}
.jobs .employer-index .col2 {margin-left: 180px;}
.jobs .employer-index .col3 {margin-left: 360px;}
.jobs .employer-index .col4 {margin-left: 540px;}
.jobs .employer-index .col5 {margin-left: 720px;}
.jobs .employer-index .coltopper {margin-top: -92px;}


#four-column-content .column {
	float:left;
	width:180px;
	color:#666;
	margin: 10px 40px 25px 0;
}
#four-column-content .first {
	margin-left: 25px;
}
#four-column-content .last {

}

#four-column-content h3 {
	margin:0;
	padding:0 0 2px 0;
	color: #666;
	font:bold 16px/17px Arial,Verdana,sans-serif;
}

#four-column-content p {
	padding: 0;
	margin: 0;
	font:11px Arial,sans-serif !important;
	color:#666;
}
#four-column-content p a {
	color: #FE3661;
}


/* JOBS Search result Tab navigation */
.nav-tab {
	width: 720px;
	margin-bottom: 25px;
}
.nav-tab ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
.nav-tab li {
	float: left;
	width: 30%;
	padding: 6px 6px 6px 0;
	font-weight: bold;
	margin-top: 4px;
	border-bottom: 1px solid #80B3CC;
	background: #E6F0F5;
}
.nav-tab li a {
	color: #FE3661;
	padding-left: 15px;
	background: url(../images/bullet_arrow_pink.gif) no-repeat 5px 50%;
}
.nav-tab li span a {
	padding-left: 17px;
	color: #666;
	font-size: 11px;
	background: url(../images/bullet_arrow2_pink.gif) no-repeat 5px 50%;
}
.nav-tab .tab-on {
	border-left: 1px solid #80B3CC;
	border-top: 1px solid #80B3CC;
	border-right: 1px solid #80B3CC;
	border-bottom: 1px solid #FFF;
	background: #fff;
	margin-top: 0px;
	padding-top: 9px;
}

/*.search-result {
	padding: 25px 15px;
}*/

.search-result,
.messages-tabs {
	padding: 25px 15px;
	background: #fff;
	border-left: 1px solid rgb(128, 179, 204);
	border-right: 1px solid rgb(128, 179, 204);
	border-bottom: 1px solid rgb(128, 179, 204);
	border-top: none;
}

.search-result p {
	font-size: 12px !important;
}
.search-result h2{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.result-row {
	margin: 15px 0;
	clear: left;
}

.result-check {
	float: left;
	margin-top: 3px;
	*margin-top: 0;
}
.result-row h5 {
	color: #FE3661;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.result-row h5 a {
	color: #FE3661;
	text-decoration: underline !important;
}
.result-row h5 a:hover {
	text-decoration: none !important;
}
.result-date {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	margin-bottom: 5px;
}
.result-location {
	color: #00CED1;
}
.result-excerpt {
	color: #333;
	line-height: 15px;
}
.result-row ul {
	background: url(../images/bullet_arrow_pink.gif) no-repeat 5px 5px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	list-style: none;
}
.result-row .read-more 
 {
	float: right !important;
	font-weight: bold;
	font-size: 11px;
}

#pagination 				{ padding-top: 25px; height: 1%; }
#pagination:after {

}.pagination-container {  background: #fff;	border-right: 1px solid rgb(128, 179, 204);
	border-left: 1px solid rgb(128, 179, 204);}
.pagination-container:after {    
content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#pagination li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination a           { border:solid 1px #DDDDDD; margin-right:2px; }
#pagination .previous-off,
#pagination .next-off   { color:#666666; display:block; float:left; font-weight:bold; padding:3px 4px;}
#pagination .next a,
#pagination .previous a { font-weight:bold; border:solid 1px #FFFFFF; }	
#pagination .active     { color:#ff0084; font-weight:bold; display:block; float:left; padding:4px 6px; }
#pagination a:link, 
#pagination a:visited   { color:#0063e3; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination a:hover     { border:solid 1px #666666; }

/* Added */
.paging-position {
position:relative; 
left:545px
}

.employers {
	padding: 15px 0;
}
.border {
	border-top: 1px dotted #ccc;
}
.top-employers {
	border: none;
}
.top-employers ul {
	margin: 0;
	padding: 0;
}
.top-employers2,
.top-employers3 {
	padding: 10px 0;
	border: none;
	height: 1%;
}
.top-employers li {
	width: 160px !important;
	margin: 0;
	text-align: center;
	float: left;
	margin-bottom: 25px;
}
.top-employers2 li {
	width: 160px !important;
	/*width: 600px !important;*/
	margin: 0;
	text-align: center;
	/*text-align: left;*/
	float: left;
	margin-bottom: 15px;
}
.top-employers2 h2,
.top-employers3 h2 {
	margin: 0;
}
.top-employers3 li {
	width: 130px !important;
	/*width: 600px !important;*/
	margin: 0;
	text-align: center;
	/*text-align: left;*/
	float: left;
	padding: 10px 0;
	margin-bottom: 15px;
}
.top-employers li span,
.top-employers2 li span,
.top-employers3 li span {
	display: block;
	color: #FE3661;
	font-size: 11px;
	padding-top: 2px;
}
.employer-index {
	margin: 15px 0;
	padding: 15px 0;
	background: #F8F8F8;
}
.employer-index {
	border: none;
}
.employer-index li {
	width: 140px !important;
	margin: 0;
	text-align: center;

}


.career-centre-nav {
	/*text-align: center;*/
	text-align:left;
	font-size: 12px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	height: 25px;
}
.career-centre-nav ul {
	/*margin: 0 0 0 60px;*/
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}
.career-centre-nav li {
	float: left; 
	margin: 0;
	border-left: 1px dotted #ccc;
	padding: 0 15px;
}
.career-centre-nav .first {
	border: none;
}
.career-centre-nav li a {
	font-weight: bold;
}
.career-centre-nav li a:hover,
.career-centre-nav .on a{
	color: #FE3661;
}

.recent-candidates .featured-banner {
	background: url(../images/homepage_featuredbg.gif) repeat-x;
	width: 100%;
	margin: 15px auto;
	height: 100px;
	border-bottom: 1px dotted #ccc;
}
	.featured-banner .recent-member {
		float: left;
		width: 150px;
		font-size: 11px;
		margin: 15px 7px;
	} 
	.featured-banner .recent-member img {
		/*width: 50px; Changed */
		width: 75px;
		margin-right: 5px;
		float: left;
	}
	.featured-banner .recent-member ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.featured-banner .recent-member .name {
		margin-bottom: 10px;
		font-weight: bold;
	}
	.featured-banner .recent-member .location{
		color: #009597;
	}
	

.candidate-login {
	float: left;
	width: 300px;
	margin: 25px 0;
	background: #F7F7F7;
	border: 1px dotted #DDDDDD;
	padding: 15px;
	font-size: 12px;
}
.candidate-login h3 {
	color: #FE3661;
	margin-top: 0;
}
.other-login {
	float: right;
	width: 250px;
	margin: 25px;
	font-size: 12px;
}

fieldset{margin:0;}
.field{border:0;margin-bottom:.75em;}
.field-header label{font-weight:bold;}
.field-content select,
.field-content input.ti,
.field-content textarea.ta,
.field-content input.pw{margin:0;width:250px; border: 1px solid #C0D9E6; padding: 2px;}

.other-login .actions-bar {
	float: right;
}



.candidate-search {
	width: 665px;
	background: #EEF6F8;
	height: 1%;
	margin-bottom: 15px;
	padding: 10px;
}
.candidate-search:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
	}

.candidate-search label {
	color: #666;
	font-weight: bold;
}
.candidate-search ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.candidate-search li {
	float: left;
	margin-right: 25px;
}

.candidate-search .keyword input {
	font-size: 20px;
	padding: 5px 5px 5px 5px;
	line-height:20px;

	width: 440px;
	background: #FFFFCC;
	border: 1px solid #A7C5CE;
}

.candidate-search .button {
	/*margin-top: 10px;*/
	margin-top: 4px;
}





/* Candidate Widget */

.widget-connect {
	background: #C0E1EA  url(/images/widget_recent_bgbottom.gif) no-repeat bottom ;
	padding: 0;
}
.widget-connect .widget-content {
	background: transparent url(/images/widget_recent_bgtop.gif) no-repeat top;
	margin: 0 0 45px 0; 
	padding: 35px 10px 5px 10px;
	font-weight: bold;
	font-size: 11px;
	color:#1b5790;
}
.widget-connect .widget-header {
	padding: 0; 
	background:none;
	margin-top: -25px;
	margin-bottom: 15px;
	font-size: 14px !important;
}
.widget-connect select {
width: 140px;
}

.widget-connect .andor {
text-align: center;

}

.widget-connect .button { 
margin-left: 25px;
font-size: 13px;
}

#scroll{
	padding: 3px;	
	height:280px;
	width: 98%;	
	margin: 0;
	font-family: "Courier New", Courier, mono;	
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	scrollbar-3Dlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#f0f0f0;
	scrollbar-darkshadow-color:#F0F0F0;
	scrollbar-face-color:#F0F0F0;
	scrollbar-highlight-color:#F0F0F0;
	scrollbar-shadow-color:#66666;
	background-color:transparent;
}			


.header-user {
position: absolute;
top: 0;
color: #fff;
width: 250px;
padding: 15px 25px;
text-align:right;
right:0;
z-index:400;

}
.header-user a {color: #fff; }
.header-user h1 { margin:0; padding: 0; font-weight:bold; float: left; padding-top: 10px;}
.header-user .login-button {float:right; line-height:18px; margin-right: 15px;  font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; background: url(../images/button-login.png) no-repeat; height: 20px; width: 55px; text-align: center !important; font-weight: bold; display: block; }
.header-user .logout-button { float:left; line-height:18px; margin: 7px;  font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; background: url(../images/button-login.png) no-repeat; height: 20px; width: 55px; text-align: center !important; font-weight: bold; display: block;
}

.news-grid { border: none !important; }

.twitter,
.facebook {
padding: 0 !important;
margin: 0 !important;
background: none;
}

span.header {
	display: block;
	clear: both;
}


/* signup box */
#signup-box {
	width: 360px;
	float: right;
	margin-right: 30px;
}
#signup-box .button {
	margin: 5px 25px;
}
#signup-box-inner {
	
}
#signup-box-content {
	padding: 5px;
}
#signup-box-content h2 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	font-weight: bold;
	background: none;
	color: #333;
}
#signup-box-content h2 span {
	font-size: 11px;
	color: #888;
	padding-left: 5px;
	border-left: 2px solid #666;
}
#signup-box-content ul{
	margin: 5px 0 0 0px;
	padding: 0;
	list-style: none;
}
#signup-box-content li{
	padding: 2px 0;
}
#signup-box-content label {
	width: 105px;
	padding-right: 10px;
	line-height: 20px;
	font-size: 11px;
	color: #666;
	display: block;
	text-align: right;
	float: left;
}

#signup-box-content em{
  color: #f00;
  font: bold 8px verdana, tahoma !important;
  padding-right: 2px;
}


#signup-box-content input{
	padding: 1px;
	width: 200px;
	font-size: 14px;
	font-weight:bold;
	background: #E6F0F5;
	color: #000000;
	border: 1px solid #A7C5CE;
}

#signup-box-content select{
	padding: 1px;
	background: #E6F0F5;
	width: 205px;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	border: 1px solid #A7C5CE;
	margin-right: 5px;	
}

#signup-box-content .radio{
	display: inline;
	width: auto;
	margin: 0 2px 0 0;
	line-height: 35px !important;
	background: #FFF;
	border: 1px solid #A7C5CE;
}
#signup-box-content  .last {width: 300px; text-align: left; }

/* apply now form */
#applynowform-box {
	width: 360px;
	/*float: right;*/
	float: left;
	margin-right: 30px;
}
#applynowform-box .button {
	margin: 5px 15px;
}
#applynowform-box-inner {
	
}
#applynowform-box-content {
	padding: 10px;
	padding-left: 0;
}
#applynowform-box-content h2 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	font-weight: bold;
	background: none;
	color: #333;
}
#applynowform-box-content h2 span {
	font-size: 11px;
	color: #888;
	padding-left: 5px;
	border-left: 2px solid #666;
}
#applynowform-box-content ul,
.step1 .applynowform ul,
.step4 .payment-options ul {
	margin: 20px 0 0 5px;
	padding: 0;
	list-style: none;
}
#applynowform-box-content li,
.step1 .applynowform li,
.step4 .payment-options li {
	padding: 3px 0;
}
#applynowform-box-content label {
	width: 105px;
	padding-right: 10px;
	line-height: 20px;
	font-size: 11px;
	color: #666;
	display: block;
	text-align: right;
	float: left;
}
.step1 .applynowform label,
.step2 label,
.step4 .payment-options label {
	width: 160px;
	padding-right: 10px;
	line-height: 20px;
	/*font-size: 11px; Changed*/
	font-size: 14px;
	color: #666;
	display: block;
	text-align: right;
	float: left;
}
#applynowform-box-content em,
.step1 .applynowform em {
  color: #f00;
  font: bold 8px verdana, tahoma !important;
  padding-right: 2px;
}

.required-info,
.step1 .applynowform .required-info {
	font-size: 14px;
	float: right;
	position:relative; /* Added */
	left:80px; /* Added */
	color: #ccc;
	margin-top: 0px;
}

#applynowform-box-content input,
.step1 .applynowform input {
	padding: 2px;
	width: 275px;
/*	font-size: 11px; Changed*/
	font-size: 16px;
	background: #E6F0F5;
	color: #666666;
	border: 1px solid #A7C5CE;
}
#applynowform-box-content select,
.step1 .applynowform  select,
.step2 select,
.step4 .payment-options select  {
	padding: 1px;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
	margin-right: 5px;
	color: #333333;
	width: 278px; /*Added*/
	font-size: 14px;
}

#applynowform-box-content .radio,
.step1 .applynowform  .radio{
	display: inline;
	width: 15px;
	height:15px;
	/*margin: 10px 2px 0 0;*/;
	margin-right:5px;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
}

/* popup */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}

#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer;
text-decoration:none;

}

#button{
text-align:center;
}

/* search result */
.cansearch-result table {
	margin: 10px 0 25px 0;
}

.cansearch-result td {
	padding: 2px 4px;
}

.cansearch-result .table-header {
	background: #FFC557;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.cansearch-result .yes-no {
	color: #FE3661;
}
.cansearch-result .odd {
	background: #fff;
}
.cansearch-result .even {
	background: #FFFFCC;
}

.cansearch-result .gold {
	background: #FFFFCC;
}

.cansearch-result .regular {
	background: #E6F0F5;
}

.cansearch-result .bullet {
	background: url(../images/bullet_arrow_pink.gif) no-repeat 3px 50%;
	padding-left: 15px;
}
.cansearch-result .bullet-open {
	background: url(../images/bullet_arrow2_pink.gif) no-repeat 1px 50%;
	padding-left: 15px;
}

.cansearch-result .expand {
	padding: 10px;
	margin: 0;
}
.cansearch-result .description {
	width: 80%;
}
.cansearch-result .expand h2 {
	font-weight: bold;
}
.cansearch-result .expand p {

	font-size: 12px !important;
}
.cansearch-result .avatar {
	width: 20%;
	vertical-align: top;
	text-align: center;
}
.cansearch-result .avatar span {
	display: block;
}
.cansearch-result .avatar img {
	width: 60px;
	margin-bottom: 2px;
	border: 1px solid #EAEAEA;
	padding: 2px;
}
.cansearch-result .avatar .button {
	margin-left: 20px;
}
.other {
	width: 100%;jobs
	
}
.other .table-header  {
	/*background: #DAECF2;*/
	background:#9DC8F2;
}
.other .even {
	background: #E6F0F5;
}

/* testimonials */
.testimonials {
	padding: 15px;
}
.testimonials h3 {
	color: #FE3661;
	font-size: 20px;
	font-weight: 500;
}
.testimonials h3 span {
	color: #666;
}
.testimonials .employer-testimonials:after,
.column-1:after,
.column-2:after,
.column-3:after
 {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.testimonials .employer_name {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.testimonials .employer-testimonials {
	background: #EEF6F8; 
	padding: 15px;
	height: 1%;
	margin-bottom: 25px;
	min-height: 950px;
}

.column-1,
.column-2,
.column-3

{
width: 290px;
position: absolute;
}
.column-2 { margin-left: 295px; }
.column-3 { margin-left: 590px; }


.employer-testimonials .employer-col {


	background: #fff;
	margin: 5px 8px;
	border: 1px solid #DAECF2;
	padding: 10px;
}

.employer-col .employer_logo {
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.employer_name {
	display: block;
}
.employer-testimonials .employer-col p,
.candidate-testimonials .candidate-col p {
 	font-size: 11px !important;
 }

.candidate-testimonials {
	margin-top: 25px;
}
 .candidate-testimonials .candidate-col {
	float: left;
	width: 260px;
	background: #EEF6F8;
	min-height: 220px;
	margin: 5px 8px 70px 8px;
	border: 1px solid #DAECF2;
	border-bottom: 4px solid #DAECF2;
	padding: 10px 10px 45px 10px;
 }
 

.candidate-col .candidate_pic {
	border: 1px solid #C0D9E6;
	padding: 2px;
	width: 82px;
	display: block;
	margin-top: 210px;
	background: #fff;
	z-index: 200;
	position: absolute;
	margin-left: 160px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; 
}


.candidate-col .candidate_name {
	font-weight: bold !important;
	color: #666;
	display: block;
	margin-top: 245px;
	*margin-top: 80px;
	margin-left: 25px;
	position: absolute !important;
	font-size: 12px !important;
}

/* gold member */
.gold-member {
	width: 700px;
}
.gold-member table {
	float: left;
	clear: both;
}
.gold-member table .body table {
	float: none;
	width: 650px;
}
.gold-member h1 {
	margin:10px 0;
	padding:0 0 2px 0;
	color: #FE3661;
	font:normal 24px/35px Arial,Verdana,sans-serif;
}
.gold-member .description ul{
		list-style: none;
		padding: 0;
		margin: 0 0 25px 0;
}
.gold-member .description li {
	font: bold 16px/25px Arial,Verdana,sans-serif;
	color: #006699;
}
.gold-member .description  p {
	font-size: 12px;
}
.gold-member .description .col1,
.gold-member .description .col2 {
	float: left;
	width: 49%;
}
.gold-member .description .col2 {
	width: 45%;
	margin-left: 20px;
	margin-bottom: 30px;
}
.gold-member .description .col2 span {
	color: #FE3661;
}


.gold-member #three-column-content {
	width: 700px;
	color:#666;
}
.gold-member #three-column-content  ul{
	margin: 0 0 20px 5px;
	padding: 0;
	list-style: none;
}
.gold-member #three-column-content li {
	background: url(../images/bullet_blue.gif) no-repeat left 50%;
	padding-left: 15px;
}

.gold-member #three-column-content .column {
	width:210px;
	float: left;
	margin: 0 35px 0 45px;
}
.gold-member #three-column-content .first {
	width:210px;
	float: left;
	margin: 0 0 0 0;
}
.gold-member #three-column-content .last {
	width:190px;
	float: left;
}
.gold-member #three-column-content h3,
.gold-member .step4 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FE3661;
	text-transform: capitalize;
}
.gold-member .step4  {
	background: none;
	color: #666;
	font-size: 12px;
}

.gold-member .features span{
	font-size:18px;
	color:#C5BC23;
}

.gold-member .features td{
	font-size:12px;
	line-height:20px;		
}

.gold-member #scroll{
	padding: 5px;	
	height:280px;
	width: 99%;	
	font-family: "Courier New", Courier, mono;	
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	scrollbar-3Dlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#ff0000;
	scrollbar-darkshadow-color:#F0F0F0;
	scrollbar-face-color:#F0F0F0;
	scrollbar-highlight-color:#F0F0F0;
	scrollbar-shadow-color:#66666;
	background-color:transparent;
}			

.value-breakdown,
.value-breakdown p,
.value-breakdown .table_header {
	font-size: 11px !important;
	color: #666;
}
.value-breakdown td {
	border: 1px solid #fff;
	padding: 4px;
	background: #EAEAEA;
	vertical-align: middle;
	text-align: center;
}
h3.gold {
	color: #DFA722;
}

.terms {
	text-align: center;
}
.terms textarea {
	margin: 10px 0;
	width: 550px;
	font: 10px Verdana, Tahoma, Arial;
}
.terms label {
	font-weight: bold;
	color: #666;
	font-size: 11px;
	margin: 5px 0;
}
.terms .firstname,
.terms .lastname {
	display: block;
}
.terms .button {
	margin-left: 260px;
}

#termslink{
	font-size:14px;
	font-weight:bold;
}


.gold-member .signup{
	float: left;	
	padding: 15px 15px 15px 15px;
	width:700px;
	background-color:#F8F8F8;	
}

.gold-member .signup .required-info{
	color:#cccccc;
	font-size:12px;	
}

.gold-member .signup td em{
	color:#CC0000;
	font-size:12px;	
}

.gold-member .signup tr{
	line-height:35px;
}


.gold-member .signup input{
	padding: 2px;
	font-size: 16px;
	background: #E6F0F5;
	width:300px;
	color: #666666;
	border: 1px solid #A7C5CE;
}


.gold-member .signup select{
	padding: 1px;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
	margin-right: 5px;
	color: #333333;
	width: 278px; /*Added*/
	font-size: 14px;
}

.gold-member .signup .radio{
	display: inline;
	width: 15px;
	height:15px;
	margin-right:5px;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
}

.gold-member .signup textarea{
	padding: 2px;
	font-size: 16px;
	width:590px;
	height:100px;
	background: #E6F0F5;
	color: #666666;
	border: 1px solid #A7C5CE;
}

.gold-member .button{
	background: transparent url('../images/button_red_a.gif') no-repeat scroll top right; margin-right:10px;
		
}

.gold-member .button span{
	background: transparent url('../images/button_red_span.gif') no-repeat;	
}

.gold-member a.button:hover{
/*	color: #1B5A56;*/
	color: #9C0124
}

/* general */
.details {
	width: 700px;
	float: left;
	padding: 0 25px 0 10px;
}

.details h1{
	margin:10px 0;
	padding:0 0 2px 0;
	color: #FE3661;
	font:normal 24px/35px Arial,Verdana,sans-serif;
}

.details h2{	
	color: #FE3661;
	font-size:20px;	
}


.details ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

/* career */

.career{
	width: 700px;
	padding: 0 25px 0 10px;
	float: left;
}

.career h1 {
	margin:10px 0;
	padding:0 0 2px 0;
	color: #FE3661;
	font:normal 24px/35px Arial,Verdana,sans-serif;
}

.career .askanna{
	width: 400px;
	padding: 15px 15px 15px 15px;
	background-color:#F8F8F8;	
}

.career .askanna .required-info{
	color:#cccccc;
	font-size:12px;	
}

.career .askanna td em{
	color:#CC0000;
	font-size:12px;	
}


.career .askanna input{
	padding: 2px;
	font-size: 16px;
	background: #E6F0F5;
	width:300px;
	color: #666666;
	border: 1px solid #A7C5CE;
}

.career .askanna textarea{
	padding: 2px;
	font-size: 16px;
	width:590px;
	height:100px;
	background: #E6F0F5;
	color: #666666;
	border: 1px solid #A7C5CE;
}

.career .button{
	background: transparent url('../images/button_green_a.gif') no-repeat scroll top right; margin-right:10px;
		
}

.career .button span{
	background: transparent url('../images/button_green_span.gif') no-repeat;	
}

.career a.button:hover{
	color: #1B5A56;
}

.career .salarywiz select{
	padding: 1px;
	width:100%;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
	margin-right: 5px;
	color: #333333;
	font-size: 16px;
}

.result{
	font-size: 18px;
	color:#666666;
	background-color:#E6F0F5;
	border:1px solid #3FD5DC;
	width:250px;
	padding:10px 10px 10px 10px
}


.career .quiz{
	float: left;
	width:700px;	
	padding: 15px 15px 15px 15px;
	background-color:#F8F8F8;	
}

.career table {width: 90%; }

.salary-wiz { float:left;}

.recent-articles .search-result {
	border: none;
}
.recent-articles .result-excerpt {
	padding-bottom: 15px !important;
	margin-top: 5px;
}
.recent-articles .result-date {
	color: #39BDB4;
	padding: 0;
	font-size: 12px;
}
.recent-articles .read-more
 {
	float: right;
	font-weight: bold;
	font-size: 11px;
	clear: right !important;
}
.recent-articles .author-pic {
	width: 60px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;

}


.article-details {
	margin-top: 25px;	
	padding: 15px;
}

.article-details .author-pic {
	width: 109px;
}

.article-details .article-date {
	color: #39BDB4;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:10px;
}
.article-details .article-text {
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
}

/* candidates */

.widget-recent-candidates {
	background: #C0E1EA  url(/images/widget_recent_bgbottom.gif) no-repeat bottom ;
}
.recent-candidates h3 {
	display: block;
	clear: both;
}
.widget-recent-candidates .widget-content {
	background: transparent url(/images/widget_recent_bgtop.gif) no-repeat top;
	margin: 0 0 45px 0; 
	padding-top: 25px;
}
.widget-recent-candidates .widget-header {
	padding: 0;
	font-size: 14px !important;
}
.widget-recent-candidates .widget-footer a {
	font-size: 12px;
	color: #FE3661;
	font-weight: bold;
}
.widget-recent-candidates  .recent-member {
	width: 150px;
	font-size: 11px;
	margin: 20px 0px;
} 
.widget-recent-candidates  .recent-member img {
	width: 50px;
	margin-right: 5px;
	float: left;
}
.widget-recent-candidates  .recent-member ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-recent-candidates  .recent-member .name {
	font-weight: bold;
}
.widget-recent-candidates  .recent-member .location{
	color: #009597;
}

/* my account */
.myaccount {
	width: 96%;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

.myaccount h4{
	color: #FE3661;
	font-size: 24px;
	margin-bottom: 5px;
}

.myaccount #resume{
	background-color:#F3F3F3;
	padding: 5px 5px 5px 5px;
}

.myaccount #editresume{
	float:right;
	font-weight:bold;	
}

.profiler{
	width : 75%;
	float:left;
	margin-right: 0px;
	margin-left: 15px;
}

.profiler h4{
	color: #FE3661;
	font-size: 24px;
	margin-bottom: 5px;
}

.profiler td{
	height: 40px;
}

.profiler ul {
	margin: 20px 0 0 5px;
	padding: 0;
	list-style: none;
}

.profiler li {
	padding: 3px 0;
}

.profiler input {
	padding: 2px;
	width: 275px;
	font-size: 16px;
	background: #E6F0F5;
	color: #666666;
	border: 1px solid #A7C5CE;
}

.profiler label {
	width: 100px;
	padding-right: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	display: block;
	text-align: right;
	float: left;
}

.profiler select  {
	padding: 1px;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
	margin-right: 5px;
	color: #333333;
	width: 238px; /*Added*/
	font-size: 14px;
}

.profiler .radio{
	display: inline;
	width: 15px;
	height:15px;
	/*margin: 10px 2px 0 0;*/;
	margin-right:5px;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
}


.profiler em {
	color: #f00;
  	font: bold 8px verdana, tahoma !important;
  	padding-right: 2px;
}

.profiler .requiredinfo {
	font-size: 14px;
	color: #ccc;	
}

.profiler textarea {
	margin-top:10px;
	padding: 5px;
	width: 575px;
	height:130px;
	font-size: 16px;
	background: #E6F0F5;
	color: #666666;
	border: 1px solid #A7C5CE;
}


.profiler #lmtExperience {
	font-size: 14px;
	color:#33CCCC;
}


.profiler #lmtObjective {

	font-size: 14px;
	color:#33CCCC;
}

.profiler #lmtKeyword {
	font-size: 14px;
	color:#33CCCC;
}


/* support */
.support {
	width: 680px;
	float: left;
	padding: 0 25px 0 10px;
}


.support table td {
	
}

.support .subheader{
	font-size:16px;
	font-weight:bold;
	color:#009999;
}

.support .header{
	color: #FE3661;
	font-size: 20px;	
}


.support .rowheader{
	color:#000000;	
	font-size: 12px;	
	font-weight:bold
}


.support .rowdetail{
	color:#666666;	
}

.inbox-form h3 {
	margin-left: 0px !important;
	margin-bottom: 20px;
}
.inbox-form .button {
	float: right;
	margin-right: 70px;

}
.inbox-form ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.inbox-form li {
	margin-top: 5px;
}
.inbox-form label {
	width: 160px;
	padding-right: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	display: block;
	text-align: right;
	float: left;
}
.inbox-form input {
	width: 450px;
	background: #FFFFCC;
	border: 1px solid #FFE653;
}
.inbox-form select {
	width: 150px;
	background: #E6F0F5;
	border: 1px solid #A7C5CE;
}
.inbox-form textarea {
	width: 450px;
	height: 200px;
	border: 1px solid #FFE653;
	background: #FFFFCC;
}
.inbox-form textarea ,
.inbox-form input,
.inbox-form select {
	font-size: 12px;
	padding: 4px;
}

.address1 {
	width: 500px;
	margin: 25px 0 0 120px;
	color: #666;
	background-color:#F4F4F4;
	padding:5px;
}
.address2 {
	width: 250px;
	float: right;
	margin-left: 25px;
	color: #666;
}
.address1 h2,
.address2 h2 {
	font-size: 14px;
	font-weight: bold;
}
.address2 h2 span {
	font-size: 12px !important;
}
.address1 p,
.address2 p {
	font-size: 12px !important;
}

.messages h3 {
	margin: 10px;
}
.messages .messages-open,
.messages .messages-closed {
	font-size: 12px;
}
.messages-open {
	padding: 10px;
	background: #F1F7F9;
}
.messages-open h2,
.messages-closed h2 {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}
.messages-open .odd,
.messages-closed .odd {
	background: #000000;
}

.messages-open .even {
	background: #D9E8F0;
}

.messages-open .status,
.messages-open .bullet,
.messages-closed .bullet,
.messages-closed .status {
	color: #FE3661;
}
.messages-open .table-header {
	background: #FFF;
}


.messages-closed {
	padding: 10px;
	margin-top: 25px;
	background: #EAEAEA;
}
.messages-closed .table-header {
	background: #ccc;
}
.messages-closed .even {
	background: #DDD;
}

.messages .expand .header {
	background: #009597;
	color: #fff;
	padding: 5px 10px;
}
.messages .expand .header-date {
	background: #009597;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	padding-right:5px;
}
.messages .expand .description {
	background: #fff;
	padding: 10px;
	text-transform: none !important;
	color: #000;
}
.messages .expand .footer {
	background: #B8E8D9;
	padding: 2px 10px 0 10px;
	font-size: 12px;
	line-height: 40px;
}
.messages .expand .footer label {
	margin-right: 7px;
}
.messages .expand .footer label input {
	height: 12px;
}
.messages .expand .footer .button {
	float: right;
}

#even .header,
#even .header-date {
	background:#80B3CC ;
}

/* job */
.jobs h3 {
	color: #FE3661;
	font-size: 20px;
	margin: 0;
}


.jobs .featured-banner {
	background: url(../images/jobs_featuredbg.gif) repeat-x;
	width: 890px;
	margin: 15px auto;
	padding: 5px 10px;
	height: 251px;
}
.jobs .featured-content ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.jobs .featured-content li {
  list-style: none;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
 /* line-height: 18px; #Changed*/
}

.jobs .featured-content li a {
	color: #006699;
	display: block;
	width: 270px;
}
.jobs .featured-content li a span  {
	color: #FE3661;
	font-weight: normal;
	text-decoration: none !important;
	margin-left: 2px;
}
.jobs .featured-content li a:hover span {
		text-decoration: underline !important;
		color: #FE3661;
}
.jobs .featured-content .col1 {margin-left: 10px;}
.jobs .featured-content .col2 {margin-left: 310px; }
.jobs .featured-content .col3 {margin-left: 600px;}
/*.jobs .featured-content .coltopper {margin-top: -200px;} #Changed */
.jobs .featured-content .coltopper {margin-top: -190px;}

.employers-hiring {
	padding: 0 10px;
	border-bottom: 1px dotted #ccc;
}
.jobs .employers-hiring h3 .more {
	position: absolute;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 690px;
} 

.employers-hiring ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.employers-hiring li {
	list-style: none;
	display: inline;
	margin: 0 23px;
}
.employers-hiring li img {
	border: 1px solid #ccc;
}

.employer-index {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.jobs .employer-index h3 .more {
	position: absolute;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 660px
} 
.jobs .employer-index ul {
	margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.jobs .employer-index li {
  list-style: none;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
}
.jobs .employer-index .col1 {margin-left: 10px;}
.jobs .employer-index .col2 {margin-left: 180px;}
.jobs .employer-index .col3 {margin-left: 360px;}
.jobs .employer-index .col4 {margin-left: 540px;}
.jobs .employer-index .col5 {margin-left: 720px;}
.jobs .employer-index .coltopper {margin-top: -92px;}


#four-column-content .column {
	float:left;
	width:180px;
	color:#666;
	margin: 10px 40px 25px 0;
}
#four-column-content .first {
	margin-left: 25px;
}
#four-column-content .last {

}

#four-column-content h3 {
	margin:0;
	padding:0 0 2px 0;
	color: #666;
	font:bold 16px/17px Arial,Verdana,sans-serif;
}

#four-column-content p {
	padding: 0;
	margin: 0;
	font:11px Arial,sans-serif !important;
	color:#666;
}
#four-column-content p a {
	color: #FE3661;
}


/* JOBS Search result Tab navigation */
/* JOBS Search result Tab navigation */
.nav-tab {
	width: 750px;
	margin-bottom: 25px;
}
.nav-tab2 {
	width: 750px;
	margin-bottom: 25px;
}
.nav-tab2 span {
	color: #FE3661;
}
.nav-tab2 .tab-on a {
	color: #4587C0;
}
.nav-tab ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
.nav-tab li {
	float: left;
	width: 30%;
	padding: 6px 6px 6px 0;
	font-weight: bold;
	margin-top: 4px;
	border-bottom: 1px solid #80B3CC;
	background: #E6F0F5;
}
.nav-tab li a {
	color: #FE3661;
	padding-left: 15px;
	background: url(../images/bullet_arrow_pink.gif) no-repeat 5px 50%;
}
.nav-tab li span a {
	padding-left: 17px;
	color: #666;
	font-size: 11px;
	background: url(../images/bullet_arrow2_pink.gif) no-repeat 5px 50%;
}
.nav-tab .tab-on {
	border-left: 1px solid #80B3CC;
	border-top: 1px solid #80B3CC;
	border-right: 1px solid #80B3CC;
	border-bottom: 1px solid #FFF;
	background: #fff;
	margin-top: 0px;
	padding-top: 9px;
}


.jobs-details {
	border-left: 1px solid rgb(128, 179, 204);
	border-right: 1px solid rgb(128, 179, 204);
	border-bottom: 1px solid rgb(128, 179, 204);
	background: #fff;
	*margin-top: -25px;
	border-top: none;
	height: 1%;
}
.jobs-details .job-logo {
	width: 201px;
	float: left;
	text-align: center;
	margin:20px auto;
}
.jobs-details .job-description {
	float: right;
	width: 420px;
	margin-top: 15px;
	color: #666;
}
.jobs-details .job-description li {
	list-style: square;
}
.jobs-details .job-description h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
}

.jobs-details .job-description h3 {
	color: #39BDB4 ;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.jobs-details .job-description h4 {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}


.widget-summary {
	background: url(../images/widget_bg_v2_201px.gif) no-repeat top;
	width: 201px;
	left: 0;
	float: left;
}
.widget-summary .widget-header {
	border-bottom: 1px dotted #ccc;
}
.widget-summary .widget-header,
.widget-summary .widget-content {
	margin: 0 10px;
}
.widget-summary .button {
	margin-left: 10px;
	font-size: 16px;
}

.widget-summary .widget-content li {
	font-weight: bold;
	margin-top: 8px;
	color: #666;
}
.widget-summary .widget-content li span {
	font-weight: normal;
	display: block;
}


.widget-jobtools,
.widget-companytools {
	background: url(../images/widget_bg_v2_165px.gif) no-repeat top;
	width: 165px;
}

.widget-jobtools .widget-header,
.widget-companytools .widget-header {
	border-bottom: 1px dotted #ccc;
}
.widget-jobtools .widget-header,
.widget-jobtools  .widget-content,
.widget-companytools .widget-header,
.widget-companytools .widget-content {
	margin: 0 10px;
}
.widget-jobtools  .widget-content li,
.widget-companytools .widget-content li {
	padding-left: 20px;
	margin-top: 10px;
}

.icon-share { background: url(../images/icon_share.png) no-repeat left; }
.icon-print { background: url(../images/icon_print.png) no-repeat left; }
.icon-save { background: url(../images/icon_save.png) no-repeat left; }
.icon-apply { background: url(../images/icon_apply.png) no-repeat left; }
.icon-arrow { background: url(../images/bullet_arrow_pink.gif) no-repeat 7px 5px; }

.blue-bg {
	background: #E6F0F5;
	padding: 10px;
}

.yourmessages-tab {
	height: 1%;
}
.yourmessages-tab td {
	padding: 10px 0;
	font-size: 12px;
}

.employer-jobs {
	width: 650px;
	background: #EEF6F8;
	height: 1%;
	margin-bottom: 15px;
	padding: 10px;
}

.employer_companyname {
	color: #00CED1;
	font-weight:bold;
	font-size:16px;
}

.employer_country {
	color:#999999;
	font-weight:bold;
	font-size:14px;
}

.employer_industry {
	color:#999999;	
	font-size:14px;
}

.widget-job-statistics {
	background: url(../images/widget_bg_v2_165px.gif) no-repeat top;
	width: 165px;
	font-size: 11px;
}
.widget-job-statistics .widget-header {
	border-bottom: 1px dotted #ccc;
}
.widget-job-statistics .widget-header,
.widget-job-statistics .widget-content {
	margin: 0 10px;
}

.widget-job-statistics .widget-content li {
	margin-top: 8px;
	color: #666;
}
.widget-job-statistics .widget-content li span {
	color: #FE3661;
}

/* connect */
.connections {
	*margin-top: 50px;
	/*background: #E6F0F5;*/
	padding: 10px;
}

.connections .table-header {
	background:#A6DFF4;
	font-size: 12px;
}
.table-header td {
	padding: 2px 4px !important;
	border-bottom: 1px solid #ddd;
}
.connections .odd {
	background: none;
}
.connections .even {
	background: #DAECF2;
}
.connections table td {
	padding:7px 2px;
}
.connections .photo {
	text-align: center;
}
.connections .photo img {
	width: 50px;
	border: 1px solid #ddd;
}
.connections .name {
	font-weight: bold;
}
.connections .status,
.connections .status a {
	color: #FE3661;
	font-weight: bold;
}

.redtext {
	color: #FE3661;
}


.connect {
	
}
.connect .connect-title img {
	
}

.connect-description {
	margin-left: 170px !important;
	display: block;
	margin-top: -40px;
	font-size: 12px !important;
	color: #666 !important;
	line-height: 15px;
	
}

.connect-search {
	padding: 10px 20px;
	height: 90px !important;
	border-bottom: 1px dotted #ddd;
}
.connect-search h2 {
	font-size: 11px;
	color: #006699;
	padding-left: 5px;
}

.connect-search label.field {
	margin: 0 5px;
}
.connect-search label.field select {
	width: 170px;
}
.connect-search label.text {
	width: 50px;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}
.connect-search .button {
	margin: 10px 5px;
}
.connect .connections h4 {
	color: #666;
}


.inbox-tabs {

}
.inbox-tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.inbox-tabs li {
	float: left;
	padding: 4px 10px;
	margin: 0 5px 0 1px;
}

.inbox-tabs .on { background: #fff; color: #000; 	border-bottom: 1px solid #FFF; }
.inbox-tabs .on a { color: #000; }
.inbox-tabs .last { float: right; 	margin: 0 1px 0 5px;}

.inbox-tabs label {
	font-weight: bold;
	color: #666;
}
.inbox-tabs .top {
	background: #C0D9E6;
	padding-top: 1px;
	width: 99.9%;
}
.inbox-tabs .top a {
	font-weight: bold;
}
.inbox-tabs .top:after,
.inbox-tabs .bottom:after,
.inbox-tabs li:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.inbox-tabs .bottom {
	background: #fff;
	padding: 0 5px;
	width: 98.5%;
}
.inbox-tabs .bottom li {
	padding: 4px;
	color: #666;
	line-height: 25px;
}


.connect-messages {

}
.connect-messages table td {
	padding: 6px 0;
}

.connect-messages .status {
	text-align: center;
}
.connect-messages .status h2 {
	color: #FE3661;
	text-transform: capitalize;
	font-size: 11px;
}

.connect-messages .photo {
	width: 60px;
	text-align: center;
}
.connect-messages .photo img {
	width: 50px;
}
.connect-messages .name {
	color: #006699;
	font-weight: bold;
	width: 100px;
}

.connect-messages .date-stamp {
	font-size: 11px;
	display: block;
	color: #666;
	margin-bottom: 10px;
}
.connect-messages .subject h2 {
	color: #006699;
	font-weight: bold;
	text-transform: none;
}
.connect-messages .subject .subject-content {
	display: block;
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}
.connect-messages .button {
	margin-right: 5px;
}

.connect-messages .delete a {
	color: #FE3661;
}
.connect-messages .delete a:hover {
	text-decoration: none !important;
	color: #006699;
}


.connect-messages .reply h2 {
	font-size: 16px;
	color: #333;
	text-transform: none;
}

.connect-messages .reply textarea {
	height: 80px;
	margin-bottom: 15px;
	width: 500px;
	background: #FFFFCC;
	border: 1px solid #BABABA;
}


.connect-messages .compose {
	margin-left:  30px;
}
.connect-messages .compose h2 {
	font-size: 12px;
	color: #666;
	text-transform: Capitalize;
}
.connect-messages .compose input {
	width: 250px;
	line-height: 25px;
	background: #FFFFCC;
	border: 1px solid #BABABA;
}
.connect-messages .compose textarea {
	height: 80px;
	width: 500px;
	margin-bottom: 15px;
	background: #FFFFCC;
	border: 1px solid #BABABA;
}

.connect-description {
	margin-left: 170px !important;
	display: block;
	margin-top: -40px;
	font-size: 12px !important;
	color: #666 !important;
	line-height: 15px;
	
}

/* tables */
.gold-table table {
	margin: 10px 0 25px 0;
	clear: both;
}
.gold-table td {
	padding: 2px 4px;
}


.gold-table .table-header {
	background: #FFC557;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.gold-table .yes-no {
	color: #FE3661;
}
.gold-table .odd {
	background: #fff;
}
.gold-table .even {
	background: #FFFFCC;
}
.gold-table .bullet {
	background: url(../images/bullet_arrow_pink.gif) no-repeat 3px 50%;
	padding-left:15px;
	background-color: rgb(230, 240, 245);
}
.gold-table .bullet-open {
	background: url(../images/bullet_arrow2_pink.gif) no-repeat 1px 50%;
	padding-left: 15px;
}

.gold-table .expand {
	padding: 10px;
	margin: 0;
}
.gold-table .description {
	width: 80%;
}
.gold-table .expand h2 {
	font-weight: bold;
}
.gold-table .expand p {

	font-size: 12px !important;
}
.gold-table .avatar {
	width: 20%;
	vertical-align: top;
	text-align: center;
}
.gold-table .avatar span {
	display: block;
}
.gold-table .avatar img {
	width: 60px;
	margin-bottom: 2px;
	border: 1px solid #EAEAEA;
	padding: 2px;
}
.gold-table .avatar .button {
	margin-left: 20px;
}

.other .table-header  {
	/*background: #DAECF2;*/
	background:#9DC8F2;
}
.other .even {
	background: #E6F0F5;
}

/* widgets */
.widget-fastfacts {
	background: url(../images/widget_bg_v2_291px.gif) no-repeat top;
	width: 100%;
}
.widget-fastfacts .widget-header {
	border-bottom: 1px dotted #ccc;
	font-size: 16px !important;
	line-height: 18px;
	text-align: center;
	color: #FE3661;
	margin: 5px 15px;
}
.widget-fastfacts .widget-header span {
	display: block;
	font-size: 11px !important;
}
.widget-fastfacts .widget-content {
	margin: 0 10px;
}
.widget-fastfacts .button {
	margin-left: 10px;
	font-size: 16px;
}

.widget-fastfacts .widget-content li {
	font-weight: bold;
	font-size: 18px;
	margin-top: 8px;
	color: #006699;
}
.widget-fastfacts .widget-content li span {
	font-weight: normal;
	font-size: 12px;
	color: #666;
	display: block;

}

.layout-wm .widget-recent-candidates {
	background: url(../images/widget_bg_v2_228px_bottom.gif) no-repeat bottom;
	width: 228px;
	margin-top: 25px;
}
.layout-wm .widget-recent-candidates .widget-header {
	border-bottom: 1px dotted #ccc;
	color: #FE3661;
	margin: 5px 10px;
}
.layout-wm .widget-recent-candidates .widget-content {
	background: transparent url(../images/widget_bg_v2_228px.gif) no-repeat top;
	margin: 0 0 45px 0; 
	padding-top: 10px;
}

.layout-wm .widget-recent-candidates .recent-member {
		width: 150px;
		font-size: 11px;
		margin: 20px 0px 20px 15px;
	}
 .layout-wm .widget-recent-candidates .widget-footer {
	margin-left: 15px;
 }
 
.widget-stats {
 	margin-top: 25px !important;
 }
 .widget-stats .widget-header {
 	color: #FE3661;
	margin: 0 15px;
	border-bottom: 1px dotted #ccc;
 }
.widget-stats .widget-content {
	text-align: center;
}

/* new */

.layout-wm #alpha {
    width: 940px;
}

.layout-wm #beta {
    width: 291px;
	 float: right;
}

.layout-wm .profile {
		width: 580px;
	float: left;
	padding: 0 25px 0 10px;
}


.application-status {
	padding-left: 25px;
	*margin-top: 25px;
}
.application-status p {
	font-size: 12px !important;
	color: #666;
}

.application-status h6 {
	color: #39BDB4;
	font-size: 18px;
	padding-left: 40px;
	padding-bottom: 3px;
	background: url(../images/ico_tick.png) no-repeat left !important;
	font-weight: 500;
	text-transform: uppercase;
}
.application-status h5 {
	font-size:14px;
	font-weight:600;
	padding-left: 40px;
	padding-top: 0;
	margin-top: 0;
	color: #666;
}

.application-status a {
	color: #FE3661;
}

.application-status hr {
	border: 1px dotted #ccc !important;
	background: #fff;
}
.application-status address {
	float: left;
	width: 50%;
	margin-top: 5px;
}
.application-status label {
	color: #666;
}

.layout-wm .widget {
	margin: 0 auto;

}

.layout-wm .widget-recent-candidates {
	background: url(../images/widget_bg_v2_228px_bottom.gif) no-repeat bottom;
	width: 228px;
	margin-top: 25px;
}
.layout-wm .widget-recent-candidates .widget-header {
	border-bottom: 1px dotted #ccc;
	color: #FE3661;
	margin: 5px 10px;
}
.layout-wm .widget-recent-candidates .widget-content {
	background: transparent url(../images/widget_bg_v2_228px.gif) no-repeat top;
	margin: 0 0 45px 0; 
	padding-top: 10px;
}

.layout-wm .widget-recent-candidates .recent-member {
		width: 150px;
		font-size: 11px;
		margin: 20px 0px 20px 15px;
	}
 .layout-wm .widget-recent-candidates .widget-footer {
	margin-left: 15px;
 }
 
.widget-stats {
 	margin-top: 25px !important;
 }
 .widget-stats .widget-header {
 	color: #FE3661;
	margin: 0 15px;
	border-bottom: 1px dotted #ccc;
 }
.widget-stats .widget-content {
	text-align: center;
}


/* questionnaire */

.questionnaire{
	width : 75%;
	float:left;
	margin-right: 0px;
	margin-left: 15px;
}

.questionnaire h4{
	color: #FE3661;
	font-size: 24px;
	margin-bottom: 5px;
}


.questionnaire h3{
	color:#1789B5;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 1px;
}

.questionnaire .radio{
	display: inline;	
	margin-right:5px;
	color:#006699;	
}

.table-more {
	display: block;
	float: right;
	margin: 5px;
	font-weight: bold;;
}


.ech-stat {
font-size: 13px;
font-weight: bold;
color: #006699;
position: absolute;
right: 30px;
top: 30px;
}

.ech-stat span {
	color: #999;
}

.referral-input {
    border: 1px solid #cccccc;
	padding: 5px;
    background-color: #DAEBFE;
}

a.job-accept:active { 
	color:#339900;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #339900;	
	padding:5px;
}

a.job-accept:link { 
	color:#339900;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #339900;	
	padding:5px;
}

a.job-accept:visited { 
	color:#339900;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #339900;	
	padding:5px;
}

a.job-accept:hover {
	color:#FFFFFF;
	background-color:#339900;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #339900;
	padding:5px;
}

a.job-reject:active { 
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #CC0000;	
	padding:5px;
}

a.job-reject:link { 
	color:#CC0000;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #CC0000;
	padding:5px;
}

a.job-reject:visited { 
	color:#CC0000;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #CC0000;
	padding:5px;
}

a.job-reject:hover {
	color:#FFFFFF;
	background-color:#CC0000;
	font-weight:bold;
	text-decoration:none !important;
	border: 1px solid #CC0000;
	padding:5px;
}
