/* special css styles */
HTML { overflow: -moz-scrollbars-vertical; }

.innertable { background: url(/download/14/filecontainer/bgImages/background_main.png); padding:10px; }

html, body {
background-attachment: scroll;
background-position: center top;
height: 100%;
}

.info {
border: 1px solid black;
padding: 5px;
margin-top: 0.5em;
background-color: #cccccc;
}

.info strong {
color: red;
}
.info li {
list-style-position:outside;
margin-left: 15px;
}