html{font-family:Arial;font-size:12px;color:#666;}
*{margin:0;padding:0;}

#login-wrapper{left:0;right:0;width:405px;margin:auto;}
#login-wrapper #login-top{margin:20px 0;}
#login-wrapper .button{float:right;margin:0 17px 0 0;}

#wrapper{position:abolsute;width:100%;height:100%;}

#sidebar{position:absolute;left:0;top:0;bottom:0;width:130px;margin:auto;background:rgba(0,0,0,0.8);border-right:2px solid #000;color:#FFF;}
#sidebar h1{padding:10px;}
#sidebar a{text-decoration:none;color:#FFF;}
#sidebar a:hover{color:#AAA;}
#sidebar .logged{padding:10px;color:#FFF;}
#sidebar ul{padding:10px;list-style: none;}
#menu li.label{font-size:14px;font-weight:bold;margin-top:10px;}

#content{position:absolute;left:130px;top:0;bottom:0;right:0;margin:auto;overflow-y:auto;}
#content iframe{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:100%;border:0;height:100%;}

.popup{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);display:none;}
#err{color:#F00;font-size:20px;display:none;word-spacing:0;letter-spacing:0;margin:0 0 0 50px;}
#message{position:fixed;top:10px;right:10px;border:1px solid #F00;font-size:20px;background:#FFF;padding:5px 15px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;display:none;}

.hide{width:580px;opacity:0.4;filter:alpha(opacity=40);margin:2px;background:none;border:1px solid #c0c0c0;display:inline-block;color:#001f52;font-size:13px;padding:5px 10px;text-decoration:none;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.hide img{vertical-align: middle;padding:0;margin:0;border:0;cursor:pointer;}
.show{width:580px;opacity:1;filter:alpha(opacity=100);margin:2px;background:none;border:1px solid #c0c0c0;display:inline-block;color:#001f52;font-size:13px;padding:5px 10px;text-decoration:none;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.show img{vertical-align: middle;padding:0;margin:0;border:0;cursor:pointer;}
.entry{width:580px;margin:2px;border:1px solid #c0c0c0;display:inline-block;color:#001f52;font-size:13px;padding:5px 10px;text-decoration:none;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #ededed));background:-moz-linear-gradient( center top, #ffffff 5%, #ededed 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.entry img{vertical-align: middle;padding:0;margin:0;border:0;cursor:pointer;}
#drag{width:40px;height:40px;background:url(/img/drag_icon.png) 10px 5px no-repeat;cursor:pointer;}

input[type=text], input[type=password], input[type=file]{width:300px;height:25px;color:#555;font-size:13px;font-family:Helvetica,Arial,sans-serif;padding:0 15px;margin:5px 15px;border:1px solid #c7c7c7;background: #FFF;background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: linear-gradient(top,  #ffffff 0%,#ededed 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );}
input[type=text]:focus, input[type=password]:focus, input[type=file]{height:25px;color:#555;font-size:13px;font-family:Helvetica,Arial,sans-serif;padding:0 15px;margin:5px 15px;border:1px solid #000;background: #FFF;background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(255,255,255,0.05)));background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.05) 100%);background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.05) 100%);background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.05) 100%);background: linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.05) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#0dffffff',GradientType=0 );}*/
select{height:22px;color:#555;font-size:13px;font-family:Helvetica,Arial,sans-serif;padding:0;margin:5px 15px;border:1px solid #c7c7c7;background: #FFF;background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: linear-gradient(top,  #ffffff 0%,#ededed 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );}
textarea{width:90%;height:80px;margin:auto;color:#555;font-size:12px;font-family:Helvetica,Arial,sans-serif;padding:2px;margin:5px 15px;border:1px solid #c7c7c7;background: #FFF;background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: linear-gradient(top,  #ffffff 0%,#ededed 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );}
textarea:focus{width:90%;height:80px;margin:auto;color:#555;font-size:12px;font-family:Helvetica,Arial,sans-serif;padding:2px;margin:5px 15px;border:1px solid #000;background: #FFF;background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);background: linear-gradient(top,  #ffffff 0%,#ededed 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );}
.popup .jogok{float:right;}
.note{font-size:10px;margin:0 0 -20px 15px;display:block;}

.whitey {padding:20px;box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #ededed) );background:-moz-linear-gradient( center top, #ffffff 5%, #ededed 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}

.BlueButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #70819e, 0px 1px 1px #fff;;-webkit-box-shadow:inset 0px 1px 0px 0px #70819e, 0px 1px 1px #fff;;box-shadow:inset 0px 1px 0px 0px #70819e, 0px 1px 1px #fff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #495f84), color-stop(1, #001f52) );background:-moz-linear-gradient( center top, #495f84 5%, #001f52 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#495f84', endColorstr='#001f52');
    -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #001f52;
    display:inline-block;color:#ffffff;text-shadow: 0px 1px 0px #000000;font-family:"DaxMedium",arial;font-size:22px;word-spacing: -0.12em;line-height:28px;padding:2px 10px;text-decoration:none;}
.BlueButton img{border:0;vertical-align:middle;}
.BlueButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #70819e), color-stop(1, #001f52) );background:-moz-linear-gradient( center top, #70819e 5%, #001f52 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70819e', endColorstr='#001f52');
    border:1px solid #021b44;cursor:pointer;}
.BlueButton:active {
    background:#001f52;
    border:1px solid #000;
    -moz-box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;}
.BlueButtonPressed{
    background:#001f52;
    border:1px solid #000;
    -moz-box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;}
.SmallBlueButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #70819e, 0px 1px 1px #fff;;-webkit-box-shadow:inset 0px 1px 0px 0px #70819e, 0px 1px 1px #fff;;box-shadow:inset 0px 1px 0px 0px #70819e, 0px 1px 1px #fff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #495f84), color-stop(1, #001f52) );background:-moz-linear-gradient( center top, #495f84 5%, #001f52 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#495f84', endColorstr='#001f52');
    -moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #001f52;
    display:inline-block;color:#ffffff;text-shadow: 0px 1px 0px #000000;font-family:"DaxMedium",arial;font-size:18px;word-spacing: -0.12em;line-height:20px;padding:2px 8px;text-decoration:none;}
.SmallBlueButton:hover {border:1px solid #021b44;cursor:pointer;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #70819e), color-stop(1, #001f52) );background:-moz-linear-gradient( center top, #70819e 5%, #001f52 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70819e', endColorstr='#001f52');}
.SmallBlueButton:active {background:#001f52;border:1px solid #000;
    -moz-box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 2px 5px 0px #000, 0px 1px 0px 0px #ffffff;}
.BlueIcon {position:relative;top:2px;left:-5px;display:inline;}


