/**
 * light grey: #efefef;
 * dark grey: #cccccc;
 * top menu grey: #e1e1e1;
 * top menu dark grey: #cccccc;
 * orange: #EF720E
 * @package zaplata
 * @version 20111006
 */

/*
 * RESET 
 */
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * COMMON
 */
 
.clearfix {  
	zoom: 1;  
} 
body {
	color: #333;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.2em;
	background: #fff;
}
.block {
	height: 100%;
	overflow: hidden;	
}
input, select {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
}
a, a:visited {
	color: #333;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tar {
	text-align: right;	
}
.vh {
	visibility: hidden;	
}
.btn {
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 3px;
	font-size: 11px;
	background: url(zaplata/btn.gif) no-repeat scroll left top #FF691F;
	border: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-weight: bolder;
}
.dis {
	background: url(zaplata/btndis.gif) no-repeat scroll left top #eee;
	cursor: default;
}
.bigbtn {
	background: url(zaplata/btn200.gif) no-repeat scroll left top #FF691F;
	border: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-weight: bolder;
	width: 200px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 3px;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 11px;
}
a.abigbtn {
	background: url(zaplata/btn200.gif) no-repeat scroll left top #FF691F;
	width: 200px;
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
	line-height: 20px;
	font-size: 11px;
	font-family: Verdana,Helvetica,Sans-Serif;
}
#body a.abigbtn, #body a.abigbtn:visited, #body a.abigbtn:hover {
	color: #ffffff;
	text-decoration: none;
}
a.abtn, a.abtn:visited, a:visited.abtn {
	background: url(zaplata/btn.gif) no-repeat scroll left top #FF691F;
	width: 100px;
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
	font-family: Verdana,Helvetica,Sans-Serif;
	line-height: 18px;
}
#body a.abtn, #body a.abtn:visited, #body a.abtn:hover {
	color: #ffffff;
	text-decoration: none;
}
img.act {
	cursor: pointer;
}
.clr {
	clear: both;
	height: 1px;
	line-height: 1px;
}
h1 {
	width: 232px;
	margin-top: 50px;
}
div.msg {
	margin: 12px 0;
	padding: 16px;
	text-align: center;
	border: 1px solid green;
	color: green;
	background: #f9f9f9;
	font-weight: bold;
	font-size: 15px;
}
div.err {
	margin: 12px 0;
	text-align: center;
	border: 1px solid #FF3333;
	color: #ff3333;
	background: #f9f9f9;
	font-weight: bold;
	font-size: 15px;
	padding: 16px 32px;
}
div.err ul {
	font-size: 12px;
	text-align: left;
	line-height: 19px;	
}
/* Default FORM Style */
form.default {
	background: #efefef;
	border: 1px solid #EF720E;
	height: 100%;
	overflow: hidden;
	padding:12px;
}
form.default fieldset {
	margin-bottom: 18px;	
}
form.default fieldset legend {
	font-weight: bolder;
	font-size: 15px;
	padding-bottom: 12px;
}
form.default fieldset.line label {
	width: 300px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 6px;
}
form.default fieldset.line input, form.default fieldset.line select, form.default fieldset.line fieldset {
	width: 360px;
	float: left;
	margin-bottom: 6px;
	margin-right: 12px;
}
form.default fieldset.line span.example {
	float: left;
	font-size: 11px;
	color: #666;
	padding-top:4px;
	margin-bottom: 6px;
}
form.default fieldset.btns {
	margin: 12px auto 0 auto;
	text-align: center;	
}

/*
 * Content
 */
#content {
	position: relative;
	margin: 0px auto 0 auto;
	width: 980px;
	z-index: 2;
	background: #fff;
}
#adline {
	position: relative;
	margin-bottom: 24px;
	border-bottom: 1px solid #000;	
}
#adline_close {
	position: absolute;
	top: 2px;
	right: 0;	
}
/*
 * Header
 */
#header {
	height: 100%;
	overflow: hidden;
	width: 980px;
	margin-top: 9px;
}
#header a, #header:visited {
	color: #333;
	text-decoration: none;
	line-height: 1.4em;
}
/* Top Ad */
#topad {
	width: 728px;
	height: 90px;
	float: right;
}
/* Header Languages */
#header ul#languages {
	text-indent: 0;
}
#header li {
	float: left;
	margin: 0 4px 0 0;
}
#header li a {
	color: #666;	
}
#header li.cur  a{
	font-weight: bold;
	color: #333;
}
#header li:hover {
	text-decoration: underline;	
}
#header li.cur a:hover {
	text-decoration: none;
	cursor: default;
}
/**
 * page
 */
