.calendar_date_select {
  background-color: white;
  color: #777;
  display: block;
}

.calendar_date_select .weekdays th {
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  height: 20px;
  color: #999;
}

.calendar_date_select .buttons {
  display: none;
}

.calendar_date_select table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border-padding: 0;
}

.calendar_date_select .header {
  background-color: #fff;
  text-align: center;
	font-weight: bold;
	padding: 3px;
}

.calendar_date_select .body {
  background-color: #fff;
  padding: 0 0 5px 0;
}

.calendar_date_select .footer {
  background-color: #fff;
  color: #000;
	font-weight: bold;
  padding: 3px 0;
  text-align: center;
  width: 95%;
	font-size: 12px;
}


.calendar_date_select .header .title {
  color: black;
}

.calendar_date_select .header .pager select {
  font-size: 14px;
  margin: 0 5px;
}

.calendar_date_select .header .pager a img {
  width: 14px;
  height: 8px;
  vertical-align: middle;
}

.calendar_date_select .header .pager a,
.calendar_date_select .header .pager a img {
  border: none !important;
  padding: 8px !important;
}

.calendar_date_select .header .pager a:hover {
  background-color: #e0e8f6;
}

.calendar_date_select .header .pager a:active {
  background: #fff;
}

.calendar_date_select td,
.calendar_date_select th {
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 11px;
}

.calendar_date_select td a {
  display: block;
	padding: 2px 1px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 11px;
  color: #333;
}

.calendar_date_select .days td.other {
  background-color: #fff;
}

.calendar_date_select td.other a {
  color: #aaa;
}

.calendar_date_select .days td {
  border-bottom: 2px solid #fff;
  background: #e0e8f6;
}

.calendar_date_select td a:hover {
  background-color: #dcdcdc;
}

.calendar_date_select td.today a {
  background-color: #ffe18f;
	color: #000;
}

.calendar_date_select td a:hover,
.calendar_date_select td.today a:hover {
  background-color: #c6d6ee;
}

.new_task .calendar_date_select td a:active,
.new_task .calendar_date_select td.today a:active {
  background-color: #e0e8f6;
}

.calendar_date_select td.selected a,
.calendar_date_select td.selected a:hover {
  background-color: #000;
  color: #fff;
}

.calendar_date_select td.selected a:active {
  background-color: #333;
}










/*-------------------------------------------------
DUE DATES
-------------------------------------------------*/

body.todos h3.filter_header {
  font-size: 12px;
  margin: 14px 0 0 0;
  padding: 0;
  color: #000;
}

body.todos h3.filter_header span.show_all {
  color: #999;
  font-weight: normal;
}

body.todos h3.filter_header a {
}


body.todos span.assign_due_pop_wrapper form {
  background: none !important;
  padding: 0 !important;
}

body.todos span.assign_due_pop_wrapper,
body.todos span.due_pop_wrapper {
  position:relative;
  vertical-align: text-top;
}

body.todos span.assign_due_pop_wrapper {
  display: inline-block;
}

body.todos span.assign_due_pop_container,
body.todos span.due_pop_container {
  display: none;
}

body.todos .active_menu span.assign_due_pop_container,
body.todos .active_menu span.due_pop_container {
  display: block;
  position: relative;
  z-index: 6;
}

body.todos span.assign_due_pop,
body.todos span.due_pop {
  width: 203px;
  position: absolute;
  top: -52px;
  right: -204px;
  z-index: 4;
  display: block;
}

body.todos span.due_pop {
  top: -55px;
  right: -202px;
}

body.todos span.assign_due_pop span.inner,
body.todos span.due_pop span.inner {
  width: 150px;
  background: url(../images/assign_due_pop.png) no-repeat;
  padding: 8px 25px 0 28px;
  display: block;
}

body.todos .active_menu div.comments {
  visibility: hidden;
}

body.todos span.assign_due_pop label {
  display: block;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 12px;
  color: #000;
}

body.todos div.list div.item div.content span.assign_due_pop form p.tip {
  margin: 5px 0 0 0;
  color: #999;
  font-size: 9px;
  line-height: 1.4;
}

body.todos span.assign_due_pop img.close_link,
body.todos span.due_pop img.close_link {
  float: right;
  margin: -16px -33px 0 -5px;
  padding: 0;
  cursor: pointer;
}

body.todos span.assign_due_pop select {
  margin: 0;
  width: 100%;
}

body.todos span.assign_due_pop span.date {
  margin-top: 10px;
  border-top: 1px solid #c4c4c4;
  display: block;
}

body.todos span.due_pop label.header {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0 3px 0;
}

body.todos .calendar_date_select .footer {
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 4px;
  width: 100%;
  display: none;
}

body.todos .calendar_date_select th,
body.todos .calendar_date_select td {
  line-height: 13px;
}

body.todos span.assign_due_pop .calendar_date_select select {
  width: auto;
}

body.todos .calendar_date_select .header .pager a,
body.todos .calendar_date_select .header .pager a img {
  padding: 3px 1px !important;
}

body.todos .calendar_date_select .header {
  padding: 3px 0;
}

body.todos span.assign_due_pop span.no_date_link,
body.todos span.due_pop span.no_date_link {
  font-size: 11px;
  color: #F00;
  text-align: center;
  display: block;
  padding: 0 0 12px;
  background: url(../images/assign_due_pop.png) no-repeat left bottom;
  width: 203px;
  height: 25px;
}

body.todos span.assign_due_pop span.no_date_link a,
body.todos span.due_pop span.no_date_link a {
  color: #F00;
  padding: 1px 2px;
}

body.todos span.assign_due_pop span.no_date_link a:hover,
body.todos span.due_pop span.no_date_link a:hover {
  background: #F00;
  color: #FFF;
  text-decoration: none;
}

body.todos div.has_active_menu,
body.todos div.has_active_menu .active_menu {
  z-index: 99 !important;
  position: relative;
}

/*-------------------------------------------------
EDIT
-------------------------------------------------*/

body.todos div.edit_list form {
  background: #efefef;
  padding: 5px;
}

body.todos div.edit_list form.private {
  background-color: #ffe6ea;
}

body.todos div.edit_list form input.list_title {
  font-size: 16px;
  font-weight: bold;
}

body.todos div.edit_list form input.list_title,
body.todos div.edit_list form textarea {
  width: 75%;
}

body.todos div.edit_list form textarea {
  margin: 5px 0;
}

body.todos div.edit_list form p {
  margin: 5px;
  line-height: 12px;
}

body.todos div.edit_list form p.submit {
  margin: 4px 0 0 0;
  padding: 3px 0 0 0;
  border-top: 1px solid #ccc;
}

body.todos ul.addtl_fields:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body.todos ul.addtl_fields {display: inline-block;}
body.todos ul.addtl_fields {display: block;}

body.todos ul.addtl_fields li {
  float: left;
  margin-right: 15px;
}

body.todos ul.addtl_fields li input.due_date {
  padding: 1px;
  width: 80px;
  color: #000;
  cursor: pointer;
}

body.todos ul.addtl_fields li input.new_date {
  color: #999;
}



body.chat div.page_header_links {
  color: #333;
  width: 220px;
}




