@charset "utf-8";
/**
 * Author: GoldenSubmarine
 * Compatibility: IE6, IE7, IE8, Fx2, Fx3, O9x, SWin
 */

/* Reset:
 * ___________________________________________________________________________
 */ 
 
input .idleField {
color: #F36F21;
}
a:link,
a
{
  color: #F36F21;
  text-decoration: none;
}

a:visited
{
}

a:hover
{
  text-decoration: underline;
}

a:active
{
}

:focus 
{
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
 
}

html
{
  color: #5e5e5e;
	font: normal 62.5%/1.4em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

body
{
  background: #fff url(../img/bg/bg-left.png) repeat-x left top;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

#bgWrap
{
  background: url(../img/bg/bg-right.png) repeat-x left top;
  height: 154px;
  position: absolute;
  right: 0;
  width: 50%;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
/*	content: none;*/ /* Opera zglasza blad */
}

ins
{
	text-decoration: underline;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Structural labels for accessibility */
.Accessibility
{
  left: -9999px;
	overflow: hidden;
	position: absolute;	
	width: 100px;
}

.clr 
{
  clear: both !important;
  float: none !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
}

.right
{
  float: right;
}

.left
{
  float: left;
}

/* Layout:
 * ___________________________________________________________________________
 */

#Container
{
  background: url(../img/bg/bg-top.png) no-repeat center top;
  position: relative;
}

#Header,
#Nav_deleted,
#Content,
#FooterContent
{
  margin: 0 auto;
  width: 904px;
}

/* Header:
 * ___________________________________________________________________________
 */

 
 
h1
{
  padding-top: 30px;
}

h1 a:hover
{
  text-decoration: none;
}

 

h1 a span
{
  color: #fff;
  font-size: 18px;
  float: left;
  padding-top: 7px;
  text-transform: uppercase; 
}

/* Nav:
 * ___________________________________________________________________________
 */
 
#Nav_deleted
{
  overflow: hidden;
  padding: 17px;
}
 
#Nav_deleted li
{
  float: left;
  margin-right: 32px;
  height: 16px;
}

#Nav_deleted li a
{
  background-repeat: no-repeat;
  background-position: left bottom;
  float: left;
  height: 16px;  
  text-indent: -9999px;
}

#Nav_deleted li.loggedAs
{
  background: url(../img/line-vertical.gif) repeat-y left top;
  font-size: 11px;
  padding: 2px 0 2px 30px;
}

#Nav_deleted li.loggedAs a
{
  background: none;
  float: none;
  height: auto;
  text-indent: 0;
}

#Nav_deleted li a:hover,
#Nav_deleted li.On a
{
  background-position: left top;
}

#Nav_deleted li.actualOffers a
{
  background-image: url(../img/nav/01-aktualne-oferty.png);
  width: 149px;
}

#Nav_deleted li.myProfile a
{
  background-image: url(../img/nav/02-moj-profil.png);
  width: 77px;
}

#Nav_deleted li.logout a
{
  background-image: url(../img/nav/03-wyloguj.png);
  width: 61px;
}

#Nav_deleted li.login a
{
  background-image: url(../img/nav/04-logowanie.png);
  width: 79px;
}

#Nav_deleted li.Registration a
{
  background-image: url(../img/nav/05-rejestracja.png);
  width: 91px;
}

#Nav_deleted li.myCVlist a
{
  background-image: url(../img/nav/06-aplikacje.png);
  width: 135px;
}

/* Content --> Main:
 * ___________________________________________________________________________
 */

.Main
{
  float: left;
  padding: 20px 0;
  width: 655px;
}

h2
{
  background: url(../images/line-grey.gif) repeat-x left bottom;
  color: #F36F21;
  font-size: 18px;
  padding: 0 0 24px;
  text-transform: uppercase;
}

.text
{
  padding: 15px 0;
}

.OfferFilter
{
  background: url(../img/line-red.gif) repeat-x left bottom;
  padding: 20px 0 12px;
}

.OfferFilter h3
{
  color: #5e5e5e;
  font-size: 18px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#MultiSelectFilters
{
  overflow: hidden;
}


* html #MultiSelectFilters
{
  height: 1%;
}

#MultiSelectFilters li
{
  float: left;
}

#MultiSelectFilters li label
{
  color: #989797;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 8px;
}

#MultiSelectFilters li label span
{
  color: #F36F21;
}

#MultiSelectFilters li select
{
  color: #5e5e5e;
  font-size: 11px;
}

#MultiSelectFilters li select option
{
  padding: 5px 10px;
}

#MultiSelectFilters li.SelectCity
{
  width: 140px;
}

#MultiSelectFilters li.SelectCity select
{
  width: 126px;
}

#MultiSelectFilters li.SelectMarket
{
  width: 200px;
}

#MultiSelectFilters li.SelectMarket select
{
  width: 185px;
}

#MultiSelectFilters li.SelectStand
{
  width: 315px;
}

#MultiSelectFilters li.SelectStand select
{
  width: 286px;
}

.MultipleBottom
{
  clear: both;
  float: left;
  padding: 10px 0;  
  width: 627px;
}

.multipleInfo
{
  color: #989797;
  float: left;
  width: 450px;
  font-size: 11px;
}

.MultipleBottom input
{
  background: url(../img/submit-filter.jpg) no-repeat left top;
  border: 0;
  color: #F36F21;
  cursor: pointer;
  float: right;
  font-size: 11px;
  height: 26px;
  outline: none;
  line-height: 24px;
  margin-top: 5px;
  padding: 0;
  width: 71px;
}

.FoundedOffersHeader
{
  background: url(../img/line-red.gif) repeat-x left bottom;
  padding: 15px 0;
  font-size: 11px;
  overflow: hidden;
}

* html .FoundedOffersHeader
{
  height: 1%;
}

.communicate
{
  color: #686868;
  font-size: 11px;
  float: left;
  width: 380px;
}

.ResultsAmount
{
  float: right;
  text-align: right;
  width: 270px;
}

.ResultsAmount span
{
  color: #F36F21; 
}

.ResultsAmount a
{
  font-size: 11px;
  color: #686868;
}

.ResultsAmount a:hover
{
  color: #F36F21;
}

.FoundedOffers li
{
  background: url(../img/line-gray.gif) repeat-x left bottom;
  overflow: hidden;
  padding: 20px 0;
  font-size: 11px;
}

* html .FoundedOffers li
{
  height: 1%;
}

.iconDetails,
.DateAndNumber,
.StandInfo
{
  float: left;
}

.iconDetails
{
  margin-right: 12px;
  width: 18px;
}

.DateAndNumber
{
  padding: 2px 4px 0 0;
  width: 100px;
}

.DateAndNumber .date
{
  color: #F36F21;
  padding-bottom: 5px;
  font-size: 12px;
  font-style: italic;
}

.DateAndNumber .number
{
  font-style: italic;
}

.StandInfo a
{
  color: #F36F21;
  font-size: 12px;
  font-weight: bold;
}

.StandInfo p.where
{
  padding-top: 5px;
}

.StandInfo a span
{
  font-size: 11px;
  font-weight: normal;
}

.StandInfo
{
  padding: 2px 0 0;
  width: 394px;
}

.SeeDeatils
{
  float: right;
  padding-top: 10px;
  width: 117px;
}

.SeeDeatils a
{
  background: url(../img/bullet-arrow.gif) no-repeat right center;
  padding-right: 10px;
  float: left;
}

.MainImg
{
  padding-top: 32px;
  text-align: right;
}

.ReqField
{
  color: #989797;
  clear: both;
  font-style: italic;
  font-size: 11px;
  padding-top: 10px;
}

.ReqField span
{
  color: #F36F21;
}

/* MainContent:
 * ___________________________________________________________________________
 */

.MainContent
{
  padding-top: 20px;
}

.MainContent h3
{
  color: #5e5e5e;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.MainContent .LoginMainFields li
{
  padding-bottom: 25px;
}

.twoFields
{
  float: left;
  width: 190px;
}
.twoFields.FieldFiles
{
	width: 325px;
}
.MainContent select
{
  border: 1px solid #9c9c9c;
  color: #5e5e5e;
  font-size: 10px;
  margin-right: 2px;
  padding: 2px;
}

.ImgPlace
{
  float: left;
  width: 165px;
}

.ImgInsert
{
  float: left;
  width: 330px;
}

.fileInfo
{
  color: #989797;
  font-size: 11px;
  font-style: italic;
  padding-top: 4px;
}

.ImgInsert .DelPhoto
{
  clear: both;
  padding-top: 10px;
}

.ImgInsert .DelPhoto input
{
  border: 0;
  width: auto;
  padding: 0;
  margin: 0;
  display: inline;
}

.ImgInsert .DelPhoto label
{
  display: inline;
  font-weight: normal;
  padding: 0 0 0 5px;
  vertical-align: 3px;
}

.MainContent .SubmitField
{
  padding: 0;
}

.Req
{
  clear: both;
  float: left;
}

.IntroText
{
  background: url(../img/line-red.gif) repeat-x left bottom;
  color: #F36F21;
  font-size: 11px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.MainContent .OfferFilter
{
  background: url(../img/line-gray.gif) repeat-x left bottom;
  padding-bottom: 5px;
}

.EmploymentForm label i
{
  font-weight: normal;
}

.MainContent .EmploymentForm
{
  padding-bottom: 0 !important;
}

.MainContent .EmploymentForm li
{
  padding-bottom: 15px;
}

.MainContent .EmploymentForm li ul li,
.EmploymentForm ul li
{
  float: left;
  padding-right: 15px;
  padding-bottom: 0 !important;
  width: auto;
}

.EmploymentForm li ul li input,
.EmploymentForm li ul li label,
.EmploymentForm ul li input,
.EmploymentForm ul li label
{
  border: 0;
  font-weight: normal;
  display: inline;
  width: auto;
}

.EmploymentForm li ul li label,
.EmploymentForm ul li label
{
  color: #5e5e5e;
  vertical-align: 3px;
}

.YourInfo
{
  padding: 20px 0;
}

.MainContent  .YourInfo ul li
{
  padding-bottom: 15px;
}

.MainContent .Attachments
{
  padding-bottom: 0;
  margin-bottom: 10px;
}

.Attachments li .twoFields
{
  /*width: 205px;*/
}

.ChangeAttachments
{
  padding: 25px 0;
}

/* Login:
 * ___________________________________________________________________________
 */
 
.LoginContent
{
  padding-top: 18px;
}

.LoginContent p,
.text
{ 
  color: #989797;
  font-size: 11px;
}

.LoginMainFields
{
  background: url(../img/line-gray.gif) repeat-x left bottom;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 12px 0 22px;
}
.LoginMainFields li .twoFields span.IsFile {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #F36F21;
}
.LoginMainFields li .twoFields span.IsFile a {
	text-decoration: underline;
}
.LoginMainFields li .twoFields span.IsFile a:hover {
	text-decoration: none;
}
.LoginContent.PassRecover .LoginMainFields
{
  background: none;
  padding-bottom: 0;
}

.LoginContent.PassRecover .LoginMainFields label.error
{
  padding-bottom: 0;
}

* html .LoginMainFields
{
  height: 1%;
}

.LoginMainFields label
{
  color: #989797;
  display: block;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 11px;
}

.LoginMainFields label span
{ 
  color: #F36F21;
}

.LoginMainFields input
{
  border: 1px solid #9c9c9c;
  color: #5e5e5e;
  display: block;
  font-size: 10px;
  padding: 3px 8px 4px;
  width: 152px;
  clear: both;
}

.LoginMainFields li
{ 
  overflow: hidden;
  padding-bottom: 10px;
}

* html .LoginMainFields li
{
  height: 1%;
}

.Submit input
{
  background: url(../img/submit-login.jpg) no-repeat left top;
  width: 144px;
}

.RegisterSubmit {
	float: left;
	margin-right: 10px;
}

.RegisterSubmit input
{
  background: url(../img/submit-register.jpg) no-repeat left top;
  width: 174px;
}

.Submit input,
.RegisterSubmit input
{
  border: 0;
  cursor: pointer;
  height: 24px;
  float: left;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
  width: 97px;
  padding: 0;
}

.PassRecover .Submit input.send,
input.send
{
  background-image: url(../img/submit-send.jpg);
  width: 100px;
}

.RegisterSubmit input#AppSubmit
{
  background-image: url(../img/submit-app.jpg);
  width: 87px;
}

.RegisterSubmit input.saveForm
{
  background-image: url(../img/submit-save.jpg);
  
}

.PasswordField
{ 
  float: left;
  width: 170px;
}

.ForgotPassword
{
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 25px 0 0 10px;
  width: 120px;
}

.CheckboxField.AgreeField
{
  clear: both;
  position: relative;
  padding: 30px 0 20px;
  float: left;
}

* html .CheckboxField.AgreeField
{
  padding-top: 35px;
}

.CheckboxField
{
  clear: both;
  color: #989797;
  font-size: 11px;
  padding: 15px 0;
}

.CheckboxField input
{
  margin: 0;
  padding: 0;
}

.CheckboxField label
{
  vertical-align: 2px;
  padding-left: 8px;
}

.CheckboxField #agree
{
  float: left;
}

.CheckboxField #RegisterAgree
{
  float: left;
  width: 590px;
}

p.regInfo
{
  width: 425px;
}

.SubmitField
{
  clear: both;
  padding: 8px 0;
  float: left;
}

.SubmitField.PassRec2
{
  padding-top: 25px;
}

.SubmitField .Submit
{
  float: left;
  width: 144px;
}

.SubmitField .AccountLack
{
  color: #989797;
  float: left;
  font-size: 11px;
  padding: 8px 0 0 15px;
  width: 280px;
}

.SubmitField .AccountLack a
{
  font-size: 11px;
  font-weight: bold;
}

.PassField
{
  float: left;
  width: 185px;
}

.OfferHeader
{
  font-size: 11px;
  font-style: italic;
  padding: 25px 0 0;
}

.OfferHeader .dateAdded
{
  color: #F36F21;
}

.OfferHeader .offerNr
{
  color: #5e5e5e;
}

.OfferStand
{
  font-size: 11px;
  line-height: 16px;
  padding: 18px 0 25px;;
}

.OfferStand h3,
.OfferStand h3 a,
.OfferStand h4
{
  color: #F36F21;
  font-size: 16px;
}

.MainContent .OfferStand
{
  background: url(../img/line-gray.gif) repeat-x left bottom;
  padding: 0 0 20px 0;
}

.Description
{
  font-size: 11px;
  line-height: 16px;
}

.Description ol,
.Description ul
{
  padding: 10px 0;
}

.Description ol li
{
  display: list-item;
  list-style: decimal;
}

.Description ul li
{
  background: url(../img/bullet.gif) no-repeat left 4px;
  padding-left: 15px;
}

p.wyroznik, span.wyroznik
{
  color: #F36F21;
  font-size: 11px;
}

.ApplicationBtn
{
  background: url(../img/btn-application.jpg) no-repeat left top;
  display: block;
  height: 24px;
  margin-top: 25px;
  text-indent: -9999px;
  width: 87px; 
}

/* Paginator:
 * ___________________________________________________________________________
 */
.Paginator
{
  clear: both;
  padding-top: 20px;
	position: relative;
  text-align: center;
	overflow: hidden;
	width: 100%;
}

.Paginator ul 
{
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}

.Paginator ul li 
{
  background: none;
  clear: none;
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding-top: 0;
  padding: 0 2px;
  position: relative;
  right: 50%;
  height: 23px;
  line-height: 22px;
  font-weight: bold;
  font-size: 11px;
  color: #F36F21;
  width: auto;
}

.Paginator ul li.prevLink a
{
  background: url(../img/btn-paginator-prev.gif) left center no-repeat;
  width: 82px;
  color: #888888;
  font-size: 11px;
  padding-left: 10px;
  text-align: center;
  margin-right: 2px;
}

.Paginator ul li.nextLink a
{
  background: url(../img/btn-paginator-next.gif) right center no-repeat;
  width: 72px;
  color: #888888;
  padding-right: 10px;
  text-align: center;
  margin-left: 2px;
}

.Paginator ul li.prevLink a, 
.Paginator ul li.nextLink a 
{
  color: #888888;
  display:block;
  text-decoration: none;
  font-weight: normal;
}

.Paginator ul li.prevLink a:hover, 
.Paginator ul li.nextLink a:hover
{
  text-decoration: underline;
} 

.Paginator ul li.prev a
{
  font-weight: normal;
}

.Paginator ul li a 
{	
  color: #686868;
  font-weight: bold;
}

.Paginator ul li a:hover
{
  text-decoration: underline;
}

.Paginator ul li span
{
  color: #686868;  
}
 

/* Content --> Sidebar:
 * ___________________________________________________________________________
 */
 
.Sidebar
{
  float: right;
  width: 230px;
}

.SidebarHeader
{
  background: url(../img/line-vertical.gif) repeat-y left top;
  margin: 22px 0;
  padding: 0 12px;
}

.SidebarHeader a
{
  color: #666;
  font-size: 11px;
}

.SidebarHeader a:hover
{
  color: #F36F21;
}

.SidebarHeader a.back
{
  background: url(../img/bullet-left-arrow.gif) no-repeat left center;
  padding-left: 18px;
  margin-right: 12px;
}

.SidebarHeader a.print
{
  background: url(../img/icon-print.gif) no-repeat left center;
  padding-left: 15px;
}

.Boxes
{
  overflow: hidden;
}

 
 

  
.formContent .AgreeField.error label
{
  color: #F36F21;
}

.formContent .AgreeField.error label.error
{
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 12px;
  font-weight: bold;
  font-size: 13px;
}

* html .formContent .AgreeField.error label.error
{
  left: 20px;
}

*+html .formContent .AgreeField.error label.error
{
  left: 20px;
}

/* Footer:
 * ___________________________________________________________________________
 */
 
 
#Footer a
{
  color: #666;
}

#Footer p.copy
{
  float: left;
}

#Footer p.created
{
  float: right;
  width: 200px; 
}

@media print {

html,
body,
#Container
{
  background: none;
}

html body .Main
{
  float: none;
  width: auto;
}

html body .MainImg
{
  text-align: center;
}

html body .Sidebar,
html body #Nav_deleted,
html body #bgWrap
{
  display: none;
}

}