html *	{ margin:0; padding: 0; }
body	{ font: normal 12px/1.2em "Lucida Grande", verdana, arial, helvetica, sans-serif; }
img		{ border: 0; vertical-align: middle; }

#navigation {
	position: absolute;
	left: 0;
	width: 263px;
}

#main_container { 
	margin-left: 257px;
	margin-right: 43px;
}

#navigation li, #main_container li {
	list-style-type: none;
}

#navigation-panel {
	margin: 0 20px 0 43px;
}

#navigation strong {
	padding: 2px 13px 2px 8px;
	font-weight: bold;
	background-color: #e1eaff;
	-moz-user-select: -moz-none;
	cursor: default;
	display: block;
}

.left-block {
	padding-right: 10px;
	margin-bottom: 10px;
}

.block-content {
	padding-top: 5px;
	background-color: #e1eaff;
	border-left: 3px solid #e1eaff;
	border-right: 3px solid #e1eaff;
	border-bottom: 1px solid #e1eaff;
}

.filter-item {
	padding: 3px 13px;
	cursor: pointer;
}

.user-item {
	padding: 2px 13px 0 13px;
	cursor: pointer;
	height: 20px;
}

.filter-selected  {  
	padding: 3px 0 3px 11px !important;
	padding: 2px 0 4px 11px;
	cursor: default;
}

.filter-selected em {
	font-size: 1.3em;
	color: #000;
}

#new_user_panel { background-color: #e1eaff; }

#tdl_container { 
	padding-left: 12px;
	background-color: #f0f0f0; 
	min-height: 370px;
	height: auto !important;
	height: 365px;
}

#todo_cont_loader	{ text-align: center; top: 150px; position: relative; }
#todo_top_toolbar_sep {	width: 100%; clear: both; font-size: 1px; }
#toolbar_links		{ margin-left: 40px; }


.todo_edit_form {
	margin-bottom: 6px; 
	margin-left: 26px; 
	cursor: default;
	display: none;
	border-left: none;
	padding-left: 5px; 
}

.loaderimg {
	vertical-align: middle;
	margin-right: 4px;
	display: none;
}

.page-title {
	font: normal 20px/1.2em Arial, Verdana, sans-serif;
	padding: 13px 25px 13px 48px;
	text-align: left;
	height: 30px;
}

.page-title h1 { font: normal 1em/1.2em Arial, Helvetica, sans-serif; display: inline; }
.page-title input {
	font: normal 20px/1.2em Arial, Verdana, sans-serif;
	margin-left: -3px;
	margin-top: -4px;
}

.top-right {
	float: right;
	padding: 0 20px;
	font: normal 14px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

#startListsReordering, #stopListsReordering {
	margin-left: 15px;
	display: none;
}

#stopListsReordering {
	color: #fff;
	text-decoration: none;
	background: url(/images/btn_refresh_2.gif) no-repeat left 3px;
}

a:hover#stopListsReordering { background-position: left -21px; }

.list-dragger {
	font: bold 16px Arial, Helvetica, sans-serif;
	display: none;
	cursor: move;
	-moz-user-select: -moz-none;
	padding: 8px 10px 0 40px;
}

.list-header {
	padding-top: 25px;
}

ul.todo-list {
	margin-top: 10px;
}


