.vkp {
		margin-top: 0.5em;
		margin-bottom: 1em;
        border: 1px dashed black;
        padding: 0.5em;
        white-space: nowrap;
        text-align: left;
}
.xoopscode {
        border-style : dashed;
        border-width : 1px;
        padding : 0px 5px 0px 5px;
        white-space: nowrap;
        font-family: monospace, lucida console;
        background: #F9F9F9;
}
.xoopsquote {
        border-style : dashed;
        border-width : 1px;
        padding : 0px 5px 0px 5px;
        background: #F9F9F9;
}
.errhandler {
        border-style : dashed;
        border-width : 1px;
        padding : 0px 5px 0px 5px;
        background-color: #F8F8FF;
        color: Gray;
}
body {
        direction : ltr; /* Change to rtl for Right-To-Left languages */
        unicode-bidi : embed;
}

#hmenu a {
        display: block;
        margin: 0;
        text-indent: 5px;
        font : bold 10px Verdana, Arial, Helvetica, sans-serif;
        text-decoration : none;
   		border-bottom: 1px solid #777777;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #777777;
        border-top: 1px solid #cccccc;
   		width: 100%;
        padding: 3px;
}

#hmenu2 a {
        display: block;
        margin: 0;
        text-indent: 25px;
        font : bold 10px Verdana, Arial, Helvetica, sans-serif;
        text-decoration : none;
   		border-bottom: 1px solid #777777;
        border-left: 3px solid #990000;
        border-right: 1px solid #777777;
        border-top: 1px solid #cccccc;
   		width: 100%;
        padding: 3px;
}
