body {
    background-color: #fff;
    font-family: verdana, arial, sans-serif;
    color: #15428b;
    font-size: 11px;
}

strong {
    font-weight: bold !important;
}

.clear {clear:both}

#header {
    height: 85px;
    min-width:890px;
    position: relative;
    border-bottom: 1px solid #8db2e3;
}
    #header img {
        position: absolute;
        left: 0px;
        top: 0px; 
    }
        #header img.png {
            left: auto;
            top: auto;
            right: 0;
            bottom: 0;
        }

    #header p.buttons {
        position: absolute;
        right: 36px;
        padding-right: 0;
        bottom: -1px;
        width: 375px;
        height: 22px;
        text-align:right;
    }
        #header p.buttons a {
            background: transparent url("../../images/bg/tab.gif") no-repeat -184px 0;
            width: 184px;
            height: 17px;
            text-align: center;
            display: block;
            float: left;
            padding-top: 4px;
            text-decoration:none;
            color: #7f9cc3;
            font-weight:bold;
            text-transform:uppercase;
            border-bottom: 1px solid #8db2e3;
        }

            #header p.buttons a.sel {
                background-position: 0 0;
                color: #3d64a2;
                border-bottom: 0;
                height: 18px;
            }

            #header p.buttons a:hover {
                color: #3d64a2;
                border-bottom: 0;
            }

    #header p.utilnav {
        position:absolute;
        top: 9px;
        right: 10px;
        color: #15428b;
    }
        #header p.utilnav a {
            color: #15428b;
            text-decoration:none;
            padding: 3px;
        }

            #header p.utilnav a:hover {
                text-decoration:underline
            }

        #header p.utilnav span {
            font-weight:bold;
        }
        
    #header form {
        position:absolute;
        top: 9px;
        right: 10px;
        color: #15428b;
        text-align: right;
        width: 430px;
        height: 50px;
        overflow: hidden;
    }
    
        #header form#passform {
            display: none;
        }
    
        #header table {
            float: right;
            width: 430px;
        }
        
            #header #loginform table {
                width: 335px;
            }
        
            #header table tr td {
                vertical-align: top;
                font-size: 9px;
                font-weight: bold;
            }
            
        #header form button {
            width: 31px;
            height: 27px;
            border: 0;
            background: transparent url(/images/buttons/login.gif) no-repeat 0 0;
            outline: 0;
        }
        
        #header form input {
            border: 1px solid #16428b;
            background-color: #fff;
            color: #16428b;
            width: 125px;
            padding: 4px;
            font-size: 11px;
            margin-bottom: 5px;
            font-weight: bold;
            margin: 2px 0px 0 3px;
        }
        
        #header form input.empty {
            background: #fff url(/images/bg/passwd.gif) no-repeat 6px 5px;
            color: transparent;
        }
        
        #header form input.user {
            width: 190px;
        }
        
        #header form input.password {
            width: 75px;
        }
        
        #header form span {
            padding-right: 40px;
            white-space: nowrap;
        }
            #header form span a {
                color: #15428b;
                text-decoration: none;
            }
                #header form span a:hover {
                    text-decoration: underline;
                }

