/**
* Az alap css
**/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body
{
    margin:0;
    background: url("/images/body.jpg");
}
a img{
    border:none;
}

#main_dev
{
    width: 980px;
    margin: 10px auto;
}
#header
{
    width: 980px;
    background: #e9e9e9;
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
}

.menu
{
    background: url("/images/fejlec.jpg") no-repeat bottom;
    height: 60px;
}
.menu_left
{
    float:left;
    text-shadow: 4px 4px 3px #444;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=4);
    width:230px;
    text-align: center;
    font-size: 28px;
    padding-top: 5px;
}
.menu_left a
{
    text-decoration: none;
    color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.menu_right {
    float: right;
    font-size: 15px;
    font-weight: bold;
    padding-right: 9px;
    padding-top: 5px;
    text-align: right;
    text-shadow: 2px 2px 2px #444444;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=2);
    width: 730px;
}
.menu_right ul
{
    display: inline;
    padding-left: 0;
}
.menu_right li
{
    display: inline;
    width:100px;
}
.menu_right li a
{
    color:#fff;
    padding: 0 5px 10px 5px;
    text-decoration: none;
}
.admin_menu_right {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    text-shadow: 4px 4px 4px #444444;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=4);
    width: 750px;
    cursor: pointer;
}
.admin_menu_right ul
{
    display: inline;
    padding-left: 0;
}
.admin_menu_right li
{
    display: inline;
    width:100px;
    padding: 0 2px 0 2px;
}
.slider
{
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 900px;
}
.content_wrapper
{
    background: url("/images/content_bg.jpg") repeat-y;
    margin-top: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
}
.content_wrapper_top
{
    background: url("/images/content_fejlec.jpg") no-repeat bottom;
    height:55px;
}
.content_wrapper_top .login
{
    width: 200px;
    float:right;
    text-align: center;
    text-shadow: 4px 4px 3px #444;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=4);
    font-size: 18px;
    padding-right: 15px;
    padding-top: 10px;
}
.content_wrapper_top .login b {
    color: #fff;
    cursor: pointer;
}
/* Modal Login */
#dialog-form label,#dialog-form input
{ 
    display:block;
}
#dialog-form input.text
{ 
    margin-bottom:12px; width:95%; padding: .4em;
}
#dialog-form fieldset
{ 
    padding:0; border:0; margin-top:25px;
}
#dialog-form h1
{ 
    font-size: 1.2em; margin: .6em 0;
}
#dialog-form .ui-dialog .ui-state-error
{ 
    padding: .3em;
}
#dialog-form .validateTips
{ 
    border: 1px solid transparent; padding: 0.3em;
}
.content_left_top
{
    background: url("/images/contentenbeluli_fejlec.jpg") no-repeat top;
    height: 60px;
}
.content_left
{
    width: 745px;
    /*    height: 487px;*/
    float: left;
}
.content_right
{
    font-size: 13px;
    padding-left: 3px;
    width: 230px;
    float: left;
}
.footer
{
    background: url("/images/lablec.jpg") no-repeat top;
    height: 60px;
}
.widget_top
{
    background: url("/images/widget.png") no-repeat bottom;
    color: #fff;
    height: 47px;
    text-align: center;    
}
#eler
{
    width: 228px;
    background: #e9e9e9;
    margin-bottom: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior:url(/css//css/border-radius.htc);
}
.fb_iframe_widget{
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 2px;
    margin-top: 3px;
}
#facebook
{
    width: 228px;
    background: #e9e9e9;
    margin-bottom: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
}
.eler_post
{
    font-size: 14px;
    margin: 2px auto;
    width: 210px;
    padding-bottom: 10px;
}
.eler_post a {
    color: #3399FF ;
    text-decoration: none;
    cursor: pointer;
}
#keres
{
    width: 228px;
    background: #e9e9e9;
    margin-bottom: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
}
.keres_post
{
    font-size: 14px;
    margin: 2px auto;
    width: 210px;
    padding-bottom: 10px;
}
.keres_post input:submit a
{
    font-size: 15px;
}
#terkep
{
    width: 228px;
    background: #e9e9e9;
    margin-bottom: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
}
.terkep_post
{
    margin: 2px auto;
    width: 210px;
    padding-bottom: 10px;
}
.widget_szoveg
{
    font-size: 18px;
    text-shadow: 4px 4px 3px #444;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=4);
    padding-top: 5px;
}
#datepicker
{
    width:228px;
    background: #e9e9e9;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
}
#map_canvas {
    width: 210px;
    height: 210px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*behavior:url(/css/border-radius.htc);*/
}
#keress
{
    border: none;
    width: 120px;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
}
.table
{
    padding-left: 15px;
    padding-top: 20px;
    width: 720px;
}
.gomb
{
    margin-left: 10px;
    border: 1px solid grey;
    background-color: #fff;
    color: #444444;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
    cursor: pointer;
}
.selectedRow
{
    border: 1px solid red;
}
#ujtermek-form fieldset
{
    border: 1px solid red;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
}
#ujtermek-form legend
{
    color: red;
    font-weight: bold;
}
#termleiro
{
    width:120px;
    text-align: right;
    float:left;
    line-height: 31px;
}
#termleiro label
{
    font-size: 12px;
}
#termleiro label p
{
    font-weight: bold;
}
#terminput
{
    width: 180px;
    margin-left: 10px;
    float:left;
}
#terminput input, #terminput select
{
    margin-top: 5px;
}
#terminput select
{
    width: 200px;
    margin-bottom: 2px;
}
#terminput a{
    margin-top: 5px;
}
#mutat
{

}
#ujtermek
{
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
.cf
{
    clear: both;    
}
/*#main_container{
    height:120px;
}*/
#px_display {
    padding-top: 10px;
    padding-bottom: 10px;
}
.uploadData {
    padding: 5px;
    width: 350px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F0F8FF;
    border: 1px solid #B0D8FF;
    position: relative;
}
.uploadData .fname {
    padding-right: 10px;
    width: 120px;
}
.uploadData .loader {
    width: 140px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}
