html,body {
}
input {
    color:#323232;
}
#wrapper {
    font-family: 'Oxygen', serif;
}
a:link, a:visited { 
    text-decoration: none;
    color: #363689; }
a:hover { 
    text-decoration: underline;
    color: #dc833c; }
.bdr { 
    border: 1px #a2a4a5 solid;
    background: #cfd4d6;
    padding: 3px;
}
.bdr_top { 
    border: 1px #a2a4a5 solid;
    background: #AC4447;
    padding: 3px;
}
.sbtn {
    background:url(_images/button_background.jpg) repeat-x 0 top;
    background-color:#f8f8f8;
    border: 1px #a2a2a2 solid;
    color:#333;
    padding: 1px 1px 1px 3px;
    margin: 1px;
    font-weight: normal;
    font-size:12px;
    cursor: pointer;	
    text-align:left;
    text-indent:0;
    text-transform:none;
    vertical-align:baseline;
    white-space:nowrap;
    word-spacing:normal;
    font-family: 'Oxygen', serif;
}
a.bluelink {
    font-weight:bold;
    color:#81A3FF;
}
.btn {   
    border: 1px #a2a2a2 solid;
    background:url(_images/button_background.jpg) repeat-x 0 top;
    background-color: #8f8f8f;
    color:#333;
    padding: 1px;
    margin: 1px;
    font-weight: normal;
    font-size:12px;
    cursor: pointer;	
    text-align:center;
    text-indent:0;
    text-transform:none;
    vertical-align:baseline;
    white-space:nowrap;
    word-spacing:normal;
    font-family: 'Oxygen', serif;
}
a.btn {   
    border: 1px #a2a2a2 solid;
    background:url(_images/button_background.jpg) repeat-x 0 top;
    color:#333;
    padding: 1px;
    margin: 1px;
    font-weight: normal;
    font-size:12px;
    cursor: pointer;	
    text-align:center;
    text-indent:0;
    text-transform:none;
    text-decoration:none;
    vertical-align:baseline;
    white-space:nowrap;
    word-spacing:normal;
    font-family: 'Oxygen', serif;
}
a.smallbtn {
    background:url(/icons/out-bullet-icon.png) no-repeat 0 center;
    color:#afbfdf;
    padding: 2px 2px 2px 20px;
    margin: 1px;
    font-weight: normal;
    font-size:12px;
    cursor: pointer;	
    text-align:center;
    text-indent:0;
    text-transform:none;
    text-decoration:underline;
    vertical-align:baseline;
    white-space:nowrap;
    word-spacing:normal;
    font-family: 'Oxygen', serif;
}
a.smallbtn:hover {
    background:url(/icons/in-bullet-icon.png) no-repeat 0 center;
    color:#dfefff;
    padding: 2px 2px 2px 20px;
    margin: 1px;
    font-weight: normal;
    font-size:12px;
    cursor: pointer;	
    text-align:center;
    text-indent:0;
    text-transform:none;
    text-decoration:none;
    vertical-align:baseline;
    white-space:nowrap;
    word-spacing:normal;
    font-family: 'Oxygen', serif;
}

a.simple {
    color:#afbfdf;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size:12px;
    cursor: pointer;	
    text-align:center;
    text-indent:0;
    text-transform:none;
    text-decoration:none;
    white-space:nowrap;
    word-spacing:normal;
    font-family: 'Oxygen', serif;
}
a.simple:hover {
    color:#dc833c;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size:12px;
    cursor: pointer;	
    text-align:center;
    text-indent:0;
    text-transform:none;
    text-decoration:none;
    white-space:nowrap;
    word-spacing:normal;
    font-family: 'Oxygen', serif;
}

.btnbox {
    text-align:center;
    padding-top:4px;
    border-top:1px solid gray;
}
.dbox {
    padding: 1px;
    margin: 1px;
    font-weight: normal;
    font-size:11px;
    text-align:left;
    text-indent:0;
    text-transform:none;
    vertical-align:baseline;
    word-spacing:normal;

}
.dsel {
    padding: 0px;
    margin: 1px;
    font-weight: normal;
    font-size:11px;
    word-spacing:normal;
}
td, th {
    color: #1f1f1f;
}
input.tranz {
    color: #2c5266;
    border: none;
    background-color: #f5f5f5;
    cursor: hand;
}
.small {    font-size: 85%; }

.box {
    border: 1px gray solid;
    color: black;
    padding: 3px;
}
.log {
    background-color: black;
    border: 1px gray solid;
    color: black;
    margin: 10px;
    padding: 3px;
}
.bluer_find {   
    background-color: #F1F1F1;
    font-weight: 600;
    color: purple; 
    padding: 2px;
}
.bluer {
    background-color: #F1F1F1;
}
a.ref {
    color:#0b46c4; 
    text-decoration:none; 
    outline-style:none; 
    position:relative; 
    z-index:500;
}
a.ref em {
    display:none;
}
a.ref:hover em {
    background: transparent; 
    filter: alpha(opacity=95);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    -moz-opacity: 0.95; 
    opacity:0.95;
    display:block; 
    background-color:#C2C3C4; 
    color:#000000; 
    width:300px; 
    padding:5px 5px 5px 5px; 
    position: absolute; 
    left:-6px; 
    top:30px; 
    border:1px solid #222222; 
    font-size: 12px;
    font-style:italic;
}
.smallbox {
    font-size:150%;
    vertical-align:middle;
    font-family: 'Oxygen', serif;
    border-bottom:dotted 2px #3f3f3f;
    color:#121212;
    text-shadow: #363636 1px 1px 1px;
    font-weight:bold;
    text-align:left;
    padding:3px;
    margin:0 0 6px 0;
}
.smallbox td {
    color:#afafaf;
}
.notice {
    width:200px;
    height:47px;
    background:url(/icons/warning-icon.png) no-repeat 5px 5px;
    position:relative;
    border: 2px orange solid;
    padding: 10px 10px 10px 50px;
    margin: 30px;
    background-color: transparent;
    font-weight:bold;
}
.notice input {
    position: absolute;
    bottom: 5px;
    left:100px;
}
.info {
    height:47px;
    background:url(/icons/info-icon.png) no-repeat 10px 10px;
    position:relative;
    border: 2px #3286bd solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow:    4px 4px 5px rgba(0, 0, 0, 0.8);
    box-shadow:         4px 4px 5px rgba(0, 0, 0, 0.8);
    padding: 15px 15px 15px 60px;
    margin: 30px;
    background-color: transparent;
    font-weight:bold;
    display:table-cell;
}
.info input {
    position: absolute;
    bottom: 5px;
    left:49%;
}

.button-frame {
    border-top:dotted 1px #3f4446;
    text-align:center;
    padding:3px;
    margin:6px 0 2px 0;
}
.ptitle {
    font-size:1.5em;
    font-family: serif;
    text-shadow: #363636 1px 1px 1px;
    font-weight:normal;
    text-align:right;
    color:#323232;
}
.foldup {
    font-size: 1.3em;
    padding-top: 8px;
}
.foldup span {
    cursor:pointer;
    cursor:hand;
}
.foldup .fold {
    cursor:default;
    font-size: 0.8em;
    color:#323232;
    display:none;
}
.image {
    height:120px; 
    /*border-style:solid;
    border-width:1px;
    border-color:#eee #333 #333 #eee;*/
    background-color:#999999;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.75);
    border-radius:60px;
    max-width:150px;
    object-fit: scale-down;
}
td.header {
    font-weight:normal;
    text-align:center;
    padding-left:2px;
    padding-right:2px;
    border-bottom: 1px dotted #3b3b3b;
}
td.tdb {
    border: 1px solid #3b3b3b;
    padding-left:2px;
    padding-right:2px;
}

form.upload {
	position:relative;
	width:320px;
}
form.upload input.realupload {
	position:absolute;
	top:18px;
	right:0;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	z-index:2; /* bring the real upload interactivity up front */
	width:320px;
        height:25px;
}
form.upload div.fakeupload {
	background:url(/icons/add-icon.png) no-repeat 100% 50%;
}
form.upload div.fakeupload input {
	width:300px;
    border:1px solid #65ab35;
    margin:1px;
    background-color:#e0e0e0;
}
.notes {
    position:relative;
    z-index:24; 
    color:#afbfdf;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    font-size:12px;
    text-align:left;
    text-indent:0;
    text-transform:none;
    text-decoration:none;
    white-space:nowrap;
    word-spacing:normal;
    font-family:Arial,Helvetica,sans-serif;
}
.notes:hover {z-index:25;}
.notes #abstr {display: none}
.notes:hover #abstr {
    display:block;
    position:absolute;
    border:1px solid #000;
    width:500px;
    padding:25px;
    background-color:#cdcdcd; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=95);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    color:#000;
    text-align:justify;
    font-weight:normal;
    font-size:1.1em;
    white-space:normal;
}
#page_table {
    margin:0px;padding:0px;width:100%;height:100%;
}
.page_table-title {
    height:137px;
    vertical-align:top;
}
.page_table-title .university {
    background-color:#004735;
    text-transform:uppercase;
    padding:10px 0 10px 20px;
    color: #efefef;
    font-weight:700;
}
.page_table-title .department {
    font-size:230%;
    background-color: white;
    padding:30px 0 30px 20px;
    font-weight:700;
    color:#004735;
}
.department a:visited, .department a:hover, .department a:link {
    color:#004735;
}
.page_table-title .languages {
    position:absolute;top:115px;right:15px;z-index:2;font-size:12px;color:#3f3f3f;
    font-family: 'Oxygen', serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.page_table-title #search {
    position:absolute;top:25px;right:15px;z-index:2;
    background-color:#3c3c3c;
    color:white;
    border: none;
    padding:5px;
}
.page_table-title .login {
    position:absolute;top:82px;right:15px;z-index:2;width;200px;text-align:right;
}
.page_table-main_page {
}
#footer-wrapper {
    margin-top: 20px;
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 15px solid #ffab0d;
    background-color: #004735;
    color: #efefef;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#main_page {
    width:100%;
    height:100%;
    background-color:#ffffff;
}
#main_page .menuframe {
    width:240px;
    vertical-align:top;
}
#main_page .mainframe {
    padding-top:30px;
    padding-left:25px;
    vertical-align:top;
}
div.menu {
}
table.menu {
    margin-bottom:6px;
    margin-top:30px;
    margin-right:0px;
    -moz-border-radius-topright:20px;
    -webkit-border-top-right-radius:20px;
    border-top-right-radius:20px;
    text-shadow: 0px 0px 2px #111111;
    width:100%;
    background-color:#004735;
}
.menu .mtd1 {
    background-color:#878787;
}
.menu .mtd2 {
    padding-bottom:5px;
    padding-top:5px;
    padding-left:12px
}
a.mlink {
    text-decoration:none;
    color:#efefef;
    padding-right:10px;
    font-size:16px;
}
.menu td {
    font-weight:bold;
}
.loginbox {
    margin-bottom:6px;
    margin-right:0px;
    -moz-border-radius-bottomright:20px;
    -webkit-border-bottom-right-radius:20px;
    border-bottom-right-radius:20px;
    text-shadow: 0px 0px 2px #111111;
    width:240px;
    background-color:#004735;
    padding:10px 0 10px 12px;
    font-size:16px;
    color:#efefef;
    text-shadow: 0px 0px 2px #111111;
    font-family: serif;
    font-weight:700;
}
div.loginbox a {
    color: #2CD7EC;
    cursor:pointer;
}
.loginbox td {
    color:#efefef;
}
.sml {
    list-style-type:none;
    padding-left:10px;
    line-height:2em;
}
.sml a {
    font-size:13px;
    text-decoration:none;
    color:#efefef;
}
/*szakdolgozat jelentkezes*/
.nemkotelezo {
    background-color:#4e4e4e;
}
.news-title {
    position:relative;
    margin-left:30px;margin-right:10px;
    font-size:19px;font-weight:bold;font-family:arial;font-variant:small-caps;
    color:transparent;
    padding:20px 20px 15px 20px;
}
.news-title-bg {
    top:0;left:0;right:0px;bottom:0px;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity:50);
    border-top-left-radius:3px;
    border-top-right-radius:10px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border:1px solid #666;
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow:    4px 4px 5px rgba(0, 0, 0, 0.8);
    box-shadow:         4px 4px 5px rgba(0, 0, 0, 0.8);
    position:absolute;
    z-index:1
}
.news-title-text {
    position:absolute;
    z-index:2;
    top:0;left:0;right:0px;bottom:0px;
    font-size:19px;font-weight:bold;font-family:arial;font-variant:small-caps;
    color:#444;
    padding:20px 20px 15px 20px;
   text-shadow: 0px 0px 1px #eee;
}
.news-title-signature {
    padding:15px 15px 0 35px;margin:0 0 60px 0;
}
.news-title-signature div {
    text-align:right;font-size:10px;font-style:italic;
}
.editbox-form {
    position:absolute;z-index:3;right:10px;bottom:15px;margin:0;
}
.kurzus-nav {
 text-align:center;
 font-size:1.5em;
 color:#3f3f3f;
 background-color:#cacaca;
 border:1px solid #666;
 font-variant:small-caps;
 width:100%;
}
.facsebuk {
    padding:2px;
    text-align:center;
    position:relative;
}
.toFocus {
    position:absolute;
    z-index:99;
}
.ftd {
    width:200px;
    padding-bottom:30px;
    vertical-align:top;
    text-align:center;
    height:190px
}
.ftd-hover {
    padding-bottom:0px !important;
}
.ftext {
    max-width:200px;
}
.ftext-hover {
    position:absolute;

}
.toa {
    display:block;
}
.te_id{
    font-weight:normal;
    color:white !important;
}
.mboxtable {
}
.mboxtable td {
    max-width: 230px;
    overflow: hidden;
    padding-bottom:0.5em;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newsdiv {
    position:absolute;top:20px;left:30px;z-index:10;
    padding:10px;
    background-color:gray;
    border:1px solid black;
    box-shadow:2px 5px 5px black;
    display:none;
}
.publication-title {}
.publication-journal {
    font-style: italic;
}
.publication-year {}
.publication-author {
    font-variant:small-caps;
}
.publication {
    line-height:150%;
}
.seminarlist-td {
    font-size:130%;vertical-align:top
}
.seminarlist-date {
    color:#25807B
}
.seminarlist-text{
    font-size:130%;position:relative
}
.seminarlist-td-video {
    padding-bottom:10px
}
