@charset "UTF-8";
/**
 * Szabvány:    2.1a
 * Copyright:   Copyright © 2003-2004, nexum MarsNet Kft.
 *              6722 Szeged, Gyertyámos u. 13
 *              Tel.: +36 62 55 88 99;
 *              Fax.: +36 62 55 88 98
 *              http://www.nexum.hu; info@nexum.hu
 * Név:         _custom.css
 * Projekt:     nexum.karrier
 * Leírás:      egyedi elemek
 * Keletkezés:  2004.03.28
 * Fejlesztő:   Gyuris Gellért
 */

/* main */

BODY.public #main-illustration {
	padding: 0;
	margin-left: 5px;
	width: 990px;
	height: 296px;
	background: url(image/main_image.jpg) no-repeat;
	margin-top: 0px;
	margin-bottom: 1px;
}
BODY#main #pg-navbar{
	display: none;
}


/* login panelek */
DIV.box-1panel {
	margin-top: 18px;
	margin-right: 10px;
	float: left;
	clear: both; 
	width: 240px;
}
DIV.box-2panel {
	margin-top: 18px;
	width: 280px;
	float: right;
}
DIV.box-1panel H2,
DIV.box-2panel H2 {
	margin-top: 0px;
}

/* error */
BODY.public #error {
	width: 550px;
	margin: 2em auto;
	text-align: left;
}

BODY.public #error ADDRESS {
	margin: 1.5em 0.5em 0 0;
}
BODY.public #error DL {
	margin: .5em 0 2.5em 2em;
	padding-left: 0.5em;
	border-left: 2px solid white;
}


/* kép egyedi */
FIELDSET.proform IMG#person-photo  {
	max-width: 200px;
	height: auto;
	border: 1px solid white;
}


/* pager */
BODY.public P.pager-head,
BODY.public TABLE.pager {
	clear: both;
}
TABLE.pager COL.rowA { width: 40px; }
TABLE.pager COL.rowB { width: 70px; }
TABLE.pager COL.rowC { width: 150px; }
TABLE.pager COL.rowD { width: 110px; }
TABLE.pager COL.rowE { width: 27px; }
TABLE.pager COL.rowF { width: 35px; }
TABLE.pager COL.rowG { width: 20px; }
TABLE.pager COL.rowH { width: 100px; }
TABLE.pager COL.rowI { width: 50px; }
TABLE.pager COL.rowJ { width: 200px; }
TABLE.pager COL.rowK { width: 120px; }
TABLE.pager COL.rowX { width: 60px; }
TABLE.pager COL.rowY { width: 86px; }
TABLE.pager COL.rowZ { width: 114px; }


/**
 * icon extrák
 */
.icon-cv, .icon-photo, .icon-inner-applicant {
	float: right;
	background-repeat: no-repeat;
	background-image: url(image/icon_extra.gif);
	margin: 3px 1px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.icon-cv SPAN, .icon-photo SPAN, .icon-inner-applicant SPAN {
	display: none;
}
.icon-cv { background-position: 0px 0px; }
/*.icon-cv:hover { background-position: -15px 0px; }*/

.icon-photo { background-position: 0px -15px;}

.icon-inner-applicant { background-position: 0px -30px;}


/* szélességek */
/*BODY.public TABLE.pager { width: 559px; }
BODY.public P.pager-head { width: 559px; }*/

.proform-datepicker_button {
	float:    right;
	position: relative;
	top:      2px;
	left:     -25px;
	z-index:  99;
}

fieldset.half .proform-datepicker_button {
	left:     -16px;
}

#job_cities {
	height: 59px;
}
