body {
    font-family: Verdana, Arial, sans-serif;
    background-color: #369;
}

div, ul, body, html {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3 {
    font-weight: normal;
    color: #333;
}

span {
    font-size: 14px;
}

/* for the login forms */
th {
    font-weight: normal;
    font-size: 12px;
    text-align: right;
}

label {
    color: #333333;
}

button {
    background-color: #eeeeee;
}

.form_link{
    font-size: 12px;
}
/* done forms */

#title {
    font-size: 18px;
}

#main{
    padding: 0px 0px 20px 30px;
    position: relative;
    width: 1000px;
    left: 50%;
    margin-left: -520px;
    background-color: #ffffff;
    border: 1px solid #888888;
}

#newuser_main{
    padding-left: 60px;
    position: absolute;
    left: 7%;
    width: 75%;
    background-color: #ffffff;
    border: 1px solid #888888;
}

#page_content{
    width: 70%;
}

#menu{
    text-align: center;
    margin-left: 220px;
    margin-bottom: 20px;
}

#menu a {
  padding: 0px 10px;
}

#bar{
    width: 400px;
    background-image: url(/images/bar.png);
    background-repeat: repeat;
}

#logo{
    position: relative;
}

#user_div{
    padding: 0px 10px 10px;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 200px;
    border: 2px solid #cccccc;
}

#user_div h3 {
    text-align: center;
}

#user_div input {
    width: 170px;
}

.left_menu{
    border-left: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    font-size: 16px;
    float: left;
}

.center_menu{
    float: left;
    font-size: 16px;
    border-left: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.right_menu{
    font-size: 16px;
    border: 2px solid #cccccc;
    float: left;
}

#projects{
    width: 200px;
    padding: 10px;
    position: absolute;
    right: 30px;
    top: 180px;
    border: 2px solid #cccccc;
}

.project_name{
    width: 100px;
}

#footer{
    margin-top: 100px;
    text-align: center;
    font-size: 12px;
}

#logout{
    cursor: pointer;
}

#right_side{
    position: absolute;
    right: 150px;
    top: 210px;
    width: 40%;
}

.date{
    color: #888888;
}

.news_entry {
    margin-bottom: 1em;
}

big{
    color: #222222;
}

a{
    text-decoration: none;
}

a img{
    border: none;
}

a:visited {
    color: #6666ff;
}

strong.wrong {
    color: #800;
}

ul.liform {
    list-style-type: none;
}

ul.liform li label{
    font-size: .9em;
}

ul.liform input {
    width: 200px;
}

ul.liform li.control_input {
    margin-bottom: .5em;
}

button.add, button.tick {
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: center left;
}

button.add{
  background-image: url(/images/add.png);
}

button.tick {
  background-image: url(/images/tick.png);
}
