/*
CSS RESET

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,tr{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

form {margin: 0;padding: 0;}

.clear {clear: both}

/* GLAVNI CSS ZA STRANICU */
.dialog {
	display: none;
}
body {
    background: #F7F7F7;
    font-family: monospace;
    font-size: 14px;
}
.wrapper {
    position: absolute;
    width: 800px;
    height: 100%;
    margin: 0px;
    top: 0px;
    left: 50%;
    margin-left: -400px;
    padding: 0px;
}
input.queryinput {
    width: 300px;
    border: 1px solid green;
    padding: 2px;
	margin-bottom: 5px;
}
#queryInput {
    text-transform: lowercase;
}
input.btn {
    font-family: monospace;
    border: 1px solid gray;
    width: 100px;
}
table.tblOneWay {
    position: absolute;
    width: 800px;
    top: 30px;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: green;
    border-collapse: collapse;
    background-color: white;
}
table.tblTwoWay1 {
    position: absolute;
    width: 400px;
    top: 30px;
    left: 0px;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: green;
    border-collapse: collapse;
    background-color: white;
}
table.tblTwoWay2 {
    position: absolute;
    width: 400px;
    top: 30px;
    right: 0px;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: green;
    border-collapse: collapse;
    background-color: white;
}
th {
    border-width: 1px;
    padding: 3px;
    border-style: inset;
    border-color: green;
    background-color: white;
}
td {
    border-width: 1px;
    padding: 3px;
    border-style: inset;
    border-color: green;
    background-color: white;
}
td.topRow {
    width: 50%;
    background-color: #D4D0C8;
}
.formdiv{
    position: absolute;
    top: 35px;
    width: 800px;
    margin: 0px;
    padding: 0px;
}
.top {
    position: absolute;
    top: 5px;
    width: 800px;
    height: 20px;
    text-align: right;
}
.top a {
    text-decoration: underline;
    color: red;
}
.top a:hover {
    text-decoration: none;
    color: green;
}
.loginform {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35px;
    border: 1px solid green;
}
.copy {
    padding: 2px;
    border: 1px solid green;
}

.record a {
    color: #000;
    text-decoration: none;
}
.record a:hover {
    text-decoration: underline;
}
#error {
	color: red;
}

#center {
    position: relative;
    width: 960px;
    top: 100px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.helpentry {
    margin-top: 25px;
}

.helpentry .title {
    font-weight: bold;
}

.helpentry .subtitle {
    font-size: 12px;
    font-weight: bold;
    padding-top: 12px;
}

.helpentry ul li {
    padding-left: 12px;
    font-size: 12px;
}

.code {
    font-family: monospace;
    font-size: 13px;
}

.hjpform {
     float: left;
     margin-right: 8px;
}

#noviUpit {
    position: fixed;
    display: block;
    left: 47%;
    top: 30px;
    width: 24px;
    height: 24px;
    z-index: 999;
}