
/* All-around {{{ */
html { overflow: -moz-scrollbars-vertical; }

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: #2e627e;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

img {
    border: 0;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}
/* }}} */

/* Layout {{{ */
.header {
    width: 705px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
}
.bg-blue {
    background: url(/images/bg-blue-top.jpg) repeat-x;
}
.bg-blue-bot {
    background: url(/images/bg-blue-bot.jpg) repeat-x;
}
#headimg {
    margin: 5px 0;
}

ul.menu {
    width: 705px;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 2px;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    list-style-type: none;
    background: #dcdcdc url(/images/bg-silver-top.jpg) repeat-x;
}

ul.menu li {
    line-height: 33px;
    display: inline;
}

ul.menu a {
    padding: 0 24px;
    border-left: 1px solid black;
    text-decoration: none;
    color: black;
}

ul.menu li.first a {
    border-left: 0;
}

ul.menu a:hover {
    background-color: white;
}

table.layout {
    width: 100%;
}

table.layout td.left {
    background: #6696af url(/images/bg-bills.jpg) right top no-repeat;
}
table.layout td.right {
    background: #6696af url(/images/bg-coins.jpg) left top no-repeat;
}
table.layout td.middle {
    width: 705px;
    background-color: white;
    padding-bottom: 20px;
}

table.tickers {
    width: 705px;
    height: 44px;
    margin: 0 auto;
    font-size: 80%;
    background: #dcdcdc url(/images/bg-silver-bot.jpg) repeat-x;
}

table.tickers td {
    text-align: center;
}
table.tickers td.up {
    background: url(/images/ticker-up.png) center center no-repeat;
}
table.tickers td.dn {
    background: url(/images/ticker-dn.png) center center no-repeat;
}

div#footer {
    width: 705px;
    margin: 0 auto;
    padding: 1ex 0;
    font-size: 80%;
    text-align: center;
    background-color: #b4cbd7;
}
#footElements, #footTextLinks, #copyright, #isgflNotice {
    margin: 1ex 0;
}
/* }}} */

/* Content {{{ */

h1.contentopen {
    margin: 20px 20px 0;
    font-size: 120%;
}

/* Content templates */
div.contentitem_default {
    margin: 20px 20px 0;
}

h2.c_default {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

div.c_default {
    font-size: 90%;
}

div.icon_default {
    font-size: 90%;
    text-align: center;
}

.contentPic {
    text-align: center;
    display: inline;
    float: left;
    margin-right: 7px;
    font-weight: bold;
    width: 240px;
}
/* }}} */

/* Administration {{{ */
#adminPage, #adminPage table {
    color: black;
}

span.admin_message {
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

span.admin_error {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

div.admin_message {
    padding: 4px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

div.admin_error {
    padding: 4px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

table.admin_index {
    font-size: 0.8em;
}

th.admin_index {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

tr.admin_index_th {
    background-color: #666666;
    color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
    background-color: #dddddd;
    font-size: 1.0em;
}

tr.admin_index_odd {
    background-color: #eeeeee;
    font-size: 1.0em;
}

tr.admin_index_context {
    background-color: #aaaadd;
    font-size: 1.0em;
}

td.admin_index {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/* }}} */

