/* Mobile styles: Jobs2Web v1.0 - Copyright 2010 */
/* Author: Jeff Gaynor */

/* Body */
body {
	background: #222;
	font-family: Helvetica, Arial,Verdana,sans;
	font-weight: normal;
	font-size: 15px;
	color:#fff;
	margin:0;
	/* Smallest allowable screen size */
	min-width: 300px;
	min-height:480px;
	/* Prevent iPhone text scaling on rotation */
	-webkit-text-size-adjust: none;
}

/* Header */
#header {
	text-align: left;
	clear:both;
	position:relative;
	height:54px;
}
.logo {
	color: #45B7DF;
	font-size: 24px;
	text-decoration: none;
	padding:12px 8px;
	display: inline-block;
	font-weight: bold;
	float:left;
}
#logo-image {
	overflow: hidden;
	display: inline-block;
	border:0;
}

/* Back button */
#history-back {
	position: absolute;
	right:8px;
	top:12px;
	float:left;
	border:0;
	width:30px;
	height:30px;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -240px no-repeat;
}

/* Footer */
#footer {
	display:block;
	float:left;
	width:100%;
	clear:both;
	padding:10px 0;
	color:#fff;
	font-size: 13px;
	font-weight: normal;
	position:relative;

}
#footer-links {
	position:relative;
	display:block;
	margin:0 0 0 8px;
}
#footer-links a {
	text-decoration:none;
	padding:7px 7px 11px 7px;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -210px repeat-x;
	margin:0 3px 0 0;
	float:left;
	line-height: 100%;
	font-size: 12px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #444;
}
#footer-poweredby {
	clear:both;
	margin:8px 8px 0 8px;
	display:block;
	float:left;
}
#footer-poweredby img {
	overflow: hidden;
	border:0;
	vertical-align: middle;
}
#disclaimer {
	font-size: 12px;
	color:#aaa;
	padding:10px 8px 0 8px;
	clear:both;
}

/* Home page */
#home, #category-links-wrapper, #content-page-wrapper {
	padding:0 8px;
	line-height: 150%;
	font-size: 12px;
}
#home-intro-text {
	margin:10px 0;
	font-weight: normal;
	font-size: 14px;
}
#category-links-title {
	padding:12px 8px 12px 8px;
	line-height: 12px;
	margin:0;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -200px repeat-x;
	font-size: 15px;
	border-bottom:1px solid #000;
	border-top:1px solid #444;
}
#category-links-list {
	margin:0;
	padding:0;
	list-style-type: none;
}
.category-links-item {
	margin:0;
	padding:3px 0;
	display: block;
	font-size: 12px;
	line-height: 100%;
	border: 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #777;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 0 repeat-x;
	vertical-align: middle;
	height:60px;
	margin:0;
	padding:0;
}
.category-link {
	padding:8px  13px 0 13px;
	font-size: 14px;
	height:52px;
	display:block;
	text-decoration: none;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 100% -120px no-repeat;
}
.category-link-title {
	display:block;
	max-width: 240px;
	line-height: 130%;
}
#home-pagination {
	padding:8px;
}

/* Keyword Search  */
#search {
	padding:9px 8px;
	height:34px;
	border-top:1px solid #777;
	border-bottom:1px solid #000;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -180px repeat-x;
	position: relative;
	clear:both;
}
#keywordsearch {
	padding:0;
	margin:0;
	font-size:16px;
	display: block;
	position: relative;
	width:100%;
}
#keywordsearch-q {
	width:60%;
	margin:0;
	font-size:13px;
	height:24px;
	top:-1px;
	border:1px solid #222;
	padding:3px;
}
#keywordsearch-button {
	margin:0;
	font-size:15px;
	height:32px;
	padding:2px 8px 6px 8px;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -75px repeat-x;
	color:#fff;
	cursor: pointer;
	border:1px solid #222;
	position: absolute;
	right:0;
	top:0;
}

