/* Yahoo TreeView */
.tree {
    margin-top: 1em;
}
.tree table {
    width: 100%;
}
.tree .ygtvlabel {
    display: block;
    border: 1px solid white;
}
.tree .ygtvlabel:hover {
    border: 1px solid silver;
}
.tree tr td {
    vertical-align:middle ;
}

/* end Yahoo TreeView */
/* LazyGallery */
#debug {
    visibility: hidden;
    text-align: left;
    font-size: 9px;
    border: 1px dotted red;
    padding: 12px;
    z-index: 10;
    position: fixed;
    top: 4px;
    left: 4px;
}
#debugIcon {
    float: right;
    height: 16px;
    width: 16px;
    z-index: 20;
    padding: 4px;
    border: 1px solid red;
}
.lazygallery {
    margin-bottom: 2em;
}
/* WorldClock */
.time {
    padding: 12px;
}
.time td {
    font-size: 9px;
    text-align: left;
    vertical-align: top;
}
.time input {
    border: 0px;
    font-size: 9px;
    text-align: left;
}
/** WikiProject */
.project { margin-bottom: 2em;}
.project * tr th {
    padding-right: 12px;
    height: 32px;
}
.project * tr td {
    height: 32px;
    padding-right: 12px;
}
.projectDescription {
    font-weight: bold;
}
.taskName {}
.task {
    border: 1px solid silver;
    padding: 2px;
}
.task .taskName, .rswLabel {
    font-weight: bold;
    font-style: oblique;
}
.task .pbarLeft {
    border-left: 1px solid silver;
    border-top:  1px solid silver;
    border-bottom: 1px solid black;
}
.task .pbarRight {
    border-right: 1px solid black;
    border-top: 1px solid silver;
    border-bottom: 1px solid black;
}
/* priorities */
.normal {}
.high { color: #FF0000;}
.soon{}
.project {
    width: 99%;
}