/* ----------------------- border layout headlines -------------------------- */
.box-content h2 {
	margin-top:0px;	
}


/* ---------------------------------- forms --------------------------------- */
.zend_form {
	margin:0px;
}
.zend_form dt {
	clear:left;
	float:left;
	padding-top:4px;
	width:140px;
}
.zend_form dd {
	margin:0 0 10px 140px;
}
.zend_form input {
	width:140px;	
}
.zend_form select {
	width:150px;	
}
.zend_form input.file {
	width:200px;	
}
.zend_form .errors {
	color:red;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.zend_form .errors li { margin:0px; padding:0px; }
.zend_form input.button {
	width:auto;	
}
.zend_form input.radio,
.zend_form input.checkbox  {
	margin:0px;
	width:20px;
	vertical-align:text-top;
}
.zend_form .description {
	font-style:italic;
	margin:5px 0 0 -95px;
	padding:0px;
}
.zend_form .hidden { display:none; }
.zend_form .urlTestLink { 
	margin-left:5px;
}
.zend_form .desc_before p {
	padding:0px;
}
/* --------------------------------- spinner -------------------------------- */

.spinnerWrap {
	position: relative;
}
.spinner {
	background-color: #f0f0f0;
	background-image: url('/images/iconAnimatedBusy_30.gif');
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -1px;
	left: 0pt;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0pt;
	z-index: 100;
} 

/* --------------------------- cofirm email banner -------------------------- */

.inIframe #confirmEmailBanner {
	margin-bottom: 20px;	
}
#confirmEmailBanner {
	background-color: #fff9d7;
	border-bottom: solid 1px #b2b1b1;
	font-weight: bold;
	padding: 5px 20px;
	width: 100%;
}
#confirmEmailBanner td {
	text-align: center;
}

/* -------------------------- facebook connect pages ------------------------ */

.fbConnectPage .fbConnectMessage {
	font-size: 14px;
	font-weight: bold;
}
.fbConnectPage .regularMessage {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

/* ---------------------------- newsletter signup --------------------------- */

#newsletterSignup { padding:10px 30px; }
#newsletterSignup label {
	float:left;
	width: 90px;
	margin-top:4px;
}

#newsletterSignup input {
	width: 145px;
}

#newsletterSignup select {
	width: 155px;
}

#newsletterSignup input.button {
	width: auto;
	margin-left:90px;
}

/* -------------------------- recruiter registration ------------------------ */

.column {
	float:left;
	width:345px;
}
.left-column {
	margin-right:10px;
	padding-right:10px;
}
#divPreRegAccountType .left-column {
	border-right:1px solid #cccccc;
}
#divPreRegAccountType h2 { 
	margin-top:0px;
}
#divPreRegAccountType h3 {
	font-size:14px;
	margin:5px 0px 0px;
}
#divPreRegAccountType .header div { 
	float:left;
}
#divPreRegAccountType .header-left {
	margin-right: 10px;
}
#divPreRegAccountType .header-right {
	width:330px;
}
#divPreRegAccountType .iconCell {
	height:75px;
	text-align:center;
	width:135px;
}
#divPreRegAccountType .accountTypeFooter { 
	text-align:right;
}
#divPreRegAccountType .accountTypeFooter .actionText {
	font-size:13px;
	font-weight:bold;
	margin-right:10px;
	line-height:22px;
}
#divPreRegAccountType .accountTypeFooter a { 
	float:right;
}
#divPreRegAccountType #divAccountTypePage {
	padding:0px 10px;
	width:490px;
}
#divPreRegAccountType .subtext {
	color:#666666;
	font-weight:bold;
	margin-left:3px;
}
#divPreRegPageSelect .section {
	padding-left:80px;
}
#divPreRegPageSelect .section label {
	float:left;
	padding:6px 10px 0 0;
	text-align:right;
	width: 70px;
}
#divPreRegPageSelect .section select {
	float:left;
	width: 140px;
}
#divPreRegPageSelect .section .fbButton {
	float:left;
	margin:3px 10px;
}

#divPreRegPageSelect .pageCntnr {
	display:none;
}

#divPreRegPageSelect .visible {
	display:block;
}

