/* style.css */

body {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color: #000000;
}

.formclass {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    height: 0px;
    width: 0px;
    background: #A2BAFA;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.autocomp {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    width: 0px;
}

.taskboxclass {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    width: 0px;
}

.calendarover {
    text-align: center;
    background: #CAD7F9;
    width: 15px;
}

.calendaroff {
    text-align: center;
    background: #A2BAFA;
    width: 15px;
}

.calendartodayover {
    text-align: center;
    background: #FECE6E;
    width: 15px;
}

.taskchecker {
    width: 150px;
    background-color: #FFBC37;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

.tcpadding {
    padding: 10px;
}

.calendartodayoff {
    text-align: center;
    background: #FFBC37;
    width: 15px;
}

.maintext {
    position: absolute;
    left:50px;
    top: 100px;
    text-align: left;
    background: #ffffff;
    width: 500px;
}
.maintext2 {
    position: absolute;
    left:50px;
    top: 100px;
    text-align: left;
    background: #ffffff;
    width: 800px;
}
.examplesdiv {
    position: absolute;
    left:550px;
    top: 100px;
    text-align: center;
    background: #ffffff;
    width: 480px;
}

.header {
    position: absolute;
    left:100px;
    top: 0px;
    color: white;
    background: #ffffff;
    width: 800px;
}
.links {
    position: absolute;
    left: 50px;
    top: 40px;
    background: #ffffff;
    width: 1000px;
    font-size: 15px;

}
.link {
    float: left;
    width: 120px;
    padding: 5px;
    background: #ffffff;
}
p.special {
color : green;
border: solid red;
}
a.blacklink{
    color: #000000;
}

.indented {
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 20px;
    background: #ffffff;
}

