﻿.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.marginBottom {
    margin-bottom: 10px;
}
.tabContentBorderRadius {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; /* future proofing */
    -khtml-border-radius: 0 0 8px 8px; /* for old Konqueror browsers */
}
.red{
    color: red !important;
}
.whitesmoke{
    color:whitesmoke;
}
.green{
    color:green !important;
}