
@charset "utf-8";

html {
	height:100% !important;
}
/*
body {
	font-family:SegoeUI, Verdana;
	font-size:13px;
	color:#212121;
    text-align: justify;
    background-color: #DDDDDD;
    background-image: url(../img/bg-gray.png);
	font-weight:normal;	
	margin:0;
	height:100%;
    line-height: 20px;
}
*/
.clearFix {
    clear: both;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
p {
    margin-top: 5px;
    margin-bottom: 5px;
}
a:link {
	text-decoration:none;
	color:#0E5897;
}
a:visited {
	text-decoration:none;
	color:#0E5897;
}
a:hover {
	text-decoration:underline;
}
#browserError {
    display: none;
    text-align: left;
    background-color: red;
    padding: 10px 0;
    width: 100%;
    font-size: 25px;
    font-weight: normal;
    font-family: SegoeUI-Bold;
    color: white;
}
a#browserErrorShowMore {
    color: white;
    font-size: 15px;
    margin-top: 7px;
    display: block;
    outline: none;
}
.browserErrorMoreInfo table a {
    color: white;
    outline: none;
}
.browserErrorMoreInfo {
    width: 800px;
    margin: auto;
    font-weight: normal;
    font-family: SegoeUI-Bold;
    text-align: justify;
    font-size: 13px;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid white;
}
.yourBrowser {
    text-align: center;
    font-size: 19px;
    margin: 7px 0 7px 0;
}
#allContentContainer {
	min-width: 1250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px auto;	
}
#container {
	margin-left:250px; /* "left col" width */ 
	margin-right:250px; /* "right col" width */	
    z-index: 50;
}
#leftCol {
	margin-left:-250px; /* "left col" width */
	/*width:250px;*/
	float: left;
    z-index: 2;
}
#rightCol {
	margin-right:-250px; /* "right col" width */
	float: left;
    z-index: 3;
}
#mainContent {
	width:100%;
	float: left;	
}
/*
#footer {
	height: 80px;
	clear: both;	
	position: relative;	
	width: 100%;
	margin-top:20px;
	text-align: center;
	background-image: url(../img/footer_loop.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #EEE;
	font-size: 10px;
}
#footer a.footerLink:link,
#footer a.footerLink:visited
{
    color: #EEE;
}
.fillSpace{
   height: 100px;
   clear: both;
}
*/
#info_bar {
    /*line-height: 28px;*/
    background-color: #2D2D2D;
    height: 30px;
    z-index: 100;
    position:relative;
    box-shadow: #000000 0 0 7px;
    -webkit-box-shadow: #000000 0 0 7px;
    -moz-box-shadow: #000000 0 0 7px;
}
.info_bar_menu {
    float: left;
    margin-left: 5px;
    line-height: 28px;
}

.info_bar_item {
    font-weight: normal;
    float: left;
    font-size: 12px;
    color: #EEEEEE; 
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 30px;
}
.info_bar_menu_item {
    font-weight: normal;
    float: left;
    color: #DDDDDD; 
    cursor: pointer;
	margin-left: 0px;
    margin-right: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.info_bar_menu_item:hover {
    color: #DDDDDD;
    background-color: #4C4C4C;
}
.info_bar_sep {
    float: left;
    width: 1px;
    height: 24px;
    margin-top: 3px;
    background-image: url(../img/infobar_sep.png);
    background-repeat: no-repeat;
}
#info_bar_logout {
    float: right;
    margin-right: 0px;
    color: #EEEEEE;
    font-weight: bold;
}
#info_bar_logout_admin {
    float: left;
    background-image: url(../img/infobar_logout_btn.png);
    background-repeat: no-repeat;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;   
}
#info_bar_login_name {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 30px;    
}
#info_bar_messages {
    float: left;
    line-height: 30px;
    cursor: pointer;   
}
#info_bar_messages a:link, #info_bar_messages a:visited, #info_bar_messages a:hover {
    color: #EEEEEE;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 7px;
    background: none;
}
#showSettingsTrigger {
    cursor: pointer;
    padding-left: 5px;
    float: left;
}
#showSettingsTrigger:hover, #info_bar_messages:hover {
    background-color: #4C4C4C;
}
#user_acc_setup {
    position: absolute;
    display: none;
    width: 185px;
    color: #EEEEEE;
    background-color: #2D2D2D;
    padding: 3px;
    right: 30px;
    z-index: 400;
    top:28px;
    box-shadow: #141414 0 4px 4px -2px;
    -webkit-box-shadow: #141414 0 4px 4px -2px;
    -moz-box-shadow: #141414 0 4px 4px -2px;     
    border-radius: 0 0 6px 6px;
    -webkit-border-radius:  0 0 6px 6px;
    -moz-border-radius:  0 0 6px 6px;
}
#user_acc_setup a {
    padding: 1px;
    margin: 2px;
    line-height: 25px;
    display: block;
    color: #DDDDDD;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#user_acc_setup a:hover {    
    background-color: #4C4C4C;
}
#user_acc_setup a img {
    padding-right: 11px;
    padding-left: 6px;
    padding-bottom: 5px;
    vertical-align: middle;
    border: 0;
}
#info_bar_search {
    width: 140px;
    margin-top: 2px;
    
	font-size:12px;
    padding: 2px 6px;
}


/*
#header_admin {
    background-image: url(../img/header_loop.png);
    background-repeat: repeat-x;
    height: 75px;
    background-position: bottom;
    z-index: 1;
    margin-bottom: 1px;
    box-shadow: #000000 0 1px 10px;
    -webkit-box-shadow: #000000 0 1px 10px;
    -moz-box-shadow: #000000 0 1px 10px;
    position: relative;
}

#headerPageTitleContainer {
    position: absolute;
    left: 2px;
    top: 2px;
}
#headerPageLogo {
    float: left;
    background-image: url(../img/me_logo_small.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin-top: 3px;
    margin-left: 10px;
}
#headerPageTitle {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    color: #FAFAFA;
    text-shadow: #454545 1px 2px 2px;
    filter: glow(color=#ffff00,strength=3);
    filter: dropshadow(color=#454545,offX=1,offY=1);
}
#headerPageTitleHeading {
    font-size: 23px;
    font-family: SegoeUI-SemiBold;
}
#headerPageTitleSubHeading {
    padding-top: 4px;
}
#header_admin ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;   
}
#header_admin ul li a {
    color: #FAFAFA;
    text-decoration: none;
}
#header_admin ul li a div {
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    overflow: hidden;
    border: 0;
}
#header_admin ul li a img {
    display: block;
    margin: 0 auto;
    padding-bottom: 0px;
    overflow: hidden;
    border: 0;
}
#header_admin ul li {
    float: left;
    cursor: pointer;
    text-align: center;   
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;
    color: #fafafa;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    font-size: 11px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#header_admin ul li:hover {
    float: left;
    cursor: pointer;
    text-align: center;
    background-image: url(../img/header_menu_item_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    color: #fafafa;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    
    box-shadow: #083F6A 0 0px 4px;
    -webkit-box-shadow: #083F6A 0 0px 4px;
    -moz-box-shadow: #083F6A 0 0px 4px;
    border: 1px solid #4499da;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#toggleHeader {
    display: block;
    width: 126px;    
    margin: auto;    
    padding-bottom: 1px;
    padding-top: 3px;    
}
#toggleHeader:hover {
    cursor: pointer;
}
#toggleHeader div.up {
    background-image: url(../img/toggle_header_up.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 10px;   
    width: 126px;
}
#toggleHeader div.down {
    background-image: url(../img/toggle_header_down.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 10px;   
    width: 126px;
}
#header {
    background-image: url(../img/header_loop.png);
    background-repeat: repeat-x;
    height: 134px;
    background-position: bottom;    
}
*/
.catcher {
    width: 5px;
    height: 1px;
}
#sidebar {
    width: 235px;
    float: left;
    display: block;
        
}
#show_sidebar {
    width: 30px;
    height: 105px;
    background-image: url(../img/menu_show_btn.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 3px;
    cursor: pointer;
    display: none;
}

