﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    background: #F3EFEE;
    color: #72665a;
}

a
{
    color: #830628;
    text-decoration: none;
}

.clear
{
    clear: both;
    font-size: 0px;
}

.FMAContainer
{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}

img 
{
    border: none;
    }

ul
{
    margin: 0;
    padding: 0;
}


strong 
{
    font-weight: bold !important;
    }

form
{
    margin: 0;
    padding: 0;
}

.roundedBox {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -op-border-radius: 2px;
    border-radius: 2px;
}

.bottomborder
{
    background: #e1eec3;
    border-bottom: solid 1px #c8df8e;
    height: 5px;
    font-size: 5px;
    line-height: 5px;
    width: 100%;
    margin-bottom: 15px;
}

h1
{
    font-family: Arial;
    color: #72665a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin: 3px 0px 5px;
}

h2
{
    font-family: Arial;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin: 1px 0px 10px;
}

h3
{
    color: #a2968a;
    font-weight: bold;
    margin: 0px;
    font-size: 12px;
}

p {
margin: 0;
}


.overlay
{
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.sendamessagePopUpLayer, .sendemailPopUpLayer
{
    clear: both !important;
    margin: 0 auto !important;
    background: #fff;
    z-index: 1001 !important;
    position: fixed;
    width: 460px;
    padding: 15px;
    top: 250px;
    float: none !important;
}
.sendemailPopUpLayer
{
    top: 200px;
}


.PopUpClose, .PopUpButtonRow
{
    text-align: right;
    cursor: pointer;
}

.sendamessagePopUpLayer .description, .sendemailPopUpLayer .description
{
    font-size: 10px;
    color: #a2968a;
    margin: 15px 0px;
    font-weight: bold;
}

.PopUpFormRow
{
    margin-bottom: 15px;
    padding: 0px 15px;
}

.PopUpFormRow .caption
{
    float: left;
    width: 100px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 3px;
}

.PopUpFormRow input, .PopUpFormRow textarea
{
    background: #fff;
    border: solid 1px #e8e5e2;
    font-size: 12px;
    padding: 2px;
    width: 300px;
    vertical-align: top;
}

.PopUpFormRow textarea
{
    height: 200px;
}

.PopUpSubmitInput
{
    background: url(../img/searchbutton_bg.png) repeat-x;
    color: #fff;
    border: none;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 9px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 40px;
    font-size: 10px;
}


.withtoolTip {
cursor: pointer;
position: relative;
font-weight: bold;
color: #830628;
}

.toolTip {
position: absolute;
top: 20px;
left: 0px;
z-index: 300;
width: 200px;
background: #fff;
border: solid 2px #666;
font-size: 10px;
font-weight: bold;
padding: 5px;
line-height: normal;
color: #72665a;
}

.shareBox {
padding: 5px;
background: #fff;
border: solid 2px #a2968a;
position: absolute;
top: 20px;
left: 0px;
z-index: 300;
}

.tooltiptop {
position: absolute;
top: -7px;
left: 10px;
}

.FMAContentBoxLeft {
float: left;
width: 235px;
margin-right: 20px;
}

.FMAContentBoxRight {
float: left;
width: 235px;
}

/* header */

.FMAHeader
{
    background: #830628 url(../img/header_bg.png) 75px top no-repeat;
    padding: 0px 15px;
}

.FMALogo
{
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.FMATopBox
{
    color:#FFFFFF;
    float:right;
    height:40px;
    padding:10px 0 7px 10px;
    width: 380px;
}

.FMATopBoxLeft
{
    float: left;
    margin-top:3px;
}

.TopMenu li
{
    float: left;
    margin-right: 5px;
    list-style-type: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
}

.TopMenu li a
{
    color: #fff;
    font-size: 11px;
}

.FMATopIcons
{
    clear: both;
    margin-top: 5px;
}

.FMATopIcons li
{
    float: left;
    margin-right: 5px;
    list-style-type: none;
}

.MNBQuickSearch
{
    float: right;
    text-align: right;
}

.MNBQuickSearchTextInput
{
    background: #fff;
    border: solid 1px #e8e5e2;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -op-border-bottom-left-radius: 2px;
    -op-border-radius-topleft: 2px;
    font-size: 12px;
    padding: 2px;
    width: 162px;
    vertical-align:top;
}

.MNBQuickSearchSubmit
{
    background: url(../img/searchbutton_bg.png) repeat-x;
    color: #fff;
    border: none;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 9px;
    margin-left: -3px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 11px;
}

.MNBQuickSearch br
{
    margin-bottom: 8px;
}

.MNBQuickSearch a
{
    color: #fff;
    font-size: 80%;
    clear: both;
    display: block;
}

.MNBQuickSearch a span
{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
/* menu */

.FMAMainMenu
{
    clear: both;
    background: url(../img/menu_bg.png) repeat-x;
    min-height: 29px;
    text-align: center;
    margin-bottom: 15px;
}

.FMAMainMenu li
{
    display:inline;
    line-height:28px;
    list-style-type:none;
    margin:0px 20px 0px;
}

.FMAMainMenu li.last
{
    margin-right: 4px;
}
.FMAMainMenu li.selected
{
    background: #fff;
    border: solid 1px #830628;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -op-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    margin: 1px 2px 0px;
    padding: 5px 16px 7px;
    position: relative;
}

.FMAMainMenu li.active
{
    background: #fff;
    border: solid 1px #830628;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -op-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    margin: 1px 2px 0px;
    padding: 5px 16px 10px;
    position: relative;
}



.FMAMainMenu li a
{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
}

.FMAMainMenu li.active a, .FMAMainMenu li.selected a
{
    color: #666;
}

.FMAMainMenu li .FMAMainMenuOpen
{
    position: absolute;
    background: #fff;
    border-left: solid 1px #666;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -op-border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -op-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -op-border-radius-bottomright: 3px;
    left: -1px;
    top: 29px;
    z-index: 100000;
}

.FMAMainMenu li.rightitem .FMAMainMenuOpen
{
    right: -1px;
    left: auto;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -op-border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -op-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -op-border-radius-bottomright: 3px;
    top: 28px;
    z-index: 100000;
}


.FMAMainMenu li ul li ul li
{
    padding: 0px;
    margin-bottom: 10px;
}

.FMAMainMenu li ul li a, .FMAMainMenu li.active ul li a
{
    color: #72665a;
    text-transform: none;
    font-weight: normal;
    font-family: Arial;
    font-size: 11px;
}

.FMAMainMenu li ul li a:hover
{
    color: #666;
}

.FMAMainMenu li div ul
{
    position: static;
    background: transparent;
    border: none;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -op-border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -op-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -op-border-radius-bottomright: 0px;
}

.FMAMainMenu li.active table td
{
    padding-top: 10px;
    padding-bottom: 5px;
}

.FMAMainMenu li.active table td ul
{
    width: 260px;
    padding: 10px 10px 5px 10px;
}

.FMAMainMenu li.active table td.left ul
{
    background: url(../img/menuseparator.gif) right top repeat-y;
}

.FMAMainMenu li.active table td ul li
{
    float: none;
    padding: 0;
    margin-bottom: 8px;
}

/* content */

.FMAContent
{
    padding: 11px 0px 15px 10px;
    float: left;
    width: 745px;
}

.FMARight
{
    padding: 10px 10px 0px 0px;
    float: right;
    width: 235px;
    z-index: 10;
}

.FMAContentLeft
{
    width: 235px;
    float: left;
    margin-right: 20px;
}

.FMAContentRight
{
    float: left;
    width: 470px;
}

.FMABreadcrumb
{
    margin-left: 15px;
}

.FMABreadcrumb li
{
    float: left;
    font-size: 80%;
    color: #babd9b;
    background: url(../img/arrow_green.gif) right 3px no-repeat;
    padding-right: 10px;
    margin-right: 10px;
    list-style-type: none;
}

.FMABreadcrumb li a
{
    color: #babd9b;
}

.FMALogin
{
    float: right;
    background: url(../img/loginbutton_bg.png) repeat-x;
    border: solid 1px #e7e5db;
    margin-right: 15px;
    position: relative;
    margin-bottom: 10px;
}

.FMALogin li
{
    list-style-type: none;
    float: left;
    padding: 5px 20px 4px;
}

.FMALogin li.passiv
{
    background: url(../img/reglink_passiv.png) bottom left repeat-x;
    color: #d5d2c5;
}

.FMALogin li.separator
{
    padding: 0px 5px;
}

.FMALogin li a
{
    color: #a2968a;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
}

.FMALogin li.passiv a
{
    color: #d5d2c5;
}

.FMALogin li.login,
.FMALogin li.logout
{
    border-right: solid 1px #eae8e0;
}

.FMALogin li.login a,
.FMALogin li.logout a
{
    color: #666;
    font-size: 14px;
}

.FMALoginOpen
{
    position: absolute;
    clear: both;
    background: #f1edea;
    color: #a2968a;
    padding: 10px 15px;
    border-bottom: solid 1px #a2968a;
    border-left: solid 1px #ebe9e2;
    border-right: solid 1px #ebe9e2;
    border-top: solid 1px #ebe9e2;
    top: 26px;
    left: -16px;
    z-index: 200;
}

.FMALoginOpen a
{
    color: #a2968a;
    font-size: 10px;
}

.FMALoginOpen .title
{
    margin-bottom: 3px;
}

.FMALoginTextInput
{
    background: #fff;
    border: solid 1px #e8e5e2;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -op-border-bottom-left-radius: 2px;
    -op-border-radius-topleft: 2px;
    font-size: 12px;
    padding: 2px;
    width: 197px;
    color: #72665a;
}

.FMALoginOpenBottom
{
    margin-top: 10px;
}

.FMALoginOpenSubmit
{
    float: left;
}

.forgpasslink
{
    float: right;
    padding-top: 6px;
}

.forgpasslink a
{
    background: url(../img/doublearrow_green.gif) right 3px no-repeat;
    padding-right: 15px;
}

.FMALoginSubmit
{
    background: url(../img/searchbutton_bg.png) repeat-x;
    color: #fff;
    border: none;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 9px;
    vertical-align: middle;
    cursor: pointer;
}



/* right */


.FMAContentNewsSuggest
{
    margin-bottom: 15px;
}

.FMAContentNewsSuggest .FMANewsImg
{
    float: left;
    margin: 0px 15px 0px 5px;
}

.FMAContentNewsSuggest .FMANewsDate, .FMAContentNewsListItemOpen .date,
.arfolyamTable .date
{
    color: #a2968a;
    margin: 0px 8px 10px;
}

.FMANewsLead
{
    line-height: 17px;
}

.FMAContentNewsListItemOpen .lead, .FMAContentArticle .lead
{
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 20px;
}

.FMAContentNewsListItemOpen .lead a
{
    color: #830628;
}

.FMAContentArticle .body
{
    line-height: 18px;
    margin-top: 15px;
}

.FMAContentArticle .body li
{
    list-style-type: none;
    background: url(../img/bullgreen.gif) 0px 7px no-repeat;
    padding-left: 10px;
}

.FMAContentArticle .body li a
{
    color: #830628;
    /*display: block;*/
}

.FMAContentArticle .body table
{
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -op-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #666;
}

.FMAContentArticle .body table th.tableheader
{
    background: url(../img/tableheader.png) repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 12px 3px;
    text-align: left;
}

.FMAContentArticle .body td
{
    text-align: center;
    padding: 5px 0px;
    background: url(../img/menuseparator.gif) left top repeat-y;
}

.FMAContentArticle .body td.head
{
    color: #babd9b;
    font-size: 13px;
    font-weight: bold;
}

.FMAContentArticle .body td.firstcell
{
    text-align: left;
    color: #666;
    font-weight: bold;
    padding-left: 10px;
    background: none;
}

.FMANewsLead .leadnavigator
{
    margin-left: 5px;
}

.FMANewsLead .leadnavigator a
{
    color: #830628;
    background: url(../img/doublearrow_green.gif) right 5px no-repeat;
    padding-right: 12px;
}

.FMAContentNewsList
{
    clear: both;
}


.FMAContentNewsList li,
.FMAContentListItem
{
    list-style-type: none;
    background: url(../img/listbox_bg.png) 10px top no-repeat;
    border: solid 1px #e7e5db;
    padding: 0px 15px 0px 35px; /*height: 40px;*/
    margin-bottom: 5px;
    position: relative;
    width: 435px;
    cursor: pointer;
}

.FMAContentNewsList li.active,
.FMAContentListItem.active
{
    background: url(../img/listboxactive_bg.png) 10px top no-repeat;
}

.FMAContentNewsList li.active h3,
.FMAContentListItem.active h3
{
    color: #666;
}

.listboxtopimg
{
    position: absolute;
    top: -1px;
    left: 10px;
    font-size: 6px;
}

.FMAContentNewsList li a
{
    color: #a2968a;
    top: 50%;
}

.FMAContentNewsList li a:hover
{
    color: #666;
}

.FMAContentNews .navigator, .FMAContentDocList .navigator
{
    background: #f1edea;
    padding: 6px 15px;
    width: 85px;
    margin: 10px 0px 0px 5px;
}

.FMAContentDocList .navigator
{
    width: 120px;
}

.FMAContentNews .navigator a, .FMAContentDocList .navigator a
{
    color: #a2968a;
    background: url(../img/doublearrow_green.gif) right 5px no-repeat;
    padding-right: 12px;
    display: block;
}

.FMAContentNewsListItemOpen .navigator
{
    width: 55px;
    margin: 5px 0px 10px;
    padding: 0;
    background: none;
}

.FMAContentNewsListItemOpen .navigator a
{
    color: #830628;
    background: url(../img/doublearrow_green.gif) right 4px no-repeat;
    padding-right: 12px;
}

.FMAContentNews, .FMAContentDocList
{
    background: url(../img/dotted.gif) bottom repeat-x;
    padding-bottom: 10px;
    margin-bottom: 15px;
}




.FMAQuickLinkList
{
    margin-bottom: 20px;
}

.FMAQuickLinkListTitle
{
    background: url(../img/quicklinkstitle_bg.png) repeat-x;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -op-border-top-right-radius: 2px;
    -op-border-radius-topleft: 2px;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    border-top: solid 1px #6dad38;
    border-left: solid 1px #6dad38;
    border-right: solid 1px #6dad38;
    height: 17px;
    padding: 1px 12px 0;
    font-size: 13px;
}

.FMAQuickLinkListTitle div
{
    margin-top: 3px;
}

.FMAQuickLinkListInner
{
    clear: both;
}

.FMAQuickLinkListInner
{
    background: #95cd68 url(../img/quicklinks_bg.png) top left repeat-x;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -op-border-top-right-radius: 2px;
    -op-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -op-border-radius-bottomright: 2px;
    border-bottom: solid 1px #6dad38;
    border-left: solid 1px #6dad38;
    border-right: solid 1px #6dad38;
    padding: 10px 12px;
}

.FMAQuickListCell
{
    float: left;
    width: 31%;
    padding-top: 5px;
    background: url(../img/listseparator.gif) right top repeat-y;
    margin-right: 10px;
    height: 100px;
}

.FMAQuickLinkListInner .last
{
    background: none;
}

.FMAQuickListCell li
{
    list-style-type: none;
    margin-bottom: 10px;
}

.FMAQuickListCell li a
{
    color: #fff;
    font-weight: bold;
    background: url(../img/quicklinkbg.gif) left 3px no-repeat;
    padding-left: 15px;
    display: block;
}

.FMAQuickListCell li a:hover
{
    background: url(../img/quicklinkbg_hover.gif) left 3px no-repeat !important;
}

.FMAContentArticle
{
    margin-bottom: 20px;
    padding: 0px 10px;
}

.FMAContentArticle h1,
.FMARegistrationForm h1
{
    color: #666;
    font-family: ,Arial;
font-size:17px;
font-weight:bold;
margin:3px 0 5px;
text-transform:uppercase;
}

.FMAContentArticle .pager 
{
    text-align: right;
    padding-right: 10px;
}

.FMAContentArticle .pager li
{
    color: #830628;
    background: url(../img/doublearrow_green.gif) right 5px no-repeat;
    padding-right: 12px;
    cursor: pointer;
    font-size: 11px;
}

.FMAContentFunctionRow
{
    background: transparent url(../img/dotted.gif) repeat-x scroll center bottom;
    padding-bottom: 3px;
    font-size: 10px;
    color: #a2968a;
    margin-bottom: 15px;
}

.FMAContentFunctionRow span
{
    margin-right: 10px;
    cursor: pointer;
}

.FMAContentFunctionRow span a
{
    color: #a2968a;
}

.FMAContentFunctionRow span img
{
    margin-right: 3px;
}

.FMAContentListItemOpen
{
    padding-right: 20px;
}

.FMAContentListItemOpen li
{
    background:transparent url(../img/bullgreen.gif) no-repeat scroll 0 7px;
    list-style-type:none;
    padding-left:10px;
    margin-bottom: 10px;
    line-height: 17px;
}
.FMAContentListItemOpen li a
{
     color: #830628;
}

.FMAContentListItemOpen li img 
{
    margin-left: 5px;
    vertical-align: middle;
}

/* registration */

.FMARegistrationForm .description,
.FMASearchForm .description  
{
    font-size: 11px;
}

.FMARegistrationFormRow,
.FMASearchFormRow
 {
    margin: 20px 10px;
}

.FMACommentLoginFormRow
 {
    margin-bottom: 10px;
}

.FMARegistrationFormRow .description,
.FMASearchFormRow .description
{
    padding-top: 5px;
    color:#A2968A;
    font-size: 10px;
}

.FMARegistrationFormRow .input,
.FMASearchFormRow .input 
{
    font-size: 11px;
    float: left;
}

.FMARegistrationForm .caption,
.FMASearchForm .caption,
.FMACommentLogin .caption,
.FMACommentForm .caption
{
    float: left;
    font-weight: bold;
    width: 150px;
    margin-top: 1px;
    text-transform: none;
}

.FMAContentTextInput,
.FMARegistrationFormRow textarea,
.FMACommentLogin input,
.FMACommentForm textarea  {
    background: #fff;
    border: solid 1px #e8e5e2;
    font-size: 12px;
    padding: 2px;
    vertical-align: middle;
    margin-right: 2px;
    width: 300px;
    color: #72665A;
}

.FMACommentForm textarea 
{
    width: 450px;
    margin: 10px 0px;
    height: 100px;
}

.FMACommentLogin input  {
    width: 295px;
}

.FMARegistrationFormButtonRow,
.FMASearchFormButtonRow,
.FMACommentLoginButtonRow,
.FMACommentButtonRow
{
    text-align: right;
}

.FMAContentSubmit,
.FMACommentLoginButtonRow input,
.FMACommentButtonRow input
{
    background: url(../img/searchbutton_bg.png) repeat-x;
    color: #fff;
    border: none;
    font-family:  Arial;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 9px;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
}


.arfolyamTable table
{
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -op-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #666;
    margin:15px 20px 10px 0;
}

.arfolyamTable td 
{
    color: #a2968a;
    text-align: center;
    background: url(../img/menuseparator.gif) left top repeat-y;
}

.arfolyamTable th 
{
    background:transparent url(../img/tableheader.png) repeat-x scroll 0 0;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    padding:4px 5px 3px;
    text-align: left;
}

.arfolyamTable th.center
{
text-align: center;
}

.arfolyamTable .deviza 
{
    font-weight: bold;
    background: none;
    text-align: left;
    color: #666;
}

.arfolyamTable .AltRow td 
{
    background: #f6f3f1 url(../img/menuseparator.gif) left top repeat-y;
}

.arfolyamTable .cost
{
color: #72665A;
font-weight: bold;
}

.FMACommentBox .Comment 
{
    border: solid 1px #e7e5db;
    padding: 13px;
    position: relative;
}

.FMACommentLogin,
.FMACommentForm
{
    font-weight: bold;
    background:#F1EDEA none repeat scroll 0 0;
    border-color: #A2968A #EBE9E2 #EBE9E2;
    border-style:solid;
    border-width:1px;
    padding: 15px;
    margin-top: 15px;
}

.FMAContentBox 
{
    border: solid 1px #e7e5db;
    padding: 6px 15px 15px;
    margin-bottom: 15px;
    position: relative;
}

.FMAContentBox .lead 
{
    line-height: 18px;
    font-family:  Arial;
    font-size: 12px;
    color: #a2968a;
    margin-top: 10px;
}

.FMAContentBox .lead ul 
{
    margin-top: 10px;
}

.FMAContentBox .lead li 
{
    list-style-type: none;
    font-size: 11px;
}

.FMAContentBox .lead li a 
{
    background:transparent url(../img/bullgreen.gif) no-repeat scroll 0 7px;
    list-style-type:none;
    padding-left:10px;
    color:#830628;
    display:block;
}

.FMAContentBox .lead li img 
{
    vertical-align: middle;
    margin-left: 5px;
}

.FMAContentBox .navigator {
text-align: right;
margin-top: 10px;
}

.FMAContentBox .navigator a 
{
    background:transparent url(../img/doublearrow_green.gif) no-repeat scroll right 3px;
    color:#830628;
    padding-right:12px;
    font-size: 11px;
}

.commentlink,
.sharelink 
{
    float: left;
    cursor: pointer;
    margin: 5px 0px;
}

.sharelink 
{
    float: right;
    position: relative;
}

.sharelink img,
.commentlink img
{
    float: left;
    margin-right: 5px;
}

.shareBox
{
    position: absolute;
    top: 20px;
    left: 0px;
}

.shareBox 
{
    width: 63px;
    text-align: center;
    padding: 5px 0px 5px 5px;
}

.FMACommentBoxinner .date,
.FMACommentBoxinner .num
{
    float: left;
}

.FMACommentBoxinner .name,
.FMACommentBoxinner .link 
{
    float: right;
}

.FMACommentBoxinner h2,
.FMACommentBoxinner .navigatorrow a
{
    color:#A2968A;
}

.FMACommentBoxinner .navigatorrow
{
    font-weight: bold;
}

.Comment
{
    margin-bottom: 10px;
}

.comment 
{
    background:url("../img/dotted.gif") repeat-x scroll left top transparent;
    padding: 10px;
    line-height: 17px;
}

.szureslink 
{
    cursor: pointer;
}

.details
{
    background:#F1EDEA none repeat scroll 0 0;
    border-color: #A2968A #EBE9E2 #EBE9E2;
    border-style:solid;
    border-width:1px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.details .caption .description {
font-weight: normal;
}

ul.FMASitemap {
list-style:none outside none;
margin:0;
padding:0;
}

ul.FMASitemap li {
list-style:none outside none;
margin:0 0 10px;
padding:0 0 0 20px;
}

ul.FMASitemap li a {
font-size:12px;
font-weight:bold;
text-transform: uppercase;
}

ul.FMASitemap li ul {
margin:0;
}

ul.FMASitemap li li {
margin-bottom:5px;
}

ul.FMASitemap li li a {
font-size:11px;
font-weight:normal;
font-weight: bold;
text-transform: none;
}

ul.FMASitemap li li li a {
font-size:11px;
font-style:italic;
font-weight: normal;
text-transform: none;
}


.FMAJobArticleInner 
{
    background: #f6f3f1;
}

.FMAJobArticleInner .leftCol,
.FMAJobArticleInner .rightCol 
{
    float: left;
    width: 220px;
    margin-bottom: 2px;
    padding: 10px;
}

.FMAJobArticleInner .leftCol 
{
    margin-right: 10px;
    text-align: right;
    font-weight: bold;
}

.FMAJobArticleInner .rightCol
{
    background: #fff;
}


/* left */

.FMAGroupMenu
{
    background: transparent url(../img/dotted.gif) repeat-x scroll center bottom;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.FMAGroupMenuItemTitle
{
    background: url(../img/boxtitle_bg.png) repeat-x;

    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family:  arial;
    padding: 0px 9px;
    margin-bottom: 5px;
    font-size: 13px;
    height: 30px;
    cursor: pointer;
}


.FMAGroupMenuItemTitleInner
{
    background: url(../img/boxtitleplus.png) no-repeat;
    padding: 8px 0px 7px 20px;
}

.FMAGroupMenu .active .FMAGroupMenuItemTitleInner
{
    background: url(../img/boxtitleminus.png) no-repeat;
}

.MenuGroupItemLead
{
    background: url(../img/itemlead_bg.png) repeat-x;
    padding: 8px 15px 17px;
    color: #79aa4a;
    text-transform: uppercase;
    font-weight: bold;
    font-family:  arial;
}

.MenuGroupItemLead .caption
{
    color: #8b866d;
    font-style: italic;
    margin-bottom: 2px;
    font-size: 120%;
}

.MenuGroupItemImg
{
    margin-top: -5px;
    z-index: 1;
    padding: 0px;
    height: 90px;
}

.MenuGroupList
{
    background: #f1edea;
    padding-left: 6px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.MenuGroupList li
{
    list-style-type: none;
    float: left;
    background: #f1edea;
    border-right: solid 1px #ffffff;
    padding: 4px 6px;
    margin: 1px 0px;
}

.MenuGroupList li a
{
    color: #72665a;
}

.FMAPromoLinks .FMAGroupMenuItemTitleInner, .FMAPromoLinksLeft .FMAGroupMenuItemTitleInner
{
    background: none;
    padding-left: 0px;
}

.FMAPromoLinks .FMAGroupMenuItemTitleInner img, .FMAPromoLinksLeft .FMAGroupMenuItemTitleInner img
{
    vertical-align: middle;
    margin-right: 8px;
}

.FMAPromoLinks .FMAGroupMenuItemTitleInner a
{
    color: #fff;
}

.FMAPromoLinksLeft .FMAGroupMenuItemTitleInner a
{
    color: #a2968a;
}

.FMAPromoLinksLeft .FMAGroupMenuItemTitle,
.FMACommentBox .FMACommentFunctionRow,
.FMACommentBoxinner .navigatorrow
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    background: transparent url(../img/boxtitleleft_bg.png) repeat-x scroll 0 0;
    color: #a2968a;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 9px;
    text-transform: uppercase;
    font-family:  Arial;
    font-size: 13px;
}

.FMACommentBoxinner .navigatorrow
{
    margin-bottom: 0px;
    padding: 3px;
}

.FMASubMenu
{
    background: #f6f3f1 url(../img/submenu_bg.png) top right repeat-y;
    border-bottom: solid 1px #e9e8df;

}

.FMASubMenu li
{
    list-style-type: none;
    position: relative;
    background: url(../img/submenuitem_bg.png) bottom right repeat-x;
}

.FMASubMenu li.selected,
.FMASubMenu li.hover
{
    background: #830628;
}

.FMASubMenu li.selected a,
.FMASubMenu li.hover a
{
    color: #fff;
}

.FMASubMenu li.selected ul
{
    padding: 10px 0px;
    
    background: #f6f3f1 url(../img/submenu_selected_bg.png) top right repeat-y;
}

.FMASubMenu li.last a
{
    background: url(../img/submenubottom_bg.png) bottom right no-repeat;
}

.FMASubMenu li ul li.last a
{
    background: none;
}

.FMASubMenu li a
{
    color: #830628;
    display:block;
    line-height:18px;
    padding:10px 15px;
}

.FMACommentFunctionRow a
{
    color: #a2968a;
}

.FMASubMenu li a:hover
{
    color: #fff;
}


.FMASubMenu li ul
{
    padding-left: 9px;
    background: #e9efc7;
}

.FMASubMenu li ul li
{
    list-style-type: none;
    padding: 5px 15px 5px 15px;
    background: transparent url(../img/bull.gif) no-repeat scroll 5px 13px;
    margin-left: 15px;
}

.FMASubMenu li ul li a
{
    color:#A2968A;
    padding: 0px;
    background: none;
    font-weight: bold;
}

.FMASubMenu li ul li a:hover
{
    color: #72665A;
}

.FMASubMenu li.selected ul
{
    display: block !important;
}

.FMASubMenu li li.selected
{
    background: #b1b694 url(../img/bull.gif) no-repeat scroll 5px 13px;
}

.FMAContentChartImg {
width: 100%;
text-align: center;
}

.FMASearchResults {
margin-top: 15px;
}

.FMASearchResults .pager 
{
    text-align: right;
    margin: 10px;
}

.FMASearchResultList li {
    list-style-type: none;
    color: #a2968a;
    font-size: 10px;
}

.FMASearchResultList li a 
{
    background:transparent url(../img/bullgreen.gif) no-repeat scroll 0 7px;
    list-style-type:none;
    padding-left:10px;
    color:#830628;
    display:block;
    font-size: 12px;
}

.FMASearchResultList li img 
{
    vertical-align: middle;
    margin-left: 5px;
}

.FMASearchResultList li div {
padding: 0px 0px 10px 20px;
}

.FMASearchResultList li b
{
    color: #72665a;
}

/* right */


.FMALinkListSide
{
    clear: both;
    margin-bottom: 5px;
    border: solid 1px #e7e5db;
    background: #fff;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -op-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 2px 15px;
    position: relative;
}

.FMALinkListSide h2,
.FMAContentBox h2
{
    color: #a2968a;
    text-transform: none;
    font-size: 14px;
    padding: 6px 15px;
    background: url(../img/dotted.gif) left bottom repeat-x;
    font-family:  Arial;
}

.FMAContentBox h2 {
padding: 0px 0px 6px;
font-size: 16px;
}



.FMALinkListSide span.listboxtopimg,
.Comment span.listboxtopimg,
.FMAContentBox span.listboxtopimg
{
    position: absolute;
    left: -1px;
    top: 13px;
}

.FMALinkListSide li
{
    list-style-type: none;
    margin-bottom: 5px;
    padding-right: 10px;
}

.FMALinkListSide li a
{
    background: url(../img/bull.gif) 15px 5px no-repeat;
    padding-left: 25px;
    color: #830628;
    display: block;
}

.FMALinkListSide li a:hover
{
    color: #a2968a;
    background: url(../img/bullgreen.gif) 15px 5px no-repeat;
}



/* footer */

.FMAFooter
{
     background: url(../img/footer_bg.png) repeat-x;
    border-bottom: solid 1px #b1a79d;
    border-top: solid 1px #eeeae7;
    border-left: solid 1px #eeeae7;
    border-right: solid 1px #eeeae7;
    margin-top: 20px;
}

.FMAFooter .FMAFooterLogo
{
    float: left;
    margin: 0px 80px 6px 30px;
    *margin: 0px 80px 6px 30px;
    padding-top: 14px;
}

.FMAFooter .FMAFooterMenu
{
    float: left;
    padding-top: 25px;
}

.FMAFooter .FMAFooterMenu li
{
    float: left;
    list-style-type: none;
    color: #a2968a;
}

.FMAFooter .FMAFooterMenu li a
{
    color: #a2968a;
}

.FMAFooter .FMAFooterMenu li.separator
{
    color: #a2968a;
    margin: 0px 7px;
}

.FMAFooter .solution
{
    float: right;
    margin: 20px 30px 0px 0px;
    font-size: 8px;
    text-transform: uppercase;
    font-family:  Arial;
    text-align: right;
}

.solution img
{
    vertical-align: bottom;
    margin-left: 5px;
}

.MNBTopIcons
{
    clear: both;
    margin-top: 5px;
}

.MNBTopIcons a
{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 21px;
    overflow: hidden;
    text-indent: -2000px;
    width: 21px;
}

.MNBTopIcons img
{
    cursor: pointer;
}

.mnbAcc
{
    background: url(../img/vak.png) no-repeat;
}
.mnbRss
{
    background: url(../img/rss.png) no-repeat;
    margin-right: 10px;
}

h1 .mnbRss {
    float: right !important;
    }

.ChangeTextContentSizeDown a
{
    background: url(../img/font2.png) no-repeat;
}

.ChangeTextContentSizeUp a
{
    background: url(../img/font.png) no-repeat;
}


.MNBTopIcons li
{
    float: left;
    margin-right: 5px;
    list-style-type: none;
}

.FMALinkListSide ul 
{
    margin-top: 10px;
    clear: both;
    }
    
.MNBContentArticle 
{
    line-height: 20px;
}

.MNBContentArticle li
{
    list-style-type: disc;
    list-style-position: inside;
    }
    
#ArticleTitle 
{
        font-family: Arial;
    color: #72665a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 3px 0px 5px;
    }    
    
.MNBPI_PtTitle_Print  {
background:url("../../PenziranytuSkin/img/icon_print.gif") no-repeat scroll 0 0 transparent;
float:right;
height:26px;
margin:5px 0 0 30px;
text-indent:-9999px;
width:26px;
}    

.editrow 
{
    text-align: right;
    }
    
  
.MNBSiteMap ul
{
    padding-left: 15px;

}


ul.SitemapOpen 
{
    display: none !important;
    }    


.MNBSiteMap li
{
    font-weight: bold;
    /*background: url("../img/bullgreen.gif") no-repeat scroll 0 7px transparent;*/
    line-height: 17px;
    list-style-type: none;
    margin-bottom: 10px;
    /*padding-left: 10px;*/
}

.MNBSiteMap li ul li
{
    font-weight: normal;
    font-style: italic;
}

.MNBSiteMap li ul li ul li
{
    font-size: 11px;
}    

.MNBContentFunctionRow
{
    background: transparent url(../img/dotted.gif) repeat-x scroll center bottom;
    padding-bottom: 3px;
    font-size: 10px;
    color: #a2968a;
    margin-bottom: 15px;
}

.MNBContentFunctionRow span
{
    margin-right: 10px;
    cursor: pointer;
}

.MNBContentFunctionRow span a
{
    color: #a2968a;
}

.MNBContentFunctionRow span img
{
    margin-right: 3px;
}

.PopUpFormRow 
{
    clear: both;
    }
    
.MNBCommentBox2
{
    margin-top: 15px;
}

.MNBCommentBox2 .MNBCommentFunctionRow
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    clear: both;
    background: transparent url(../img/boxtitleleft_bg.png) repeat-x scroll 0 0;
    color: #a2968a;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 9px;
    text-transform: uppercase;
    font-size: 12px;
    height: 25px;
}

.MNBCommentBoxinner .navigatorrow
{
    margin-bottom: 0px;
    padding: 3px;
}    

.commentlink, .sharelink
{
    float: left;
    cursor: pointer;
    margin: 5px 0px;
}

.sharelink
{
    float: right;
    position: relative;
}

.sharelink img, .commentlink img
{
    float: left;
}

.sendemail
{
    margin-right: 5px;
}

.shareBox
{
    position: absolute;
    top: 20px;
    left: 0px;
}

.shareBox
{
    width: 63px;
    text-align: center;
    padding: 5px 0px 5px 5px;
}

.MNBCommentBoxinner .date, .MNBCommentBoxinner .num
{
    float: left;
}

.MNBCommentBoxinner .name, .MNBCommentBoxinner .link
{
    float: right;
}

.MNBCommentBoxinner h2, .MNBCommentBoxinner .navigatorrow a
{
    color: #A2968A;
}

.MNBCommentBoxinner .navigatorrow
{
    font-weight: bold;
}

.Comment
{
    margin-bottom: 10px;
}

.comment
{
    background: url("../img/dotted.gif") repeat-x scroll left top transparent;
    padding: 10px;
    line-height: 17px;
}

#MNBCommentFormRow .IUControl
{
    padding-bottom: 0px;
}

.szureslink
{
    cursor: pointer;
}
.shareBox
{
    padding: 5px;
    background: #fff;
    border: solid 2px #a2968a;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 300;
}

.tooltiptop
{
    position: absolute;
    top: -7px;
    left: 10px;
}

.MNBCommentBox .description
{
    color: #A2968A;
    font-size: 11px;
}

.MNBCommentBox .Comment
{
    border: solid 1px #e7e5db;
    padding: 13px;
    position: relative;
}

.MNBCommentLogin, .MNBCommentForm
{
    font-weight: bold;
    background: #f3efee none repeat scroll 0 0;
    border-color: #bd8e9a #EBE9E2 #bd8e9a;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    margin-top: 15px;
}

.hidden {
display:none;
}


.MNBCommentForm textarea {
height:100px;
margin:10px 0;
width:450px;
}

.MNBCommentLogin input, .MNBCommentForm textarea {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #E8E5E2;
color:#72665A;
font-size:12px;
margin-right:2px;
padding:2px;
vertical-align:middle;
width:300px;
}

.roundedBox, .MNBCommentButtonRow input
{
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -op-border-radius: 2px;
    border-radius: 2px;
}

.addnew, .ModerateLink, .DeModerateLink, .EditLink, .ApproveLink
{
    float: right;
    cursor: pointer;
    margin-left: 5px;
}

.comment {
line-height:17px;
padding:10px;
border-top: solid 1px #CBDF86;
}

.MNBCommentBoxinner h2, .MNBCommentBoxinner .navigatorrow a {
color:#A2968A;
}


.MNBContentRight h2, .MNBContentRightWide h2, .MNBMarkingDates_SectionHeader {
color:#7AC142;
font-family:Arial;
font-size:13px;
font-weight:bold;
margin:1px 0 10px;
text-transform:uppercase;
}

.MNBCommentBoxinner .link 
{
    cursor: pointer;
    }
    
.MNBCommentBoxinner .navigatorrow {
margin-bottom:0;
padding:3px;
}


.MNBContentLeft .MNBPromoLinks .MNBGroupMenuItemTitle, .MNBCommentBoxinner .navigatorrow {
-moz-background-inline-policy:continuous;
-moz-border-radius:2px 2px 2px 2px;
color:#A2968A;
font-size:12px;
font-weight:bold;
margin-bottom:5px;
padding:0 9px;
text-transform:uppercase;
}    
    
    .MNBTopIcons
{
    clear: both;
    margin-top: 5px;
}

.MNBTopIcons a, .actionbutton,
.snContentCollectionPortlet a.mnbRss,
.snContentCollectionPortlet a.mnbHiddencontent,
.editrow a.mnbHiddencontent
{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 21px;
    overflow: hidden;
    text-indent: -2000px;
    width: 21px;
}

.MNBTopIcons img
{
    cursor: pointer;
}

h1 .mnbRss {
    float: right !important;
    }

.snContentCollectionPortlet a.mnbHiddencontent,
.editrow a.mnbHiddencontent
{
    background: url(../../MNBSkin/img/hiddencontents_ico.png) no-repeat;
    float: right !important;
    font-size: 0px;
    margin-left: 5px;
    }
    
        .PublicDateRow 
{
 float: left;
 margin-left: 30px;
    }    
    
.MNBSearchFormButtonRow 
{
    padding-left: 15px;
    margin-bottom: 50px;
    }    
    
.searchResult_Div     
{
    padding: 0px 30px;
    }
    
.details .MNBSearchFormRow td
{
    width: 170px;
    }    
    
.details .MNBSearchFormRow input 
{
    width: 15px;
    }
    
.MNBSearchResultList 
{
    clear: both;
    }    
    
.MNBSearchResultList li
{
    clear: both;
    }    
    
.searchResultListItemText 
{
    float: left;
    } 
    
.MNBSearchFormRow input     
{
    width: 110px;
    }
    
.searchResultListItemText div 
{
    margin-right: 20px;
    float: left;
    }    
    
 .MNBSearchFormRow    
 {
     margin: 10px 0px;
     }
     
.MNBSearchFormRow .caption 
{
    font-weight: bold;
    }     
    
.szureslink 
{
    margin: 5px 0px;
    }    
    
.IULabelDesc 
{
    font-size: 10px;
    }    
    
.MNBSearchResultList li 
{
    list-style-type: none;
    }    
    
.searchResultIcon 
{
    float: left;
    }    
    
    span.open 
{
    cursor: pointer;
    color: #830628;
    } 
    
      
.searchResultListItemLead 
{
    display: none;
    clear: both;
    }    
    
.openresult 
{
    cursor: pointer;
    color: #5D9732;
    float: left;
    margin-right: 5px;
    }    
    
.searchResultOpen 
{
    display: block !important;
    }       

 .searchResultListItem 
 {
     width: 100%;
     }       
