.netscape6problem			{ font-size: 10px;}		/* leave this at stylesheet top for netscape browser fix */


/* newer way of getting a container tag to wrap. */
.wrap {
	display: block;
}
.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.gap {height: 15px; clear: both;}
.smallgap { height: 7px; clear: both;}

/* ===
Basic classes
=== */
.nowrap 						{white-space: nowrap;}
.alignleft 						{text-align: left;}
.alignright						{text-align: right;}
.float 							{float: left;}
.left 							{float: left; clear: left;}
.right 							{float: right;}
.clear 							{clear: both;}
.bold							{font-weight: bold;}
.normal							{font-weight: normal;}
.block 							{display:block;}
.none							{display: none;}
.Icons							{margin: 1px 5px;}
.smallnormal					{font-size: 0.95em;}
.smallnormal					{list-style-type: none; margin-top: 10px;}
.smallnormal input				{vertical-align: middle; margin-bottom: 4px; margin-right: 12px;}

/* ---------
SET L/R MARGIN TO 6px AND THEN DO AN EXCEPTION LIST
--------- */
#middlebar p, #middlebar div p {
	margin-left: 6px;
	margin-right: 6px;
}
.FieldLabel p, .warningtext, .jobdescview {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/* ===
STYLES FOR SIDE BAR AND CHILD BOX'S
=== */
#SideMenuBar p	{
	font-size: 10px;
	margin: 2px 10px 2px 0px;
}

#SideMenuBar label {
	display: block;
	font-weight: bold;
}

#SideMenuBar h3 {
	padding: 3px 6px;
	margin: 0;
	color: #444444;
	border-bottom: solid 1px #CCCCCC;
	background: #EEEEEE;
}
#SideMenuBar .sub {
	margin-top: 15px;
}
.jobCount {
	background: #FFFFFF;
	border-bottom: solid 1px #DDDDDD;
	padding: 3px 5px;
	display: block;
	font-size: 0.85em;
}
#HotJobs ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
#HotJobs ul li {
	list-style: none;
	background: url(bg_dash.gif) no-repeat left center;
	padding-left: 10px;
}

.Box {
	margin: 10px 0 0 0;
	border: solid 1px #CCCCCC;
}
.BoxTop {
	background: url(BoxTop_fade.gif) no-repeat left bottom;
	height: 11px;
}
.BoxBody {
	padding: 7px;
}
.BoxBtm {
	background: url(BoxBtm_fade.gif) no-repeat left top;
	height: 11px;
}

.FeaturedBox {
	margin: 10px 0 0 0;
	background: #d7efb8;
	border: solid 1px #444444;
	color: #444444;
}

.salCalculator {
	padding-top:8px;
	padding-bottom:8px;
	background: #fff;
	border: solid 1px #cccccc;
	color: #cccccc;
	text-align: center;
}

.salCalculator a {
	font-weight:bold;
	clear: left;
	background: #fff;
}

#SideMenuBar a {
	color: #444444;
	text-decoration: none;
	display: block;
}
#SideMenuBar a:hover {
	color: #0087be;
}
#SideMenuBar .BoxTop {
	background: #DDDDDD url(BoxTop_mask.gif) no-repeat left bottom;
	height: 11px;
	font-size:1%;
}
#SideMenuBar .BoxBody {
}
#SideMenuBar .BoxBtm {
	background: #DDDDDD url(BoxBtm_mask.gif) no-repeat left top;
	height: 11px;
	font-size:1%;
}
#SideMenuBar .textfieldstylesmall {
	width: 140px;
}

#SideCandLogin {
	margin: 5px 0;
	background: #bfd2eb;
	border: none;
}


/* ===
FEATURED LOGOS IN RIGHT BAR
=== */
#RightSideBar .Box {
	margin: 5px 0;
	background: #FFFFFF;
	border: none;
}
#RightSideBar .Box a {
	display: block;
	clear: left;
	padding: 5px;
	disable-border: solid 1px #CCCCCC;
}
#RightSideBar .Box img {
	display: block;
	margin: 0 auto;
}


/* ===
FOOTER
=== */
#footer	{
	margin: 10px auto 20px auto;
	padding: 5px;
	clear: both;
	font-size: 0.85em;
	color: #999999;
	border-top: dotted 1px #CCCCCC;
}

.footertext_right {
	float: right;
	width: 200px;
	text-align: right;	
}

#footer a, #footer a:visited{
	text-decoration: underline;
	color: #999999;	
}

