#todotable {
	width:100%;
}

table.timespanheader {
	width:100%;
}

table.timespanheader tr td.addtasktd {
	text-align:right;
	padding-bottom:2px;
}

table.timespanheader tr td.timespan {
	color:#A0306C;
	font: bold 15px 'Trebuchet MS', sans-serif;
}

table#todotable tr td input {
	cursor:hand;
}


table.hideDoneTasks#todotable tr.checked {
	display:none;
}

table#todotable tr.checked td {
	background-color:#EEEEEE;
	color:#999999;
}

table#todotable tr.checked td a {
	color:#8A9BB3;
}


table#todotable tr.rowcaptions td {
	background-color:#A88599;
	color:white;
	text-align:center;
	font:11px Arial;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

table#todotable td.timespantd {
	padding-top:20px;
}

table#todotable tr td.checkbox {
	width:8%;
	text-align:center;
}

table#todotable tr td.description {
	width:82%;
	text-align:left;

	font-size:11px;
	line-height:16px;
}

table#todotable tr td.actions {
	width:10%;
	text-align:center;
}

table#todotable tr td.actions img {
	margin:2px;
}

IFRAME {
	display:none;
}	

img.addtask {
	margin-bottom:-2px;
	margin-right:2px;
}

table#todotable tr td.notasks {
	text-align:center;
	font-style:italic;
	color:#999999;

	height:25px;
}

div#zobrazovatodskrtnute {
	margin-top:10px;
}

table#introtable tr td.right {text-align:right}
table#introtable {width:100%;}
table#introtable input {cursor:hand}


