﻿html, body {
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    -webkit-text-size-adjust: 100%;
}

.gifFilter {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

input {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
}

.clear {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000000;
}

.divAbsolute {
    position: absolute;
    top: 0px;
    left: 0px;
}

.divVidBackground {
    position: absolute;
    background-color: black;
}

.divImageViewer {
    cursor:pointer;
}

.divThumb {
    background-color:#ffffff;
    width:100%;
    height:100%;
}

.divTags {
    color: white;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;

    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* Chrome */
    word-wrap: break-word; /* IE */
}

.divUpload {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.divPhotoCount {
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome and Opera */
}
