@import url(common.css);
@import url(menu.css);

body {
    background: #FFFFDE;
    margin:0px auto;
    padding:0;
    font:normal 0.8em verdana,aria,sans-serif;
    color: black;
    width: 100%;
    font-size: 8pt;
}

.clear {
    clear: both;
}

.alignright {
    text-align: right;
}
.wide {
    background-color: transparent;
}
.top {
    border-bottom: 0px solid transparent;
}
.bottom {
    border-top: 1px solid transparent;
    padding-bottom: 1px;
}
.to-right {
    float: right;
}
.to-left {
    float: left;
}

.wrapper {
    background: #dde1d7 url("../images/hatter-pattern.jpg") top;
    position: relative;
    border: 1px solid transparent;
    margin: auto;
}
.babelwrapper {
    background: url("../images/hatter.jpg") no-repeat top;
}

.outer {
    margin-left: 150px; /* L */
    margin-right: 150px; /* R */
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background: transparent;
}
.wrap-cl {
    float: left;
    width: 100%;
    margin-right: -1px;
}
.centerbox {
    float: right;
    width: 100%;
    margin-left: -1px;
}
.centeredbox{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.left-column {
    float: left;
    position: relative;
    width: 150px;  /* L */
    margin-left: -151px;  /* -L-1 */
    margin-right: 2px;
    text-align: center;
    padding: 0px;
}
.right-column {
    float: right;
    position: relative;
    width: 150px;  /* R */
    margin-right: -151px;  /* -R-1 */
    margin-left: 2px;
    text-align: center;
}
.minwidth {
    min-width: 504px;
}
.inright
{
    margin-top: 10px;
}

/* IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
	width: 100%;
	overflow: hidden;
}
* html .wrap-cl {
	position: relative;
	margin-right: 0;
}
* html .centerbox {
	margin-left: 0;
}
* html .left-column {
	margin-right: 1px;
}
* html .right-column {
	margin-left: 1px;
}
* html .minwidth {
	border-left: 504px solid #fff;
}
* html .wrapper {
	margin-left: -504px;
	position: relative;
}
/**/

.outer {
    word-wrap: break-word;
}

.big {
    width: 500px;
    background-color: #f96;
}


#min-width-box
{
    line-height: 0px;
    width: 800px;
}

#headmenubox
{
    background-color: #0071bc;
    height: 25px;
    width: 1010px;
    color: #b3d5eb;
    z-index: 3000;
    margin: 0 auto;
    padding: 0;
}

/* Header styles  */
#header
{
    display: block;
    position: relative;
    width: 1010px;

    padding: 0;
    margin:  0 auto;
    text-align: center;
    color: inherit;
    height: 158px;
}

#headerLogo_bm,
#headerLogo_vl
{
    position: absolute;
    top: 30px;
    right: 20px;
    color: black;
    font-size: 11pt;
    line-height: 14pt;
}

#headerLogo_mb
{
    position: absolute;
    top: 7px;
    right: 180px;
    color: black;
    font-size: 11pt;
    line-height: 14pt;
}

#headerLogo_cs,
#headerLogo_sk,
#headerLogo_pl,
#headerLogo_hu
{
    position: absolute;
    top: 20px;
    right: 20px;
    color: black;
    font-size: 11pt;
    line-height: 14pt;
}

#headerLogo_mb .banner
{
    padding: 2px;
}

#headerMotto
{
    position: absolute;
    top: 30px;
    left: 150px;
    color: black;
    font-size: 11pt;
    line-height: 14pt;
}

#mainmenubox
{
    position: absolute;
    height: 36px;
    width: 100%;
    color: white;
    bottom: 0px;
}


/* Login stuff */

#userbox
{
    position: absolute;
    width: 155px;
    right: 10px;
    top: 5px;
    font-family: verdana;
    font-size: 10px;
}

#usermod form,
#userbox form
{
    margin: 0px;
}

#usermod div.h1,
#userbox div.h1
{
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 10px;
}

#usermod input.blue{
    margin-top: 3px;
    background-color: #000066;
    padding: .1em .5em .1em .5em;
    border: 1px solid #4040b0;
    font-size: 9pt;
    width: 120px;
    color: white;
}

