/**
 * Default styles
 */
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background-color: #ebebeb;
}

.field{
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #666666;
    background-color: white;
}
.field:hover{
    background-color: #efefef;
}
.button{
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #666666;
    font-weight: bold;
    background-color: #efefef;
}
.button:hover{
    background-color: #cfcfcf;
}
/**
 * Imagegallery styles
 */
.galleryListTable{
    font-family: inherit;
    font-size: 11px;
}
.galleryListTable td{
    padding: 2px;
    color: black;
}
.galleryThumbsListTable{
    font-family: inherit;
    font-size: 11px;
}
.galleryThumbsListTable td{
    font-family: inherit;
    font-size: inherit;
    padding: 2px;
    color: black;
}

.noborder{
    border: none;
}
.strong{
    font-weight: bold;
}