/* Task Tracker */

div#container {
margin:40px;
}

p {

line-height:1.5em;

}

div#content {
position:relative;
width: 570px;
height: 400px;
margin-top:20px;
overflow:auto;
padding-left:20px;
padding-right:20px;
font-family:Lucide Grande, Verdana, sans-serif;
font-size:11px;
color:#333333;
line-height:1.5em;
}

div#menu {

margin-top:20px;

}

div#footer {
width:800px;
text-align:center;
margin-top:20px;

}

div#fine {

margin-top:20px;

}


div#list tr{
	border-bottom: 1px solid #F6CDDF;
	vertical-align: top;
}

div#list tr:hover {
	background:#FBFBF1;
}
