body {
        background-color: #000000;
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 10pt;
}

#top {
        background-color: #555555;
	padding-left: 10px;
        margin-left: -8px;
        margin-right: -8px;
        margin-top: -8px;
        height: 60px;
}

#playerdiv {
        background-image: url("../images/curve.jpg");
        float:right;
        margin-top: 0px !important;
        margin-right: 0px;
        width:50px;
        height:50px;
}

#player {
        margin-top:0px;
        margin-left:33px;
}

#nav {
        float: right;
        margin-top: 38px;
        font-weight: bold;
        margin-right: 18px;
}

#top a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10pt;
}

#top a:hover {
        text-decoration: none;
        color: #999999;
}

#nav a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 10pt;
}

#nav a:hover {
        text-decoration: none;
        color: #999999;
}

#main {
        padding-top: 3px;
	height:100%;
}

.litebox {
        border: 1px solid #FFFFFF;
        background-color: #444444;
        color: #AAAAAA;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        margin-top: 10px;
	min-height:100%;
}

.litebox a {
        text-decoration: none;
        color: #777777;
        z-index: 3;
}

.litebox a:hover {
        text-decoration: none;
        color: #222222;
        z-index: 3;
}

#toggle {
        float:left;
        color: #AAAAAA;
        margin-top: -25px;
        padding-left: 10px;
}

#toggle a {
        text-decoration: none;
        color: #777777;
        z-index: 3;
}

#toggle a:hover {
        text-decoration: none;
        color: #222222;
        z-index: 3;
}

#login {
        float:right;
        text-align: right;
        font-size: 8pt;
        color: #AAAAAA;
        font-weight: normal;
        z-index: 3;
        width:99%;
        margin-left:-60px;
        margin-top:-30px;
        margin-right:60px;
}

#login a {
        text-decoration: none;
        color: #FFFFFF;
        z-index: 3;
}

#login a:hover {
        text-decoration: none;
        color: #555555;
        z-index: 3;
}

#admin {
        margin-left: 250px;
        margin-top:-27px;
        color: #AAAAAA;
}

input.textbox {
        border: 0;
        font-size: 8pt;
        background: #333333;
        z-index: 3;
        color: #FFFFFF;
}

input.atextbox {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 10pt;
        color: #FFFFFF;
        border:0;
        background: #333333;
        z-index: 3;
}

input.button {
        border: solid 1px #fff;
        background: #333333;
        color: #fff;
        height: 16px;
        font-size: 8pt;
        z-index: 3;
}

input.abutton {
        border: solid 1px #fff;
        background: #333333;
        color: #fff;
        height: 18px;
        font-size: 8pt;
        z-index: 3;
}

#footer {
        border: 1px solid #FFFFFF;
        background-color: #555555;
        font-size: 8pt;
        color: #AAAAAA;
        padding: 5px;
        text-align: center;
        width: 400px;
        text-align: center;
        margin: 0px auto -1px auto;
        margin-top: 15px;
}