#page {
	height: 100%;
	overflow: hidden;
}
#page a, #page a:visited {
	color: #000;
}
#page h2 {
	border-bottom: 3px solid #EF720E;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	height:18px;
	margin-bottom:10px;
	margin-top:15px;
	line-height: 1.2em;	
}
#page h2.top {
	margin-top: 0;	
}
#page h2.bottom {
	margin-bottom: 0;	
}
#page h2.noborder {
	border: none;	
}
#page .full {
	clear: both;
	overflow: hidden;
}
#page .half {
	width: 417px;
}
/* Login info */
#candidateinfo, #employerinfo {
	margin-top: 8px;
	text-align: right;
	float: right;
	color: #000;
	font-weight: bolder;
}
#candidateinfo a, #candidateinfo a:visited, #employerinfo a, #employerinfo a:visited {
	color: #FF691F;
	font-size: 10px;
	text-transform: uppercase;
}
#employerinfo {
	margin-left: 30px;
}



/**
 * Top Menu
 */
#topMenuShell {
	height: 54px;
	position: relative;
}
/* Stat info */
#statinfo {
	text-align: right;
	color: #999999;
	font-size: 22px;
	width: 360px;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 5px;
}
#statinfo strong {
	font-family:Verdana,Geneva,sans-serif;
	font-size: 30px;
	color: #000;
}
#logininfo {
	position: absolute;
	right: 0;
	top: 20px;
	width: 400px;
	float: right;
}
/* Top Menu */
#topMenu {
	width: 980px;
	background: url("zaplata/menu_bgr.gif") repeat-x left top #fff;
	position: absolute;
	top: 21px;
	height: 33px;
}
#topMenu ul {
	height: 33px;
	line-height:100%;
	margin:0;
}
#topMenu ul li {
	display: inline;
	line-height: 33px;
	height: 33px;
}
#topMenu li a {
	line-height: 33px;
	height: 33px;
	display: block;
	text-decoration: none;
	background: transparent url(zaplata/menu.gif) no-repeat scroll 0 0;
	color: #fff;
	float: left;
}
#topMenu li a span {
	display: none;
}

#topMenu li#menu0 a {
	background-position: 0 0;
	width: 85px;
}
#topMenu li#menu0 a:hover, #topMenu li#menu0 a.cur {
	background-position: 0 -33px;
}
#topMenu li#menu1 a {
	background-position: -85px 0;
	width: 121px;	
}
#topMenu li#menu1 a:hover, #topMenu li#menu1 a.cur {
	background-position: -85px -33px;
}
#topMenu li#menu2 a {
	background-position: -206px 0;
	width: 82px;
}
#topMenu li#menu2 a:hover, #topMenu li#menu2 a.cur {
	background-position: -206px -33px;
}
#topMenu li#menu5 a {
	background-position: -288px 0;
	width: 138px;
}
#topMenu li#menu5 a:hover, #topMenu li#menu5 a.cur {
	background-position: -288px -33px;
}
#topMenu li#menu6 a {
	background-position: -426px 0;
	width: 107px;
}
#topMenu li#menu6 a:hover, #topMenu li#menu6 a.cur {
	background-position: -426px -33px;
}
#topMenu li#menu7 a {
	background-position: -533px 0;
	width: 111px;
}
#topMenu li#menu7 a:hover, #topMenu li#menu7 a.cur {
	background-position: -533px -33px;
}
/**
 * Sub Menu
 */
#subMenu {
	height: 100%;
	overflow: hidden;
	margin-bottom: 6px;
	background: #FD8400;
	padding: 0 10px 0 10px;
	font-size: 12px;
}
#subMenu li {
	color: #eee;
	float: left;
	height: 20px;
}
#subMenu li a, #subMenu li a:visited {
	color: #eee;
	font-weight: bolder;
	text-decoration: none;	
	border: 1px solid #FD8400;
	padding: 2px 2px 0px 2px;
}
#subMenu li a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #FD8400;
}
#subMenu li.cur {
	background: transparent url(zaplata/sub_sel.gif) no-repeat scroll 50% bottom;	
}
#subMenu li.cur a {
	color: #fff;
}
#subMenu li.cur a:hover {
	color: #FD8400;
}

#body {
	height: 100%;
	overflow: hidden;	
}
/**
 * Footer
 */