#userbox input.blue
{
    margin-top: 3px;
    background-color: #000066;
    padding: .1em .5em .1em .5em;
    border: 1px solid #4040b0;
    font-size: 9pt;
    width: 140px;
    color: white;
}

#usermod input.bluebutton,
#userbox input.bluebutton
{
    margin-top: 3px;
    background-color: #000066;
    border: 1px solid  #4040b0;
    color: white;
    padding: .1em;
    font-weight: bold;
    font-size: 8pt;
}

#usermod .image,
#userbox .image
{
    margin-top: 3px;
}

#usermod .loginlinks,
#userbox .loginlinks
{
    margin-top: 4px;
    color: white;
    text-align: right;
}

#usermod .register,
#userbox .register
{
    font-weight: bold;
}

#usermod a,
#usermod .loginlinks a,
#userbox a,
#userbox .loginlinks a
{
    color: white;
    line-height: normal;
}

#usermod a:hover,
#userbox a:hover
{
    text-decoration: underline;
}


#usermod .user-logged-in-as,
#userbox .user-logged-in-as
{
    text-align: right;
    color: white;
    font-weight: normal;
    margin-bottom: 4px;
}

#usermod .user-name-profile,
#userbox .user-name-profile
{
    text-align: right;
    color: white;
    font-weight: bold;
}

#usermod .user-name-profile a,
#userbox .user-name-profile a
{
    color: white;
    font-weight: bold;
}

