@import url(layout.css);
@import url(style.css);
@import url(widgets.css);
@import url(buttons.css);
body { 
    margin: 0px; padding: 0px;
    background: #e9f4fa url(../images/body-top-gr.png) left top repeat-x;
    color: #000000; /* #838E94 old */
}
a { color: #5f8497; }

a.lock { background: url(../images/icons/icon-lock.png) left center no-repeat; padding: 2px 0px 2px 21px; }
a.rss { background: url(../images/icons/icon-rss-small.png) left center no-repeat; padding: 2px 0px 2px 17px; }
a.print { background: url(../images/icons/icon-print.png) left center no-repeat; padding: 0px 0px 2px 14px; }

h1.standalone { color: #9a9fa3; padding-top: 0px; margin-top: 5px; padding-bottom: 10px; font: normal 18px Arial, Helvetica, sans-serif;  }
h1.standalone a, h1.standalone  a.topic { text-decoration: none; }
h1.standalone a:hover, h1.standalone a.topic:hover { text-decoration: underline; }
h1.standalone a { color: #545f67; }
h1.standalone a.topic { color: #098fc0; }

ul, ol, li { list-style: none; }

img { border: none;  }

h1,h2,h3,h4,h5 { margin: 0; padding: 0; }
h1 { font: normal 24px "Trebuchet MS"; }

fieldset { border: none; padding: 0; margin: 0; }

input { font: normal 13px Arial; color: #000000; } /* 8c8c8c */

.ajaxHolder { clear: both;  }

.clearfix { clear: both; width: 100%; margin: 1px 0px; display: block; height: 1px; overflow: hidden; }

.ui-tabs-hide { display:none !important;}

.debug-box {
    position:fixed;
    top:0;
    left:0;
    background-color:#a9a9a9;
    margin:2px;
    z-index:10;
    color:white;
}

.debug-box pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
