/* Styles for the public side of Joboso */

/* Debug styles 
#hd {
	border: 1px solid #0f0;
}

#bd {
	border: 1px solid #f00;
}

#ft {
	border: 1px solid #00f;
}
*/

.yui-gd div.first {
	overflow:hidden;
}

/* Global */

body {
	margin: 5px;
	overflow: -moz-scrollbars-vertical;
}

#doc4 {
	border: 2px solid #939393;
	padding: 10px;
}

input,
textarea {
	border: 1px solid #aaa;
	padding: 0.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	font-weight: bold;
	margin: 1em 0;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}

.clear { clear:both; }

.hide { display: none; }

a {
	color: #7C0202;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

strong {
	font-weight: bold;
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

p {
	margin-bottom: 1em;
}

/* Header */

/* Header - Login Form/Profile box */

#hd #hd-login,
#hd #hd-profile {
	float: right;
}

#hd #hd-login fieldset,
#hd #hd-profile fieldset {
	border: 1px solid #000;
	padding: 0 5px 5px;
}

#hd #hd-login legend,
#hd #hd-profile legend {
	margin-left: 1em;
	padding: 0 2px;
}

#hd #hd-login label {
	display: none;
}

#hd #hd-login input#login-email,
#hd #hd-login input#login-password {
	width: 15em;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 2px center;
}

#hd #hd-login input#login-email {
	background-image: url(../images/icons/message.gif);
}

#hd #hd-login input#login-password {
	background-image: url(../images/icons/credential_type.gif);
}

/*#hd #hd-login #password-reminder {
	float: right;
}*/

#hd #hd-login {
	text-align: right;
}

#hd #hd-profile #logout-link {
	font-size: 50%;
}


#hd #hd-profile fieldset {
	width: 178px;
	height: 67px;
}

#hd .profile-name {
	font-size: 120%;
}

#hd .profile-status {
	float: right;
}

/* Header - Title and strpline */

#hd #hd-banner {
	height: 75px;
	font-family: Georgia;
}

#hd #hd-banner #hd-banner-name {
	font-size: 327%;
}

#hd #hd-banner #hd-banner-name a {
	color: #000;
}

#hd #hd-banner #hd-banner-name a:hover {
	text-decoration: none;
}

#hd #hd-banner #hd-banner-strap {
	font-size: 127%;
	left: 2em;
	margin-top: -0.8em;
	position: relative;
	width: 420px;
}

#hd #hd-beta-tag {
	left: 210px;
	position: relative;
	top: -70px;
	width: 50px;
}

/* Body */

/* Body - Home page form */

#bd form p {
	margin-bottom: 1em;
}

#bd #cv-upload-ui {
	display: inline;
}

#bd #uploaderOverlay {
	position: absolute;
	z-index: 2;
}

#bd #cv-upload-progress-outer,
#hd #status-bar-outer {
	border: 1px solid #000;
	padding: 2px;
	height: 10px;
	width: 170px;
}

#bd #cv-upload-progress-outer {
	float: right;
	visibility: hidden;
}


#hd #status-bar-outer {
	margin-bottom: 2px;
}

#bd #cv-upload-progress-inner,
#hd #status-bar-inner {
	background-color: #7C0202;
	height: 10px;
	width: 0%;
}

#bd #geoip-guess {
	background-color: #CCCCCC;
	display: none;
	left: 140px;
	position: relative;
	width: 159px;
	overflow: hidden;
}

#bd selectFilesLink {
	z-index: 1;
}

#bd fieldset {
	border: 1px solid #000;
	padding: 5px;
}

#bd legend {
	margin-left: 2em;
	padding: 0px 5px;
}

#bd form div {
	margin-bottom: 0.5em;
}

#bd form div label {
	display: block;
	float: left;
	width: 130px;
	padding: 0px 5px;
	margin: 4px 0 5px 0;
	text-align: right;
}

#bd form div.required label {
	font-weight: bold;
}

#bd form div.submit input {
	float: right;
	width: 4em;
	font-weight: bold;
	font-size: 120%;
	cursor: pointer;
}

#bd #auth-select {
	display: none;
}

#bd #auth-select .auth-divider {
	clear: both;
	margin-top: 45px;
}

#bd #postcode-div {
	display: none;
	margin-top: 5px;
	overflow: hidden;
}

#bd select {
	border: 1px solid #aaa;
	padding: 0.3em 0.3em 0.3em 0.1em;
	width: 160px;
}

/* Homepage elements */
#bd #homepage-tabs {
	margin-top: 7px;
}

#bd #homepage-tabs .bd {
	border: 1px solid #000;
	height: 240px;
	overflow: auto;
}

#bd #homepage-tab-body {
	padding: 10px;	
}

