/*
This file is part of yourTinyTodo by the yourTinyTodo community.
Copyrights for portions of this file are retained by their owners.

Based on myTinyTodo by Max Pozdeev
(C) Copyright 2009-2010 Max Pozdeev <maxpozdeev@gmail.com>

Licensed under the GNU GPL v3 license. See file COPYRIGHT for details.
*/

/*	default style	*/

html    { height:100%; }
body   {
    height:100%; min-height:100%;
    background: url(images/bg_body.png) fixed;
    margin: 0;
    padding: 0;
    color: #333;
    font: 14px/18px Helvetica, Arial, sans-serif;
    overflow-y: scroll;
}

#wrapper { margin:0px auto; max-width:950px;  height:100%; }
#container { height:auto !important;height:100%;min-height:100%;    }
#ytt_body { padding:45px 2px 16px; }


td, th, input, textarea, select { font-family:arial; font-size:1em; }
form { display: inline; }
h2,h3 { margin:0; }
h2 { font-size:1.5em; float:left; padding-right:10px; background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0)); }
h3 { border-bottom:2px solid #B5D5FF; margin-bottom:10px; padding:6px 0; font-size:1.1em; }
#page_tasks h3 { padding-left:4px; padding-right:4px; }
a { color:#0000ff; cursor:pointer; text-decoration:underline; }

#space { height:30px; }
#footer { height:30px; margin-top:-28px; }
#footer_content {
    background-color:#666666; padding:5px; font-size:0.8em; color:#FFFFFF;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#footer_content a { color:#FFFFFF; }

#loggedinuser {
    float:right;
}

#taskajax {
    position: relative;
    min-height: 400px;
}

#tasktable {
    width:520px;
    min-height: 400px;
    padding-top: 10px;
}

    #tasktable ul {
        list-style-type: none;
        margin: 30px 0 0;
        padding: 0;
        color: #313131;
        font-weight: bold;
    }

    #tasktable h3 {
        font-size: 1.5em;
    }

    #tasktable ul li {
        position: relative;
        margin-bottom: 15px;
    }

    #tasktable .ytt-progress-bar {
        height: 20px;
        margin-left: 0;
        margin-top: 8px;
        width: 520px;
    }

    #tasktable .ytt-progress-percentbar {
        height: 20px;
    }

    #tasktable .task-title {

    }

    #tasktable .duration {
        background-color: #252E37;
        color: #FFFFFF;
        font-size: 10px;
        padding: 1px 3px;
        position: absolute;
        right: -2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #tasktable .duration img {
        display: block;
        position: absolute;
        right: 0;
        top: 18px;
    }

#chart_container {
    min-width: 330px;
    height: 330px;
    position: absolute;
    top:20px;
    right:20px;
}

#chart_text {
    position:absolute;
    left: 547px;
    top: 25px;
    font-weight: bold;
}

    #pieChartInfoText {
        left:105px;
        top:128px;
        width: 123px;
        position:absolute;
        text-align:center;
    }

#total_caption {
    font-size: 15px;
    white-space: nowrap;
    margin-bottom:7px;
    display:inline-block;
}

#total_time_hours {
    font-size: 27px;
    white-space: nowrap;
    display: inline-block;
}

#total_time_days {
    display: none;
}

.has_days #total_time_days {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 4px;
}

.has_days #total_time_hours {
    font-size: 18px;
}

#function-bar {
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
    border-bottom: 1px solid #aaa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 100;
}

    #function-bar h2 {
        margin-left: 10px;
        margin-top: 7px;
    }

    #function-bar #bar {
        margin-right: 25px;
        margin-top: 0;
        overflow: hidden;
        height:28px;
    }

#main {
    background: #fff;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 0 10px #c1c1c1;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #c1c1c1;
    padding:24px 24px 24px;
    overflow: hidden;
    position: relative;
}

.menuitem {
    background-color: #666666;
    border-radius: 4px 4px 4px 4px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 7px;
    padding: 6px;
    color: #FFFFFF;
}

    .menuitem * {
        color: #FFFFFF;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

.bar-menu { float:right; height: 25px; padding-top: 4px; }
.nodecor { text-decoration:none; }
#bar_logout { display:none; }
#bar_auth { display:none; }
#authform { overflow: hidden; z-index:100; background-color:#f9f9f9; border:1px solid #C9C9C9; padding:5px; width:160px; -moz-box-shadow: 0 0 10px #c1c1c1; -webkit-box-shadow: 0 0 10px #c1c1c1; }
#authform div { padding:2px 0px; }
#authform div.h { font-weight:bold; }
#authform label {font-size: 1em; font-weight: bold}
#loading { float:left; padding-top:5px; background-color:#ffffff; display:none; padding-right:6px; width:16px; height:16px; background:url(images/loading1.gif) no-repeat; }

#subbar {height:25px; text-align: right; margin-top: 29px;}
#header {
    display:block;
    background: url(images/header.png) no-repeat;
    height:51px;
    width:944px;
    left: 1px;
    position: absolute;
    top: 1px;
}