.uploadData .result {
    display: block;
    float: left;
    width: 130px;
    padding-left: 10px;
}
.uploadData .close {
    background-image: url(/images/close.gif);
    height: 16px;
    width: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.uploadData .close:hover {
    background-position: 16px 0px;
}
#px_button input{
    margin-right: 6px;
    padding: 5px;
}
#px_button{
    margin-left: 120px;
}
select,.ui-selectmenu { 
    margin-right: 5px;
    margin-top: 5px;
}
select {
    width: 140px; 
}
.talalat{
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*    margin: 0 auto;*/
    margin-bottom: 10px;
    float:left;
    text-align: center;
    min-height: 250px;
    width: 220px;
}
.ktalalat{
    margin: 30px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    min-height: 250px;
    width: 300px;
}
.talalat img{
    clear: both;
}
.talalat a{
    border:none;
}
#reszletes{
    min-height: 670px;
}
#kreszletes{
    min-height: 670px;
}
.talalat_szoveg{
    font-weight: bold;
}
#reszletes a.ui-selectmenu{
    margin-left: 35px;
}
#termekek{
    width: 100%;
    padding-top: 25px;
}
#loading {
    content: 'loading...';
    width: 100%;
    position: absolute;
}
.pagination{
    width:655px;
    height:100px;
    margin-left: 35px;
    clear:both;
}
#pagination
{
    text-align:center;
    position: relative;
}
/* Holly Hack Targets IE Win only \*/
/** html #pagination li {height: 1%;}
#pagination li {display: block;}*/
/* End Holly Hack */
#pagination li{
    list-style: none;
    display: inline-block;
    margin-right: 2px;
    width: 15px;
    margin-top: 5px;
    padding: 5px 7px 5px 7px;
    border:solid 1px #dddddd;
    color:#0063DC;
}
#pagination li:hover
{
    color:#FF0084;
    border:solid 1px #FF0084;
    cursor: pointer;
}


