.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;
}

.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;
}

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


.todolist_date {
	width: 70px;
}

.todolistdate {
}

.todolist_clickable {
	cursor: pointer;
}

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

.todolistmainList {
	width: 100%;
}

.tdtodoTab {
	height: 15px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid #e7e7e7 1px;
	background-color: #e7e7e7;
	font-weight: normal;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}

.todorestTab {
	height: 15px;
	padding-top: 3px;
	border-bottom: solid #e7e7e7 1px;
}

#todosumContent {
	border: solid #e7e7e7 1px;
	border-top: none transparent 0px;
	margin: 0;
	padding: 0;
}

.todoTabSelected {
	border-bottom: none transparent 0px;
	background-color: #ffffff;
}

.dailyTime {
	text-align: left;
	vertical-align: top;
	width: 50px;
}

.dailyDescription {
	vertical-align: top;
	text-align: left;
}

.todosumdescDiv {
	overflow: hidden;
}

.todosdescDivInner {
	position: relative;
	top: 0;
}

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

.todolistsum_col_even {
	background-color: #eef9fa;
	color: black;
}

.todolistsum_col_fixed {
	background-color: #daf8da;
	color: black;
}

