.todolist_totaltimetext {

}

#todolistlatestChanges {

}

#todolistlatestChanges td {
	white-space: nowrap;
}

.todolist_title {
	font-size: 15px;
}

.todolist_totaltime {
	padding: 2px;
}

.todolist_addrow {
	margin-top: 10px; 
	background-color: #f9f9f9; 
	padding: 5px;
}

.todolist_titles {
	color: #5d91e5;
}

.todolist_col {
	vertical-align: middle;
}

.todolist_col_odd {
	color: #444444;
	background-color: white;
}

.todolist_col_even {
	background-color: #F9F9F9;
	color: black;
}

.todolist_id {
	border-right: solid black 1px;
	width: 20px;
}

.todolist_description {
	width: 100%;
}

.todolistdescription {
	width: 100%;
}

.todolist_prioOne {
	color: red;
}

.todolist_doneTask {
	color: green;
}

.todolist_status {
	width: 50px;
}

.todoliststatus {
	color: #5d91e5;
	font-weight: bold;
	white-space: nowrap;
}

.todolist_priority {
	white-space: nowrap;
	width: 40px;
}

.todolistpriority {
	color: #5d91e5;
	font-weight: bold;
	white-space: nowrap;
}

.todolist_time {
	width: 50px;
}

.todolisttime {
	white-space: nowrap;
}

.todolistnotif {
	white-space: nowrap;
}

#todolisttimespanOpen {
	color: #5d91e5;
	font-weight: bold;
	white-space: nowrap;
}

#todolisttimespanDone {
	color: green;
	font-weight: bold;
	white-space: nowrap;
}

#todolistmonthspanDone {
	color: green;
	font-weight: bold;
	white-space: nowrap;
}

.todolist_date {
	width: 50px;
}

.todolistdate {
}

.todolistdate_intable {
	font-size: 75%;
}

.todolist_clickable {
	cursor: pointer;
}

.todolistoneRow {
	width: 100%;
	height: 16px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.todolistmainList {
	width: 100%;
}

#todolist_print {
	text-align: right;
}

#todolist_print a {
	font-weight: bold;
}

#todolistdonepopup {
	padding: 10px;
	background-color: #F0F0F0;
	border: 1px solid #3B5A6F;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #3B5A6F;
	position: absolute;
	z-index: 10000;
	display: none;
} 

#todolistchecktitle {
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

.todolist_notifUser {
	background-color: #f9f9f9; 
}

td.todolist_notifUser {
	text-align: center;
}

.todolist_notifUserHead {
	background-color: #E6E6E6; 
}

.todolist_notifUserUser {
	background-color: #E6E6E6; 
	font-style: italic;
}

.todolist_save {

}