#content {
    background: transparent url("../../images/bg/leftgradient.jpg") no-repeat 0 0;
}

    ul#leftmenu {
        margin: 47px 0 0 30px;
        float: left;
    }

        ul#leftmenu li {
            font-size: 11px;
            font-weight: normal;
            list-style-position:outside;
            cursor: pointer;
            padding: 0 0 20px 0;
            width: 230px;
            /*overflow: hidden;*/
            /*white-space: nowrap;*/
        }

            ul#leftmenu li.sel {
                font-weight: bold;
            }

            ul#leftmenu li.open{
                list-style-image: url("../../images/bg/open.gif");
            }
            ul#leftmenu li.closed{
                list-style-image: url("../../images/bg/closed.gif");
            }

            ul#leftmenu li a {
                color: #3d64a2;
                text-decoration:none;
                padding: 3px;
                outline: 0;
            }

            ul#leftmenu li ul, ul#leftmenu li ol {
                margin-left: 16px;
                display:none;
                /*background: transparent url("../images/bg/closed.gif") no-repeat 0 8px;*/
            }

            ul#leftmenu li ul li, ul#leftmenu li ol li {
                padding: 4px 0 4px 0px;
                text-transform:none;
            }
            
    img#nfgm {
        bottom:31px;
        left:20px;
        position:absolute;
    }



    #frame {
        margin: 0 2px;
        height: 100%;
        padding-top:2px;
        background: transparent url(/images/bg/frame.gif) no-repeat right top;
        overflow: hidden;
        overflow-y: auto;
    }
    
        #frame h1, #frame_main h1 {
            background-image:url(/images/bg/title.gif);
            height:22px;
            padding: 0 0 0 9px;
        }
        
            #frame h1 span, #frame_main h1 span {
                padding-top: 4px;
                display:block;
                float:left;
            }
        
            #frame h1 label, #frame_main h1 label {
                background: transparent url(/images/bg/title.gif) no-repeat right -22px;
                float:right;
                height:22px;
                width:22px;
            }
            
            #frame div#innerContent {
                padding: 20px;
                border-left: 1px solid #8DB2E3;
                border-right: 1px solid #8DB2E3;
                background-color: #fff;
                color: #000;
                overflow: hidden;
                overflow-y: auto;
            }
            
                #frame div#innerContent ul {
                    list-style-type:disc;
                    margin-left: 40px;
                }
                
                    #frame div#innerContent ul li {
                        list-style-position:outside;
                    }
            
                    
                    
                    #frame div#innerContent ol {
                        list-style-type:decimal;
                        margin-left: 40px;
                    }
                
                        #frame div#innerContent ol li {
                            list-style-position:outside;
                            color:#000000;
                        }
                        
                        
                    #frame div#innerContent input {
                        border: 1px solid #16428b;
                        background-color: #fff;
                        color: #16428b;
                        width: 125px;
                        padding: 4px;
                        font-size: 13px;
                        margin-bottom: 5px;
                        font-weight: bold;
                        margin: 2px 0px 0 3px;
                        float: left;
                    }
                    
                    #frame div#innerContent button {
                                            
                        background-image: -moz-linear-gradient(top, #eef7ff, #ddf1fe); /* FF3.6 */
                        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eef7ff),color-stop(1, #ddf1fe)); /* Saf4+, Chrome */
                        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#eef7ff', EndColorStr='#ddf1fe'); /* IE6,IE7 */
                        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eef7ff', EndColorStr='#ddf1fe')"; /* IE8 */
                        
                        -moz-box-shadow: 0px 0px 3px #aaa; /* FF3.5+ */
                        -webkit-box-shadow: 0px 0px 3px #aaa; /* Saf3.0+, Chrome */
                        box-shadow: 0px 0px 3px #aaa; /* Opera 10.5, IE 9.0 */
                        -moz-border-radius: 3px; /* FF1+ */
                        -webkit-border-radius: 3px; /* Saf3+, Chrome */
                        border-radius: 3px; /* Opera 10.5, IE 9 */
                        background-color: #ddf1fe;
                        padding: 5px;
                        font-size: 12px;
                        color: #19418f;
                        border: 1px solid #bed6f5;
                        font-weight: bold;
                        float: left;
                        margin-left: 5px;
                    }
                    
                    #frame div#innerContent #codeResult {
                        clear:left;
                        float:left;
                        margin:20px 0 0;
                        line-height: 20px;
                        display: none;
                    }
                    
                        #frame div#innerContent #codeResult h5 {
                            color:#008800;
                            font-size:13px;
                            font-weight:bold;
                            margin:0 0 5px;
                        }
                        
                            #frame div#innerContent #codeResult label {
                                display:block;
                                float:left;
                                font-weight:bold;
                                width:155px;
                            }
                            #frame div#innerContent #codeResult span{
                                font-size: 10px;
                                font-weight: normal;
                            }
                    
                    
                #frame div span.title {
                    font-family: verdana, arial, sans-serif;
                    font-weight: bold;
                    font-size: 12px;
                    color: #3d63a2;
                }
                
                #frame div span.cont {
                    /*max-width: 900px;*/
                    display: block;
                }
                
                #frame siv strong {
                    font-weight: bold;
                }
                
                #frame div a {
                    color: #134489;
                }
            
            #frame_main p {
                padding: 20px;
                background-color: #fff;
                font-size: 12px;
            }
            
            
            
            
    #frame_main {
        height: 100%;
        margin: 0;
        padding: 0;
        background: transparent url(/images/bg/frame.gif) no-repeat right top;
        overflow: hidden;
        overflow-y: auto;
    }
        #frame_main span {
            display: block;
            margin: 0 0 15px 0;
            font-size: 12px;
        }
        
        #frame_main span.red {
            font-weight: bold;
            color: #ce1627;
            margin: 0;
        }
        
        #frame_main span.title {
            font-weight: bold;
            margin: 40px 0 15px 0;
        }
        
        #frame_main label {
            text-align: center;
        }
            #frame_main label img {
                margin: 0 auto 50px auto;
                display: block
            }
            
            
        #frame_main p.main {
            padding: 35px;
        }
        
        #frame_main #terclogomain {
            float: right;
        }



#footer {
    border-top: 1px solid #99bbe8;
    padding: 5px 0;
    text-align: center;
    color: #15428b;
    font-size:9px;
}

    #footer a {
        text-decoration:none;
        color: #15428b; 
    }

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


#modalshadow {
    width: 6000px;
    height: 6000px;
    position: absolute;
    top: 0;
    left: 0;
    filter:alpha(opacity=15);
    -moz-opacity:0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    z-index: 10;
}