#bd #homepage-tab-body h2 {
	margin-top: 0;	
}

#bd #homepage-tab-body h3 {
	margin-bottom: 0;	
}

#bd #homepage-tab-body dl {
	margin: 0;
}

#bd #homepage-tab-body dt {
	font-family: Georgia;
	font-size: 120%;
	background: url(../images/icons/forum.gif) left no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

#bd #homepage-tab-body dd {
	margin-bottom: 1em;
}

#bd #homepage-lower-block {
	margin: 1em 0;
	border: 1px solid #000;
}

#bd #homepage-lower-block h2 {
	font-size: 120%;
	padding: 0.5em;
	margin: 0;
}

#bd #homepage-lower-block.noscript {
	height: 168px;
	overflow: auto;
}

#bd #homepage-lower-block.noscript li {
	float: left;
	list-style: none;
}

#bd #carousel-pagination {
	text-align: center;
}

#bd #carousel-pagination a {
	text-decoration: none;
	color: #7C0202;
}

#bd #carousel-pagination a:hover {
	text-decoration: underline;
}

.yui-carousel-nav {
    display: none;
}

#bd #homepage-lower-block .yui-skin-sam .yui-carousel {
	border: none;
}

#bd #twitter-user .profile-name {
	font-weight: bold;
	font-family: Georgia;
	font-size: 110%;
}

#bd #twitter-user img {
	border:solid 5px #ccc;
	float:left;
	margin:0px 10px 10px 0px;
}

#bd #twitter-updates li {
	list-style-image: url(../images/icons/forum.gif);
}

#bd #homepage-tabs ul li a.home-tweets {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: 1.5em center;
	padding-left: 2.8em;
}

/* User Elements */
#bd #user-tab-body .loading {
	width: 60px;
	height: 19px;
	padding-top: 20px;
	text-align: center;
	margin: auto;
	color: #ccc;
	background: url(../images/loading.gif) top no-repeat;
	position: relative;
	top: 100px;
}

#bd #user-tab-body {
	border: 1px solid #000;
	padding: 10px;
	overflow: auto;
}

#bd #user-tab-body fieldset {
	float: left;
	width: 99%;
}

#bd #user-tab-body #user-profile div.required,
#bd #user-tab-body #user-profile div.optional {
	float: left;
	min-height:28px;
}

#bd #user-tab-body .help-text {
	float: right;
	width: 47%;
	background-color: #FFC;
	padding: 10px;
}

.calendar-button {
	height: 20px;
	background: url(../images/calbtn.gif) center no-repeat;
	padding: 2px 22px 2px 2px;
	border: 1px solid #ccc;
	display: inline;
	margin-left: 5px;
	cursor: pointer;
}

.calendar-button:hover {
	background-color: #ccc;	
}

.yui-overlay .bd .yui-calcontainer {
	float: none;
}

#bd .set-toggle {
/*	display: none;*/
	padding-left: 20px;
	cursor: pointer;
	background: url(../images/icons/approved.gif) left no-repeat;
}

#bd .incomplete {
	background: url(../images/icons/notice.gif) left no-repeat;
}

#bd	#user-profile textarea {
	width: 60em;
}

.finish-form #bd #user-profile textarea {
	width: 32em;
}

#bd #file-listing {
	border: 1px solid #000;
	padding: 10px;
}

#bd #file-listing .file {
	overflow: auto;
}

#bd #file-listing .file:hover {
	background-color: #CCC;
}

#bd #file-listing .active {
	background-color: #FFC;
}

#bd #file-listing .file div {
	float: left;
	height: 30px;
}

#bd #file-listing .file .file-name {
	width: 590px;
}

#bd #file-listing .file .file-date {
	width: 150px;
	text-align: center;
}

#bd #file-listing .file .file-delete,
#bd #file-listing .file .file-active {
	float: right;
}

/* Job sites list */
#bd #jobsite-list .partner-type-header {
	font-size: 150%;
	font-weight: bold;
	background-color: #7C0202;
	color: #FFF;
	padding: 5px 15px;
	text-align: right;
}

#bd #jobsite-list .partner {
	border-bottom: 2px solid #000;
	clear: both;
	height: 120px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#add-login-dialog .bd .partner-logo,
#bd #jobsite-list .partner .partner-logo {
	float: right;
	width: 156px;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
}

#bd #jobsite-list .partner .partner-buttons {
	float: right;
	text-align: right;
	margin-right: 10px;
}

#bd #jobsite-list .partner .partner-title {
	font-size: 143%;
}

#bd #jobsite-list .partner .partner-userinfo span {
}

#bd #jobsite-list .partner .partner-userinfo span.error {
	color: #800;
	background-image: url(../images/icons/alert_high.gif);
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