/* Job Detail */
#job-shell {
	padding:8px;
	color:#e0e0e0;
	line-height: 15px;
	font-weight: normal;
	font-size: 12px;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
}
#job-title {
	font-size: 15px;
	font-weight: bold;
	color:#fff;
}
#job-location, #job-date, #job-description-title {
	font-size: 13px;
	font-weight: normal;
	color:#fff;
}
#job-description {
	padding:10px 0;
}
#job-description-title {
	margin-bottom:10px;
	color:#fff;
	font-weight: bold;
}
#job-company {
        display: none;
}
/* Apply */
#apply {
	clear: both;
	padding:4px 0 8px 0;
	position: relative;
}
#apply-button {
	margin:0;
	font-size:15px;
	font-weight: bold;
	color:#000;
	height:31px;
	padding:3px 8px 7px 8px;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -270px repeat-x;
	cursor: pointer;
	border:1px solid #222;
	position: absolute;
	right:1px;	
	border:1px solid #444;
	border-top:1px solid #51C7EF;
}

.enterEmailToApplyLabel{
    margin-bottom: 5px;   
}

/* Subscribe */
#save-button, #login-button, #done-button, #signin-button {
	margin:10px 0 10px 0;
	font-size:15px;
	font-weight: bold;
	color:#000;
	height:31px;
	padding:3px 8px 7px 8px;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -270px repeat-x;
	cursor: pointer;
	border:1px solid #444;
	border-top:1px solid #51C7EF;
}
#signin-button {
	margin: 0;
}
#requiredField {
	margin-top: 10px;
}
#email,#tcsignup input[type=text],#tcsignup input[type=password],#membersignin input[type=text],#membersignin input[type=password] {
	margin:0;
	font-size:13px;
	height:24px;
	top:-1px;
	border:1px solid #222;
	padding:3px;
	color:#999;
}
#apply-message, #response-message {
	padding:8px;
	clear: both;
	font-size: 13px;
	line-height: 18px;
	border:2px solid #53C9F2;
	margin:5px 0 8px 0;
	color:#fff;
	display:none;
}
#apply-message p, #response-message p {
	margin:0 0 10px 0;
}
#subscribePleaseWait {
	display: inline-block;
	visibility: hidden;
	margin-left: 10px;
}
#subscribePleaseWait img {
	margin-right: 10px;
}
#headerContent,#footerContent {
	padding: 10px;
}
#thanksMessage {
}
#passwordCompositionTooltip {
	margin: 10px 0 !important;
	padding:5px 2px !important;
	background: none!important;
	color: #ffffff !important;
	font-size: 13px !important;
	line-height: 18px !important;
	clear: both!important;
	display: none;
}
#tooltip-message {
	margin:0 10px;
	display: block;
}
#passwordCompositionTooltip ul {
	margin:0;
	padding:0 12px;
	list-style-type: square;
	list-style-position: inside;
}
#localeChooser, #localeWrapper {
	float: left !important;
	clear: both !important;
	display: block;
	padding: 5px 0;
}

#frmLocale {
	padding:0;
	margin:0;
	display: block;
}
.userinfoRow {
	clear:both;
	margin-top: 5px;
}
#newMember {
	display: block;
	margin: 5px 0;
	clear: both;
}
#formHeader {
	margin-top:-10px;
}
#userinfoLabel {
	padding:0;
	display: inline;
}
.errorStyle {
	border:2px solid #EF4A4A !important;
}
.warningStyle {
	border:2px solid #f9913b !important;
}
.noscript {
	padding:8px;
	clear: both;
}
/* Unsubscribe */
#unsubscribe-form-wrapper {
	padding:0 8px;
	line-height: 150%;
	font-size: 14px;
}
.form-item {
	border: 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #777;
	background: #03080A url(/platform/images/mobile/mobile-button-sprite.png)  0 -330px repeat-x;
	vertical-align: middle;
	padding:6px  13px 0 13px;
	font-size: 14px;
	min-height: 55px;
	display:block;
	text-decoration: none;
	color:#fff;
	cursor: pointer;
	position: relative;
}
.form-item-input {
	vertical-align:top;
	width: 20px;
	border-collapse: collapse;
	margin:0;
	text-align: left;
}
#unsubscribe-form input[type='checkbox'] {
	width:20px;
	height:20px;
	display: block;
	line-height: 125%;
	position: relative;
	top:-2px;
	padding-left:10px;
}
#unsubscribe-form td {
	vertical-align:middle;
	height: 65px;
}
#unsubscribe-content {
	padding:0 8px;
	font-size: 13px;
	line-height: 150%;
}
#unsubscribe-content br {
	margin-bottom:10px;
}
.form-item-label {
/*
	float: left;
	display: inline-block;
	clear: none;
*/
}
.unsubscribe-primary {
	color:#fff;
	margin-bottom: 5px;
	display: block;
	position: relative;
	top:3px;
	line-height: 120%;
	min-height: 20px;
	font-weight: bold;
	clear: none;
	padding-left:10px;
}
.unsubscribe-secondary {
	font-size: 12px;
	color:#bbb;
	position: relative;
	margin-top:-5px;
	padding-bottom: 8px;
	line-height: 125%;
	clear: both;
	display: block;
	padding-left:10px;
}
#unsubscribe-title{
	padding:12px 0;
	line-height: 12px;
	margin:0;
	font-size: 17px;
}
#unsubscribe-button {
	margin:10px 0 10px 0;
	font-size:15px;
	font-weight: bold;
	color:#000;
	height:31px;
	padding:3px 8px 7px 8px;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 -270px repeat-x;
	cursor: pointer;
	border:1px solid #444;
	border-top:1px solid #51C7EF;
}