#divRecruiterRegistration span {
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
}
#divRecruiterRegistration dt {
	width:100px;	
}
#divRecruiterRegistration dd {
	margin-left:100px;
}
#divRecruiterRegistration #terms {
	text-align:right;
}
#divRecruiterRegistration #submit-label {
	display: none;
}
#divRecruiterRegistration #submit-element {
	float:right;
	margin:8px 0 0 15px;
}
#divRecruiterRegistration #facebookCredentials {
	border: 1px solid rgb(204, 204, 204);
	padding: 4px;
	margin-left: 0px;
	float: left;
	min-width: 140px;
	font-weight:bold;
}
#divRecruiterRegistration #facebookCredentials .profile_pic {
	float:left;
	margin-right:5px;
}
/* -------------------------- candidate registration ------------------------- */
#candidateRegistration .formSection {
	margin:20px 25px 0px;
}
#candidateRegistration .horizontalBar {
	margin:20px 10px;	
}
#candidateRegistration h3.blue {
	font-size:14px;
}

/* -------------------------- platform ------------------------- */
.platformSummary {
	width: 350px;
}
.platformSummary th {
	background-color: #c7c4c4;
	border-left: solid 1px #ffffff;
	padding: 8px;
	vertical-align: top;
}
.platformSummary td {
	background-color: #ffffff;
	border: 1px solid #c7c4c4;
	padding: 8px;
	vertical-align: top;
}
.platformSummary td ul { 
	padding: 0px 0px 0px 0px; 
	margin: 0px;
}
.platformSummary td li {
    margin-left:15px;
}
.platformSummary .moduleTitle {
	font-weight:bold;
}
.platformSummary .moduleContent, .platformFull .moduleContent {
	margin-left:5px;
}
.platformFull {
	margin:0px 10px;	
}
.platformFull ol, #box .platformFull ol {
	margin-top:0px;
	margin-bottom:12px;
}
.platformFull .super {
	vertical-align:super;
	font-size:75%;
}
#divPlatform .platformFull {
	margin:0px;	
}
#divPlatform, #divPlatform p {
	font-size:12px;	
}


/* -------------------------- subscription purchase ------------------------- */
#subscriptionSelect table {
	width:95%;	
}
#subscriptionSelect table th {
	background-color:#C7C4C4;
	border-left:1px solid #ffffff;
	text-align:center;
	padding:8px 10px;
}
#subscriptionSelect table td {
	border:1px solid #C7C4C4;
	padding:8px 10px;
}
#subscriptionSelect table td.radioCell {
	text-align:center;
}
#subscriptionSelect .radio {
	margin:0px;
	padding:15px;
}
#subscriptionSelect ul {
	margin:0px;
	padding:0 20px;
}
#subscription .left {
	width:50%;
}
#subscriptionForm {
	width: 340px
}
#subscriptionForm dt{
	width:100px;
}
#subscriptionForm dd{
	margin-left:100px;
}
#subscriptionForm input.text { 
	width:180px;
}
#subscriptionForm select { 
	width:190px;
}
#subscriptionForm .ccExp {
	float:left;
	margin-right:10px;
	width:auto;
}
#subscriptionForm .narrow {
	width:60px;	
}
#subscriptionForm .errors {
	float:right;
	margin:5px 0 0;	
}
#subscription table td.outer {
	border:1px solid #cccccc;
	padding:10px;
}
#subscription .title {
	font-size:12px;
}
#subscription .title span {
	font-weight:bold;
}
#subscription .subtitle {
	font-style:italic;
	color:#666666;
}
#subscription .inner {
	margin-left:10px;
	width:80%;
}
#subscription .today {
	font-weight:bold;
	font-size:13px;
	text-align:center;
}
/* ------------------------------- my profiles ------------------------------ */