#bd #jobsite-list .partner .partner-userinfo span.warning {
	color: #F60;
	background-image: url(../images/icons/alert_medium.gif);
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

#bd #jobsite-list .partner .partner-userinfo span.notice {
	color: #060;
	background-image: url(../images/icons/alert_low.gif);
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}


#bd #jobsite-list .partner .partner-userinfo span.ineligible {
	color: #666;
	background: url(../images/icons/info.gif) left no-repeat;
	padding-left: 20px;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}


/* Marketing sections */
#bd ul.partner-terms {
	margin: 0;
}

#bd .partner-terms li {
	list-style: none;
	float: left;
	padding-right: 10px;
}

#bd .partner-terms li img {
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
}

#bd .partner-sign-up-form div label {
	width: 170px;
}


/* Extend block with tabs */
.tabs .hd {
	padding:0;
}
.tabs .hd ul {
	height:1%;
	margin: 0;
}
.tabs .hd ul li {
	float:left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	list-style: none;
	
}
.tabs .hd ul li.last {
	border-right: 1px solid #000;
}
.tabs .hd ul li a {
	display:block;
	text-decoration:none;
	padding:0.2em 1.5em;
}
.tabs .hd ul li a:hover {
	background-color:#ccc;
}
.tabs .hd ul li.active a {
	background-color: #7C0202; !important;
	color:#fff;
	text-decoration:none;
} /* important! fixes IE cascade issue */


/* Footer */

#ft {
	margin-top: 1em;
}

#ft .copyright {
	float: right;
}

/* Get Satisfaction */
div#gsfn_search_widget img { border: none; }
div#gsfn_search_widget { font-size: 12px; border: 6px solid #DDD; padding: 10px;}
div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } 
div#gsfn_search_widget .powered_by a { color: #333; font-size: 90%; }      
div#gsfn_search_widget form { margin-bottom: 8px; }
div#gsfn_search_widget form label { margin-bottom: 5px; display: block; width: 100%; text-align: left; float: none;}
div#gsfn_search_widget form #gsfn_search_query { width: 368px; }
div#gsfn_search_widget div.gsfn_content { }
div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_search_widget div.gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }

/* Documentation */

#bd .doc-type-button a {
	margin: auto;
	width: 200px;
	height: 200px;
	background: url(../images/docs/type-button.png) center no-repeat;
	text-align: center;
	display: block;
}

#bd .doc-type-button h3 {
	padding-top: 50px;
	font-size: 150%;	
}

/* Basic block */
/*.block { margin-bottom:1.5em; }
.block .hd { padding:0.7em 1em;}*/
#bd .block .hd h2, .block .hd h3 { font-size:100%; margin-bottom:0; }
#bd .block .bd { padding:1em; background-color:#fff; }
#bd .block .bd h2 { color:#7C0202; }
#bd .block .bd h3 { color:#7C0202; }

/* Tables */
#bd table { width:100%; margin-bottom:2em; }
#bd table td { padding:0.5em; }
#bd table thead { background-color:#262626; color:#fff; font-weight:bold; }
#bd table thead a { text-decoration:none; color:#fff; }
#bd table thead a:hover { text-decoration:underline; }
#bd table tbody a { text-decoration:underline; }

.bit-True, .bit-False {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 16px;
}

.bit-True {
	background-image: url(../images/icons/approved.gif);
}

.bit-False {
	background-image:url(../images/icons/error.gif);
}

pre {
	margin: 10px 0;
	width: 670px;
	overflow: auto;
	/*overflow:-moz-scrollbars-horizontal;
	overflow-x:scroll;*/
	border: 1px dotted #CCCCCC;
	font-size: 1em;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
}

#error-box {
	display: none;
	border: 1px solid #F00;
}

/*.alert { padding:0.5em; text-align:center; }
.error { border:2px solid #fbb; background-color:#fdd; }
.warning { border:2px solid #fffaaa; background-color:#ffc; }
.notice { border:2px solid #1fdf00; background-color:#bbffb6; }
*/

.alert {
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
	text-align: left;
}

.error {
	background-image: url(../images/icons/alert_high.gif);
}

.warning {
	background-image: url(../images/icons/alert_medium.gif);
}

.notice {
	background-image: url(../images/icons/alert_low.gif);
}

/* Ad spots */
#hd {
	position: relative;
}

#hd #hd-ad-spot {
	/*border: 1px solid #000000;*/
	left: 308px;
	position: absolute;
	top: 9px;
	height: 60px;
	width: 468px;
	overflow: hidden;
}

/* CSS for info icon on input boxes

form input.textinput-info{
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url(../images/icons/alert_low.gif);
}

form select.textinput-info{
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 99% center;
	background-image: url(../images/icons/alert_low.gif);
}
*/

abbr.has-info{
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icons/info.png);
}

