html, body {
    height: 100%;
    margin: 0;
    background: #ffffff;
}

#outter_frame {
    width: 100%;
    height: 100%;
    margin: 0;
}

#inner_frame {
    width: 811px;
    height: 100%;
    margin: 0;
}

#queues {
    text-align: left;
}

#queues p {
    margin: 0px;
    padding: 5px;
    font-weight: bold;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 10px;
    text-align: left;
}

#queues p a {
    color: white;
    text-decoration: none;
}

#queues p:hover {
    background: #222;
}

img {
    border: 0;
}
    
div.spacer {
    clear: both;
}

input {
    border: 1px solid grey;
}

input.smallwidth {
    width: 120px;
}

input.lineeditor {
    width: 190px;
}

input.button {
    border: 0px;
}

.texteditor { width: 100%; height: 200px; }

select {
    border: 1px solid grey;
}

a.button {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: solid #111111 1px;
    background-color: #dddddd;
    margin: 0;
    padding: 2px 10px 2px 10px;
    width: 0;
    text-decoration: none;
    color: red;
}

a:hover.button {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    border: solid #222222 1px;
    background-color: #eeeeee;
    margin: 0;
    padding: 2px 10px 2px 10px;
    width: 0;
    text-decoration: none;
    color: black;
}

a.menu {
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 5px 10px;
    color: #008800;
    text-decoration: none;
}

a:hover.menu {
    color: #00ff00;
    text-decoration: none;
}

p.title_r { margin: 0; padding: 0; font-family: "Trebuchet MS"; font-size: 13px; font-weight: bold; text-align: right; }
p.solid_l { font-family: "Trebuchet MS"; font-size: 14px; margin: 2px 0px 2px 5px; text-align: left; }

p.title { margin: 0; padding: 0; font-family: "Trebuchet MS"; font-size: 13px; font-weight: bold; text-align: center; }
p.date { font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold; margin: 3px; margin-right: 30px; text-align: right; }
p.news { font-family: "Trebuchet MS"; font-size: 14px; margin: 10px 30px 10px 30px; text-align: justify; }
p.text { font-family: "Trebuchet MS"; font-size: 14px; margin: 0px 0px 0px 0px; text-align: justify; }
p.green { color: green; }
p.bold { font-weight: bold; }
p.normal { font-family: "Trebuchet MS"; font-size: 14px; margin: 5px 5px 10px 5px; }
p.note { font-family: "Trebuchet MS"; font-size: 12px; color: blue; margin: 5px 5px 5px 5px; }
p.solid { font-family: "Trebuchet MS"; font-size: 14px; margin: 2px 0px 2px 0px; }
p.error { font-family: "Trebuchet MS"; font-size: 14px; color: red; margin: 5px 5px 10px 5px; }
p.smallerror { font-family: "Trebuchet MS"; font-size: 12px; color: red; margin: 0px 0px 0px 0px; }
p.smallinfo { font-family: "Arial"; font-size: 12px; color: blue; margin: 0px 0px 0px 0px; }
p.smalltext { margin: 0; padding: 0; font-family: "Trebuchet MS"; font-size: 12px; }

p#title { font-family: "Trebuchet MS"; font-size: 13px; font-weight: bold; margin-top: 0; }
p#news { font-family: "Trebuchet MS", sans-serif; font-size: 14px; text-align: justify; }

table.noborder { border: 0px; width: 90%; border-collapse:collapse; }
table.border { border: 1px solid black; width: 90%; border-collapse:collapse; margin: 20px 0px 0px 0px; }

td.padded { margin: 0 30px 0 30px; padding: 0 30px 0 30px; }
td.centered { background: yellow; text-align: center; }
td.redbg { background: #CCCCCC; }
td.redrow { background: red; }
td.greenrow { background: #66DD66; }
td.orangerow { background: orange; }

.centered { text-align: center; }

.floatleft { float: left; margin: 0 10px 10px 0; }
.floatright { float: right; margin: 0 0 10px 10px; }

.d { font-family: "Trebuchet MS"; font-size: 14px; margin: 20px 0px 0px 5px; }
.f { font-family: "Trebuchet MS"; font-size: 14px; }

#bgdiv { border: 0px; background: url('/i/transparent_bg.png') repeat; text-align: center; width: 100%; height: 100%; display: none; position: fixed; z-index: 9; }
#thumb { border: 0px; text-align: center; width: 400px; height: 200px; visibility: hidden; position: absolute; z-index: 10; }
#popup { background: red; border: 0px; text-align: center; visibility: hidden; position: absolute; z-index: 20; }

ul { margin: 0;
}

li { font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; color: red; margin: 0px 10px 0px 10px; }
li.red { font-family: "Trebuchet MS"; font-size: 12px; color: red; margin: 0px 20px 0px 20px; }
li.green { font-family: "Trebuchet MS"; font-size: 12px; color: green; margin: 0px 20px 0px 20px; }
.big { font-family: "Trebuchet MS"; font-size: 16px; color: green; margin: 0px 20px 0px 20px; }
li.nodot { font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; color: red; list-style-type:none; margin: 0px 0px 0px 0px; }
li.spacer { font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; color: red; list-style-type:none; margin: 0px 0px 20px 0px; }