.divMyProfiles {
    background-color: #e7e7e7;
    overflow:hidden;
    background-image: url(images/bckRohP.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
.divMyProfiles h3 {
    font-family: Arial, Sans-Serif;
    color:#646464;
    font-size: 12px;
    padding: 6px 0px 2px 15px;
    margin: 0px;
    background-image: url(images/bckRohL.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
.divMyProfiles table {
    background-color: #ffffff;
    margin: 0px;
    width: 100%;
    text-align:left;
    border-left: solid 2px #e7e7e7;
    border-right: solid 2px #e7e7e7;
    border-bottom: solid 10px #e7e7e7;
}
.divMyProfiles th {
    padding: 0px 10px 4px 10px;
    border-bottom: solid 1px #e7e7e7;
    border-left: solid 1px #e7e7e7;
    background-image: url(images/bckTh.gif);
    background-position: top left;
    background-repeat: repeat-x;
    text-align:left;
}
.divMyProfiles td {
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #e7e7e7;
    border-left: solid 1px #e7e7e7;
    empty-cells:show;
}
.divMyProfiles .tdRamL {
    background-color: #ffffff;
    background-image: url(images/bckThRohL.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    font-size: 3px;
    height: 6px;
    line-height: 3px;
    padding:0px;
    border: none;
    empty-cells:show;
}
.divMyProfiles .tdRamS {
    background-color: #ffffff;
    font-size: 3px;
    height: 6px;
    line-height: 3px;
    padding:0px;
    border: none;
    empty-cells:show;
}
.divMyProfiles .tdRamP {
    background-color: #ffffff;
    background-image: url(images/bckThRohP.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 3px;
    height: 6px;
    line-height: 3px;
    padding:0px;
    border: none;
    empty-cells:show;
}
.divMyProfiles .trSeda td { 
	background-color: #fafafa;
}

/* -------------------------------- profiles -------------------------------- */
#profilePostForm dl {
	margin-left:10px;	
}
#profilePostForm input.text {
	width: 250px;	
}
#profilePostForm input.narrow {
	width: 100px;
}
#profilePostForm input.button {
	width: auto;	
}
#profilePostForm span {
	margin:0 20px;	
}
#profilePostForm select {
	width: 260px;	
}
#profilePostForm select.narrow {
	width: 120px;
}
#profilePostForm textarea {
	height: 200px;
	width: 580px;
}
#profilePostForm h3 {
	margin:10px 0px 0px;
}
#profilePostForm a {
	font-weight:bold;	
}
#profilePostForm .description {
	margin:0px;
}

/* ---------------------------------- jobs ---------------------------------- */

#jobListForm .frame {
	background-image:url(/images/frameConnectToTwitter.png);
	height:26px;
	margin-bottom: 10px;
	padding:12px 55px;
	width:150px;
}

#jobListForm #featuresCntnr {
	background-image:url("/images/frameSpecialFeatures.png");
	padding:2px 0px 2px 15px;
	position:absolute;
	right:24px;
	top:0;
	width:271px;
	height:51px;
}
#jobListForm #featuresCntnr h2{
	color:#333333;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	margin:0px;
}
#jobListForm #featuresCntnr ul{
	margin:0px;
	padding-left:20px;
	color:#FF9933;
}
#jobListForm h2 {
	font-size:16px;
}
#jobListForm .steps {
	margin-bottom:10px;
}
#jobListForm #stepsTitle {
	padding:20px 0px;
	margin:0px;
}
#jobListForm .steps .stepTitle {
	margin-bottom:5px;
}
#jobListForm .steps .stepTitle .stepsTitleLink {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#jobListForm .steps .stepSpace {
	float:left;
	width:25px;
}
#jobListForm .steps .innerSteps {
	margin:0px 35px;
	padding:0px;
}
#jobListForm .steps .innerStep {
	background-image:url('/images/iconIncomplete.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:16px;
	list-style-type:none;
	padding:0 0 5px 20px;
}
#jobListForm .steps .innerStep.complete {
	display:none;
	background-image:url('/images/iconCheckmark.jpg');
}
/* ------------------------------- job post form ------------------------------- */
#jobPostForm input.text {
	width: 250px;	
}
#jobPostForm input.narrow {
	width: 100px;
}
#jobPostForm input.button {
	width: auto;	
}
#jobPostForm span {
	margin:0 20px;	
}
#jobPostForm select {
	width: 260px;	
}
#jobPostForm select.narrow {
	width: 110px;
}
#jobPostForm textarea {
	height: 200px;
	width: 560px;
}
/* ------------------------------- job apply form ------------------------------- */
#jobApply h3 {
	margin:0px;
	padding:20px;
	text-align:center;
}
#jobApply .jobInfo {
	border:1px solid #cccccc;
	border-width:1px 0px;
	margin-bottom:20px;
	padding:10px 5px;
}
#jobApplyForm {
	padding:0px 5px;
}
#jobApplyForm input.text {
	width:200px;
}
#jobApplyForm textarea {
	width:550px;
	height:100px;	
}
#jobApply .applicationSent {
	padding:0px 100px;	
}
#jobApply .applicationSent .recruiterInfo {
	margin:0px auto;
}
#jobApply .applicationSent .recruiterPic {
	border:2px solid #3B5998;
	margin-right:10px;
}
#jobApply .applicationSent h3 {
	padding:10px;	
}
/* ------------------- job contact (talent network) form -------------------- */
#jobContact h3 {
	margin:0px;
	padding:20px;
	text-align:center;
}
#jobContactForm {
	padding:0px 5px;
}
#jobContactForm input.text {
	width:200px;
}
#jobContact .recruiterInfoWrapper {
	border:1px solid #cccccc;
	border-width:1px 0px;
	margin-bottom:20px;
	padding:10px 5px;
	width: 100%;
}
#jobContact .recruiterPic {
	border:2px solid #3B5998;
	margin-right:10px;
}
#jobContact .contactSent .recruiterInfo {
	margin:0px auto;
}
#jobContact .contactSent {
	padding:0px 100px;	
}
#jobContact .contactSent h3 {
	padding:10px;	
}
/* ---------------------------- job scheduler form -------------------------- */
#jobSchedulerForm h3 {
	margin-bottom:5px;
}
#jobSchedulerForm .allowMessage {
	margin-bottom:5px;
}
#jobSchedulerForm .section {
	margin-bottom:25px;	
}
#jobSchedulerForm dt {
	width:125px;	
}

