html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
    border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: inherit;
}

body {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #333333;
    background-image: url("/media/image/mainframe.png");
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

a {
    color: #fff;
}

p {
    margin-top: 10px;
}

h1 {
    font-size: 150%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#outer {

}

#ads {
    position: absolute;
    left: 50px;
    top: 150px;
}

#content {
    margin-left: 450px;
    width: 640px;
    min-height: 700px;
}

#navigation {
    width: 600px;
    height: 40px;
    padding: 10px 20px 0 20px;
    color: #fff;
}

#main {
    width: 600px;
    min-height: 680px;
    padding: 0 20px 0 20px;
    background-color: #fff;
    background: url("/media/image/mainbg_m.png");
}

#maint {
    width: 600px;
    height: 20px;
    padding: 0 20px 0 20px;
    background: url("/media/image/mainbg_t.png");
}

#mainb {
    width: 600px;
    height: 20px;
    padding: 0 20px 0 20px;
    background: url("/media/image/mainbg_b.png");
}

#main, #main a, #main td {
    color: #000;
}

#footer {
    margin: 0 1% 5px 1%;
    text-align: right;
    border-top: 1px solid white;
}

#tracker {
    position: absolute;
    left: 1%;
    top: 790px;
}

#canvas {
    width: 600px;
    height: 600px;
    text-align: center;
}

#title {
    border-bottom: 1px solid black;
    font-size: 14pt;
}

#tooltip {
    padding: 7px;
    color: #000;
    background-color: #ffc;
    border: 1px solid #f96;
    font-size: 80%;
}

#tooltip .title {
    border-bottom: 1px solid #f96;
}

.teaser {
    margin: 10px 0 10px 0;
    padding: 10px;
    background: #ff0;
    color: #000;
    font-weight: bold;
    text-align: center;
}

form.form {

}

form.form th {
    font-weight: bold;
    color: #000000;
    width: 150px;
}

form.form th.input {
    text-align: right;
}

form.form td.input {
    padding: 5px;
}

form.form .error {
    color: #f36;
}

form.form input.textbox {
    width: 300px;
    padding: 5px;
    font-weight: bold;
    overflow: visible;
}

table.grid {

}

table.grid td {
    width: 150px;
    height: 150px;
    background: url("/media/image/thumbframe.png");
    text-align: center;
    vertical-align: middle;
}

table.grid td a {
    display: block;
    width: 120px;
    height: 120px;
    margin: 15px;
}

.flash-replaced .alt {
    display: none;
}

.blur {
    color: #999;
}