body {
        font-family: arial, sans-serif;
        background-color:#fff;
        font-size: small;
        margin: 24px 8px 8px;
        color:#000;
}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: underline;}
A:hover {text-decoration: underline; color: blue;}

#container {
        width:100%;
}

#logo{  
        position: absolute;
        top: 0px;
        left: 5px;
        width: 175px;
}

#logo img{
        border:none;
        margin:0;
        top:10px;
}

#sidebar{
        position: absolute;
        top:100px;
        width:20%;
        height:100%;
}

#sidebar ul li, #sidebar ul ul li {
        padding:0;
        font-weight:bold;
        list-style:none;
}

#calendar{
        position: absolute;
        left: 20%;
        top: 100px;
        text-align: center;
        width:60%;
}

#newevent{
        display:none;
        text-align:center;
        width:60%;

        position: absolute;
        left: 20%;
        top: 100px;
}

#newuser{
        display:none;
        text-align:center;
        width:60%;

        position: absolute;
        left: 20%;
        top: 100px;
}

#login{
        position:absolute;
        right:0px;
        top:100px;
        width:20%;
}

#userpanel{
        position:absolute;
        right:0px;
        top:280px;
        width:20%;
}
#userpanel ul li, #userpanel ul ul li {
        padding:0;
        list-style:none;
	font-size:14px;
}