#ytt-work-timer {
    display:none;
}
#main.hastimer #ytt-work-timer {
    display:block;
}

#ytt-timer-pause {
    background: url("images/icons.png") no-repeat scroll 0 -80px transparent;
    display: inline-block;
    height: 23px;
    left: 394px;
    position: absolute;
    top: 15px;
    width: 28px;
}

#ytt-timer-continue {
    background: url("images/icons.png") no-repeat scroll -59px -80px transparent;
    height:23px;
    width:24px;
    display: inline-block;
    left: 399px;
    position: absolute;
    top: 15px;
    display:none;
}

#ytt-timer-stop {
    background: url("images/icons.png") no-repeat scroll -33px -80px transparent;
    height:23px;
    width:24px;
    display: inline-block;
    left: 522px;
    position: absolute;
    top: 15px;
}

#ytt-timer-finish {
    background: url("images/icons.png") no-repeat scroll -87px -80px transparent;
    height:23px;
    width:24px;
    display: inline-block;
    left: 550px;
    position: absolute;
    top: 15px;
}

#ytt-time {
    background: url("images/icons.png") no-repeat scroll 0 -115px transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    left: 423px;
    margin-right: 2px;
    padding: 6px 0 0 10px;
    position: absolute;
    top: 12px;
    width: 95px;
}

#msg { float:left; }
#msg .msg-text {  padding:1px 4px; font-weight:bold; cursor:pointer; }
#msg .msg-details { padding:1px 4px; background-color:#fff; display:none; max-width:700px; position: absolute;  }
#msg.ytt-error .msg-text { background-color:#ff3333; }
#msg.ytt-error .msg-details { border:1px solid #ff3333;  }
#msg.ytt-info .msg-text { background-color:#EFC300; }
#msg.ytt-info .msg-details { border:1px solid #EFC300;}