#footer a:hover {
	text-decoration: underline;
}


/* ===
Form layout
=== */
div.SubmitBtn {
  padding:0;
  margin-bottom: 10px;
  width: 412px;
	/*padding: 10px 8px 0 8px;*/
	clear: both;
}
.FieldWrap {
	padding: 0;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
#SideMenuBar .FieldWrap, .centralbox .FieldWrap {
	padding-left: 0;
	padding-right: 0;
}
.FieldWrap label {
	font-weight: normal;
	float: none !important;
}
.FieldLabel label {
	font-weight: bold;		
	float: none !important;
}
#frmAgencySignup .FieldLabel, #frmEditCandidate .FieldLabel {
	text-align: right;
}
.Field {
	margin-left: 180px;
}

.FieldLabel {
	float: left;
	width: 140px;
	position: relative;
}
.FieldLabelWide {
	float: left;
}
.FieldLabelWide label {
	font-weight: bold;
	float: left;
	width: 240px;
}
.FieldLabelWide .Field {
	margin-left: 320px;
}
.FieldLabelWide .textfieldstyle {
	width: 180px;
}

.FieldLabelShort {
	float: left;
	width: 130px;
}

.FieldLabelShort label {
	font-weight: bold;
}

.FieldShort {
	margin-left: 150px;
}

#numPosted{
	/*width: 50px;*/
	margin-right: 5px;
	border: 1px solid #AAAAAA;
}

fieldset p {
	margin: 2px 0 10px 0;
	padding: 0;
}
#frmJobPowerSearch .tickBox {
	width: 45%;
	float: left;
}
.SalaryDesc {
    padding: 0px 0;
	clear: both;
	width:300px;
}


/* RSS LINKS ON SEARCH PAGE */
#rsslogos {
margin-bottom: 10px;
}
#rsslogos img {
	vertical-align: middle;
	margin-right: 3px;
}
#rsslogos a {
	margin-right: 20px;
}
.recordInfo {
	padding: 3px 0;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	font-size: 0.85em;
}


/* ===
JOBSEARCH RECORDTEMPLATE
=== */
.vacancylong {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: dotted 1px #CCCCCC;
}
.jobtitlelong {
	margin: 0;
	padding: 0;
}
.jobheaderlong {
	font-size: 0.85em;
	padding: 7px 0;
	clear: right;
}
.jobheaderlong div {
	margin: 5px 0;
}

.positionnumberlong {
	float: left;
	color: #999999;
	margin-right: 8px;
}

.statusiconslong {
	float: right;
}
.jobagencylogo {
	float: right;
	width: 120px;
	text-align: right;
}
.relevancelong {
	float: right;
}
.bottomlinkslong {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.bottomlinkslong li {
	display: inline;
	margin: 0 5px;
	list-style: none;
}

/* ===
VIEW JOB RECORDTEMPLATE
=== */
#JobDescription .Icons {
	margin-top: 10px;
}
.jobtitleview {
	/*font: bold 1.3em Verdana,Arial,Helvetica,sans-serif;*/
	margin: 0;
	padding: 0;
	background: 0;
	color: #0087be;
}

.joblocationview, .jobrefnoview, .salaryview {
	margin-top: 3px;
	font-size: 0.85em;
}
.joblocationview strong, .jobrefnoview strong, .salaryview strong, .jobheaderlong strong {
	width: 9em;
	display: block;
	float: left;
}
.jobrefnoview {
	margin-top: 15px;
}
.salaryview {
	margin-bottom: 15px;
}
.jobdescview {
	margin: 5px 0 10px 0;
}
.consultantview {
	font-size: 11px;
}
/*Fieldsets on cand_resume_edit.asp*/
#frmEditResume fieldset {
	padding-bottom: 30px;
}







/*===
HOMEPAGE CENTRAL BOXES, GENERAL STYLES
=== */

.centralbox {
	background: #F5F5F5;
	border: solid 1px #DDDDDD;
	border-top: none;
	padding: 7px 10px;
	clear: both;
	margin-bottom: 15px;
}

h2.tabs {
	padding-left: 0;
	background: 0;
	border: 0;
	border-bottom: solid 1px #DDDDDD;
}
.centralbox a {
	color: #444444;
}
.centralbox h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.centralbox p {
	margin: 3px 0 18px 0;
}
.uline {
	margin-bottom: 0;
	padding-bottom: 3px;
}