#useractions
{
    text-align: right;
    list-style: none;
    color: black;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#useractions a
{
    color: black;
    font-weight: bold;
}

#useractions li
{
    margin-top: 3px;
}


#footer-wrapper
{
    clear: both;
    width: 100%;
    margin-top: 2em;

}

#footer
{
    background-color: #0071bc;
    padding-bottom: 5px;
    color: #b3d5eb;
    z-index: 3000;
    vertical-align: middle;
    text-align: center;
}

#content-wrapper
{
}

#content
{
    background-color: transparent;
    padding: 10px;
    position: relative;
    min-height: 600px;
}

#content.white
{
    background-color: white;
}

/* Search stuff */

/*#searchbox .h1
{
    font-size: 12px;
    font-weight: bold;
    font-family: verdana;
    margin-bottom: 4px;
    margin-top: 10px;
    color: black;
}

#searchbox .h2
{
    font-size: 10px;
    font-weight: normal;
    font-family: verdana;
    margin-top: 8px;
    margin-bottom: 3px;
    color: white;
}

#searchbox input.green
{
    background-color: #006600;
    padding: 1px 16px 1px 1px;
    margin: 0px;
    border-top: 1px solid #40b040;
    border-left: 1px solid #40b040;
    border-bottom: 1px solid #40b040;
    border-right: 1px solid #40b040;
    width: 100px;
    font-size: 9pt;
    height: 13pt;
    color: white;
}

#searchbox input.switch-off
{
    background: transparent url('../../images/200909/submitarrow.gif') no-repeat center;
    color: white;
    padding: 0px;
    margin: 2px;
    border: 0px;
    margin-left: -16px;
    font-weight: bold;
    font-size: 8pt;
    width: 16px;
}

#searchbox input.switch-on
{
    background: transparent url('../../images/200909/submitdownarrow.gif') no-repeat center;
    color: white;
    padding: 0px;
    margin: 2px;
    border: 0px;
    margin-left: -16px;
    font-weight: bold;
    font-size: 8pt;
    width: 16px;
}

#searchbox input.button
{
    margin-top: 20px;
    background: #d1f3d0;
    color: green;
    padding: 4px;
    border: 1px outset white;
}

#searchbox img.button
{
    margin-top: 20px;
}

#searchbox input.fancy_submit_hu
{
    display: block;
    margin: 20px auto;
    background: transparent url('../../images/200909/submit_hu.png') no-repeat center center;
    text-align: center;
    color: green;
    padding: 4px;
    width: 50px;
    height: 20px;
    border: 0px;
}

#searchbox input.fancy_submit_en
{
    display: block;
    margin: 20px auto;
    background: transparent url('../../images/200909/submit_en.png') no-repeat center center;
    text-align: center;
    color: green;
    padding: 4px;
    width: 50px;
    height: 20px;
    border: 0px;
}

#searchbox .menusearch_input
{
    background-color: white;
    border: 1px solid black;
    font-size: 9pt;
    width: 120px;
    color: black;
    padding-right: 20px;
}

#searchbox input.blacksubmitarrow
{
    background: transparent url('../../images/200909/blacksubmitarrow.gif') no-repeat center;
    color: black;
    padding: 0px;
    margin: 2px;
    border: 0px;
    margin-left: -16px;
    font-weight: bold;
    font-size: 8pt;
    width: 16px;
}



#searchbox a
{
    color: white;
}

#searchbox a:hover
{
    color: white;
    text-decoration: underline;
    font-size: 8pt;
}

#searchbox .results
{
    display: none;
    border: 1px solid black;
    background-color: #006600;
    width: 140px;
    max-height: 200px;
    overflow: auto;
    text-align: left;
    margin-left:  10px;
    color: white;
}

#searchbox .results ul
{
    list-style: none;
    margin-left:  0px;
    padding-left: 5px;
}

#searchbox .results li:hover,
#searchbox .results li.highlight
{
    background-color: #309630;
    margin-left: 0px;
    padding-left: 0px;
}
*/

#searchbox
{
    position: absolute;
    display: block;
    width: 160px;
    top: 8px;
    right: 5px;
}

#searchbox .frame
{
    display: block;
    background-color: white;
    border: 1px solid #0071bc;
    width: 150px;
    height: 20px;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    font-size: 10px;
    line-height: 14px;
    color: #0071bc;
}

#searchbox input.text
{
    display: inline;
    background-color: #f8f8ff;
    border: none;
    width: 130px;
    padding: 0;
    margin: 3px 0px;
    font-size: 10px;
    line-height: 14px;
    color: #0071bc;
}

#searchbox input.button
{
    display: inline;
    margin: 0px;
    background: white url("../images/search.png") no-repeat center;
    border: none;
    padding: 0;
    height: 16px;
    width: 16px;
    font-size: 1px;
    line-height: 1px;
}


#ikads
{
    display: block;
    width: 120px;
    overflow: hidden;
    margin: 20px auto;
}

div.hint
{
    display: none;
    background-color: #d9e1ff;
    color: #666666;
    border: 1px outset #666666;
}

a
{
    position: relative;
}

a span.tooltip
{
    display: none;
    text-decoration: none;
    min-width: 12em;
}

a:hover span.tooltip
{
    position: absolute;
    top: 1em;
    left: 2em;
    display: block;
    background: #d9e1ff;
    border: 1px outset #666666;
    color: #666666;
    font-weight: normal;
    font-size: 8pt;
    z-index: 9999;
    text-align: left;
    padding: 3pt;
    text-decoration: none;
}

#header a
{
    border: 0;
    text-decoration: none;
}

#header a img
{
    border: 0;
}


/* NEWS */

#news
{
    display: block;
    background: transparent url('../images/hirsav.png') no-repeat;
    height: 33px;
    padding-bottom: 0px;
    margin: 2px 10px 2px 10px;
}


#newsdisplay
{
    background-color: transparent;
    padding: 4px 20px 4px 10px;
    color: black;
    z-index: 19;
}

#newsdisplay a
{
    font-size: 12px;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

#newsdisplay .short
{
    display: block;
    color: black;
    font-style: italic;
    font-size: 10px;
}

#newsdisplay a:hover
{
    color: orange;
}

#newsdisplay .newsitemoff
{
    display: none;
}

#newsdisplay .newsitemon
{
}

#centercol
{
    position: relative;
    border-top: 1px solid transparent;
}

#centercol .excl
{
    position: absolute;
    top: 2px;
    right: 0px;
    height: 32px;
    z-index: 200;
}

#visegrad-mod
{
    display: block;
    position: relative;
    color: white;
    z-index: 200;
    text-align: center;
    font-size: 8pt;
    line-height: normal;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#usermod,
.recentchanges,
#recentnews
{
    display: block;
    position: relative;
    color: white;
    z-index: 200;
    text-align: left;
    font-size: 8pt;
    line-height: normal;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

#usermod .top,
#right_smf_box .top,
.recentchanges .top,
#recentnews .top
{
    background: transparent url('../images/aktualis_top.png') no-repeat bottom left;
    height: 10px;
    width: 100%;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}

#usermod .middle
{
    background: #0071bc;
    padding: 5px 5px 5px 5px;
}

#right_smf_box .middle,
.recentchanges .middle,
#recentnews .middle
{
    background: #0071bc;
    padding: 3px 0px 3px 0px;
    width: 100%;
}

#usermod .bottom,
#right_smf_box .bottom,
.recentchanges .bottom
{
    background: transparent url('../images/module_bottom.png') no-repeat top left;
    height: 26px;
    margin-top: -20px;
    font-size: 1px;
    line-height: 1px;
    width: 100%;
}

#recentnews .bottom
{
    background: transparent url('../images/aktualis_bottom.png') no-repeat top left;
    height: 26px;
    margin-top: -1px;
    font-size: 1px;
    line-height: 1px;
    width: 100%;
}

.recentchanges a,
#recentnews a
{
    color: white;
}

.recentchanges a img,
#recentnews a img
{
    border: none;
}

.recentchanges a:hover,
#recentnews a:hover
{
    color: white;
    text-decoration: underline;
}

.recentchanges .h1,
#recentnews .h1
{
    color: #f0f0ff;
    text-align: center;
    font-size: 11pt;
    line-height: 16pt;
    font-weight: bold;
}

.recentchanges .h2,
#recentnews .h2
{
    color: #f0f0ff;
    text-align: left;
    font-weight: bold;
    font-size: 10pt;
    line-height: 12pt;
    text-align: center;
    border-top: 1px solid gray;
}

#recentnews .item
{
    text-align: center;
    overflow: visible;
    word-wrap:  break-word;
    margin: 4px 3px 4px 3px;
    padding: 4px 0px 4px 0px;
    border-top: 1px solid gray;
}

.recentchanges .item
{
    text-align: center;
    overflow: visible;
    word-wrap:  break-word;
    margin: 1px 3px 1px 3px;
    padding: 1px 0px 1px 0px;
}

#publisher-chooser
{
    display: block;
    width: 200px;
    float: right;
    padding: 5px;
    border: 1px solid #808080;
}

#publisher-chooser .puboff
{
    color: #808080;
}

#publisher-chooser .publisher
{
    margin-left: 32px;
}

#publisher-chooser img
{
    margin-top: 6px;
    margin-bottom: -6px;
    margin-left: -32px;
}


#googleads
{
    margin-top: 10px;
    position: relative;
    width: 160px;
    overflow: hidden;
}

/* Logging */

#log
{
    background-color: #FFA500;
    color: red;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2000;
    overflow: auto;
}

#logToggle
{
    border: 2px solid red;
    font-size: 120%;
    background-color: #FFA500; /*orange*/
    color: red;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 1em;
    margin-left: -2em;
    text-align: center;
    z-index: 3001;
}


#searchResults
{
    display: block;
    background: white url('../../images/200909/ik_allando_hatter.png') repeat-y top right;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    border: 3px outset gray;
}

.left-quarter-h1
{
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: -10px;
    margin-right: -185px;
    display: block;
    width: 185px;  
    height: 32px;  
    font-size: 12pt;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: white;
    overflow: hidden;
    background: transparent url('../../images/200909/headerpeak.png') no-repeat top left;
}

.centerinfo
{
    top: 10px;
    left: 5px;
    right: 5px;
    text-align: center;
}

.searchfield
{
    font-style: italic;
}

.searchterm
{
    font-style: italic;
}

.searchhits
{
    font-weight: bold;
}


.qsnavbar
{

}

.qsnavbar .prevpage,
.qsnavbar .nextpage
{
    font-weight: bold;
    color: gray;
}

.qsnavbar .thispage
{
    font-weight: bold;
    color: black;
}

.leftpanel
{
    width: 49.5%;
    float: left;
}

.rightpanel
{
    width: 49.5%;
    float: right;
}

.leftpanel .shortbook
{
    display: block;
    float: left;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}

.rightpanel .shortbook
{
    display: block;
    float: right;
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}


#sidemenu-wrapper
{
    padding-top: 20px;
    background-color: #0071bc;
}

#sidemenu-wrapper .h2
{
    color: white;
    text-shadow: 0.1em 0.1em 0.05em #88A;
    font-size: 12pt;
    line-height: 20pt;
}

#left-links
{
    padding-top: 20px;
    background-color: #0071bc;
    padding-bottom: 20px;
}

#left-links .h2
{
    color: black;
    text-shadow: 0.1em 0.1em 0.05em #88A;
    font-size: 12pt;
    line-height: 20pt;
}

#left-links a
{
    color: white;
    text-decoration: underline;
}

.left-link
{
    padding-top: 2px;
    padding-bottom: 2px;
}

#mainmenu-wrapper
{
    padding-top: 20px;
    background-color: #0071bc;
    border: 1px solid transparent;
}

#left-todo .h2
{
    color: white;
    text-shadow: 0.1em 0.1em 0.05em #88A;
    font-size: 12pt;
    line-height: 20pt;
}

#left-todo
{
    padding: 5px;
    background-color: #0071bc;
}

#left-todo ul
{
    list-style: none;
    padding: 0px;
    color: white;
}

#left-todo li
{
    color: white;
}

#left-todo a
{
    color: white;
}



#oldmsie
{
    position: absolute;
    z-index: 100;
    width: 610px;
    height: 200px;
    background: #ff8080;
    color: black;
    border: 2px outset red;
    padding: 10px;
}



.abclist_block
{
    margin-top: 6pt;
    margin-bottom: 3pt;
    clear: left;
    padding-left: 60px;
}

.bigletter-wrapper
{
    float: left;
    margin-left: -60px;
    width: 55px;
}

.bigletter
{
    font-size: 24pt;
    line-height: 32pt;
    color: black;
    font-weight: bold;
    padding-bottom: 12pt;
}

.bigletter a
{
    color: #006600;
}

.bigletter a:hover
{
    text-shadow: 0.1em 0.1em #80a080;
    text-decoration: none;
}

.abclist_block:hover .bigletter
{
    text-shadow: 0.1em 0.1em #80a080;
}

.abclist_block span.button
{
    background-color: transparent;
    color: black;
    border: 1px outset #AAFFAA;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18pt;
}

.abclist_block a:hover .button
{
    background-color: #AAFFAA;
}

.abclist_block:hover .button
{
    background-color: #CCFFCC;
}



#pagetopmenulist
{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 10pt;
    color: black;
    text-align: center;
    line-height: 20pt;
}


#pagetopmenulist .menuSelected
{
    color: lime;
    font-weight: bold;
}


#pagetopmenulist li
{
    display: inline;
    white-space: nowrap;
}

#pagetopmenulist li div
{
    display: inline;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10pt;
    border: 1px outset black;
    white-space: nowrap;
}


#pagetopmenulist li ul
{
    display: none;
}

#pagetopmenulist li hr
{
    display: inline;
    width: 0px;
}

#pagetopmenulist li hr:after
{
    content: '||';
    display: inline;
    color: black;
}

#bannerads
{
    background: transparent;
    width: 120px;
    margin: auto;
    color: green;
}

#bannerads .bannertop
{
    background: transparent url('../images/banner_top.png') no-repeat top center;
    width: 120px;
    height: 15px;
}

#bannerads .bannerbottom
{
    background: transparent url('../images/banner_bottom.png') no-repeat top center;
    width: 120px;
    height: 15px;
}

#bannerads .bannercontent
{
    background: transparent url('../images/banner_middle.png') repeat-y top center;
    width: 120px;
}

#bannerads .bannersep
{
    background: blue;
    width: 90%;
    margin: 3px auto 3px auto;
    height: 1px;
    border: 1px solid blue;
    font-size: 1px;
    line-height: 1px;
}

#bannerads .banner_item
{
    padding: 0px 4px 0px 4px;
    text-align: center;
    width: 110px;
}

#bannerads a
{
    text-decoration: none;
}

#bannerads a:hover
{
    text-shadow: 0.1em 0.1em #A0A0A0;
}

#bannerads .banner_title
{
    display: block;
    /* color: #ec1c24; */
    color: #0071bc;
    font-weight: bold;
    font-size: 120%;
    line-height: 120%;
    padding-top: 5px;
    padding-bottom: 10px;
}

#bannerads .banner_text
{
    display: block;
    /* color: #ec1c24; */
    color: #0071bc;
    font-weight: bold;
    font-size: 110%;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bannerads .banner_contact_title
{
    display: block;
    /* color: #ec1c24; */
    color: #0071bc;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

#bannerads .banner_contact_telephone
{
    display: block;
    color: #0071bc;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}

#bannerads .banner_contact_email
{
    display: block;
    color: #0071bc;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}


#bannerads a
{
    color: #0071bc;
    text-decoration: underline;
}

#bannerads a:hover
{
    color: #0000ff;
    text-decoration: underline;
}

#minimap-wrapper
{
    display: block;
    position: absolute;
    z-index: 5000;
    top: 30px;
    left: 5px;
}

#visegrad-wrapper
{
    display: block;
    position: absolute;
    z-index: 5000;
    top: 30px;
    left: 5px;
}

#mainminimap-wrapper
{
    float: left;
    width: 200px;
    top: 20px;
    left: 20px;
    text-align: center;
}

#mainminimap-wrapper h2
{
    color: blue;
    text-decoration: underline;
    font-size: 10pt;
    line-height: 14pt;
}

#mainminimap-wrapper #minimap
{
    margin-left: auto;
    margin-right: auto;
}


#ifaceLang
{
}

#literLang
{
    display: block;
    padding: 5px;
}

#transLang
{
    display: block;
    padding: 5px;
}

#ifaceForm
{
    background-color: #0071bc;
    text-align: center;
    color: white;
    font-size: 9pt;
    border: 1px solid transparent;
}

#ifaceForm select
{
        max-width: 120px !important;
}

#ifaceForm option
{
        max-width: 120px !important;
}

#ifaceForm div.h2
{
    font-size: 10pt;
    
    color: white;
}

#selectLanguage
{
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0px 5px 0px 5px;
}

#selectLanguage a
{
    text-decoration: none;
}

#selectLanguage .lang
{
    float: left;
    width: 24px;
    height: 24px;
    background: transparent url('../images/cells/cell_24_blue.png') no-repeat top center;
    padding: 0px 2px 0px 2px;
}

#selectLanguage .lang:hover,
#selectLanguage .langsel
{
    float: left;
    width: 24px;
    height: 24px;
    background: transparent url('../images/cells/cell_24_orange.png') no-repeat top center;
    padding: 0px 2px 0px 2px;
}

.nyaloka
{
    float: left;
    margin-left: 20px;
    background-color: white;
    border: 1px solid orange;
    padding: 5px;
    
    width: 420px;
    margin: 10px;
}

.nyaloka .originalwork
{
    padding-right: 10px;
}

.nyaloka .translator,
.nyaloka .author
{
    margin-top: 6px;
    padding-left: 20px;
    font-style: italic;
}

.pushitem_1
{
    margin-left: 120px;
}
.pushitem_2
{
    margin-left: 60px;
}

/* On useredit page */
.langpair_available
{
    background-color: orange;
    text-align: center;
    width: 2em;
}

.langpair_notavail
{
    background-color: #C0C0C0;
    text-align: center;
    width: 2em;
}

.indented
{
    padding-left: 2em;
}

.indented-dbl
{
    padding-left: 4em;
}


.em
{
    font-style: italic;
}

.important
{
    color: red;
}

.very-important
{
    color: red;
    font-weight: bold;
    padding: 4px;
    border: 1px outset red;
    background-color: #fff0f0;
    
}

.very-green
{
    color: green;
    font-weight: bold;
    padding: 4px;
    border: 1px outset green;
    background-color: #f0fff0;
}

#right_smf_box
{
    margin: 5px 0px 5px 5px;
    color: white;
    background-color: transparent;
}

#right_smf_box table
{
    border: 1px solid #0071bc;
    color: white;
}

#right_smf_box th
{
    background-color: transparent;
    color: #f0f0ff;
    text-align: center;
    font-size: 11pt;
    line-height: 16pt;
}

#right_smf_box th a
{
    color: #f0f0ff;
}

#right_smf_box td a
{
    color: white;
}

#right_smf_box td
{
    padding: 3px;
    border-top: 1px solid gray;
}

.msgframe
{
    border-top: 1px solid gray;
}

.msguser
{
    font-weight: bold;
    color: blue;
}

.msgdate
{
    margin-left: 2em;
}

.msgsubject
{
    font-weight: bold;
    color: black;
    text-decoration: underline;
    margin-bottom: 3px;
}

.msgreplylink
{
    font-weight: normal;
    text-decoration: none;
}

.msgreplylink a
{
    color: blue;
    text-decoration: none;
}

.msgreplylink a:hover
{
    color: blue;
    text-decoration: underline;
}

.msgbody
{
    font-weight: normal;
    color: black;
}

.msgfooter
{
    margin-bottom: 12px;
}


/* pre / akt status */
.auth_status_akt,
.tran_status_akt,
.work_status_akt
{
    color: black;
}

.auth_status_pre,
.tran_status_pre,
.work_status_pre
{
    color: #F04040;
}

.auth_original_true,
.tran_original_true,
.work_original_true,
.auth_original_1,
.tran_original_1,
.work_original_1
{
    font-weight: normal;
}
.auth_original_false,
.tran_original_false,
.work_original_false,
.auth_original_0,
.tran_original_0,
.work_original_0
{
    font-weight: bold;
}

ul.multiselect-checkbox-list
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.multiselect-checkbox-list li
{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.translator
{
    font-weight: bold;
}

.removedtranslator
{
    font-weight: normal;
    color: gray;
    text-decoration: line-through;
}

#page_copyright
{
    text-align: center;
    color: white;
    text-decoration: none;
}

#page_copyright a
{
    text-align: center;
    color: white;
    text-decoration: none;
}

#langchooser
{
    line-height: 32px;
    text-align: center;
}

.work_notrans
{
    color: gray;
}

.work_nomatch
{
    color: gray;
}

.doclanguageselected
{
    font-weight: bold;
}

.doclanguagelinks
{
    text-align: center;
    padding: 3px 1em 3px 1em;
    margin-bottom: 6px;
    background-color: #e0e0ff;
}

.step_active,
.step_active a
{
    color: green;
}

.step_next,
.step_next a
{
    color: black;
}

.step_old,
.step_old a
{
    color: gray;
}

.halfwidth
{
    width: 50%;
}

.fullwidth
{
    width: 100%;
}


.topdown
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    writing-mode: tb-rl;
}
