
DIV#select {
    cursor:pointer;
}
FORM#selectForm DIV {
    text-align:right;
}

FORM#selectForm INPUT,
FORM#selectForm SELECT,
FORM#selectForm OPTION {
    font-family: Verdana, sans-serif;
    font-size:11px;
    line-height:18px;
    margin:0;
    padding:0;
}

.errorlist {
    margin:0;
    padding:0;
    list-style-type: none;
    color:red !important;
    text-align:left;
}

.pages {
    width:100%;
    clear:both;
}
.pages A {
    margin:0;
    padding:0 2px 0 2px;
}

.pages A:hover {
    background-color:#e6e6e6;
    color:#000;
}

.pages B {
    margin:0;
    padding:0 2px 0 2px;
    background-color:#000;
    color:white;
}

table.ie6 td.first {
    padding:18px 10px 0 0;
    margin:0;
}
table.ie6 td.second {
    padding:18px 0px 0 10px;
    margin:0;
}

table.ie6 a {
    color:black;
}

.project {
    margin-bottom:18px;
    position:relative;
}

.project .imgholder {
    width:72px;
    height:72px;
    float:left;
    margin-right:9px;
    overflow:hidden
    position:relative;
}
.project IMG {
    /*
    display:block;
    float:left;
    margin-right:9px;
    */
    width:72px;
    height:72px;
    position:absolute;
    top:0;
    left:0;
}

.project a {
    color:black;
}