/* ----------------------------- job brand form ----------------------------- */
#jobBrandForm input.urlField, #jobBrandForm input.text {
	width:320px;
}

#divJobApplicationSent {
	padding: 12px 0px;
	width: 100%;
}
#divJobApplicationSent .content {
	margin: 0px auto; 
	width: 450px;
}
#divJobApplicationSent .thankYou, 
#divJobApplicationSent .followUp {
	margin-bottom: 10px;	
}
#divJobApplicationSent .divJobLanding.facebook  {
	margin: 0px;
	width: 300px;	
}

div.shareOnTwitterButton {
	position: relative;
	top: 2px;
	width: 144px;
	height: 22px;
	background-image: url(../../images/btnConnectToTwitter.png);
	cursor: pointer;
}
div.connectToLinkedInButton {
	position: relative;
	top: 2px;
	width: 150px;
	height: 22px;
	background-image: url(../../images/btnConnectToLinkedIn.png);
	cursor: pointer;
}

/* -------------------------- account settings forms ------------------------ */
#accountSetting h3 {
	margin:5px 0px;	
}
#accountSetting h3 span {
	color:#333333;
	font-size:11px;
	font-weight:normal;
}
#accountSetting .label {
	font-weight:bold;
	color:#666666;
}
#accountSetting .off {
	font-weight:bold;
	color:red;
}
#accountSetting .on {
	font-weight:bold;
	color:green;
}
#accountSetting .accountSettingAquent {
	margin-top:15px;	
}
#accountSettingFeedForm input.urlField {
	width: 320px;
	margin-right: 5px;
}
#accountSettingForm input.text {
	width:200px;	
}
#accountSettingForm td, #accountSettingFeedForm td {
	padding:10px 5px 5px;
	vertical-align:top;
}
#accountSettingForm td.element, #accountSettingFeedForm td.element  {
	padding:5px;
	vertical-align:inherit;
}
#accountSettingForm td.element {
	width:210px;
}

/* -------------------------------- contact us ------------------------------ */
#contactUs dt {
	width:80px;
}
#contactUs dd {
	margin-left:80px;	
}
#contactUs #message-element {
	clear:both;
	margin-left:0px;	
}
#contactUs textarea {
	height: 125px;
	width: 300px;
}

/* --------------------------------- facebook ------------------------------- */
.fbButtons .FB_UIButton {
	padding:1px 6px;
	margin-right:10px;
}

/* --------------------------------- organizer ------------------------------- */
#organizer .features {
	font-size:12px;
	margin-left:15px;
}
#organizer .features .sub {
	color:#666666;
	font-weight:bold;
}
#organizer .features ul {
	margin:0px;	
}
#organizer .features li {
	margin:5px;
	color:#336699;
}
#organizer .features span {
	color:#333333;
}
#organizer .getStarted {
	margin:30px 15px;	
}
#organizer .getStarted img {
	vertical-align:middle;	
}