/* HOME SEARCH PANEL */
#homesearch .jobcount {
	margin-bottom:10px;
}
#homesearch .left {
	float: left;
	width: 46%;
}
#homesearch .right {
	float: right;
	width: 47%;
}
#homesearch select ,#keywords .input {
	width: 100%;
	border: solid 1px #999999;
	clear: left;
	display: block;
}
#Salary {
	height: 46px;
	padding: 0;
}
#Salary .pad {
	padding-top: 5px;
}
#homesearch .SubmitBtn {
	padding: 18px 0 0 0;
}
#homesearch .SubmitBtn input {
	float: right;
	color: #333333;
	background: #ffffff;
}
#keywords .input:focus {
	border: solid 1px #444444;
}

/* FEATURED JOBS ON HOMEPAGE */
/* fixes IE 100% width bug */
.JobsView .wrap {
	width: 100%;
}
.JobsView table {
	width: 100%;
}

.JobsView td {
	font-size: 0.85em;
	line-height: 1.2em;
	color: #444444;
	border-bottom: dotted 1px #CCCCCC;
	padding: 6px;
}

.JobsView .title {
	width: 40%;
}
.JobsView .salary {
	width: 33%;
}
.JobsView .agency {
	width: 22%;
}

.JobsView td a {
    color:#444444;
	font-weight: bold;
}
.JobsView td a:visited, .JobsView .view a:visited {
	color: #777777;
}
.JobsView .view {
	float: right;
	padding-top: 0;
}
.JobsView .view a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px;
}
/* RSS LATEST NEWS ON HOMEPAGE */
#LatestNews h2 {
	margin-bottom: 15px;
}

#CatsLocList {
	padding-left: 15px;
}
#CatsLocList ul {
	margin: 0;
	padding: 0;
}
#CatsLocList li {
	float: left;
	display: inline;
	list-style: none;
	clear: both;
	width: 100%;
}
#CatsLocList li a {
	display: block;
	padding: 3px 0;
	font-size: 0.85em;
	float: left;
	width: 100%;
	text-indent: 10px;
}
#CatsLocList li a:hover {
	background: #FFFFFF;
}
#CatsLocList li a.alt {
}
#ColList0, #ColList1, #ColList2, #ColList3 {
	width: 100%;
}
#ColList0 p, #ColList1 p, #ColList2, #ColList3 p {
	font-size: 0.85em;
	margin: 0.6em 0 1em 0;	
}
.section2 {
	width: 50%;
	float: left;
}
.section3 {
	width: 32%;
	float: left;
}
.section4 {
	width: 23%;
	float: left;
}
.sectionMid {
	width: 32%;
	float: left;
	margin: 0 8px 0 8px !important;
}

/* ===
FEATURED LINKS PAGE
=== */

#FeaturedLinks .float {
	margin: 5px;
}
#FeaturedLinks a {
	display: block;
	width: 120px;
	height: 52px;
	background: #FFF;
}


	
/* ===
PAGE HEADING - H1 - STYLES
=== */

.strapline {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #008dc6;
	margin: 0 0 10px 0;
	padding: 0;
}
H1.noBtmMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}



/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

.agencylogo {
	float: right;
	width: 130px;
	text-align: right;
}

a.iconbutton, .iconbutton {
	font-size: 0.90em;
	
}
.company a.iconbutton {
	color: #333;
}
.company a.iconbutton:hover {
	color: #666;
}
.iconbutton img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.viewApply {
	font-weight: bold;
}

.buttonstyle, .SubmitBtn input {
	color: #3D3D3D;
}	
.SubmitBtn input {
	display: block;
	float: right;
	padding: 3px 5px;
}	
.buttonstyle:focus, #SubmitBtn input:focus {
	background: #DDDDDD;
	border: solid 1px #BBBBBB;
}

.button, .buttonSmall {
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-weight: bold;
	color: #444444;
	display: block;
}

.buttonSmall {
	font-size: 0.85em;
}


.textfieldstyle {
	width: 230px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}
.textfieldstyle:focus, .textfieldstylesmall:focus {
	border: solid 1px #0087be;
	background-color: #F5F5F5;
}

.textfieldstylesmall
	{
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}
	
.textfieldstyleverysmall
	{
	width: 90px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}

.dropdownfixed {
	font-weight: normal;
	background-color: #FFFFFF;
	border: solid 1px #AAA;
	width: 230px !important;
}

.toprow
	{
	background-color: #EEEEEE;
	}

.charactercounter
	{
	margin-top: 3px;
	font-size: 10px;
	border: solid 1px #444444;
	background-color: #DDE8EE;
	font-weight: bold;
	color: #0066CC;
	}


