body{
    background-color: white;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body.dialog{
    background-color: #93C5FA;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.required {
    color: #FF0000;
}
.error{
    color : Red;
    font-weight : bold;
    font-size : 110%;
}
.message{
    font-weight: bold;
}
input.button{
        background-color : #DCDCDC;
        border-left : 2px solid #E6E6FA;
        border-top : 2px solid #E6E6FA;
        border-right : 1px solid Black;
        border-bottom : 1px solid Black;
        font-style: italic;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.dialog .title{
    background-color : White;
    width:100%;
    border: 1px solid #666666;
    font-size: 90%;
    font-weight: bold;
    text-align:center;
}
.dialog .text{
    font-size: 80%;
    font-weight: bold;
}
.dialog .textSmall{
    font-size: 70%;
    font-weight: bold;
}
.dialog .info{
    font-size: 80%;
    font-weight: normal;
}
.dialog .note{
    font-size: 80%;
    font-weight: normal;
    font-style: italic;
}
.imglink{
    border : 3px solid White;
}

.imglink:HOVER{
    border : 3px solid RED;
}


.imgselectlink{
    border : 3px solid BLUE;
}

.loginCaptions{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 14px;  font-weight: bold;   }