#main_content {
    padding-top: 0px;
    padding-left: 20px;       
    text-align: justify;           
}
#header_logo {
    background-image: url(../img/header_logo.png);
    background-repeat: no-repeat;
    width: 215px;
    height: 72px;
    float: left;
    margin-left: 25px;
    margin-top: 20px;
}
#header_logout {
    background-image: url(../img/header_logout_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #44a0e5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #086aaa;    
    width: 235px;
    height: 86px;
    float: right;
    margin-right: 25px;
    margin-top: 17px;
    line-height: 16px;
}
#login_user_icon {
    width: 35px;
    height: 50px;
    background-image: url(../img/header_logout_user_icon.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 14px;
    margin-left: 14px;
}
#login_name {
    color: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 60px;
    text-align: left;
}
#login_alt_text {
    color: #d0d0d0;
    font-size: 11px;
    font-style: italic;
    padding-left: 60px;
}
#logout_btn {
    background-image: url(../img/header_logout_btn.png);
    background-repeat: no-repeat;    
    width: 18px;
    height: 19px;
    max-height: 19px;    
    margin-top: 10px;
    margin-left: 210px;
    cursor: pointer;
}

/*
#menu_head {    
    height: 32px;
    background-image: url(../img/menu_head_loop.png);
    background-repeat: repeat-x;
    border-right: 1px solid #919191;
}
#menu_title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    float: left;
    padding-left: 14px;
    padding-top: 6px;
}
#menu_hide {
    width: 30px;
    height: 25px;
    background-image: url(../img/menu_hide_btn.png);
    background-repeat: no-repeat;
    float: right;
    margin-top: 4px;
    cursor: pointer;
}
#menu_main {
    
}
#menu_main ul.main_menu_items {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #919191;
    border-bottom: 1px solid #919191;
	font-size: 12px;
}
#menu_main ul.almenu {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    
}
#menu_main li {
    line-height: 29px;
    
}
#menu_main li img {
    padding-right: 10px;
    padding-bottom: 5px;
    vertical-align: middle;
    border: 0px;
    
}
#menu_main li.menu_sep {
    line-height: 25px;
    background-color: #7b7b7b;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

#menu_main li a.menupont, a.non-active, a.active {
    background: url(../img/menu_item_bg.png) repeat-x scroll 0 0 transparent;
    display: block;
    text-decoration: none;
    color: #363636;
    cursor: pointer;
    padding-left: 7px;
}
#menu_main li a.menupont:hover, a.non-active:hover, a.active:hover {
    background: url(../img/menu_item_bg.png) repeat-x scroll 0 -39px transparent;
    text-decoration: none;
    cursor: pointer;
    color: #FFFFFF;    
}

#menu_main a.almenupont {
    background-color: #324452;
    display: block;
    text-decoration: none;
    color: #CCCCCC;
    cursor: pointer;
    padding-left: 7px;
    border-top: 1px solid #919191;
}
#menu_main a.almenupont:hover {
    background-color: #284860;
    display: block;
    text-decoration: none;
    color: #CCCCCC;
    cursor: pointer;
    padding-left: 7px;
}
span.menu_more_icon_plus {
    background: url(../img/form_plus.png) no-repeat 0 0 transparent;    
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    display: block;
}
span.menu_more_icon_minus {
    background: url(../img/form_minus.png) no-repeat 0 0 transparent;
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    display: none;
}
#menu_bottom {
    background-color: #444444;
    height: 3px;
    width: 100%;
}
*/
/*
.form_box_full {
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: white;
    width: 100%;
    margin-top: 10px;
}
.form_box_350 {
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: white;
    width: 350px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: left;
}
.form_box_header_gray {    
    background: #454B50 url(../img/form_box_header_grey.png) repeat-x;
    background-position: top;   
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;   
    margin: -1px -1px 0 -1px;
    padding: 0px 0px 0px 10px;
    line-height: 32px;
    cursor: pointer;
}

.form_box_700 { 
    
	box-shadow: 0 4px 2px -2px #A5A5A5;
    -webkit-box-shadow: 0 4px 2px -2px #A5A5A5;
    -moz-box-shadow: 0 4px 2px -2px #A5A5A5;
    
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: white;
    width: 750px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_box_header_blue {    
    background: #0F518E url(../img/form_box_header_blue.png) repeat-x;
    border-top: 1px solid #0A81D0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;    
    margin: -1px -1px 0 -1px;
    padding: 7px 0 9px 20px;
    line-height: 28px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}
.form_box_header_blues {    
    background: #0F518E url(../img/form_box_header_blue.png) repeat-x;
    border-top: 1px solid #0A81D0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;    
    margin: -1px -1px 0 -1px;
    padding: 7px 0 9px 20px;
    line-height: 28px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}
.form_box_title {
    color: #FFFFFF;
    font-family: SegoeUI-Bold;
    font-size: 18px;
    float: left;
    width: 690px;
}
.form_box_title > span { float: right;}
div.form_box_header_blue a {
    color: #FFFFFF;
    background-color: #479cd3;
    font-weight: bold;
    font-size: 11px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;    
    margin-right: 5px;
    margin-bottom: 0px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    position: relative;
    top: 9px;
    text-decoration: none;
}
div.form_box_header_blue a:hover {
    color: #0F518E;
    background-color: #FFFFFF;
}
.form_box_header_blue a.form_tab_active {
    color: #0F518E;
    background-color: #FFFFFF;        
}
.all_content {
    display: block;
}
.form_box_title_350, .subFormBoxTitle {
    color: #FFFFFF;
    font-family: SegoeUI-Bold;
    font-size: 13px;
    float: left;
}
.form_box_content_350 {
    padding: 5px;
    font-size: 12px;
}
.form_box_content {
    padding-bottom: 10px;
}
.table_default_container {
    padding: 3px;
}
.formItemWrapper {
    clear: both;    
    padding: 5px 11px 5px 15px;
}
.form_box_content_350 .formItemWrapper {
    padding: 3px 7px 5px 7px;
}
.formItemInfo {
    padding: 0 7px 5px 62px;
    margin: 8px 0 8px 10px;
    background-image: url(../img/form_box_350_bg_icon_info.png);
    background-repeat: no-repeat;
    background-position: top left;   
}
.formItemSuccess {
    padding: 0 7px 5px 62px;
    margin: 8px 0 8px 10px;
    background-image: url(../img/form_box_350_bg_icon_success.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.formItemError {
    padding: 0 7px 5px 62px;
    margin: 8px 0 8px 10px;
    background-image: url(../img/form_box_350_bg_icon_error.png);
    background-repeat: no-repeat;
    background-position: top left;   
}
.formItemError ul, .formItemInfo ul, .formItemSuccess ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    padding-left: 18px;
    margin-top: 3px;
}
.formItemError ul li {
    color: red;
}
.form_item {
    clear: both;    
    padding: 6px 15px 6px 15px;
}
.formItemWrapperTitle {
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    background-color: #F2F2F2;
    clear: both;
    padding: 0 15px 0 15px;
    line-height: 25px;
    text-align: left;
}
.form_notif {
    text-align: justify;
    line-height: 17px;
    font-size: 12px;
    padding: 6px 15px 6px 10px;
    margin-bottom: 12px;
    margin-top: 12px;
    clear: both;
    border-left: 5px solid gray;
}
.formItemLeft {
    float: left;
    width: 310px;
    line-height: 31px;
	font-size: 12px;
}
.formItemRight {
    margin-left: 328px;
	font-size: 12px;
}
.formItemRight input {
    width: 294px;
}
.formItemRight textarea {
    min-width: 295px;
    max-width: 295px;
    min-height: 160px;
    max-height: 250px;
}
.formCheckboxLeft {
    float: left;
    width: 310px;
    font-size: 12px;
    vertical-align: bottom;
}
.formCheckboxRight {
    margin-left: 328px;
    font-size: 12px;
    vertical-align: bottom;
}
.formInput {
    width: 300px;
}
.form_box_left {
    float: left;
    width: 330px;
    text-align: left;
    line-height: 25px;
    font-size: 11px;
}
.form_box_right {
    float: left;
    width: 360px;
}
.form_box_right input {
    width: 300px;
}
.form_box_right select {
    width: 305px;
}
.form_box_right textarea {
    width: 300px;
    max-width: 300px;
    height: 160px;
    margin-bottom: 10px;
}
textarea#feltetelek {
    width: 680px;
    height: 300px;
    font-size: 12px;
}
textarea#igenylesIndoklas {
    width: 680px;
    height: 150px;
    font-size: 12px;
}
#palyazatPages {
    display: none;    
    
}
#formPagesStepsContainer {
    width: 700px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.wizardNum {
    float: left;
    font-size: 17px;
    text-align: center;
    width: 40px;
    font-weight: bold;
    padding-top: 10px;
}
.wizardName {
    float: left;
    width: 90px;
    font-size: 13px;    
    padding-top: 1px;
}
.wizardGood {
    background-image: url("../img/not_succes_icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    padding-right: 5px;
    margin-top: 23px;
    display: none;
}
.wizardWrong {
    background-image: url("../img/not_error_icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    padding-right: 5px;
    margin-top: 23px;
    display: none;
}
.wizardGoodFinal {
    background-image: url("../img/not_succes_icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    padding-right: 5px;
    margin-top: 23px;
    display: none;
}
.wizardWrongFinal {
    background-image: url("../img/not_error_icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    padding-right: 5px;
    margin-top: 23px;
    display: none;
}
#palyazatFeltnonek {
    display: block;
    
}
#palyazatContent01 {
    display: block;
}
#palyazatContent02, #palyazatContent03, #palyazatContent04 {
    display: none;
}
a.ShowPalyazatContent:link, a.ShowPalyazatContent:visited {
    color: #313131;
    text-decoration: none;
    cursor: pointer;
    display: block;    
    float: left;
    width: 165px;
    height: 43px;
    text-align: center;
    border: 1px solid #999;
    border-bottom: 3px solid #999;
    background-image: url("../img/wizardSteps_bg.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    margin-left: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
a.ShowPalyazatContent:hover{
    border-bottom: 3px solid #2C75B3;
}
a.finalStep:link, a.finalStep:visited {
    color: #313131;
    text-decoration: none;
    cursor: pointer;
    display: block;    
    float: left;
    width: 165px;
    height: 43px;
    text-align: center;
    border: 1px solid #999;
    border-bottom: 3px solid #999;
    background-image: url("../img/wizardSteps_bg.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    margin-left: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
a.finalStep:hover{
    border-bottom: 3px solid #2C75B3;
}
a.SPCActive:link, a.SPCActive:visited, a.SPCActive:hover{
    font-weight: bold;
    border-bottom: 4px solid #2C75B3;
}
a.SPCGood:link, a.SPCGood:visited, a.SPCGood:hover{
    border-bottom: 3px solid green;
}
a.SPCWrong:link, a.SPCWrong:visited, a.SPCWrong:hover{
    border-bottom: 3px solid red;
}

.form_separator {
    width: 100%;
    clear: both;
    height: 15px;    
    margin-bottom: 15px;
    border-bottom: 1px dashed #919191;
}
.form_separator p {
    
}
.formItemWrapperNavButtons {
    clear: both;
    padding: 10px 15px 5px 15px;
    border-top: 1px dashed #999;
    margin-top: 15px;
}
.formItemWrapperNavButtonsTop {
    clear: both;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px dashed #999;    
}
.formNavLeft {
    float: left;
}
.formNavRight {
    float: right;
}
.form_content_show, .subFormBoxShow {
    display: none;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    margin-right: 12px;
    margin-left: 5px;
    background-image: url(../img/form_plus.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}
.subFormBoxShow {
    display: block;
    margin-top: 9px;
}
.form_content_hide, .subFormBoxHide {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    margin-right: 12px;
    margin-left: 5px;
    background-image: url(../img/form_minus.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}
.subFormBoxHide {
    display: none;
    margin-top: 9px;
}
.form_content_show_350 {
    display: none;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    margin-right: 12px;
    margin-left: 8px;
    background-image: url(../img/form_plus.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}
.form_content_hide_350 {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    margin-right: 12px;
    margin-left: 8px;
    background-image: url(../img/form_minus.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}
*/