.ytt-tabs { list-style:none; padding:0; margin:0; }
.ytt-tabs li { margin:1px 3px 0 0; float:left; border-left:1px solid #ededed; background:#fbfbfb url(images/tab_hover.gif) no-repeat top right; }
.ytt-tab a { position:relative; margin:0; font-size:0.9em; font-weight:bold; text-decoration:none; text-align:center; white-space:nowrap; color:#444444; display:block; height:21px; padding:6px 6px 0px 2px; outline:none; vertical-align:top; }
.ytt-tab a span { display:inline-block; min-width:75px; max-width:195px; cursor:pointer; padding:0; overflow:hidden; }
.ytt-tab .list-action { display:none; float:left; position:absolute; top:6px; right:5px; width:15px; height:15px; background:transparent url(images/icons.gif) 0 0 no-repeat; cursor:pointer; }
.ytt-tab .list-action:hover, .ytt-tab .list-action.ytt-menu-button-active { background-position:-16px 0; } 
.ytt-tab.ytt-tabs-selected span { margin-right:16px; }
.ytt-tab.ytt-tabs-selected .list-action { display:block; }
.ytt-tab.ytt-tabs-selected { background:#ededed url(images/corner_right.gif) no-repeat top right; border-left:1px solid #ededed; }
.ytt-tabs li:hover a { color: #888888; }
.ytt-tabs.ytt-tabs-only-one li { display:none; }
.ytt-tabs.ytt-tabs-only-one li.ytt-tabs-selected { display:block; }
#ytt_body.readonly li.ytt-tabs-selected span { margin-right:0; }
.ytt-tabs-hidden { display:none; }
                     
.ytt-tabs-alltasks { margin:1px 3px 0 3px; float:right; border-right:1px solid #ededed; background:#fbfbfb url(images/tab_hover.gif) no-repeat top left; }
.ytt-tabs-alltasks.ytt-tab a { padding:6px 2px 0px 6px; }
.ytt-tabs-alltasks.ytt-tab.ytt-tabs-selected { border-left:none; border-right:1px solid #ededed; background:#ededed url(images/corner_left.gif) no-repeat top left; }


#tabs_buttons {
 float:right;
 padding-top:4px;
 padding-bottom:2px; 
 padding-left:2px;
 padding-right:2px;
 border:1px solid #ededed;
 border-bottom:none;
 margin-top:1px;
 -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; border-top-right-radius:5px;
}

.ytt-tabs-button {
 float:left;
 font-size:0.9em;
 padding:1px; /* makes button bigger */
 border:1px solid transparent; /* preallocate space for :hover border */
}

.ytt-tabs-button span {
 display:block;
 width:16px;
 height:16px;
}

.ytt-tabs-button:hover, .ytt-tabs-button.ytt-menu-button-active {
 border:1px solid #ccc; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}

.ytt-tabs-add-button { float:left; margin-top:1px; padding:6px 2px 0px 2px; font-size:0.9em; height:21px; border-left:1px solid #ededed; background:#fbfbfb url(images/tab_hover.gif) no-repeat top right; }
.ytt-tabs-add-button:hover { cursor:pointer; }
.ytt-tabs-add-button>span { display:block; width:16px; height:16px; background:url(images/buttons.png) 0 0 no-repeat; }
.ytt-tabs-add-button:hover>span { background-position:-16px 0; }
#ytt_body.readonly .ytt-tabs-add-button { display:none; }

.ytt-tabs-select-button>span { background:url(images/icons.gif) -64px 0 no-repeat; }
.ytt-tabs-select-button:hover>span, .ytt-tabs-select-button.ytt-menu-button-active>span { background-position:-80px 0; }


#ytt_body.no-lists #toolbar > * { visibility:hidden; }
.ytt-htabs  { clear:both; padding:8px; border-bottom:2px solid #DEDEDE; background:#ededed; }

.ytt-img-button { width:16px; height:16px; padding:2px; border:1px solid transparent; display:inline-block; }
.ytt-img-button:hover { border:1px solid #ccc; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.ytt-img-button span { display:inline-block; width:16px; height:16px; }

.arrdown { display:inline-block; height:7px; width:9px; background:url(images/arrdown.gif); }
.arrdown2 { display:inline-block; height:7px; width:7px; background:url(images/arrdown2.gif); }


/* Quick Task Add */

.ytt-taskbox td.ytt-tb-cell { padding:0px; width:450px; }
.ytt-tb-c { position:relative; padding-left:22px; /*input padding+border*/ }
#task { color:#444444; background:#fff; height:1.35em; padding:2px; padding-right:18px; border:1px inset #F0F0F0; width:100%; margin-left:-22px; }
#task_placeholder span { display:none; color:#ccc; position:absolute; left:0; top:0; height:1.35em; line-height:1.35em; padding:3px; /*input top and left padding+border*/  }
#task_placeholder.placeholding span { display:inline-block; }

.ytt-taskbox-icon { width:16px; height:16px; position:absolute; top:50%; margin-top:-8px; }
.ytt-taskbox-icon.ytt-icon-submittask { background:url(images/mzl.png) 0px -32px no-repeat; right:4px; }

#newtask_adv span { background:url(images/buttons.png) 0 -48px no-repeat; }
#newtask_adv:hover span { background-position:-16px -48px; }
#ytt_body.show-all-tasks #htab_newtask, #ytt_body.readonly #htab_newtask { display:none; }


/* Live Search */
#htab_search { float:right; }
#search {
 color:#444444; background:#fff; height:1.35em; padding:2px 18px; width:100%; margin-left:-38px; /*padding+border*/
 border:1px inset #F0F0F0; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; 
}
#search_close { display:none; }

.ytt-searchbox td { padding:0px; width:180px; }
.ytt-searchbox-c { position:relative; padding-left:38px; /*input padding+border*/ }
.ytt-searchbox-icon { width:16px; height:16px; position:absolute; top:50%; margin-top:-8px; }

.ytt-searchbox-icon.ytt-icon-search { background:url(images/mzl.png) 0px -16px no-repeat; left:4px; }
.ytt-searchbox-icon.ytt-icon-cancelsearch { background:url(images/mzl.png) 0px 0px no-repeat; right:4px; }

#searchbar { font-size:1em; font-weight:normal; display:none;  margin-top:5px; }
#searchbarkeyword { font-weight:bold; }


/* */
#ytt_body.no-lists #page_tasks h3 > * { visibility:hidden; }
.ytt-notes-showhide { font-size:0.8em; font-weight:normal; margin-left:2px; margin-right:2px; }
.ytt-notes-showhide a { text-decoration:none; border-bottom:1px dotted; }

#ytt_filters { font-size:0.8em; font-weight:normal; }
.tag-filter { margin-left:3px; margin-right:3px; }
.tag-filter-exclude { text-decoration:line-through; }
.ytt-filter-header { font-weight:bold; margin-right:.33em; }
.ytt-filter-close { cursor:pointer; position:relative; top:2px; margin-left:3px; display:inline-block; width:10px; height:10px; background:url(images/closetag.gif) 0 0 no-repeat; }

.task-left { float:left; }
.task-toggle { visibility:hidden; margin-top:2px; cursor:pointer; width:15px; height:15px; float:left; background:url(images/icons.gif) -64px -16px no-repeat; }
li.task-has-note .task-toggle { visibility:visible; }
li.task-has-comments .task-toggle { visibility:visible; }
li.task-expanded .task-toggle { background-position:-80px -16px}
li.task-expanded {background-color: #f6f6f6!important;}
li.task-expanded:hover {background-color: #f6f6f6!important;}
.task-middle { margin-left:40px; margin-right:20px; }
#tasklist { list-style-type: none; margin: 0; padding: 0;}
#tasklist > li { padding:6px 2px 6px 6px; border-bottom:1px solid #DEDEDE; min-height:18px; margin-bottom:1px; background-color:#fff!important; }
#tasklist > li:hover { background-color:#f6f6f6!important; }
.task-actions { float:right; width:20px; text-align:right; }
.task-date { color:#999999; font-size:0.8em; margin-left:4px; display:none; }
.task-date-completed { color:#999999; display:none; margin-left:5px; }
.show-inline-date .task-date { display:inline; }
.show-inline-date li.task-completed .task-date-completed { display:inline; }
.show-inline-date li.task-completed .task-date { display:none; }
.task-through { overflow:hidden; cursor: pointer; padding-top: 1px; }
.task-through-right { float:right; }
.task-title a { color:#000000; }
.task-title a:hover { color:#af0000; }
#ytt_body.readonly #tasklist li .task-actions { display:none; }
.task-listname { background-color:#eee; color:#555; padding:0px 3px; }
/*.task-tags { padding:0px 2px 0 28px; display: block; }*/
.task-tags { padding:0px 2px; }
.task-tags .tag { font-size:0.8em; font-weight:bold; color:#333333; text-decoration:underline;  }
.task-tags .tag:hover {  }
.duedate {
    color:#262f38;
    padding:3px 12px 3px 5px;
    margin-left:5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:1px solid #c9c9c9;
    position:relative;
    font-size: 12px;
    font-weight: bold;
}
.duedate-edge {
    height: 9px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 9px;
    background: url(images/duedate_edge.png) no-repeat 0 0;
}

li.task-completed .duedate { /*font-size:0.8em;*/ display:none; }
#tasklist li.soon .duedate { color:#7fc038; }
    #tasklist li.soon .duedate .duedate-edge {background-position: 0 -18px}
#tasklist li.today .duedate { color:#ff3333; background-position: 0 -9px }
    #tasklist li.today .duedate .duedate-edge {background-position: 0 -9px}
#tasklist li.past .duedate { color:#ff3333; background-position: 0 -9px }
    #tasklist li.past .duedate .duedate-edge {background-position: 0 -9px}
#tasklist li.future .duedate { color:#262f38; background-position: 0 -9px }
    #tasklist li.future .duedate .duedate-edge {background-position: 0 0}

li.task-completed .task-middle { color:#777777;}
li.task-completed .task-through { text-decoration:line-through; }
li.task-completed .task-title a { color:#777777; }
#tasklist li.task-completed  { opacity:0.6; filter:alpha(opacity=60); }
#tasklist li.task-completed:hover { opacity:1.0; filter:alpha(opacity=100); }
#tasklist li.not-in-tagpreview  { opacity:0.1; filter: alpha(opacity=10); }
#tasklist li.ytt-task-placeholder {
 min-height:0px; padding:0px; height:18px; line-height:18px;
 background-color:#ddd; border:1px solid #aaa;
 -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}

a.taskactionbtn { display:block; float:right; height:15px; width:15px; text-decoration:none; background:url(images/icons.gif) 0 0 no-repeat; display:none; }
li:hover a.taskactionbtn, a.taskactionbtn.ytt-menu-button-active { background-position:-16px 0; display:block;}

#tasklist.filter-past li, #tasklist.filter-today li, #tasklist.filter-soon li { display:none; }
#tasklist.filter-past li.past, #tasklist.filter-today li.today, #tasklist.filter-soon li.soon { display:block; }
#tasklist.filter-past li.task-completed, #tasklist.filter-today li.task-completed, #tasklist.filter-soon li.task-completed { display:none; }

.task-note-block {
    margin-left:2px;
    color:#777777;
    background:#FFFFFF!important;
    padding:4px 4px 4px 25px;
    min-height:16px;
    margin-top:10px;
    display:none;
    border-color: #C9C9C9;
    border-style: solid;
    border-width: 1px 1px 1px 7px;
    position: relative;
}
.task-note-block .icon {
    background: url("images/icons.png") no-repeat scroll -3px -47px transparent;
    display: block;
    height: 19px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 18px;
    cursor: pointer;
}

li.task-expanded .task-note-block { display:block; }
li.task-completed .task-note-block .task-note { text-decoration:line-through; }
.task-note-area { display:none; margin-bottom:5px; }
.task-note-area textarea { color:#999999; width:784px; display:block; height:65px; }
.task-note-actions { font-size:0.8em; }

.task-comment-block {
    background:#FFFFFF!important;
    display: none;
    margin-left:2px;
    margin-top: 5px;
    padding:4px 4px 4px 25px;
    border-color: #C9C9C9;
    border-style: solid;
    border-width: 1px 1px 1px 7px;
    position: relative;
    min-height: 50px;
}

    .task-comment-block ul {
        list-style-type: none;
        margin-bottom: 5px;
        overflow: hidden;
        padding-left: 10px;
    }

        .task-comment-block ul li {
            width: 350px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin-top: 20px;
            margin-right: 30px;
            min-height: 16px!important;
            float: left;
            position: relative;
        }

        .task-comment-block ul li.newcomment .ytt-newcomment {
            border:1px dashed #C9C9C9!important;
            background-color: #FFFFFF!important;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            height: 20px;
            width: 355px;
            padding: 3px 0 5px 2px;
        }

        .task-comment-block ul li.existingcomment {
            border:1px solid #C9C9C9!important;
            background-color: #eef7ff!important;
            padding:3px 0 2px 5px;
        }

        .task-comment-block ul li.newcomment {
            border:0!important;
            padding-left: 0 !important;
            margin-top:14px;
        }

            .task-comment-block ul li .author {
                font-size: 12px;
                font-weight: bold;
                left: 32px;
                position: absolute;
                top: -18px;
            }

            .task-comment-block ul li .created {
                color: #4787C6;
                font-size: 11px;
                position: absolute;
                right: 0;
                top: -17px;
            }

            .task-comment-block ul li .subicon {
                background: url("images/comment_icon.png") no-repeat scroll 0 -28px transparent;
                display: block;
                height: 13px;
                left: 17px;
                position: absolute;
                top: -13px;
                width: 18px;
            }

            .task-comment-block ul li.newcomment .subicon {
                background-position: 0 -28px;
                height: 14px;
                top: -11px;
                z-index: 1000;
            }

            .task-comment-block ul li.existingcomment .subicon {
                background-position: 0 -6px;
            }

.task-comment-block .icon {
    background: url("images/icons.png") no-repeat scroll -58px -50px transparent;
    display: block;
    height: 19px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 18px;
}



li.task-expanded .task-comment-block { display:block; }

.task-progress-block {
    background:#FFFFFF!important;
    display: none;
    margin-left:2px;
    margin-top: 5px;
    padding:4px 4px 4px 25px;
    border-color: #C9C9C9;
    border-style: solid;
    border-width: 1px 1px 1px 7px;
    position: relative;
    min-height: 50px;
}
.task-progress-block a:hover,li:hover {
    background-color: #FFFFFF!important;
}
.task-progress-block .icon {
    background: url("images/icons.png") no-repeat scroll -30px -47px transparent;
    display: block;
    height: 19px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 18px;
}

li.task-expanded .task-progress-block { display:block; }
.ytt-progress-bar {
    display: block;
    height:15px;
    width:200px;
    border: 1px solid #C9C9C9;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
    .ytt-progress-percentbar {
        height:15px;
        width:0;
        background: #99d25c;
        display: block;
    }

.ytt-miniprogress {
    display: inline-block;
    height:10px;
    width:65px;
}

.ytt-miniprogress-bar {
    display: inline-block;
    height:10px;
    width:50px;
    border: 1px solid #C9C9C9;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ytt-miniprogress-percentbar {
    height:10px;
    width:0;
    background: #99d25c;
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
    .percent-full {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.inprogress_icon {
    background: url("images/inprogress_icon.gif") no-repeat scroll 0 0 transparent;
    display: none;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    width: 16px;
}

.timercontrols {
    display: block;
    float: left;
    width:100px;
    height:50px;
    border-right: 1px solid #C9C9C9;
    list-style-type: none;
    padding-left: 0;
    margin-left: 10px;
    margin-top: 4px;
}

    .timercontrols li {
        display:block;
        float:left;
        border: 0 none !important;
        padding:2px!important;
    }

.progress {
    display: block;
    float: left;
    height:50px;
    padding-left: 10px;
    padding-top: 7px;
    font-size: 10px;
}

    .progress span {
        display: block;
        margin-top: 2px;
    }

.progressbar {
    display: block;
    float: left;
    width:210px;
    height:50px;
    padding-left: 10px;
    padding-top: 5px;
}

.inprogress {
    display: none;
    float: left;
    width:100px;
    height:50px;
    border-right: 1px solid #C9C9C9;
    list-style-type: none;
    padding-left: 0;
    margin-left: 10px;
    color:#ff3333;
    font-weight: bold;
}

.ytt-progress { display:inline-block; margin-left: 5px; font-weight: bold; }
.ytt-progress-over {color:#FF0000}
.ytt-progress-near {color:#FF7700}
.ytt-progress-started {color:#008000}


.minitimer {
    background-color: #262f38;
    border:1px solid #C9C9C9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:19px;
    width:60px;
    padding-left: 5px;
    padding-top: 2px;
    display:block;
    margin-top: 4px;
    color:#FFFFFF;
}

.startWork {
    background: url("images/icons.png") no-repeat scroll -3px -1px transparent;
    font-size: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 3px;
    text-decoration:none;
}

.logTime {
    background: url("images/icons.png") no-repeat scroll -3px -23px transparent;
    font-size: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 3px;
    text-decoration:none;
}

.logtimePanel {
    clear: left;
    display: none;
    font-size: 11px;
    margin-top: 65px;
    margin-left: 15px;
}

    .logtimePanel input {
        margin-left: 5px; margin-right: 5px;
    }

    .ytt-action-logtime-date {
        color:#0000ff; cursor:pointer; text-decoration:underline;
    }

.hidden { display:none; }
.invisible { visibility:hidden; }
.in500 { width:500px; color:#444444; }
.in100 { width:100px; color:#444444; }
.in35 { width:35px; color:#444444; }
.task-note span a { color:#777777; }
.task-note span a:hover { color:#af0000; }

.task-prio { font-weight: bold; padding:2px 3px; margin-left:0px; margin-right:5px; cursor:default; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.prio-neg { background-color:#7cb8ed; color:#ffffff; }
.prio-pos { background-color:#fb3232; color:#ffffff; }
.prio-pos-1 { background-color:#ff7700; color:#ffffff; }
.prio-zero { background-color:#dbdbdb; color:#5b5b5b }
/*.task-prio.prio-zero { display:none; } */

.form-row { margin-top:8px; }
.form-row .h { font-weight:bold; color:#333333; }
.form-row-short-end { clear:both; }
#page_taskedit .form-row .in500 { width:99%; }
#page_taskedit .form-row textarea.in500 { height:200px; /*resize:none;*/ }
#page_taskedit .form-row-short { float:left; margin-right:12px; }
#page_taskedit .form-bottom-buttons { text-align:center; }
#alltags .tag { font-weight:bold; color:#333333; }
#alltags .tag:hover { background-color:#999988; color:white; }
.alltags-cell { width:1%; white-space:nowrap; padding-left:5px; }
#page_taskedit.ytt-inadd .ytt-inedit { display:none; }
#page_taskedit.ytt-inedit .ytt-inadd { display:none; }
#taskedit-date { display:block; font-size:1em; font-weight:normal; display:inline; color:#777; margin-left:8px; }

a.ytt-back-button { font-size:0.8em; }
a.ytt-manage-users { font-size:0.8em; }

/* autocomplete */
.ac_results { padding:0px; border:1px solid #C9C9C9; background-color:#f9f9f9; overflow:hidden; z-index:99999; -moz-box-shadow:1px 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:1px 2px 5px rgba(0,0,0,0.5); }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }
.ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; line-height: 16px; overflow: hidden; } 
.ac_over { background-color:#316AC5; color:white; }

#priopopup { overflow: hidden; z-index:100; background-color:#f9f9f9; border:1px solid #C9C9C9; padding:5px; } 
#priopopup span { cursor:pointer; border:1px solid #f9f9f9; }
#priopopup .prio-zero:hover { border-color:#dedede; }
#priopopup .prio-neg:hover { border-color:#3377ff; }
#priopopup .prio-pos:hover { border-color:#ff3333; }
#priopopup .prio-pos-1:hover { border-color:#ff7700; }

#tagcloudbtn { margin-right:2px; font-size:0.8em; font-weight:normal; padding:2px; float:right; }
#ytt_body.show-all-tasks #tagcloudbtn { display:none; }
#tagcloudload { display:none; height:24px; background:url(images/loading1_24.gif) center no-repeat; }
#tagcloud {
 overflow: hidden; z-index:100; background-color:#f9f9f9; border:1px solid #C9C9C9; padding:5px;
 width:100%; max-width:450px; margin:0px 7px 7px 7px; text-align:center;
 -moz-box-shadow:1px 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:1px 2px 5px rgba(0,0,0,0.5);
} 
#tagcloud .tag { margin:1px 0px; padding:2px; line-height:140%; color:black; }
#tagcloud .tag:hover { background-color:#999988; color:white; }
#tagcloud .w0 { font-size:80%; }
#tagcloud .w1 { font-size:90%; }
#tagcloud .w2 { font-size:100%; }
#tagcloud .w3 { font-size:110%; }
#tagcloud .w4 { font-size:120%; }
#tagcloud .w5 { font-size:130%; }
#tagcloud .w6 { font-size:140%; }
#tagcloud .w7 { font-size:150%; }
#tagcloud .w8 { font-size:160%; }
#tagcloud .w9 { font-size:170%; }

#tagcloudcancel { float:right; }
#tagcloudcancel span { background:url(images/buttons.png) 0 -32px no-repeat; }
#tagcloudcancel span:hover { background-position:-16px -32px; }

#taskview { padding:2px; }

.ui-datepicker { width:190px; z-index:202; border: 1px solid #C9C9C9; background: #ffffff; display:none; padding:2px; 
 -moz-box-shadow:1px 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:1px 2px 5px rgba(0,0,0,0.5); box-shadow:1px 2px 5px rgba(0,0,0,0.5); 
 -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.ui-datepicker-trigger { cursor:pointer; vertical-align:text-bottom; margin-left:1px; } 
.ui-datepicker-calendar { width:100%; border-collapse:collapse; }
.ui-datepicker-calendar thead th { text-align:center; padding:0px; font-size:0.9em; }
.ui-datepicker-calendar tbody td { text-align:right; padding:1px;  }
.ui-datepicker-calendar td a { display:block; text-decoration:none; color:#444444; border:1px solid #C9C9C9; background-color:#f9f9f9; color:#111; padding:1px; }
.ui-datepicker-calendar td.ui-datepicker-current-day a { background-color:#EAF5FF; color:#222222; border-color:#5980FF; }
.ui-datepicker-calendar td.ui-datepicker-today a { color:#fff; background-color:#ccc;  }
.ui-datepicker-calendar td a:hover { border-color:#5980FF; }
.ui-datepicker-header { padding:3px 0px; }
.ui-datepicker-prev { position:absolute; left:2px; height:20px; text-decoration:none; }
.ui-datepicker-next { position:absolute; right:2px; height:20px; text-decoration:none; }
.ui-datepicker-title { text-align:center; line-height:20px;  }
.ui-icon { width:16px; height:16px; text-indent:-99999px; overflow:hidden; }
.ui-datepicker .ui-icon-circle-triangle-w { display:block; position:absolute; top:50%; margin-top:-8px; left:50%; background:url(images/icons.gif) -48px -16px no-repeat; }
.ui-datepicker .ui-icon-circle-triangle-e { display:block; position:absolute; top:50%; margin-top:-8px; right:50%; background:url(images/icons.gif) -32px -16px no-repeat; }

.ytt-menu-button {
 -moz-user-select:none; -webkit-user-select: none;
 cursor:pointer;
 border:1px solid transparent;
}
.ytt-menu-button:hover, .ytt-menu-button.ytt-menu-button-active { 
 border:1px solid #ccc; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}

.ytt-menu-container { 
	overflow:hidden; z-index:100;
	background-color:#f9f9f9; border:1px solid #C9C9C9; padding:2px 0px;
	-moz-box-shadow:1px 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:1px 2px 5px rgba(0,0,0,0.5); box-shadow:1px 2px 5px rgba(0,0,0,0.5); 
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	margin:0px 7px 7px 0px; /* for shadows */
} 
.ytt-menu-container ul { list-style: none; padding:0; margin:0; }
.ytt-menu-container li { margin:1px 0px; cursor:default; color:#000; white-space:nowrap; padding:0.15em 0px; padding-left:24px; padding-right:18px; position:relative; }
.ytt-menu-container li:hover, .ytt-menu-container li.ytt-menu-item-active { 
 background-color:#316AC5;
 color:white; 
 background:-moz-linear-gradient(#5373fc,  #3157f4);
 background:-webkit-gradient(linear, left top, left bottom, from(#5373fc), to(#3157f4));
}
.ytt-menu-container li.ytt-item-disabled, .ytt-menu-container li.ytt-item-disabled a { color:#ACA899; }
.ytt-menu-container a { display:block; cursor:default; text-decoration:none; outline:none; color:#000; }
.ytt-menu-container li:hover a { color:white; }
.ytt-menu-container li.ytt-menu-delimiter { height:0px; line-height:0; border-bottom:1px solid #C9C9C9; margin:2px -1px; padding:0px; font-size:0px; }
.ytt-menu-container .menu-icon { width:16px; height:16px; position:absolute; left:4px; top:50%; margin-top:-8px; }
li.ytt-item-checked .menu-icon { background:url(images/icons.gif) -16px -16px; }
li.ytt-menu-indicator .submenu-icon {
	position:absolute; right:2px; top:50%; margin-top:-8px;
	width:16px; height:16px; background:url(images/icons.gif) -32px -16px no-repeat;
}
li.ytt-item-hidden { display:none; }

#slmenucontainer li.ytt-list-hidden a { font-style:italic; }
#cmenulistscontainer li.ytt-list-hidden { font-style:italic; }

#btnRssFeed .menu-icon { background:url(images/buttons.png) -16px -64px no-repeat; }
#btnRssFeed.ytt-item-disabled .menu-icon { background:url(images/buttons.png) 0px -64px no-repeat; }

.ytt-settings-table { width:100%; border-collapse:collapse; }
.ytt-settings-table th, .ytt-settings-table td { border-bottom:1px solid #dedede; padding:8px; vertical-align:top; }
.ytt-settings-table .form-buttons { border-bottom:none; text-align:center; }
.ytt-settings-table th { text-align:left; width:210px; padding-left:8px; }
.ytt-settings-table .descr { font-size:0.8em; font-weight:normal; color:#222; }
.ytt-settings-table .in350 { min-width:350px; }

.ytt-usermanagement-table { width:100%; border-collapse:collapse; }
.ytt-usermanagement-table th, .ytt-usermanagement-table td { border-bottom:1px solid #dedede; padding:8px; vertical-align:top; }
.ytt-usermanagement-table th { text-align:left; width:210px; padding-left:8px; }
.ytt-usermanagement-table a { font-size:0.8em; }

.ytt-notification-table { width:100%; border-collapse:collapse; }
.ytt-notification-table th, .ytt-notification-table td { border-bottom:1px solid #dedede; padding:8px; vertical-align:top; }
.ytt-notification-table th { text-align:left; width:210px; padding-left:8px; }
.ytt-notification-table a { font-size:0.8em; }
.ytt-notification-table .markread { background: url(images/mzl.png); display:block; height:16px; width:16px; }

.ytt-page-manageusers a.createuserBtn {margin:20px 0; display: block;}
#ytt-createuser label {display: block; width:150px; float:left; text-align: left}
#ytt-createuser > form > input {display: block; width:200px; margin:3px 0}
#ytt-createuser > form > select {display: block; width:200px; margin:3px 0}
#ytt-createuser #createuserSubmit {width:auto; margin-left: 150px}
#ytt-createuser {
    height:170px;width:430px;
    overflow: hidden; z-index:100; background-color:#f9f9f9; border:1px solid #C9C9C9; padding:5px;
    width:100%; max-width:450px; margin:0px 7px 7px 7px; text-align:center;
    -moz-box-shadow:1px 2px 5px rgba(0,0,0,0.5); -webkit-box-shadow:1px 2px 5px rgba(0,0,0,0.5);
}

.ytt-menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    display: none;
}

#notifications {
    display: inline-block;
}

#notification_counter {
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin-left: 14px;
    margin-right: 5px;
    background: url(images/notification.png) repeat-x 0 -22px;
    height:21px;
    padding:1px 0 0;
    position: relative;
}

#notification_counter .notification_counter-left {
    height:22px;
    width:11px;
    background: url(images/notification.png) no-repeat 0 0;
    display:inline-block;
    position: absolute;
    top:0;
    left:-10px;
}

#notification_counter .notification_counter-right {
    height:22px;
    width:11px;
    background: url(images/notification.png) no-repeat 0 -44px;
    display:inline-block;
    position: absolute;
    top:0;
    right:-11px;
}

    #notification_counter.hasone {

    }

    #notification_counter.nothing {

    }

.ytt-clear {
    clear:both;
}

#um_notification {
    margin:15px 0!important;
    text-align: left;
    width:20px!important;
}