.list-header span { padding: 0 1px; }
.list-description {
	margin: 8px 0 10px 30px; 
	padding: 8px 10px 0 40px;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
.list-toggler {
	margin-right: 15px;
	margin-top: 5px;
	float: left;
	cursor: pointer;
}
.list-toolbar {
	overflow: hidden;
	display: block;
	float: left;
	visibility: hidden;
}
.list-toolbar img {
	margin: 3px 3px 0 3px;
	cursor: pointer;
}

.list-header strong {
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	padding-left: 2px;
}

.list-content {
	margin-left: 40px;
}

.list-content li { 
	list-style-type: none; 
	display: block;
	clear: both;
	padding: 3px 2px;
}
.list-content-separator { 
	padding: 5px 0 15px 55px;
	clear: both;
}

div.todo-item	{ width: 98%; }
.todo-item span 		{ padding: 0 2px; float: left; }
.todo-item span span 	{ padding: 0; margin: 0; }
.todo-item .checkbox-span { 
	padding: 4px 5px 0 2px !important; 
	padding: 0 1px 0 0;
	margin-top: -1px !important;
	margin-top: 0;
	margin-left: 1px;
	cursor: default;
}
.todo-item strong		{ 
	font-weight: normal; 
	line-height: 1.4em !important; 
	line-height: 1.3em; 
	margin: auto;
}

.todo-list .todo-item { cursor: move; }
.todo-list .todo-item strong { -moz-user-select: -moz-none; }

.todo-list-completed { 
	color: #999; 
	margin-top:  15px !important;  
	margin-top: auto; 
	cursor: default; 
}
li.todo-item {

}
.todo-item  span.todo-list-date, 
.todo-item  span.todo-list-person { 
	color: green; 
	line-height: 1.4em; 
	margin: 0; 
	padding: 0; 
	float: none;
}
.todo-item  span.todo-list-date {
	color: #666;
}


.highlight {
	width: 85%;
	display: inline;
}

.item-toolbar {
	overflow: hidden;
	display: block;
	float: left;
	visibility: hidden;
}

.item-toolbar img {
	margin: 3px 3px 0 3px;
	cursor: pointer;
}

.checkbox {
	vertical-align: middle;
	width: 13px !important;
	height: 13px !important;
	width: 15px;
	height: 15px;
}

.todo-item ul {
	clear: both;
	display: block;
	float: none;
}

.item-loader  {
	margin-left: -2px;
	padding-right: 2px;
	display: none;
}

.list-title a:link,.list-title a:active,.list-title a:visited,.list-title a:hover {
	color: #000;
	text-decoration: none;
}
.list-title a:hover {
	color: blue;
}

.todo-item-form, .todo-additem-form {
	margin-bottom: 6px; 
	margin-left: 35px !important; 
	margin-left: 41px; 
	cursor: default;
	padding-left: 5px !important;
	padding-left: 3px; 
	clear: both;
}
.todo-additem-form {
	margin-left: 27px; 
}

.todo-list-form span, 
.todo-item-form span {
	display: inline;
	float: none;
}

.cancel-link {
	color: #00f;
	cursor: pointer; 
	text-decoration: underline;
}

.todo-form-loader { display: none; }
.item-hr {
	background-color: #ccc; 
	margin: 4px 50px 4px 0; 
	vertical-align: baseline;
	height: 1px;
	display: block;
	font-size: 1px;
	overflow: hidden;
}

.user-select {
	vertical-align: middle;
}

.todo-list-form {
	margin-bottom: 15px;
	margin-left: 45px;
}

.input-list-title, .input-list-add {
	width: 300px;
	vertical-align: middle;
	margin: 20px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.input-list-add {
	margin: 0;
}

.list-link {
	display: inline;
	position: relative;
}

.list-link a {
	position: absolute;
	margin-top: 24px;
	margin-left: 3px;
}

.list-description-title { margin-top: 6px; }
.todo-list-textarea { width: 300px; margin-bottom:  10px; }

.user-item input {
	font: normal 12px/1.2em "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin-left: 9px;
	margin-top: -3px;
	margin-bottom: 0;
	width: 105px;
}

.user-item-span {

}


#muser_new 		{ padding: 5px 17px; } 
#musers_edit 	{ display: none; padding: 5px 13px; } 
#musers_edit .right, #userlist .right 
				{ float: right; }
#username		{ float: left; width: 116px; }

#IndexPage {
	height: auto !important;
	min-height: 750px;
	height: 750px;
}

