body {
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: "arial";
}

h1, h3 {
    text-align: center;
}

#content {
    padding: 5px;
}

#user {
    float: right;
}

#navcontainer {
    margin: 0 auto;
    width: 700px;
}

#nav, #welcome {
    float: left;
}

#welcome {
    text-align: center;
    width: 30%;
}

#nav, #user {
    width: 35%;
}

#nav ul, #user ul, #welcome ul {
    list-style-type: none;
    padding: 0;
}

#nav li {
    float: left;
    padding: 0;
    margin-right: 20px;
}

#user li {
    float: right;
    margin-left: 20px;
}

.clear {
    clear: both;
}

#copy {
    font-size: 12px;
    text-align: center;
}

#register {
}

#register label {
    font-weight: bold;
}

#login, #register {
    margin-top: 20px;
}

#login label {
    font-weight: bold;
}

.align-right {
    text-align: right;
}

.error {
    color: red;
    margin: 10px;
    text-align:center;
}

.highlight {
    background-color:yellow;
}

#artist, #title, .wideinput {
    width: 500px;
}

#results {
    margin-top: 20px;
    margin-bottom: 20px;
}

#results table {
    border: 1px solid black;
    width: 80%;
}

#results th {
    border-bottom: 1px solid black;
}

.row {
    height: 23px;
}

.evenrow {
    background-color: #eee;
}

.oddrow {
    background-color: #fff;
}

.tdbdr {
    border-right: 1px solid black;
}

.info {
    margin: 10px;
    text-align: center;
}

#userchart, #toptenchart, #userbrowse, #top100chart {
    margin-top: 20px;
    margin-bottom: 20px;
}

#vote, #votemanual {
}

.col {
    height: 100%;
}

.rankcol {
    text-align: center;
    width: 50px;
}

.titlecol {
    width: 240px;
}

.artistcol {
    width: 260px;
}

.actioncol {
    width: 100px;
    text-align: center;
}

.titleandartistcol {
    width: 500px;
}

.colheaderrank {
    font-size: 18px;
    font-weight: bold;
}

.colheaderbig {
    font-size: 26px;
    color: #000000;
    font-family: "arial";
}

.rowheader {
    background: #ED1C24;
    vertical-align: middle;
}

#preview {
    margin-top: 20px;
}

#sortable { 
    cursor: move;
    font-size: 16px;
}

#locked {
    font-size: 16px;
}

#sortable th, #sortable td, #locked th, #locked td {
    color: black;
}

.clear {
    clear: both;
    height: 0;
}

#voteform {
    text-align: center;
}

.right {
    text-align: right;
}

.margintop {
    margin-top: 20px;
}

#vote .odd {
    background: white;
}

#vote .even {
    background: #eee;
}

.icontrash {
    cursor: pointer;
    background: transparent url('trash.png') no-repeat;
    height: 16px;
    width: 15px;
    margin: 0 auto;
}

.iconlock {
    background: transparent url('lock.png') no-repeat;
    height: 11px;
    width: 11px;
    margin: 0 auto;
}

.icontrash:hover {
    background: #ddd url('trash.png') no-repeat;
}

.charttitle {
    background-color: black;
    color: white;
    font-family: "tahoma";
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}

#toptenchart table {
    margin: 0 auto;
    width: 616px;
    border-right: solid 1px black;
    font-size: 16px;
}

#top100chart table {
    margin: 0 auto;
    width: 650px;
    font-size: 16px;
    border: solid thin black;
}

#userbrowse table {
    margin: 0 auto;
    width: 720px;
    border-right: solid 1px black;
    font-size: 16px;
}

#preview table {
    border-right: solid 1px black;
    margin: 0 auto;
    width: 669px;
}

#toptenchart th, #toptenchart td, #preview th {
    border-left: 1px solid black;
    border-bottom: solid 1px black;
}

#userbrowse th, #userbrowse td {
    border-left: 1px solid black;
    border-bottom: solid 1px black;
}

.votebutton {
    margin: 0 auto;
    width: 670px;
    margin-top: 10px;
    text-align: right;
}

.bodycontent {
    margin: 0 auto;
    width: 800px;
    padding: 10px;
}

.pagination {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.results {
    text-align: center;
    margin-bottom: 5px;
}

#chartprivacy, #actsuccess {
    margin: 0 auto;
    width: 500px;
    text-align: center;
}

#regsuccess {
    text-align: center;
}

