body {
    margin: 0;
    padding: 0;
}

body {
/*    font-family: arial;
    font-size: 14px;*/

    background: none repeat scroll 0 0 #eeeeee;/*#FAFAFA;*/

    color: #191919;
    font-family: "Lucida",sans-serif;
    font-size: 14px;
}

#header h2 {
    text-shadow: #6374AB 2px 2px 2px;
}

/*select, input[type=text], input[type=checkbox], input[type=radio], textarea {
    background-color: #ffffcc;
}*/

#content {
    line-height: 1.5em;
}

#content h1 {
    font-size: 22px;
}

#content h4 {
    margin-bottom: 2px;
}

#content td, th {
    border: 1px solid;
    border-collapse: collapse;
    padding: 5px;
}

#content table {
    border: 1px solid;
    border-collapse: collapse;
}

ul,ol {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

li {
    margin-bottom: 4px;
}

.up { color: green; }
.down { color: red; }
.issues { color: red; }

.red { color: red; }
.green { color: green; }

td.left {
    font-weight: bold;
}

.loginOk {
    color: green;
}

.loginFailed {
    color: red;
}

#wrapper {
    /*width: 940px;*/
    height: 100%;

    /*margin-left: auto;
    margin-right: auto;*/

}

#header {
    width: 100%;
    background-color: #013c5c;
    color: white;
    padding-bottom: 5px;
/*    text-align: center;*/
}

#content a {
    color: #222;
}

#content a:visited {
    color: #555;
}

/*#content a:visited {
    color: #ccc;
}*/

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

#header a:hover {
    color: white;
    text-decoration: underline;
}

#menu a {
    margin-right: 15px;
}

a:hover {
    text-decoration: underline;
}
a {
    text-decoration: none;
}

#header h2 {
    font-family: "Tahoma", "Arial";
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: white;
}

#content {
    margin: 0;
    margin-left: 10px;
    margin-right: 8px;
    padding: 0;
    /*width: 100%;*/
    height: 100%;
}

h3 {
    padding-top: 5px;
}

#menu {
    margin-left: 10px;
    font-size: 12px;
    font-family: tahoma, arial;
}

.news {
    margin-top: 40px;
}

.news hr {
    height: 1px;
    width: 50%;
    position: relative;
    left: 0px;
    margin: 0px;
}

.newsItem {
    margin-bottom: 20px;
}

.newsHeading {
    font-size: 15px;
    font-weight: bold;
}

.newsBody {
/*    background-color: #eeeeff;*/
}

.newsDate {
    font-style: italic;
    font-size: 10px;
}

.newsContent {
}

#header #time {
    text-align: right;
    font-size: 10px;
    position: absolute; 
    top: 5px;
    left: 330px;
    /*display: none;*/
}

.loggedIn {
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

#header .loggedIn a {
}


.player0 { color: green; }
.player1 { color: red; }
.player2 { color: blue; }
.player3 { color: brown; }
.player4 { color: orange; }

#round {
    line-height: 1em;
}

#round td {
    padding-right: 20px;
    vertical-align: top;
}

#round h3 {
    margin: 0px;
    padding: 0px;
}

#round hr {
    height: 1px;
    border: 0;
    background: #000;
    padding-top: 0;
    margin-top: 0;
}

#round td {
    border-style: none;
}

#round th {
    border-style: none;
}

#round table {
    border-style: none;
}

pre {
    white-space: pre-wrap;
} 

