tr.link:hover {
    background-color: #e0c0c0;
}

tr.link.alternateRow:hover {
    background-color: #f0d0d0;
}

#targetfilter label {
    position: absolute;
    text-align: right;
    width: 11em;
}

#targetfilter input, #targetfilter select, #targetfilter textarea {
    margin-left: 13em;
    margin-top: 1px;
    margin-bottom: 1px;
}


.hidden {
    display: none;
}

div#View {
    position: fixed;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    margin-top:-250px;
    background-color: white;
    border-width: 5px;
    width: 80%;
    height: 500px;
    border-color: darkred;
    border-style: solid;
    overflow: auto;
    -moz-border-radius: 5px;
}

div#Blocker {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}

#View col.firstcol {
    width: 13em;
}

#View label {
    position: absolute;
    text-align: right;
    width: 215px;
}

#View input.submit {
    margin: 0px;
}

#View input,
#View select,
#View textarea {
    margin-left: 225px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#View select#TargetDateSelectedDay,
#View select#TargetDateSelectedYear,
#View select#TargetDateApprovedDay,
#View select#TargetDateApprovedYear {
    margin-left: 0px;
}

div.view dt {
    position: absolute;
    width: 200px;
}

div.view dd {
    margin-left: 200px;
}

div.view  {
    border: 2px solid #87CEEB;
}

div.view dl {
    border: 1px solid lightgrey;
    margin: 0px 50px;
}

div.related ul li {
    list-style-type: none;
    display: inline;
    margin: 5px;
}

div.related ul {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}