/* 
    Document   : style.css
    Created on : 06.05.2009., 21:33:16
    Author     : Administrator
    Description:
        Default TODO stylesheet.
*/

body {
    background-color: #9a5b78;
    color: #ebebfb;
}

table {
    color: #ebebfb;
    border: 1px solid #ebebfb;
    border-spacing: 0;
}

td {
    padding: 4px 6px;
    border: 1px solid #ebebfb;
}

a {
    color: #ebebfb;
}

.description {
    width: 200px;
    text-align: left;
    margin-right: 2%;
}

input {
    margin-bottom: 1%;
}

.separator {
    width: 30px;
    text-align: center;
    margin: 0;
}

#day, #month, #year {
    width: 30px;
}

#day {
    position: absolute;
    top: 10px;
    left: 150px;
}

#month {
    position: absolute;
    top: 10px;
    left: 210px;
}

#year {
    position: absolute;
    top: 10px;
    left: 270px;
}

#item {
    position: absolute;
    top: 45px;
    left: 150px;
    width: 500px;
}

#lblDay {
    position: absolute;
    top: 10px;
    left: 0;
}

#lblMonth {
    position: absolute;
    top: 10px;
    left: 182px;
}

#lblYear {
    position: absolute;
    top: 10px;
    left: 242px;
}

#lblItem {
    position: absolute;
    top: 45px;
    left: 0;
}

#New {
    position: absolute;
    top: 80px;
    left: 0;
    width: 120px;
}


