body {
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a, a:visited {
	text-decoration: none;
	color: #f44;
}
a:hover, a:visited:hover {
	color: #f00;
}

#extraBefore {
	position: absolute;
}

#main {
	margin: 0px;
	padding: 0px;
}

#top {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	background-color: #ddd;	
}

#menu {
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	maring: 0px;
	padding: 0px;
}
#menu td {
	padding: 0px 10px 0px 0px;
}
#menu .spacer {
	width: 100%;
}

#contentWrapper {
	height: auto;
	min-height: 400px;
}

#dashboard {
	border-collapse: collapse;
}
#dashboard .userLegend {
	font-size: x-small;
}
#dashboard .userLegend a {
	margin: 0px 0px 0px 5px;
}
#dashboard .userLegend img {
	vertical-align: text-bottom;
	margin: 0px 2px 0px 0px;
}
#dashboard .userLegend span {
	padding: 2px 10px;
}
#dashboard .daysRow td {
	padding: 10px 0px 5px 0px;
}
#dashboard .today {
	color: red;
}
#dashboard .projectNameCell {
	padding: 2px 10px 2px 0px;
	white-space: nowrap;
}
#dashboard td {
	vertical-align: top;
	min-width: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

.dayCell {
	line-height: 15px;
}
.dayPhaseCell {
	overflow-y: hidden;
	width: 100%;
}

.addProjectLink {
	padding: 0px 0px 0px 5px;
	line-height: 30px;
}

#footer {
	text-align: center;
	font-size: x-small;
}

#extraAfter {
	position: absolute;
	background: transparent url(/images/wizard.png) no-repeat left top;
	width: 190px;
	height: 200px;
	margin: 25px 0px 0px 0px;
	bottom: 0px;
	left: 0px;
}