/* ===
TABLE, ROW AND CELL FORMATS
=== */

.formtable
	{
	margin: 0px;
	font-size: 10px;
	color: #111111;
	font-weight: bold;
	}

.formtable td
	{
	padding: 0px 10px 15px 0px;
	vertical-align: top;
	}

.locationstable
	{
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	width: 95%;
	}

.locationstable td
	{
	padding: 0px 4px 4px 0px;
	}

/* ===
FORMATTED TABLE
=== */

.formattedtable
	{
	font-size: .9em;
	width: 100%;
	margin: 0px;
	margin-bottom: 3px;
	border-collapse: collapse;
	}

.formattedtable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-bottom: solid 1px #dddddd;
	}

.formattedtable th
	{
	padding: 4px 8px 4px 8px;
	background-color: #f1f1f1;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
	border-bottom: solid 1px #999999;
	text-align: left;
	}

.fieldtitle
	{
	background-color: #f1f1f1 !important;
	vertical-align: top;
	font-weight: bold;
	color: #666666 !important;
	font-size: 11px;
	width: 150px;}

.on, .on td {
	background: #FFFFFF;
}

/* ===
INVOICE STYLESHEET
=== */

#Inv_Container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#Inv_centrecolumn {
	width: 650px;
	border-top: none;
	margin: 0 0 0 0;
	text-align:left;
}

.Inv_header {
	width: 680px;
	margin: 0 auto;
	background: #FFFFFF;	
}

.Inv_title	{
	float: left;
	width:300px;
	padding-top:22px;
	padding-left:2px;
}

.Inv_headerimage {
	float: right;
	padding-top:30px;
	width:300px;
}

.Inv_Top1 {
	width: 680px;
	margin: 0 0 0 0;
	background: #FFFFFF;	
}
.Inv_Top2 {
	width: 680px;
	margin: 0 0 0 0;
	background: #FFFFFF;	
}

.Inv_Details {
	width: 680px;
	margin: 0 0 0 0;
	background: #FFFFFF;	
}

.Inv_Middle {
	float: left;
	width:300px;
	padding-left:2px;
}

.Inv_MiddleRight {
	float: right;
	padding-top:3px;
	width:300px;
}

.Inv_table {
    width:300px;
    border-spacing: 0px;
}

.Inv_producttable {
    height:60px;
    width:100%;
    border-spacing: 0px ;
}

.hr1 {
	width: 300px;
	border: solid 1px #444444;
	border-top: none;
	margin: 0 auto;
}

.hr2 {
	width: 680px;
	border: solid 1px #444444;
	border-top: none;
	margin: 0 auto;
}

.download_doc {
	
	text-decoration:underline;
	background:url(uploaded_doc.gif) 0 3px no-repeat;
	padding:0px 0 38px 25px;
}

.download_pdf {
	
	text-decoration:underline;
	background:url(uploaded_pdf.gif) 0 3px no-repeat;
	padding:0 0 38px 25px;
}

.Inv_Payment 
{
   width:660px;
   margin-top:30px;
   margin-left:5px;
   margin-bottom:10px;
   padding:5px 5px 5px 5px;
   border: solid 1px #cccccc;
   height:250px; 
}
/* MSIE hack \*/ * html .Inv_Payment {
    width:670px;
    margin-top:10px;
    margin-left:5px;
}/*ends hack */

.Inv_footer 
{
   width:600px;
   padding:4px 0 0 2px;
   height:700px;  
}

.Inv_payinfo { font-size: 11px; color: #556677; font-weight: normal; }

.joboftheweek {
	background: #ffffff;
	background-color: #ffffff;
}

/* Sitemap */
#SiteMap ul {
	margin: 20px;
	list-style: none;
}
#SiteMap ul ul {
	margin: 5px 10px;
	list-style: none;
}

#SiteMap .arrowList li {
	background: url(bg_ListItem.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 10px;
}

.p_th	{
	margin:0; 
	padding:4; 
	text-align:center; 
}

.p_td	{
	margin:0; 
	padding:4; 
	text-align:center; 

}

/*---- dodatki--------*/
#frmCandidateAuthorize {
	float: none;
}

/* style do listy pracodawców i listy profili */
.agenciesListHeader
{
	border-bottom:1px solid #A2A2A2;	
	margin:20px 0px 10px;
	padding-bottom:5px;
}

.agenciesListContainer
{
	border-bottom:1px solid #A2A2A2;
}
