#PageContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 700px;
    min-height: 840px;
}

#Into {
    position: relative;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    width: 700px;
    height: auto;
    color: #555;
}

    #Into a {
        color: #555;
    }

        #Into a:hover {
            color: #203a0d;
            font-style: italic;
            text-decoration: none;
        }

#Header {
    margin-top: -10px;
    color: #555;
}

    #Header h2 {
        color: #333;
    }

.AddWork {
    color: #555;
    border-color: #777;
    width: 675px;
    margin-left: 0px;
    margin-right: auto;
}

.AddWorkDDL {
    background-color: #eeeeee;
    border: 1px solid #777;
    color: #555;
    /*font-weight: bold;*/
}

.textEntryAddWork {
    width: 410px;
    background-color: #eeeeee;
    border: 1px none #777;
}

.AddWorkButton {
    text-align: right;
    padding-right: 45px;
    color: #4b7d25;
    line-height: 40px;
}

#UnderLeftBlock {
    height: 445px;
}

.divCalendar a {
    text-decoration: none;
}

.textEmail {
    width: 200px;
    background-color: #eeeeee;
    border: 1px none #777;
    color: #555;
}