.active{
    color:#a5a5a5;
    border: solid 1px #eaeaea;
    padding:3px 5px;
    margin:5px;
    text-decoration:none;
}
.inactive{
    color:#000000;
    cursor:default;
    text-decoration:none;
    background-color:#eaeaea;
    padding:3px 5px;
    margin:5px;
}
#trukkok{
    width:700px;
    text-align: center;
    margin: 10px auto;
}
#szovegvalaszto{
    margin: 20px auto;
    width: 250px;
}
#szoveg{
    width: 200px;
}
#editor{
    margin-left: 20px;
    width: 700px;
}
#tinymcedit{
    margin: 0 auto;
    width: 690px;
}
#rolunk{
    font-family: arial,helvetica;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px auto;
    text-align: justify;
    width: 650px;
    line-height: 31px;
}
#rolunk:first-letter {
    font-family:Vivaldi,Kunstler Script, arial;
    font-size: 4.8em;
    float: left;
}
#trukkok{
    margin: 0 auto;
    padding-bottom: 10px;
    width: 650px;
    text-align: justify;
    font-size: 16px;
}
.center{
    text-align: center;
}
button{
    margin-top: 20px;
}
#fooldal a{
    border: none;
}
.kepkeret{
    padding: 3px 3px 0px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
    background: #cccccc;
    -moz-box-shadow: 0px 0px 5px 2px #aeaeae;
    -webkit-box-shadow: 0px 0px 5px 2px#aeaeae;
    box-shadow: 0px 0px 5px 2px #aeaeae;
}
#tbfoldal p{
    /*    text-shadow: #6374AB 20px -12px 2px;*/
}
.fokepkeret{
    padding: 3px 3px 0px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
    float:left;
    background: #cccccc;
    -moz-box-shadow: 0px 0px 5px 2px #aeaeae;
    -webkit-box-shadow: 0px 0px 5px 2px#aeaeae;
    box-shadow:0 0 5px 2px #AEAEAE;

}
.alja{
    padding-bottom: 4px;
}
.top{
    margin-top: 30px;
}
.kezdo {
    margin-left: 45px;
}
.matrica{
    margin-left: 30px;

}
.szeles{
    width: 230px;
}
.szeles_2{
    width: 200px;
}
.szeles_3{
    width: 170px;
}
.szeles_4{
    width: 160px;
    float: left;
}
.szelestapeta{
    width: 290px;
}
.jobbtapeta{
    float: left;
    margin-right: 10px;
}
.jobb{
    margin-right: 10px;
}
.bal{
    margin-left: 11px;
}
.jobbmargo{
    margin-right: 25px;
}
.jobbmatrica{
    float: left;
    margin-right: 25px;
    /*    width: 200px;*/
}
.jobbposzter{
    float: left;
    margin-right: 20px;
    /*    width: 200px;*/
}
.balnagy {
    margin-left: 185px;
}
.jobbnagy {
    margin-right: 85px;
}
/* vendegkönyv */
.vendegszoveg{
    color: #FFF;
    margin: 20px auto;
    margin-top: 20px;
    width: 500px;
}
.vfejlec{
    padding: 3px;
    background: transparent url(/images/vendeg_fejlec.png) no-repeat;
    text-align: left;
    color: #FFF;
}
.vszoveg{
    background-color: #FFF;
    color: #000;
    text-align: left;
    padding: 3px;
    text-align: justify;
    height: 87px;
}
.vlablec{
    height: 40px;
    color: #FFF;
    padding: 3px;
    background: transparent url(/images/vendeg_lablec.png) no-repeat;
}
.username{
    padding: 3px;
    text-align: left;
    width: 150px;
    float:left;
}
.date{
    padding: 3px;
    text-align: center;
    width: 150px;
    float: right;
}
.mutat{
    width: 730px;
    min-height: 200px;
    text-align: center;
}
.mutat p{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
#fejlec{
    width: 500px;
    height: 30px;
    text-align: center;
    margin:0 auto;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior:url(/css/border-radius.htc);*/
    background: #FFF;
    margin-top: 20px;
}
.trukkok_ul{
        list-style: disc;
        font-size: 14px;
}
.trukkok_ul li{
        margin-left: 50px;
}
/* selectmenu jqueryui*/
.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden;float: left;}

.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }

.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; z-index: 2000;}

.ui-selectmenu-open { visibility: visible; }

.ui-selectmenu-menu-popup { margin-top: -1px; }

.ui-selectmenu-menu-dropdown { z-index: 2000;}

.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }

.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,

.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }

.ui-selectmenu-status { line-height: 1.4em; color:red;}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }

.ui-selectmenu-open li.ui-selectmenu-item-selected { }

.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em;}

.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }

.ui-selectmenu-menu li .ui-selectmenu-item-content {  }

.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }

/*for optgroups*/

.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }

.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