/*
.not_error {    
    border: 1px solid #F3ABAB;
    background: #F9C9C9 url(../img/not_error_bg.png) repeat-x;
    color: #8D0D0D;
    
    box-shadow: #aaa 0 0 10px;
    -webkit-box-shadow: #aaa 0 0 10px;
    -moz-box-shadow: #aaa 0 0 10px;
    
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;    
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
.not_error p {
    background: url(../img/not_error_icon.png) 0 50% no-repeat;
    padding-left: 25px;
    margin: 13px;
}
.not_succes {
    border: 1px solid #A6D877;
    background: #D2ECBA url(../img/not_succes_bg.png) repeat-x;
    color: #336801;
    
    box-shadow: #aaa 0 0 10px;
    -webkit-box-shadow: #aaa 0 0 10px;
    -moz-box-shadow: #aaa 0 0 10px;
    
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;    
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.not_succes p {
    background: url(../img/not_succes_icon.png) 0 50% no-repeat;
    padding-left: 25px;
    margin: 13px;
}
.not_info {
    border: 1px solid #9FD1F5;
    background: #C3E6FF url(../img/not_info_bg.png) repeat-x;
    color: #005898;
    
    box-shadow: #aaa 0 0 10px;
    -webkit-box-shadow: #aaa 0 0 10px;
    -moz-box-shadow: #aaa 0 0 10px;
    
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;    
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;    
}
.not_info p {
    background: url(../img/not_info_icon.png) 0 50% no-repeat;
    padding-left: 25px;
    margin: 13px;
}
span.not_close {
    float: right;
    font-weight: bold;
    cursor: pointer;
}
#navbarContainer {
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
}
#navbar_container {
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
}
*/