#modal {
    position: absolute;
    width: 750px;
    height: 360px;
    left: 50%;
    top: 50%;
    margin-left: -375px;
    margin-top: -250px;
    border: 1px solid #15428b;
    background-color: #c1d5f0;
    padding: 9px;
    z-index: 11;
    display: none;
    overflow: hidden;
}

    #modal .page {
        width: 1600px;
        height: 373px;
    }

    #modal h1 {
        padding: 12px 10px 10px 10px;
        background-color: #e4ebf6;
        color: #15428b;
        text-transform: uppercase;
        font-size: 18px;
        width: 730px;
        float: left;
        border-right:9px solid #c1d5f0;
    }
    
        #modal h1 img {
            float:right;
            margin-top:2px;
            cursor: pointer;
        }

    #modal .container {
        background-color: #fff;
        height:313px;
        width: 750px;
        float: left;
        border-right:9px solid #c1d5f0;
    }
    
        #modal .container p {
            margin: 5px 15px;
            color: #000;
        }
    
        #modal .container label.error{
            display: block;
            background: transparent url(../images/icons/modal_error.gif) no-repeat 25px 13px;
            padding: 13px 30px 10px 70px;           
            color: #f00;
            font-style: italic;
            display: none;
            min-height:23px;
        }
            #modal .container label.error span{ 
                text-transform: uppercase;
                font-weight: bold;
                font-style: normal;
                display: block;
                margin-bottom: 5px;
            }
            
        #modal .container label.ok{
            color: #8cbb0d !important;
            background-image: url(../images/icons/modal_accepted.gif) !important;
        }
    
        #modal .container .box {
            width: 180px;
            border-right: 1px solid #e3ebf6;
            padding: 10px 35px 30px 15px;
            float: left;
            margin: 15px 0 0 9px;
        }
        
            #modal .container .last {
                border-right: 0 !important;
            }
        
        #modal .container .box h2 {
            color: #c1d5f0;
            font-size: 14px;
            margin: 0 0 20px 0;
            white-space: nowrap;
        }
        
        #modal .container .box label {
            font-size: 9px;
        }
        
            #modal .container .box label.codes {
                display:block;
                float:left;
                margin-top:3px;
            }
            
                #modal .container .box label.codes img {
                    cursor: pointer;
                }
        
        #modal .container .box input {
            border: 1px solid #16428b;
            background-color: #fff;
            color: #16428b;
            width: 174px;
            padding: 2px;
            font-size: 11px;
            margin-bottom: 5px;
        }
            #modal .container .box input[disabled] {
                color: #5f5f5f !important;
                background-color: #e9e9e9;
            }
            
            #modal .container .box input.error {
                border: 1px solid #f00;
                background-color: #ffdbdb;
            }
        
            #modal .container .box input.zip {
                width: 29px;
            }
            
            #modal .container .box input.city {
                width: 136px;
            }
            
            #modal .container .box input.checkcode {
                float:right;
                width:60px;
                margin-top:6px;
            }

        #modal .container button {
            float: right;
            margin-right: 40px;
        }
        
        #modal .container span.chk {
            float: left;
            margin:5px 0 0 36px;
            font-weight: bold;
        }
        
            #modal .container span.chk a {
                font-size: 12px;
                color: #15428b;
                font-style: italic; 
            }
            #modal .container span.error {
                color: #f00;
            }
            
                #modal .container span.error a {
                    color: #f00
                }
                
        #modal .container ol {
            list-style-type:decimal;
            margin-left: 40px;
        }
                
        #modal .container ol li {
            list-style-position:outside;
            color:#000000;
        }


.modalAlert {
    position: absolute;
    width: 400px;
    left: 50%;
    top: -500px;
    margin-left: -200px;
    border: 1px solid #15428b;
    background-color: #c1d5f0;
    padding: 9px;
    z-index: 11;
    overflow: hidden;
    cursor: pointer;
}

    .modalAlert p {
        background-color: #fff;
        padding: 10px;
    }
    
        .modalAlert p a {
            font-weight: bold;
            color: #15428B;
        }
        
        .modalAlert p span {
            text-align: center;
            display: block;
        }
    
    .modalAlert p.error {
        font-weight: bold;
        color: #f00
    }

p.quest {
    margin: 20px 0 0 10px;
    padding: 0 0 0 0;
}

p.quest a {
    text-decoration: none;
    font-weight: bold;
}

p.answ {
    margin: 0 0 0 10px;
    padding: 0;
}

p.backtop {
    margin: 5px 0 0 10px;
    padding: 0;
}

p.answ a {
    text-decoration: none;
}

p.backtop a {
    text-decoration: none;
    color: #A0A0A0;
}

p.answ a:hover, p.backtop a:hover {
    text-decoration: underline;
}

ul.gyiklist {
    margin: 10px 0 30px 10px;
    padding: 0;
}

ul.gyiklist li {
    margin: 0;
    padding: 3px 0;
}

ul.gyiklist a {
    text-decoration: none;
    color: #15428B;
}

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

p.kozbeszkerdes {
    margin: 0 0 5px 0;
    font-weight: bold;
    padding: 0;
}

p.felhfelt {
    margin: 10px 0 10px 0;
    padding: 0;
}

ol li.felhfeltfo {
    font-weight: bold;
    margin-bottom: 10px;
}

ol li.felhfeltal {
    font-weight: normal;
    margin-bottom: 0;
}

ol li.felhfeltfo ol {
    margin-top: 10px;
}

ul.news li {
    margin-bottom: 10px;
}

#checkcodeval {
    width: 170px;
}