#recommended_links {
	color: #888888;
	font-size: 11px;
	line-height: 16px;
	margin: 12px 0 15px 0;
	text-align: justify;
	border-top: 2px solid #EF720E;
	border-bottom: 1px dotted #EF720E;
	padding: 6px 0 8px 0;
}
#recommended_links a, #recommended_links a:hover, #recommended_links a:visited {
	color: #888888;
	text-decoration: underline;
	margin: 0 1px;
}
#footer {

}
#bottomLinks a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
} 
#footerend {
	color: #fff;
	background: #EF720E;
	margin-top: 6px;
	margin-bottom: 16px;
	height: 16px;
	padding: 3px 6px;
}
#bottomLinks2 {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 12px;
}
#copyright {
	float: right;
	text-align: right;
	width: 200px;
}
#footerend a, #footerend a:visited {
	color: #fff;
	text-decoration: none;
}
/* Navigation */
.navlink {
	width: 150px;
}
.navblock {
	margin-top: 12px;	
}
#navblock {
	color: #ccc;
	margin-top: 6px;
	margin-bottom: 24px;
	font-size: 10px;
}
#navblock a {
	text-transform: uppercase;	
}
#navblock a, #navblock a:visited {
	color: #000;
}
#navblock a:hover {
	color: #EF720E;	
}
/* Paginator */
.paginator {
	text-align: center;
	line-height: 20px;
}
.paginator a, .paginator span {
	border: 1px solid #ccc;
	padding: 0 8px;
	margin:0 3px;
	text-decoration:none;
	display:inline-block;
	line-height:20px;
	text-align:center;
	color: #ccc;
}
#page .paginator a, #page .paginator a:visited {
	color: #EF720E;
	text-decoration: none;
}
.paginator span.cur, #page .paginator a.current, #page .paginator a.current:visited {
	background: #EF720E;
	border: 1px solid #EF720E;
	color: #fff;		
}

/* RESULTS BLOCK */
#results .rescnt {
	border: 1px solid #ccc;
	padding: 0 8px;
	margin:0 3px;
	text-decoration:none;
	display:inline-block;
	line-height:20px;
	text-align:center;
}
#results .filter {
	overflow: hidden;
	margin: 10px 0 6px 0;
}
#results .filter div {
	width: 300px;
	float: left;
} 
#results .filter form {
	text-align: right;
	width: 300px;
	float: right;
	background: #fff;
	padding: 0;
}
#results .filter select {
	border: 1px solid #EF720E;	
}
#results #optvals {
	padding: 8px 0;
	border: 1px solid #EF720E;
	height: 100%;
	overflow: hidden;
}
#results #optvals1 {
	width: 320px;
	padding: 1px 12px;
}
#results #optvals2 {
	width: 290px;
	padding: 1px 12px;
	border-right: 1px dotted #EF720E;
	border-left: 1px dotted #EF720E;
}
#results #optvals3  {
	width: 290px;
	padding: 0 12px;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
}
#results .opt {
	color: #888;
}
#results .val {
	color: #000;
}
#results .bigval {
	font-size: 15px;
	font-weight: bold;
	margin: 6px 0;
}
#results .val .descr {
	color: #999;
	font-style: italic;
}
#result_table {
	width: 100%;
	border-bottom: 2px solid #efefef;
}
#result_table tbody tr {
	height: 39px;
}
#result_table tr.odd {
	background: #efefef;	
}
#result_table tr.odd td {
	background: #efefef;	
}
#result_table tr.vip5 {
	background: #E7E4D3;	
}
#result_table tr.vip3 {
	background: #FEEFD1;
}
#result_table tr.vip1 {
	background: #DDDDDD;
}
#result_table tr.reg {
	background: #efefef;
}
#result_table tr.even {
	background: #ffffff;
}
#result_table th {
	background: url('zaplata/th.gif') 0 0 #6c6c6c;
	padding: 4px;
	font-weight: bolder;
	text-align: center;
	color: #fff;
}