/*
#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('../img/bc_bg.gif'); 
    background-repeat:repeat-x;
	height:30px;
    line-height:30px;
    color:#333333;
   
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}
#breadcrumb li i {
    display: none;
}
#breadcrumb a {
	display:inline-block;
    background-image:url('../img/bc_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
	outline:none;
}

.home {
    border:none;
    margin: 7px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}
*/

/*
.info_box_220 {
  
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #F8F8F8;
    width: 220px;
    margin-bottom: 12px;
    margin-left: 15px;
    opacity: 1;
    display: block;
}

.info_box_header {    
    background-color: #999;    
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    position: relative;
    margin: -1px -1px 0 -1px;
    padding: 0px 0px 0px 10px;
    line-height: 26px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}
#infoBoxHider {
    width: 222px;
    height: 32px;
    background-image:url('../img/info_box_hide_bg.png'); 
    background-repeat:no-repeat; 
    background-position:left;
    margin-bottom: 12px;
    margin-left: 15px;
}
.infoBoxHiderTitle {
    float: right;
    padding-right: 14px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding-top: 6px;
}
.info_box_hide {    
    width: 30px;
    height: 27px;
    background-image: url(../img/info_box_hide_btn.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 4px;
    cursor: pointer;
}
.info_box_title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    float: left;
}
.info_box_title p{
    margin: 0;
}
.info_box_content {
    padding: 7px;
    font-size: 12px;
    text-align: left;
}
.info_box_content ul {
	list-style: disc;
    padding-left: 18px;
    margin-top: 3px;
}
.info_box_content ul li span{
    font-weight: normal;
    font-size: 12px;
    color: #212121;
}
.info_box_content span.title {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}
.info_box_content p.alignCenter {
    text-align: center;
}

.info_box_content a {
    color: #07365B;
    font-size: 12px;
    font-weight: bold;
}
#show_info_box {    
    /*
    float: right;
    margin-left: 12px;
    width: 35px;
    * /
    width: 30px;
    height: 133px;
    background-image: url(../img/info_box_show_btn.png);
    background-repeat: no-repeat;
    float: right;
    margin-left: 20px;
    cursor: pointer;
    display: none;
}
*/
#menu {
    list-style-type:none; 
    margin:0px 0px 0px 0px;
    padding:0;
}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {color:#DDDDDD; display:block; padding-left: 7px; padding-right: 7px; line-height: 28px; cursor: pointer; z-index:100;}
#menu li span a {color:#DDDDDD; text-decoration: none; }
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin-top:28px; padding: 0; min-width: 200px;}
#menu dt {margin:0; float:left;}
#menu dd {
    display:none;
    border-bottom:1px solid #4C4C4C; 
    clear:left; 
    margin:0; 
    padding:0; 
    color: #fff; 
    text-align:left;
    box-shadow: #000000 0 0 10px;
    -webkit-box-shadow: #000000 0 0 10px;
    -moz-box-shadow: #000000 0 0 10px;
}

#menu dt a, #menu dt a:visited {display:block; color:#DDDDDD; text-decoration:none; line-height: 28px; padding-left: 7px; padding-right: 7px;}
#menu dd a, #menu dd a:visited {background:#2D2D2D; color:#DDDDDD; text-decoration:none; display:block; padding: 0px 10px;}

#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;} /* Ez jeleníti meg az almenüt hover esetén */
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #4C4C4C; color:#DDDDDD;}
#menu li span:hover {
    background: #4C4C4C;
    color:#DDDDDD;
    /*border-top: 2px solid #DD4B39;*/    
}
.ui-datepicker-trigger {
    padding-left: 3px;
    vertical-align: middle;
    padding-bottom: 3px;  
}

a.helpSwitch {
    background-color: #454545;
    padding: 7px;
    text-decoration: none;
}

