@import url("reset.css"); /* minden böngészőben alapszintre hozás */

html, body
{
    height: 100%;
}

body
{
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    background: url('../img/background.jpg') fixed;
    background-size: 100%;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table.login th, table.login td
{
    vertical-align: middle;
}

table.login th
{
    width: 72px;
    font-weight: normal;
    text-align: left;
}

table
{
    margin: auto;
}

p
{
    margin: 0px 0px 10px 0px;
}

div.munka_sorolas p, div.munka_sorolas_premium p
{
    height: 81px;
}

.munka_sorolas_cim
{
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.munka_sorolas_cim_premium, .munka_sorolas_cim_premium2
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

div.munka_sorolas_cim_premium h4, div.munka_sorolas_cim_premium h4 a
{
    padding: 0;
    color: #bb0c42;
    font-weight: bold;
}

div.munka_sorolas_cim_premium2 h4, div.munka_sorolas_cim_premium2 h4 a
{
    padding: 0;
    color: #dd0c42;
    font-weight: bold;
}

div.munka_sorolas_cim h4, div.munka_sorolas_cim h4 a
{
    padding: 0;
    color: #430000;
    font-weight: bold;
}

div.munka_sorolas_tartalom
{
    padding: 0;
}

ul
{
    list-style-type: circle;
    padding-left: 30px;
}

frameset
{
    border: #000 hidden 0px;
}

textarea
{
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

input[type="submit"], input[type="button"]
{
    height: 26px;
    border: 0;
    vertical-align: middle;
    padding: 0px 10px 2px 10px;
    background-repeat: repeat-x;
    background-size: contain;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    
    background: url('../img/button-bg.png');
    background: -moz-linear-gradient(top,  #d80000 0%, #bf2d2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80000), color-stop(100%,#bf2d2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d80000 0%,#bf2d2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d80000 0%,#bf2d2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d80000 0%,#bf2d2c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d80000 0%,#bf2d2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80000', endColorstr='#bf2d2c',GradientType=0 ); /* IE6-9 */

}

input[type="submit"]:hover, input[type="button"]:hover
{
    background: url('../img/button-bg-select.png');
    background: #bf2d2c; /* Old browsers */
    background: -moz-linear-gradient(top,  #bf2d2c 0%, #d80000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf2d2c), color-stop(100%,#d80000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bf2d2c 0%,#d80000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bf2d2c 0%,#d80000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bf2d2c 0%,#d80000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bf2d2c 0%,#d80000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2d2c', endColorstr='#d80000',GradientType=0 ); /* IE6-9 */
}

input[type="text"], input[type="password"], input[type="email"]
{
    background: #fff;
    border: #ccc solid 1px;
    height: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input:checked, select:focus
{
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.65);
    
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    -ms-transition: All 1s ease;
    transition: All 1s ease;
}

.fileinput
{
    position: relative;
    display: inline-block;
    width: 254px;
    z-index: 1;
    margin: 3px 0;
}

.fileupload input[type="button"]
{
    position: absolute;
    right: 3px;
    z-index: -1;
    width: 90px;
    height: 26px !important;
    font-size: 12px;
}

.fileinput input[type="text"]
{
    position: absolute;
    left: 0;
    width: 158px;
    z-index: -1;
}

input[type="file"]:hover
{
    cursor: pointer;
}

.fakefile {
    position: relative;
    z-index: 1;
}

.input_file {
    border: 1px solid #ccc;
    height: 22px;
    float: left;
    margin-right: 4px;
    width: 75%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

table.form .input_file
{
    width: 380px !important;
}

table.form td.fenykep_upload .input_file
{
    width: 240px !important;
}

input.file_ {
    opacity: 0;
    position: absolute;
    right: 3px;
    z-index: 2;
}

.fileupload
{
    position: relative;
}

span.hashcode
{
    position: absolute;
    float: right;
    font-weight: bold;
    font-size: 14px;
    bottom: 8px;
    right: 5px;
    text-align: right;
}

.loading
{
    display: inline-block;
    opacity: 0;
}

#txtResult
{
    display: inline-block;
}

input
{
    vertical-align: middle;
}

h1
{
    font-size: 34px;
    font-weight: bold;
}

h2
{
    font-size: 24px;
    font-weight: bold;
}

h3
{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}

img
{
    border: 0 none;
    vertical-align: middle;
}

strong, b
{
    font-weight: bold;
}

a
{
    color: #7F0505;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#background-grad
{
    z-index: -9999;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#partnereink
{
    display: inline-block;
    position: relative;
    height: 120px;
    width: 980px;
    vertical-align: top;
    margin: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    clear: none;
}

.partner-nav
{
    display: inline-block;
    background: #fff;
    width: 10px;
    height: 120px;
    z-index: 1;
    cursor: pointer;
    margin: 0;
}

.partner-left
{
    background: url('../img/scroll-left.png');
    background-size: contain;
}

.partner-right
{
    background: url('../img/scroll-right.png');
    background-position: right;
    background-size: contain;
}

#partner-cim
{
    margin: 20px 0 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #990000;
}

#partner-container
{
    position: relative;
    padding: 10px;
    height: 80px;
    vertical-align: middle;
    margin-top:20px;
    right: 0;
}

#partner-container ul
{
    list-style-type: none;
    position: relative;
    white-space: nowrap;
}

#partner-container ul li
{
    display: inline-block;
}

#partner-container img
{
    margin: 0 40px 0 0;
    max-height: 60px;
    max-width: 150px;
}

#sidebar
{
    padding: 30px 0px 0px 0px;
    text-align: center;
    overflow: hidden;
    border-right: #ccc solid 1px;
    color: #fff;
    font-weight: bold;
    
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top,  #cccccc 0%, #6b6b6b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#6b6b6b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cccccc 0%,#6b6b6b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cccccc 0%,#6b6b6b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cccccc 0%,#6b6b6b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cccccc 0%,#6b6b6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#6b6b6b',GradientType=0 ); /* IE6-9 */

}

#wrapper
{
    display: block;
    clear: left;
}


#topcontainer
{
    z-index: 1;
    width: 100%;
    text-align: center;
    
}

#top
{
    text-align: center;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#bottomcontainer
{
    clear:left;
    width: 100%;
    text-align: left;
}

#whitebg
{
    position: fixed;
    top: 0;
    margin: auto;
    width: 1000px;
    height: 100%;
    background: #fff;
    z-index: -100000;
}

#container
{
    clear: left;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    vertical-align: middle;
    background: #fff;
}
#container_content
{
    width:1000px;
    padding: 0 0 0 0;
    vertical-align: top;
    margin: 0;
    overflow: hidden;
}

#navigation
{
    clear:left;
    height: 26px;
    width: 980px;
    border: 0;
    z-index: 2;
    whitespace: nowrap;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
        
    background: #f6f6f6;
}

#navigation ul
{
    position: relative;
    margin: 0;
    padding: 0;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
    font-weight: bold;
}

#navigation ul li.kapcsolat
{
    position: absolute;
    right: 5px;
    top: -50px;
    padding-left: 10px;
    background: url('../img/arrow-kapcsolat.gif');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    font-size: 12px;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #565656;
	text-decoration: none;
}

#navigation li a:hover
{
        text-decoration: underline;
}

#navigation ul.right li a
{
        float: right;
        border-right: 0px;
}

#navigation li.left
{
    float: left;
}

#navigation li.left a
{
    position: relative;
    bottom: 2px;
    margin: 0;
    padding: 0;
}

#login_boxes
{
    position: absolute;
    right: -10px;
    bottom: 12px;
    width: 280px;
}

#allaskereso_login
{
    
}

#munkaado_login
{
    
}

#allaskereso_login, #munkaado_login
{
    width: 120px;
    margin: auto;
    display: inline-block;
    height: 65px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

#allaskereso_login ul, #munkaado_login ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 5px;
}

#allaskereso_login ul li, #munkaado_login ul li
{
    margin-bottom: 5px;
}

.login_cim
{
    font-size: 12px;
    width: 116px;
    padding: 2px;
    background: #990000;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

#header
{
	clear:left;
        margin: 0 auto;
	width: 982px;
	/*background: #6b6b6b; /*#6a5188;*/
        padding: 0px;
        color: #fff;
        text-align: left;
        vertical-align: bottom;
        border-bottom: 0;
        width: 100%;
        /*background: #6a5188;*/
}

#footer
{
        clear:left;
        height: 26px;
        width: 1000px;
        border: 0;
        border-bottom: 0px;
        z-index: 2;
        background: #461717;
        white-space: nowrap;
        margin: 0 auto;
        overflow: hidden;

}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer ul li
{
	list-style-type: none;
	display: inline;
        font-weight: bold;
        font-size: 10px;
}

#footer li a
{
	display: block;
	float: left;
	padding: 8px 6px;
	color:#fff;
	text-decoration: none;
}

#footer li a:hover
{
        text-decoration: underline;
}

#footer ul.right li a
{
        float: right;
        border-right: 0px;
}

#footer li.left
{
    float: left;
}

#footer li.left a
{
    margin: 0;
    padding: 6px 0px 0px 5px;
}


#hirlevel_frame_container
{
    position: fixed;
    display: none;
    height: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    vertical-align: bottom;
}
#hirlevel_frame
{
    position: relative;
    vertical-align:middle;
    width: 1000px;
    height: 40px;
    margin: auto;
    margin-top: 80px;
    background: none;
    color: #fff;
    background: #59515e; /* Old browsers */
    background: -moz-linear-gradient(top,  #a72e2e 0%, #580303 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a72e2e), color-stop(100%,#580303)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a72e2e 0%,#580303 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a72e2e 0%,#580303 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a72e2e 0%,#580303 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a72e2e 0%,#580303 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72e2e', endColorstr='#580303',GradientType=0 ); /* IE6-9 */
}

#hirlevel_szoveg
{
    margin-left: 166px;
    font-weight: bold;
    padding: 5px;
    padding-top: 10px;
    vertical-align: middle;
    text-align:center;
}

#hirlevel_szoveg input[type="text"]
{
    height: 22px;
    font-size: 14px;
    width: 160px;
    margin-left: 15px;
    position: relative;
    bottom: 3px;
}

#hirlevel_szoveg input[type="button"]
{
    height: 26px;
    font-size: 14px;
    width: 160px;
    margin-top: 0px;
    position: relative;
    bottom: 3px;
    margin-left: 20px;
}

#login_menu
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.hirlevel_kiemelt
{
    margin-bottom: 5px;
    color: #f99920;
    font-size: 20px;
}

#hirlevel_icon
{
    position:absolute;
    top: -60px;
    left: 0px;
}

#hirlevel_frame .quit
{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#top_logo
{
    position: relative;
    width: 1000px;
    margin: auto;
    
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #d8d8d8 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d8d8d8 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d8d8d8 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d8d8d8 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d8d8d8 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    color: #565656;
}

#top_logo img
{
    margin: 10px;
    margin-left: 5px;
}

#top_mezo
{
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    padding: 0;
    width: 1000px;
    color: #430000;
    height: 87px;
    margin: 0 auto;
    
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

#top_mezo h2
{
    font-size:12px;
    position:absolute;
    right:5px;
    bottom:5px;
}

#topkep
{
    margin-left: 0px;
    margin-top: 0px;
    width: 1000px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#talalat
{
    font-size:12px;
    position:absolute;
    left:5px;
    bottom:5px;
}

#kategoria_desc
{
    margin-bottom: 10px;
    margin-left: 8px;
    width: 663px;
    padding: 10px;
    background: #F9F9F9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

#kategoria_desc h2
{
    font-size: 16px;
    margin-bottom: 10px;
}

#kategoria_num
{
    float: right;
    font-size: 12px;
    vertical-align: middle;
}

#munka_loader
{
    padding: 10px;
    margin-left: 8px;
    margin-bottom: 10px;
    border: 1px solid #B0B0B0;
    font-weight: bold;
    width: 662px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    vertical-align: middle;
    
    background: #b7b7b7; /* Old browsers */
    background: -moz-linear-gradient(top,  #b7b7b7 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b7b7b7 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b7b7b7 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b7b7b7 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b7b7b7 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

}

@keyframes spin{
    0%{
        transform:scale(1) rotate(0deg);
    }
    100%{
        transform:scale(1) rotate(360deg);
    }
}
@-moz-keyframes spin{
    0%{
        -moz-transform:scale(1) rotate(0deg);
    }
    100%{
        -moz-transform:scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:scale(1) rotate(0deg);
    }
    100%{
        -webkit-transform:scale(1) rotate(360deg);
    }
}

.ajaxloader
{
    position: relative;
    display: inline-block;
    display: -moz-inline-block;
    vertical-align: middle;
    animation: spin 3s linear infinite normal 0s;
    -moz-animation: spin 3s linear infinite normal 0s;
    -webkit-animation: spin 3s linear infinite normal 0s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}

.ajaxloader_mini
{
    position: relative;
    display: inline-block;
    display: -moz-inline-block;
    vertical-align: middle;
    animation: spin 1s linear infinite normal 0s;
    -moz-animation: spin 1s linear infinite normal 0s;
    -webkit-animation: spin 1s linear infinite normal 0s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    width: 15px;
    height: 15px;
}

#munka_loader div
{
    margin-right: 10px;
}

#keywords_show
{
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

#keywords_show h2
{
    font-size: 14px;
}

#top_mezo form
{
    position: relative;
    padding: 10px;
    width: 980px;
    height: 67px;
    margin: 0;
    
    
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    
}

div.advanced_search
{
    background: #FAF6D5;
    border: 1px solid #BC8282;
    padding: 5px;
}

#top_mezo form div.search_col
{
    display: inline-block;
    margin-left: 2px;
    margin-right: 7px;
    vertical-align: middle;
}

#top_mezo form div.firstcell {
    height: 18px;
    width: 200px;
    padding-left: 0px;
}

#top_mezo form div.small
{
    padding-top: 5px;
    font-size: 10px;
}

#top_mezo form div.advsearch
{
    display: inline;
    position: relative;
    top: 35px;
    font-size: 11px;
}

#topcontainer_content
{
    padding: 0;
    margin: 0;
    width: 1000px;
    margin: auto;
    border: #fff solid 0px;
    background: #fff;
}

#kategoria_menu ul
{
    padding: 0px;
    margin-right: 5px;
    text-align: left;
    list-style-type:none;
    display:inline-block;
    
}

#kategoria_menu ul li
{
    margin-left: 10px;
    padding-left: 25px;
    padding-top: 2px;
    border-bottom: #000 dotted 1px;
    margin-right: 0.5em;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: middle;
    height: 20px;
    background: url("../img/lista-logo.png") no-repeat top left;
}

#kategoria_menu a
{
    color: #000;
}

#kategoria_submit
{
    height: 33px;
    padding-bottom: 3px;
}

#login_wrapper
{
    width: 978px;
    clear:left;
    margin-bottom: 10px;
}

#login_sidebar
{
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    font-weight: bold;
    font-size: 14px;
    color: #7f0505;
    border-bottom: 1px dotted #ccc;
}

#login_sidebar ul.logout
{
    float: right;
    margin-right: 20px;
}

#login_sidebar a
{
    color: #7f0505;
    font-weight: normal;
}

ul.logout li a
{
    color: #7F0505 !important;
}

#login_sidebar ul
{
    display:inline-block;
    position:relative;
    list-style:none;
    margin:0 0 0 20px;
    padding:0;
}

#login_sidebar ul li
{
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 5px;
}

#munka_sorolas_wrapper
{
    position: relative;
    width: 694px;
    text-align: left;
    display: inline-block;
}

#munka_sorolas_sidebar
{
    display: inline-block;
    width: 287px;
    height: 100%;
    margin-right: 7px;
    margin-top: 0px;
    padding-left: 8px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-top: 0;
    float: right;
    font-weight: bold;
    font-size: 14px;
    color: #7F0505;
}
#munka_sorolas_sidebar a
{
    color: #7F0505;
    font-weight: normal;
}

#munka_sorolas_sidebar ul
{
    position: relative;
    list-style: none;
    border-top: #aaa dotted 1px;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: #F9F9F9;
    border: 1px solid #bc8282;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

#munka_sorolas_sidebar ul li
{
    padding-left: 2px;
}

#munka_sorolas_sidebar ul li.title
{
    padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 0;
    margin-bottom: 5px;
    border-bottom: #aaa dotted 1px;
}

#munka_sorolas_sidebar ul li.title h2, #munka_sorolas_sidebar ul li.title h3
{
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#munka_sorolas_mainbar
{
    text-align: center;
    margin-bottom: 15px;
    background: #FAF3EF;
    padding: 10px;
    padding-left: 0px;
    margin-left: 2px;
    margin-right: 3px;
    z-index: 1;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.mainsearch
{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

#munka_sorolas_mainbar ul
{
    display:inline-block;
    text-align: left;
    margin: 0;
    list-style-image: url('../img/kategoria_folder.png');
    margin-right: 5px;
    vertical-align: top;
}

#munka_sorolas_mainbar ul li
{
    margin: 2px 0;
    padding-left: 0;
    font-size: 12px;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -9999999;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.cim_eredmeny
{
    position: relative;
    right: 20px;
}

#szlogen h1
{
    font-weight: bold;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    padding: 10px;
    padding-top: 0;
    margin-left: 10px;
}

#content
{
	clear: left;
	padding: 15px;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#kategoria_menu
{
    width: 100%;
    text-align: center;
}

#kereses
{
    height: 21px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 420px;
    
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#hely_kereses
{
    height: 33px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #CCC;
    width: 420px;
    background: white;
    
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#loginbox {
    padding: 20px;
    width: 230px;
    max-width: 230px;
    margin: 15px auto;
    background-color: #FAF3EF;
    border: 1px solid #bc8282;
    font-size: 0.8em;
    text-align: center;
    float: right;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.loginbox_center
{
    float: none !important;
    margin: auto !important;
}

#loginbox a
{
    color: #FF0000;
    font-weight: bold;
}

#loginbox_large{
	padding: 10px;
	border: 0px solid blue;
	width: 230px;
	margin: auto auto 20px auto;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid grey;
	background-color: #f0eee9;
	font-size:0.8em;
        text-align: center;
}

#loginbox_large a{
	color: #FF0000;
        font-weight: bold;
}

#noimage
{
    float: right;
}

.window
{
    display: none;
}

table.basic td, table.basic th
{
    padding: 5px;
    background: #fff !important;
}

table.oneletrajz
{
    width: 570px;
}

table.oneletrajz th
{
    vertical-align: top;
    text-align: right;
    padding-top: 7px;
    width: 300px;
}

table.oneletrajz td
{
    padding: 5px;
}

table.lista
{
    width: 100%;
}

table.lista td, table.lista th
{
    border: #430000 solid 1px;
}

table.lista th
{
    background: #430000;
    padding-top: 2px;
    text-align: center;
    color: #fff;
}

table.lista th a
{
    color: #fff;
}

table.tr
{
    background: #fff;
}

table.lista td
{
    font-size: 14px;
    text-align: center;
    background: #fff;
}

.heading
{
    background: #430000;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.info_box
{
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-top: 15px;
}

th
{
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

table.form
{
    background: #fff;
    margin: 0 0 0 2px !important;
    width: 695px;
}

table.form th
{
    text-align: left;
    width: 300px;
    vertical-align: top;
    font-weight: normal;
}

table.form td
{
   height: 25px;
   vertical-align: middle;
   padding: 5px;
   width: 395px;
   text-align: right;
}

table.form td input[type="text"], table.form td input[type="password"], table.form td input[type="email"], table.form td textarea
{
    width: 100%;
}

select
{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

table.form td input[type="checkbox"]
{
    position: relative;
    bottom: 2px;
}

table.form td input[type="radio"]
{
    position: relative;
    bottom: 3px;
}

table.form td select
{
    font-size: 16px;
}

div.checklist
{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #C7C7C7;
    height: 130px;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -webkit-overflow-scrolling: touch;
}

div.checklist ul
{
    list-style: none;
    padding: 5px;
}



table.form td .input_file, table.misc-table td .input_file
{
    width: 200px;
}

table.form td .fileupload input[type="button"], table.misc-table td .fileupload input[type="button"]
{
    position: absolute;
    right: 100px;
    z-index: -1;
    width: 90px;
    height: 26px !important;
    font-size: 12px;
}

#feltoltott_kep
{
    max-height: 300px;
    margin-bottom: 10px;
}

table.form td .feltoltes, table.misc-table td .feltoltes
{
    font-size: 12px;
    position: absolute;
    right: 0px !important;
}

table.form td input.file_, table.misc-table td input.file_
{
    right: 100px;
}

table.soft_form
{
    background: #f2f2f2;
    width: 100%;
    margin: 10px auto;
}

table.soft_form td, table.soft_form th
{
    padding: 5px;
}

table.soft_form th
{
    font-size: 12px;
    width: 120px;
    white-space: nowrap;
    vertical-align: top;
    padding-top: 9px;
}

table.soft_form textarea
{
    width: 99%;
    height: 200px;
}

table.soft_form input[type="text"]
{
    width: 99%;
}

.munka_feladas th
{
    padding-top: 10px;
}

table.leiras tr
{
    background: #fff;
}
#allas_leiras
{
    padding: 10px;
}

tr.heading td
{
    background: #430000;
    margin: 2px;
    padding: 4px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

tr.error td
{
    background-color: #ddd;
    
}

span.munka_datum
{
    position: absolute;
    float: right;
    font-weight: bold;
    font-size: 14px;
    bottom: 8px;
    left: 5px;
    text-align: right;
    display: none;
}

span.munka_hirdeto
{
    position: absolute;
    float: right;
    font-weight: bold;
    font-size: 14px;
    bottom: 8px;
    right: 120px;
    text-align: right;
}

span.munka_lejarat
{
    position: absolute;
    float: right;
    font-weight: bold;
    font-size: 14px;
    bottom: 24px;
    right: 5px;
    text-align: right;
}

span.munka_hely
{
    position: absolute;
    float: left;
    font-weight: bold;
    font-size: 14px;
    bottom: 8px;
    left: 10px;
    text-align: right;
}

.sidebar_quit
{
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.munka_sorolas, .munka_sorolas_premium
{
    position:relative;
    width: 663px;
    padding: 10px;
    margin: 0px auto 10px 8px;
    padding-bottom: 18px;
    border: 0;
    border-bottom: #ccc dotted 1px;
    clear: both;
    background: #FFF;
}

.munka_sorolas_premium
{
    border: 1px dotted #bb0c42;
    background: #FAF6D5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.infobox, .infobox_full {
    background-color: #FAF3EF;
    border: 1px solid #bc8282;
    color: #555555;
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 11px 8px 7px;
    width: 669px;
    margin-left: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.infobox h2, .infobox_full h2 {
    color: #aa0707;
    border-bottom: 1px dotted rgb(130, 152, 188);
    padding: 0px 0px 9px;
    margin-bottom: 7px;
}

#uploaded_cvs
{
    position: relative;
    display: table;
}

#uploaded_cvs img
{
    position: absolute;
    right: -24px;
    cursor: pointer;
}

#uploaded_cvs div
{
    font-size: 12px;
    margin-bottom: 5px;
    height: 20px;
    line-height: 15px;
}

.infobox_full
{
    margin: 10px 0;
    padding: 10px;
    width: 98%;
}

.workline_premium
{
    background: #fff;
    width: 690px;
}

.workline_premium.munka_sorolas_cim_premium
{
    background: none;
}

.cvonline_premium
{
    background: #05457a; /* Old browsers */
    background: -moz-linear-gradient(top,  #05457a 0%, #032b4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05457a), color-stop(100%,#032b4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #05457a 0%,#032b4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #05457a 0%,#032b4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #05457a 0%,#032b4c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #05457a 0%,#032b4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05457a', endColorstr='#032b4c',GradientType=0 ); /* IE6-9 */

    color: #fff;
}

.expressz_premium
{
    background: #dd460b; /* Old browsers */
    background: -moz-linear-gradient(top,  #dd460b 0%, #441807 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd460b), color-stop(100%,#441807)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dd460b 0%,#441807 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dd460b 0%,#441807 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dd460b 0%,#441807 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dd460b 0%,#441807 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd460b', endColorstr='#441807',GradientType=0 ); /* IE6-9 */
    color: #fff;
    
}

.profession_premium
{
    
    background: #838b99; /* Old browsers */
    background: -moz-linear-gradient(top,  #838b99 0%, #2f3a52 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838b99), color-stop(100%,#2f3a52)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #838b99 0%,#2f3a52 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #838b99 0%,#2f3a52 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #838b99 0%,#2f3a52 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #838b99 0%,#2f3a52 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838b99', endColorstr='#2f3a52',GradientType=0 ); /* IE6-9 */
    
    color: #fff;
    
}

.workline_premium a, .cvonline_premium a, .expressz_premium a, .profession_premium a
{
    color: #fff;
}

.munka_leiras
{
    width: 500px;
    text-align: left;
    overflow: hidden;
}

.munka_logo
{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 112px;
}

.munka_logo .munka_logo_img img
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.munka_logo .munka_logo_img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 10px;
    margin: auto;
}

.munka_logo img
{
    max-height: 60px;
    max-width: 100px;
    padding: 8px;
}

.munka_sorolas_premium .munka_logo_img img
{
    border: 1px dotted #bc8282;
    padding: 5px;
    background: #fff;
}

.premium_belyeg
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size:12px;
    font-family: Helvetica;
    color: #aaa;
}

.hidden
{
    visibility: hidden;
}

.allas_nav_left
{
    margin-left: 2px;
    clear: left;
    display: inline-block;
}

.allas_nav_right
{
    position: absolute;
    right: 2px;
    float: right;
    display: inline;
}

.allas_nav_link
{
    background-color: rgb(228, 224, 233);
}

.allas_nav_cur
{
    background-color: #fff;
}

.allas_nav_link, .allas_nav_cur
{
    border: #000 solid 1px;
    padding: 5px;
}

.allas_nav
{
    position: relative;
    height: 30px;
    width: 980px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
    clear: both;
}

.kiemelt
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #EE0000;
}

.hibakod
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.desc_szoveg {
    padding: 20px;
    margin: 20px 100px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid grey;
    background-color: rgb(240, 238, 233);
}

.desc_szoveg a
{
    font-weight: bold;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}
.vastag
{
    font-weight: bold;
}

.autocomplete-w1
{
    background: url(../img/shadow.png) no-repeat bottom right;
    position:absolute;
    top:0px;
    left:0px;
    margin:8px 0 0 6px; /* IE6 fix: */
    _background:none; _margin:0;
}

.autocomplete
{
    border:1px solid #999;
    background:#FFF;
    cursor:default;
    text-align:left;
    max-height:350px;
    overflow:auto;
    margin:-6px 6px 6px -6px;
    /* IE6 specific: */
    _height:350px; 
    _margin:0;
    _overflow-x:hidden;
}

.autocomplete .selected
{
    background:#F0F0F0;
}

.autocomplete div
{
    padding:2px 5px; white-space:nowrap;
}

.autocomplete strong
{
    font-weight:bold;
}

.kicsi
{
    clear: both;
    font-size: 10px;
}

.figyelmeztetes
{
    width: 98%;
    padding: 5px;
    margin: auto;
    font-weight: bold;
    border: 1px solid #ff6969;
    background: #ffefef;
}

.figyelmeztetes a
{
    color: #fff;
    font-weight: bold;
}

.left
{
    text-align: left !important;
}

.bold
{
    font-weight: bold !important;
}

.bold a
{
    font-weight: bold !important;
}

.rotate90 {
	transform: rotate(90deg);
}


.rotate180 {
	transform: rotate(180deg);
}

.rotate270 {
	transform: rotate(270deg);
}

.rotate-90 {
	transform: rotate(-90deg);
}


.rotate-180 {
	transform: rotate(-180deg);
}

.rotate-270 {
	transform: rotate(-270deg);
}

.rotateLeft, .rotateRight {
	cursor:pointer;
	Color:red;
}

.changeGenderIcon {
	cursor:pointer;
}