html, body {
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #666;
    line-height: 1.5em;
    /*width:700px;*/
    /*margin: 1em auto;*/
}

span.todoyo {
    font-weight: bold;
}

h1, h2 {
    border-bottom: 1px #369 solid;
    line-height: 1em;
    margin: 5px 0px;
}

h1 {
    border-bottom: 2px #369 solid;
}

h3 {
    margin: 2px 0px;
}

img {
    vertical-align: text-bottom;
    border: 0;
}

img {
    /*behavior: url(/css/iepngfix.htc);*/
}

h1 img, h2 img, h3 img {
    vertical-align: middle;
}


/* Left Column
-----------------------------------------------------------------------------*/

#col-left {
    width: 170px;
    float: left;
    margin-top: 10px;
    padding-right: 30px;
}

/* List Navigation */
.list-item {
    clear: both;
}

.list-item .num-items {
    float: right;
    font-weight: bold;
}

.list-item .item-title {
    font-weight: bold;
}

.list-item .item-title.active {
    color: #999;
}

.droppable-active {
    background-color: #dfd;
}

.droppable-hover {
    background-color: green;
}

.droppable-hover-light {
    background-color: #cfc;
}






.list-sort {
    display: none;
    font-size: 8pt;
    font-weight: normal;
}

label {
    font-weight: normal;
}

.task {
    /*padding: 2px;*/
    clear: both;
    cursor: pointer;
}

.new {
    background-color: #FFF9DF;
}

.task .options {
    display: none;
}

.task .expire {
    line-height: 16px;
    font-size: 10px;
}

.task .expired {
    color: red;
}

.task .title {
    font-weight: normal;
}

.task .description {
    display: none;
    background-color: #eee;
    padding: 3px;
    margin-left: 16px;
    margin-right: 60px;
    cursor: default;
}

.task .edit {
    display: none;
    padding: 3px;
    margin-left: 16px;
    margin-right: 60px;
}

.task:hover {
    /*background-color: #eee;*/
}

.flash {
    background-color: #EFF7FF;
    font-weight: bold;
    border: 1px #369 dashed;
    padding: 5px;
}

form {
    padding: 3px;
    margin: 0;
    background-color: #eee;
}

.highlight {
    background-color: #f3f3f3;
    margin: 0;
    padding: 3px;
}

a {
    text-decoration: none;
    color: #369;
    font-weight: normal;
}

ul {
    list-style-image: url(/img/icons/bullet_add.png);
    margin-top: 0;
    margin-bottom: 0;
}

li {
    font-weight: normal;
    font-size: 10pt;
}

input, textarea {
    border: 1px #999 solid;
    font-size: 10pt;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
}

select {
    font-size: 10pt;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
}

input.date {
    width: 70px;
}

input.time {
    width: 40px;
}

/* Calendar */
#calendar .created,
#calendar .fc-agenda .created .fc-event-time,
#calendar .created a {
    background-color: orange; /* background color */
    border-color: orange;     /* border color */
    color: #ffffff;           /* text color */
}

#calendar .expire,
#calendar .fc-agenda .expire .fc-event-time,
#calendar .expire a {
    background-color: red; /* background color */
    border-color: red;     /* border color */
    color: #ffffff;           /* text color */
}

#calendar .closed,
#calendar .fc-agenda .closed .fc-event-time,
#calendar .closed a {
    background-color: green; /* background color */
    border-color: green;     /* border color */
    color: #ffffff;           /* text color */
}