.helpContent { width: 800px; margin: 20px 0 10px; }
.helpContent .viewport { width: 775px; height: 440px; overflow: hidden; position: relative; }
.helpContent .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.helpContent .scrollbar{ background: transparent url(../img/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
.helpContent .track { background: transparent url(../img/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
.helpContent .thumb { background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
.helpContent .thumb .end { background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.helpContent .disable { display: none; }

#helpContent1 {display: block; }
#helpContent2 {display: block; }
#helpContent3 {display: none; }
/*
#loadingBar1 {
    width: 225px;
    height: 40px;
    text-align: center;
    visibility: hidden;    
    background: #FFFFFF;
    padding: 2px;
    margin: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: #000000 0 0 3px;
    -webkit-box-shadow: #000000 0 0 3px;
    -moz-box-shadow: #000000 0 0 3px;
    position: fixed;
    top: 38px;
    left: 50%;
    margin-left: -114px;
    z-index: 1000;
}
#loadingBar1 span {
    font-weight: bold;
    font-size: 13px;
}
#loadingBar1Img {
    width: 220px;
    height: 19px;
    margin: auto;
    background: url(../img/ajax-loader4.gif);
}
#loadingCircle1 {
    width: 80px;
    height: 23px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background: #FFFFFF;
    padding: 2px;
    margin: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: #000000 0 0 3px;
    -webkit-box-shadow: #000000 0 0 3px;
    -moz-box-shadow: #000000 0 0 3px;
    position: fixed;
    top: 45px;
    left: 50%;
    margin-left: -41px;
    z-index: 600;
}
#loadingCircle1 span {
    font-weight: bold;
    font-size: 13px;
    float: left;
    padding-top: 1px;
    padding-left: 5px;
}
#loadingCircle1 img {
    vertical-align: middle;
    padding: 3px 4px 0 10px;
    
}
#loadingCircle2 {
    width: 80px;
    height: 23px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background: #FFFFFF;
    padding: 2px;
    margin: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: #000000 0 0 3px;
    -webkit-box-shadow: #000000 0 0 3px;
    -moz-box-shadow: #000000 0 0 3px;
    position: fixed;
    top: 45px;
    left: 50%;
    margin-left: -41px;
    z-index: 600;
}
#loadingCircle2 span {
    font-weight: bold;
    font-size: 13px;
    float: left;
    padding-top: 1px;
    padding-left: 5px;
}
#loadingCircle2 img {
    vertical-align: middle;
    padding: 3px 4px 0 10px;
    
}
#loadingCircle3 {
    width: 100px;
    height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background: #FFFFFF;
    padding: 2px;
    margin: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: #000000 0 0 3px;
    -webkit-box-shadow: #000000 0 0 3px;
    -moz-box-shadow: #000000 0 0 3px;
    position: fixed;
    top: 40px;
    left: 50%;
    margin-left: -51px;
    z-index: 600;
}
#loadingCircle3 span {
    font-weight: bold;
    font-size: 13px;
    float: left;
    padding-top: 7px;
    padding-left: 5px;
}
#loadingCircle3 img {
    vertical-align: middle;
    padding: 3px 4px 0 5px;
    
}
*/
/*
table.table_default {    
    font-size: 11px;
    background-color: #555555;    
    border-collapse: separate;
}
.smoothnessTheme table.table_default {    
    font-size: 11px;
    background-color: #D3D3D3;    
    border-collapse: separate;
}
table.table_default tr {    
    background-color: #FFFFFF;    
}

table.table_default td {
    padding: 3px 6px;
}
table.table_default th {
    padding: 3px 3px 3px 5px;
    background: #555 url(../img/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x;
    color: #EEEEEE;
    cursor: pointer;
}
div.table_default_header {
    font-size: 11px;
    line-height: 25px;
    color: #FFFFFF;
    background: #333 url(../img/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    text-align: left;
	font-family: SegoeUI-Bold;
}
.smoothnessTheme div.table_default_header {
    font-size: 12px;
    font-family: SegoeUI-Bold;
    line-height: 25px;
    color: #505050;
    border: 1px solid #AAA;
    background: #CCC url(../img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
div.table_header_search {
    float: left;
}
#table_search_field {
    width: 170px;
    background-color: #FFFFFF;
    
}
div.table_header_tools {
    float: right;
}
.excel_export {
    float: left;
}
.table_full_size {
    background: url(../img/table_full_size.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}
div.table_default_footer {    
    font-size: 11px;
    color: #FFFFFF;
    background: #333 url(../img/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x;
    padding: 5px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
.smoothnessTheme div.table_default_footer {    
    font-size: 11px;
    color: #505050;
    background: #CCC url(../img/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    padding: 5px;    
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border: 1px solid #AAA;
}
div.table_default_footer ul.chzn-results {
    color: #444;
}
div.table_footer_count {
    float: left;
    line-height: 23px;
}
.smoothnessTheme div.table_footer_count {
    float: left;
    line-height: 23px;
    font-family: SegoeUI-Bold;
}
div.table_footer_paginate {
    float: right;
}
a.table_paginate {
    font-weight: bold;
    background: #555 url(../img/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x;
    border: 1px solid #666;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: #000 0 0 2px;
    -webkit-box-shadow: #000 0 0 2px;
    -moz-box-shadow: #000 0 0 2px;
    padding: 1px 5px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    color: #CCC;
    outline: 0;
    text-decoration: none;
	margin-top: 2px;
}
.smoothnessTheme a.table_paginate {
    background: #555 url(../img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    box-shadow: #A5A5A5 0 0 2px;
    -webkit-box-shadow: #A5A5A5 0 0 2px;
    -moz-box-shadow: #A5A5A5 0 0 2px;
    border: 1px solid #A7A7A7;
    color: #6B6B6B;
}
a.table_paginate:hover {
    text-decoration: none;
    background-image: none;
    color: #4C4C4C;
    background-color: #DDD;    
}
.smoothnessTheme a.table_paginate:hover {
    text-decoration: none;
    background-image: none;
    color: #F7F7F7;
    background-color: #868686;
    border: 1px solid #646464;
}
a.table_paginate_active {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: #000 0 0 3px;
    -webkit-box-shadow: #000 0 0 3px;
    -moz-box-shadow: #000 0 0 3px;
    padding: 1px 5px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
    color: #4C4C4C;
    background-color: #DDD;
    border: 1px solid #999;
}
.smoothnessTheme a.table_paginate_active {
    box-shadow: #818181 0 0 2px;
    -webkit-box-shadow: #818181 0 0 2px;
    -moz-box-shadow: #818181 0 0 2px;
    padding: 1px 5px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
    color: #F7F7F7;
    background-color: #868686;
    border: 1px solid #646464;
}
div.table_sort_wrapper {
    position: relative;
    padding-right: 20px;
    text-align: left;
}
span.table_sort_icon_default {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    background-image: url(../img/ui-icons_cccccc_256x240.png);
    background-position: -128px 0;
    width: 16px;
    height: 16px;
}
.smoothnessTheme span.table_sort_icon_default {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    background-image: url(../img/ui-icons_888888_256x240.png);
    background-position: -128px 0;
    width: 16px;
    height: 16px;
}
span.table_sort_icon_desc {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    background-image: url(../img/ui-icons_cccccc_256x240.png);
    background-position: -64px -16px;
    width: 16px;
    height: 16px;
}
span.table_sort_icon_desc {
    background-image: url(../img/ui-icons_888888_256x240.png);
}
span.table_sort_icon_asc {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    background-image: url(../img/ui-icons_cccccc_256x240.png);
    background-position: 0 -16px;
    width: 16px;
    height: 16px;
}
.smoothnessTheme span.table_sort_icon_asc {
    background-image: url(../img/ui-icons_888888_256x240.png);
}
.smoothnessTheme table.table_default th {
    padding: 2px 0px 2px 6px;
    cursor: pointer;    
    //border: 1px solid #D3D3D3;
    background: #E6E6E6 url(../img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-family: SegoeUI-Bold;
    font-weight: normal;
    color: #555;
}
*/

/*
.newsBox {
    background-color: #F8F8F8;
    border-left: 5px solid #0e5897;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 14px;
    margin-bottom: 15px;	
}
.newsBox a:link, .newsBox a:visited {
    color: #0e5897;
    font-family: SegoeUI-Bold;
}
.newsBox a:hover {
    color: #0e5897;
    text-decoration: underline;
}
.newsBox ol#answers li {
    font-size: 17px;
    font-family: SegoeUI-Bold;
    margin-top: 22px;
}
.newsBox ol#answers li span{
    font-size: 13px;
    font-family: SegoeUI;
}
.newsBox ol#answers li div{
    font-size: 15px;
    font-family: SegoeUI-Bold;
}
.newsBox a.btn:hover {
    text-decoration: none;
}
.newsBoxTitle {
    font-family: SegoeUI-Bold;
    font-size: 25px;
    padding: 3px 8px 7px 0;
    border-bottom: 1px solid #dddddd;
    color: #0e5897;
}
.commentUser {
    font-family: SegoeUI-Bold;
    font-size: 18px;
    padding: 3px 3px 3px 0;
    border-bottom: 1px solid #dddddd;
    color: #0e5897;
}
.newsBoxDate {
    text-transform: uppercase;
    color: #666666;
    text-align: left;
    font-size: 11px;
	letter-spacing: 1px
}
.commentDate {
    text-transform: uppercase;
    color: #666666;
    text-align: left;
    font-size: 11px;
	letter-spacing: 1px
}
.newsBoxContent {
    padding: 10px 0 8px 0;
}
*/
.statusContent {
    display: inline-block;
}
/* --------------------------------------------  Jelszó erősség */
#passwordStrengthContainer {
    display: none;
}
#passwordStrength
{
	height:10px;
	display:block;
	float:left;
}

.strength0
{
	width:250px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	background:#399800;
	width:250px;
}
/* --------------------------------------------  Jelszó erősség - END */
.modalBoxBg {
	background: #666666 url(../img/modal_bg.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
	position: fixed; 
	height: 100%;
	width: 100%;		
	z-index: 500;
	display: none;
	top: 0;
	left: 0;
    
}
.modalContent {
	top: 200px; 
	left: 50%;
    display: none;
	margin-left: -250px;
	width: 500px;	
	position: absolute;
	z-index: 600;
}
/*
.loginBoxContent {
    width: 275px;
    margin: auto;
    margin-top: 5px;
    text-align: center;
}
.loginBoxContent img {
    margin-bottom: 10px;
}
.loginTitle {
    font-size: 13px;
    color: #585858;
    font-weight: bold;
}
.loginBoxItem {
	height: 34px;
}
.loginBoxItemName {
    float: left;
    text-align: right;
    width: 80px;
    font-size: 11px;
    line-height: 32px;
}
#loginNeptunkod {
    width: 150px;
}
#loginJelszo {
    width: 150px;
}
#loginBtn {
    margin-top: 10px;
}
.loginBoxBottom {
    border-top: 1px solid #c3c3c3;
    margin-top: 15px;
}
a.showLoginBoxHelp:link, a.showLoginBoxHelp:visited, a.showLoginBoxHelp:hover {
    float: left;
    font-size: 11px;
    color: #505050;
}
a.loginBoxContact:link, a.loginBoxContact:visited, a.loginBoxContact:hover {
    float: right;
    font-size: 11px;
    color: #505050;
}
#loginHiddenBtn {
    width: 1px;
    height: 1px;
    background: none;
    visibility: hidden;
    position: absolute;
}
*/
/*
.palyazatSuccess {display: none;}
.palyazatFail {display: block;}
/*#igazolasUploadBox {display: none;}*/
/*
#otherDocs {display: none;}
a.addInput {font-size: 10px; color: #0E5897;}
.uploadBoxNotif {
    line-height: 18px;
    font-size: 12px;
    padding: 0 0 0 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: 5px solid gray;
}
.uploadBoxName {
    font-size: 16px;
    font-family: SegoeUI-Bold;
    text-align: center;
    padding: 10px 0;
}
*/
/*
#modalBox {
    position: fixed; 
	height: 95%;
	width: 80%;		
	z-index: 900;
	display: none;
	top: 20px;
	left: 10%; 
    background-color: white;
    /*padding: 10px 5px 5px 5px;*//*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid white;
    box-shadow: 0 7px 5px -4px #5B5B5B;
    -webkit-box-shadow: 0 7px 5px -4px #5B5B5B;
    -moz-box-shadow: 0 7px 5px -4px #5B5B5B;
}
#modalBoxTop {
    width: 100%;
    height: 30px;
    background: #0F518E url(../img/form_box_header_blue.png) repeat-x;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    
}
.modalBoxTopTitle {
    line-height: 30px;
    font-family: SegoeUI-SemiBold;
    font-size: 13px;
    color: white;
    text-align: left;
    padding-left: 5px;
}
#modalBox .modalBoxClose, #documentUploadBox .modalBoxClose, .documentBox .modalBoxClose{
    font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
    text-decoration: none;
}
*/
/*
#uploadedDocsCtrls {
    text-align: center;
    border-bottom: 1px dashed #999;
    padding-bottom: 8px;
    margin-bottom: 5px;
    background-color: #F2F2F2;
}
.uploadedDocTitle {
    font-family: SegoeUI-Bold;
    font-size: 14px;
    padding: 6px 0;
    
}
#uploadedDocsContainer {
    height: 95%;
}
#uploadedDocsContainer img{
    max-width: 100%;
    height: 84%;
    display: block;
    margin: auto;
    outline: none;
    vertical-align: top;
}
.uploadedDocsPaginate {
    padding: 0 20px;
}
#documentUploadBox, .documentBox {
    position: fixed; 
	width: 930px;		
	z-index: 900;
	display: none;
	top: 45px;
    left: 50%;
	margin-left: -465px;
    background-color: white;
    padding: 10px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid white;
    box-shadow: 0 7px 5px -4px #5B5B5B;
    -webkit-box-shadow: 0 7px 5px -4px #5B5B5B;
    -moz-box-shadow: 0 7px 5px -4px #5B5B5B;
}
#documentUploadBoxContent, .boxContent {
    padding: 5px 10px;
    max-height: 90vh;
    overflow:auto;
}
#documentUploaderWrapper {
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
}
#guestLogin {
    cursor: pointer;
    padding-left: 5px;
    float: left;
}
#guestLogin:hover {
    background-color: #4C4C4C;
}
.loginBoxHelp {
    display: none;
    text-align: left;
    font-size: 11px;
    padding-top: 7px;
}
div.combolist {
    min-width: 300px;
    max-height: 200px;
    overflow: auto;
    z-index: 800;
    background-color: #FFFFFF;
    border: 1px solid #A0A0A0;
    cursor: pointer;	
	display: none;
    position: absolute;
    text-align: left;
    font-size: 12px;
}
div.combolist div {
    padding-left: 5px;
    padding-right: 5px;
}
.table_default .tableRowEllenorzott { background-color:#79C0F7; }
.table_default .tableRowElutasitott { background-color:#FFAAAA; }
.table_default .tableRowElfogadott, .table_default .tableRowFerohelySzabad, .table_default .tableRowHallgValasztottSzobat { background-color:#9BFF9B; }
.table_default .tableRowErvenytelen { background-color:#F0EC2D; }

.tableLink { font-weight: bold; }
*/
/*
.subFormBox {
    border: 1px solid #999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: white;
    width: 100%;
    margin-top: 10px;
}
.subFormBoxHeader {
    background: #454B50 url(../img/form_box_header_grey.png) repeat-x;
    background-position: top;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;   
    margin: -1px -1px 0 -1px;
    padding: 0px 0px 0px 10px;
    line-height: 32px;
    cursor: pointer;
}
.subFormBoxTable {
    font-size: 12px;
}
.subFormBoxTable input.pontszamitasRejtettMezo {
     width: 50px;
    text-align: center;
    background: none;
    border: none;
    color: #212121;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.subFormBoxTableHeader {
    background-color: #31618e;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.subFormBoxTableRowHeight {
    height: 37px;
}
.form_box_content.open {display: block;}
.form_box_content.closed {display: none;}
.subFormBoxTableItem {
    font-weight: bold;
    text-align: right;
    width: 270px;
    padding-right: 15px;
}
*/
.myNumber{float:left; text-align:right; border:none; outline:none }
.myContainer {float:right; width: 75px;}
.myContainer input{margin:0}
.myContainer a{display:block;width:20px;text-decoration:none;outline:none;overflow:hidden; }
.style1 input{width:41px;}
.style1 .btnInc{height:16px;background:url(../img/btnInc.png) no-repeat 0 0}
.style1 .btnDec{height:15px;background:url(../img/btnDec.png) no-repeat 0 0}
/*
#overlay {
	background: #666666 url(../img/modal_bg.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
	position: fixed; 
	height: 100%;
	width: 100%;		
	z-index: 500;
	visibility: hidden;
	top: 0;
	left: 0;
}
*/
.textBox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:300px;
    border: 1px #CCCCCC solid;
    padding: 3px;
    color: #555555;
    font-size:12px;
    background-color: #eeeeee;
}
.progressIndicator {
    width: 12px;
    height: 203px;
    background-image: url(../img/indicator_set.png);
    background-repeat: no-repeat;
    float: left;
    margin: 16px 7px 0 10px;
}
.state1 {background-position: 0px 0px;}
.state2 {background-position: -12px 0px;}
.state3 {background-position: -24px 0px;}
.state4 {background-position: -36px 0px;}
.state5 {background-position: -48px 0px;}

ul.progressStepsWrapper {float: left; padding: 0; margin: 0;}
ul.progressStepsWrapper li {list-style: none;}
.progressStepsBtn {
    width: 217px;
    height: 46px;
    background-image: url(../img/progressStepsBg.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 1px 0 1px 0;
    display: block;
}
.stepClickable {background-position: 0px 0px;}
.stepActive {background-position: 0px -46px;}
.stepInactive {background-position: 0px -92px; cursor: not-allowed;}
ul.progressStepsWrapper a.progressStepsBtn {
    text-decoration: none;
}
.progressStepName {
    float: left;
    margin-top: 13px;
    margin-left: 10px;
    color: #FFF;
    font-family: SegoeUI-Bold;
    font-size: 13px;
}
div.selectedStepContainer {
    float: left;
    margin-left: 20px;
    margin-top: 8px;
}
#kollegiumiPalyazat {display: none; margin-left: 20px;}
#igazolasokFeltoltese {display: none; margin-left: 20px;}
#elbiralas {display: none; margin-left: 20px;}
#eredmenyhirdetes {display: none; margin-left: 20px;}
#szobajelentkezes {display: none; margin-left: 20px;}
.allSteps {display:none;}
div.selectedStepContainer .selected {display: block;}

.form_box_350 .form_box_header_blue {
    background: #0F518E url(../img/form_box_header_blue.png) repeat-x;
    background-position: top;   
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;   
    margin: -1px -1px 0 -1px;
    padding: 0px 0px 0px 10px;
    line-height: 32px;
    cursor: pointer;    
    border-top: none;    
}
.formItemRight textarea#elbiraloi_megjegyzes {
    float: right;
    min-height: 127px;
    max-height: 127px;
    min-width: 85%;
    max-width: 85%;
}
.tableTooltip {
    position: absolute;
    font-size: 12px;
    background-color: #FFF;
    border: 2px solid #0E5897;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-align: left;
    padding: 6px;
    width: 340px;
    margin-left: 55px;
    margin-top: 5px;
    display: none;
    z-index: 900;
}
/*
input[type=text], input[type=password], textarea {
    outline: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(213, 213, 213, 1);
    -webkit-box-shadow: inset 0 1px 2px rgba(213, 213, 213, 1);
    -moz-box-shadow: inset 0 1px 2px rgba(213, 213, 213, 1);
    padding: 4px 6px;
    font-size: 12px;
    font-family: SegoeUI, Verdana;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input.datepicker {width: 70px;}
input.inputNumber {text-align: right;}
input.size50 {width: 50px;}
input.size80 {width: 80px;}
input.size120 {width: 120px;}
input.size180 {width: 180px;}
*/
table.tableUpload {
    border-collapse: collapse;
    border-spacing: 0;
    width: 98%;
    font-size: 12px;
}
table.tableUpload td{
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
.fade {
    opacity:0;
    -webkit-transition:opacity 0.15s linear;
    -moz-transition:opacity 0.15s linear;
    -o-transition:opacity 0.15s linear;
    transition:opacity 0.15s linear;
}
.fade.in{opacity:1;}

@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}
.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#ffffff;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(to bottom, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15),inset 0 -1px 0 rgba(0, 0, 0, 0.15);}
.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);}
.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(to bottom, #62c462, #57a957);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);}
.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);}
.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);}
.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}

