table.month, table.week {
background: #ece1ce;
clear: both;
font-size: .9em;
}

table.month td, table.month th, table.week th, 
table.week td {
	background: #fff;
	font-size: 97%;
	line-height: 1.2em;
	padding: 5px;
width: 73px;
height: 5em;
}

table.month th, table.week th {
height: auto;
text-align: center;
}

/*border: solid 1px #d6bb8e;*/

table.month td.lastmonth {
background: #f8f5ef;
}



p.buttons {
	float: right;
	}

table.month td ul, 
table.week td ul {
list-style-type: none;
margin-left: 0;
}

#admcontainer {
position: relative;
width: 800px;
margin: auto;
z-index: 900;
}

#adminlinks {
background: #f5eee2;
position: absolute;
width: 10em;
top: 160px;
left: 400px;
border: solid 1px #607632;
text-align: center;
padding: 0 1em;
}

#adminlinks ul {
margin-left: 0;
margin-top: 0.5em;
}

#adminlinks li {
text-align: left;
margin-left: 1.5em;
margin-bottom: 0;
}

.lastmonth div {
display: none;
}

textarea#description {
width: 30em;
height: 10em;
}

ul.edit li, 
ul.add li {
list-style-type: none;
}

ul.edit li.time select, 
ul.add li.time select {
width: 4em;
}

#datepicker {
background: white;
border: solid 1px gray;
border-right: solid 3px black;
border-bottom: solid 3px black;
margin-left: 10px;
margin-top: -30px;
padding: 10px;
width: 13em;
}

#datepicker table {
margin: auto;
}

fieldset.errors li {
margin-left: 1em;
}

form#login {
line-height: 2.5em;
}

form .formelements li {
list-style-type: none;
}