/* Search Results & TLP */
.search-results-header {
	color:#bbb;
	padding:8px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.search-results-title {
	clear:both;
	display: block;
	margin-top:5px;
	color:#fff;
}
#search-results {
	border: 0;
	width:100%;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	padding:8px;
}
#search-results th {
	text-align: left;
	color:#fff;
	border: 0;
	font-size: 14px;
}
#search-results td {
	border: 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #777;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 0 0 repeat-x;
	vertical-align: middle;
	height:60px;
}
#search-results a {
	color: #45B7DF;
}
.job-link {
	padding:5px 13px;
	height:50px;
	display:block;
	text-decoration: none;
	background: transparent url(/platform/images/mobile/mobile-button-sprite.png) 100% -120px no-repeat;
	position: relative;
}
.job-title {
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
	max-width: 240px;
	max-height: 30px;
	overflow: hidden;
}
.job-location {
	display:block;
	clear:both;
	text-decoration: none;
	color:#fff;
	font-size: 12px;
	max-width: 240px;
	max-height:15px;
	overflow: hidden;
}

/* Pagination */
.pagination {
	padding:0 0 6px 0;
	color:#fff;
	border-bottom: 1px solid #222;
	font-weight: normal;
	font-size: 13px;
	float:left;
	width:100%;
}
.pagination a {
	font-weight: normal !important;
	padding:8px 0 0 0;
	width:30px;
	height: 22px;
	text-align: center;
	border:1px solid #777;
	text-decoration: none;
	display:block;
	float:left;
	margin:0 4px;
}
.pagination-label-row {
	display:block;
	min-height: 24px;
	float:left;
	width:100%;
}
.pagination-links {
	display:block;
	width:100%;
	clear:both;
}
.paginationItemSelected {
	padding:8px 0 0 0;
	width:30px;
	height: 22px;
	text-align: center;
	border:1px solid #fff;
	background: #4E5254;
	display:block;
	float:left;
	margin:0 4px;
}
a.paginationItemFirst, a.paginationItemLast {
	font-size: 22px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 13px 0 0;
	padding:0;
	height: 30px;
}
a.paginationItemLast {
	margin: 0 0 0 12px;
}
.srHelp {
	display:none;
}

#noresults {
	padding:12px;
}

/* Universal */
a {
	color: #45B7DF;
}
a:visited {
	color:#bbb !important;
}
#skipThisStepLink {
	padding:10px 10px 0 10px;
}


#passwordCompositionTooltip {
    display: none;
    color: black;
    padding: 20px;
    width: 300px;
    font-size: 11px;
    background: #FFD;
    border: 1px solid #CCC;
    margin-left: 30px;
}

#passwordCompositionTooltip ul {
    margin: 0;
    margin-top: 10px;
}

#passwordStatusIcon {
    margin-right: 5px;
    vertical-align: text-bottom;
    display: none;
}

#passwordValidityMessage {
    font-size: 0.9em;
}

#passwordCompositionHelp {
    vertical-align: text-bottom;
}

#rememberMeProfileChkHelp img, #rememberMeChkHelp img {
    margin-left: 4px;
    vertical-align: middle;
}
#tcform-wrapper{
    padding:0 8px;
}