table.tableUpload td.size {width: 120px;}
table.tableUpload td.delete {text-align: right;}
table.tableUpload td.preview {width: 90px;}

.files .progress {width: 160px;}
::-ms-clear {display:none;}

.countSelectWrapper{
    float: left;
    height: 30px;
    margin-right: 6px;
}
.countSelectText {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}
/*
.searchWrapper {
    margin: 10px 0 10px 0;
}
.searchWrapper input{
    padding: 6px;
    font-size: 18px;
    width: 280px;
}
.searchWrapper i{
    color: #AFAFAF;
    font-size: 11px;
    padding-left: 3px;
}
table.searchableTable {
    border-collapse: collapse;
    width: 100%;
}
table.searchableTable th {
    font-weight: normal;
    font-family: SegoeUI-Bold;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    background-color: #0E5897;
    color: #FFF;
}
table.searchableTable td {
    vertical-align: top;
    border-top: 1px solid #CCCCCC;
    padding: 8px;
}
table.searchableTable tr:last-child td{
    border-bottom: 1px solid #CCCCCC;
}
table.searchableTable td.sugoFunkcioNev {
    font-family: SegoeUI-Bold;
    font-size: 13px;
    background-color: #EBEBEB;
    text-align: right;
}
table.searchableTable td img {
    border: 1px solid #CCC;
    padding: 2px;
}
*/
a.iconLink {
    display: inline-block;
    width: 200px;
    text-align: center;
}
a.iconLink.word .iconContainer {
    background-image: url(../img/word_icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
}
a.iconLink.excel .iconContainer {
    background-image: url(../img/excel_icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
}
a.iconLink.pdf .iconContainer {
    background-image: url(../img/pdf_icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
}
/*
a.sugoKep {
    display: block;
    margin: auto;
    width: 205px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sugoNormalFont {font-family: SegoeUI; font-weight: normal;}
.buttonSetTitle {font-size: 12px; padding-bottom: 5px; font-family: SegoeUI-Bold;}
*/
/*
.checkboxButton label {margin-bottom: 6px;}
.igazolasBox {
    background-color: #F8F8F8;
    border: 4px solid #999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}
.igazolasBox.ELF {border: 4px solid green;}
.igazolasBox.ELU {border: 4px solid red;}
#documentTools {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 4px;
    display: none;
}
span.igazolasElutasitasIndok {font-size: 12px; color: red;}
span.igazolasElutasitasMegjegyzes {font-size: 12px;}
span.igazolasStatuszELF {color: green; font-family: SegoeUI-Bold; padding-right: 10px;}
span.igazolasStatuszELU {color: red; font-family: SegoeUI-Bold; padding-right: 10px;}
a.elutasitasMegjMod {font-size: 12px; font-family: SegoeUI-Bold;}
label.checkboxLabel {                
    background-color: #3792C6;
    position: relative;
    z-index: 3;
    padding: 6px 7px;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: bold 12px 'Verdana', 'Arial', sans-serif;
    line-height: 30px;
}
label.checkboxLabel:hover {background-color: #61B7E7;}           
label.checkboxLabel input {position: absolute; visibility: hidden;}

.elutasitasIndoklasBox {
    position: absolute;
    font-size: 12px;
    background-color: #FFF;
    border: 2px solid #0E5897;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-align: left;
    padding: 1px;
    width: 340px;
    margin-left: -355px;
    margin-top: -115px;
    display: none;
	z-index: 900;
    box-shadow: #000 0 2px 10px;
    -webkit-box-shadow: #000 0 2px 10px;
    -moz-box-shadow: #000 0 2px 10px;
}
.elutasitasIndoklasBoxContent {
    padding: 5px;
}
.elutasitasIndoklasBoxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
    text-decoration: none;
}
textarea.elutasitasIndoklasBoxSzoveg { width: 312px; max-width: 312px; height: 50px; margin-bottom: 5px;}
div.table_default_header ul.chzn-results li {
    color: #505050;
}
div.table_default_header .chzn-container {
    width: 100%;
}
input.inputNoBorder {
    border: none;
    background: none;
    width: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #57C94C;
    text-align: center;
}
.subFormBoxTable input.myNumber {
    text-align: right;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 0;
    height: 29px;
    width: 48px;
    padding-right: 5px;
}
.subFormBoxTable input.myNumber {
    text-align: right;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 0;
    height: 29px;
    width: 48px;
    padding-right: 5px;
}

a.ShowKollegiumContent:link, a.ShowKollegiumContent:visited {
    color: #313131;
    text-decoration: none;
    cursor: pointer;
    display: block;    
    float: left;    
    height: 43px;
    text-align: center;
    border: 1px solid #999;
    border-bottom: 3px solid #999;
    background-image: url("../img/wizardSteps_bg.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    margin-left: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 0 18px;
}
a.ShowKollegiumContent:hover{
    border-bottom: 3px solid #2C75B3;
}
.kollegiumEpulet {
    font-size: 19px;    
    line-height: 40px;
}
a.KEActive:link, a.KEActive:visited, a.KEActive:hover{
    font-weight: bold;
    border-bottom: 4px solid #2C75B3;
}
.szobaValasztasAdatok {
    padding: 15px 10px 10px 10px;
}
#szobaAdatokWrapper {
    float: left;
    border-right: 1px solid #C3C3C3;
    padding-right: 20px;
}
#jelentkezesWrapper {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}
#bigIconWrapper {
    float: right;
}
.szobaAdatok {
    font-family: SegoeUI-Bold;
    font-size: 13px;
}
.szobaAdatok span {
    font-family: SegoeUI;
    font-weight: normal;
    font-size: 15px;
}
div.bigIconBed {
    height: 65px;
    width: 95px;
    background-image: url(../img/big_icons.png);
    background-repeat: no-repeat;
    float: left;
    background-position: 0 -410px
}
textarea#szobaJelentkezesUzenetBox {
    min-height: 100px;
    max-height: 170px;
}
#sendMessageWrapper {
    display: none;
}

.popUpTabContainer {
    text-align: right; position: absolute; top: 0px; right: 40px;
}
#modalBoxTop a.popUpTab {
    color: #FFFFFF;
    background-color: #479cd3;
    font-family: SegoeUI-Bold;
    font-size: 12px;
    padding: 2px 7px;    
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: relative;
    top: 7px;
    text-decoration: none;
    display: block;
    height: 19px;
    margin-right: 4px;
    float: left;
}
#modalBoxTop a.popUpTab:hover {
    color: #0F518E;
    background-color: #FFFFFF;
}
#modalBoxTop a.popUpTab.tabActive {
    color: #0F518E;
    background-color: #FFFFFF;  
}

.progressIndicator {
	display: none;
}

ul.progressStepsWrapper {
	margin-left: 30px;
	position: relative;
}

ul.progressStepsWrapper:after {
	content: '';
	display: block;
	background-color: white;
	width: 4px;
	bottom: 21px;
	top: 20px;
	position: absolute;
	left: -20px;
	border: 1px solid #C7C7C7;
}

ul.progressStepsWrapper a.progressStepsBtn:after {
	content: '';
	display: block;
	position: relative;
	width: 13px;
	height: 13px;
	background-color: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	left: -26px;
	top: 15px;
	z-index: 500;
	border: 2px solid #C7C7C7;
}
ul.progressStepsWrapper a.progressStepsBtn.stepClickable:after  {
	background-color: #69A846;
	border: 2px solid white;
	left: -26px;
}

*/