/* Page background color */
body {
    background-color:       #FFFFFF;
}

/* Normal anchor */
a {
    color:                  #FFFFFF;
    text-align:             center;
    text-decoration:        underline;
    white-space:            nowrap;
}

/* Normal link */
a:link 
{
    color:                  #FFFFFF;
    text-decoration:        underline;
}

/* anchor on mouse hover */
a:hover {
    color:                  #FFCC66;
}

/* Login box background */
.background {
    background-color:       #333366;
    color:                  #FFFFFF;
    font-size:              small;
}

/* Gif image with rounded corners */
.topLeftCorner {
    background-image:       url(images/corner01.gif);
    height:                 16px;
    vertical-align:         top;
    width:                  16px;
}


.topRightCorner {
    background-image:       url(images/corner02.gif);
    height:                 16px;
    vertical-align:         top;
    width:                  16px;
}

.bottomLeftCorner {
    background-image:       url(images/corner03.gif);
    height:                 16px;
    vertical-align:         bottom;
    width:                  16px;
}

.bottomRightCorner {
    background-image:       url(images/corner04.gif);
    height:                 16px;
    vertical-align:         bottom;
    width:                  16px;
}

/* Error text */
.errorItem {
    color:                  #FFFFFF;
}