#result_table tr.odd td, #result_table th {
	border-right: 2px solid #f6f6f6;	
}
#result_table tr.odd td.adv_org {
	border-right: 2px solid #efefef;	
}
#result_table tr.odd td.adv_logo {
	border-right: 2px solid #fff;	
}
#result_table td {
	vertical-align: middle;
	text-align: center;
	padding: 7px 3px;
}
#result_table td.adv_org, #result_table td.adv_post {
	text-align: left;
}
#result_table td.img {
	text-align: center;
}
#result_table th.img {
	width: 30px;
	text-align: center;
}
#result_table td.adv_logo {
	text-align: center;
}
#result_table td span.sm {
	font-size: 9px;
	color: #333;
}
#result_table a, #result_table a:visited {
	color: #0066CC;;	
}
#result_table tr.star3 a, #result_table tr.star2 a, #result_table tr.star1 a {
	color: #EF720E;
	font-weight: bold;
}
/* Кандидатстване за работа */
#ca_title {
	float: left;
	width: 600px;
}
#ca_post {
	margin-top: 30px;
	font-size: 17px;
	font-weight: bold;
}
#ca_employer {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;	
}
#ca_help {
	width: 180px;
	background: #FFFEE8;
	border: 1px dotted #ccc;
	float: right;
	padding: 12px;
	margin-bottom: 12px;
}
#ca_help img {
	margin-top: 5px;
	margin-bottom: -4px;	
}
#ca_help .important {
	font-weight: bold;
	color: #FF691F;
	font-size: 14px;
	margin-left: 6px;
}
/* Login for employers */
#loginBlock {
	width: 420px;
	float: left;
}
#employers #loginForm, #loginForm {
	margin-bottom: 14px;
	padding: 22px;
	width: 100%;
}
#loginForm {
	background: #efefef;
	border: 1px solid #EF720E;
	padding: 12px;
}
#loginForm .frow {
	clear: both;
	margin: 6px 0;
	height: 20px;
}
#loginForm label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 9px;
	line-height: 20px;
	font-weight: bolder;
}
#loginForm input {
	float: left;
}
input#user, input#pass {
	width: 140px;	
}
#lostpass {
	margin: 22px 0 5px 0;
	text-align: center;
}
#regBlock{
	float: right;
	width: 490px;
}
#whyRegister {
	list-style: none;
	margin-top: 20px;
}
#whyRegister li {
	margin-left: 16px;
	padding-left: 0px;
	margin-top: 6px;
}
.clearfix:after {  
	content: " ";  
	display: block;  
  	clear: both;  
  	visibility: hidden;  
  	font-size: 0;  
	height: 0;  
}  

/* probook */
#probook-box {
	float: right;
	border: #ddd 1px solid; 
	margin-top: 10px;
	width: 298px;
	background: #fff;
}
#probook-box h5 {
	padding: 2px 8px;
	background: url(/img/bgrBlockTitles.png) repeat-x;
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
	height: 28px;
}
#probook-box h5 img {
	vertical-align:-3px;
}
#probook-box .probook-body {
	padding: 3px 6px;
}
#probook-box .probook-user {
	height: 54px;
	font-size: 12px;	
}
#probook-box .probook-user-image {
	margin-right: 8px;
	background-color: white;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
}
#probook-box .probook-user-info {
	float: left;
	width: 220px;
}
#probook-box .separator {
	display: inline-block;
	width: 1px;
	background-color: #CCC;
	margin: 2px 4px 0 4px;
	height: 12px;
}
#probook-box span.cnt {
	font-size: 12px;	
}
#probook-box .probook-login {
	padding: 10px 0 16px 0;	
}
#probook-box .probook-login span {
	margin-right: 12px;	
}
#probook-box a, #probook-box a:visited {
	color: #2258A2;
	text-decoration: none;
}
#probook-box a:hover {
	color: #528ECA;
	text-decoration: underline;
}
#probook-box .probook-actions {
	border-top: 1px dotted #ddd;
	padding: 12px 2px;
}
#probook-box .probook-actions a, #probook-box .probook-actions a:visited {
	color: #333;
	text-decoration: underline;
}
#probook-box .probook-actions a:hover {
	color: #333;
	text-decoration: none;
}
#probook-box .probook-actions span {
	float: left;
	width: 138px;
}
#probook-box .probook-actions img {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.details-probook-block {
	text-align: center;
	height: 150px;
	padding: 50px 30px;
	border: 1px solid #F60;
	margin: 22px 0 0 0;
	float: left;
	line-height: 40px;
	font-size: 12px;
}
.details-probook-block a, .details-probook a:visited {
	font-weight: bold;
	color: #2258A2;
	text-decoration: none;
}
.details-probook-block a:hover {
	text-decoration: underline;
	color: #528ECA;		
}

/* Lightbox */
#fade {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.lightbox_div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 20px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #000000;
    display: none;
    float: left;
    font-size: 1.2em;
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 50%;
    z-index: 99999;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

/* FAKTI */
.fakti-news-box {
	width: 980px;
}
.fakti-news-box a {
	text-decoration: none;	
}
.fakti-news-box a:hover {
	text-decoration: underline;	
}
.fakti-logo {
	border-bottom: 3px solid #EF720E;	
}
.fakti-logo a {
	display: block; 
	width: 174px; 
	height: 48px; 
	background: url(/img/fakti_logo.png) no-repeat 0 0; 
	margin: 0 auto; 
}
.fakti-logo a:hover { 
	background:url(/img/fakti_logo.png) no-repeat 0 -48px;
}
.fakti-section {
	width: 185px;
	margin-right: 14px;
	float: left;
}
.fakti-section.first {
	margin-right: 13px;
}
.fakti-section.last {
	margin-right: 0;	
}
.fakti-rubrik {
	height: 20px;
	margin-top: 6px;
}
.fakti-rubrik a {
	font-size: 14px;
	color: black;
	font-weight: bold;
}
.fakti-main-news a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
.fakti-news p {
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.2em;	
}

