﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#banner-img {
    height: auto; 
    width: auto; 
    /*max-width: 300px; 
    max-height: 300px;*/
}

.divhide {
    display: none;
}

.divShow {
    display: normal;
}

.dateBox {
    max-width: 100px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.top-buffer 
{
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    margin-bottom: 20px;
    background-color: #948671;
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.48, #BC9B6A),
	    color-stop(1, #E2BA8A)
    );
    background-image: -o-linear-gradient(bottom, #BC9B6A 48%, #E2BA8A 100%);
    background-image: -moz-linear-gradient(bottom, #BC9B6A 48%, #E2BA8A 100%);
    background-image: -webkit-linear-gradient(bottom, #BC9B6A 48%, #E2BA8A 100%);
    background-image: -ms-linear-gradient(bottom, #BC9B6A 48%, #E2BA8A 100%);
    background-image: linear-gradient(to bottom, #BC9B6A 48%, #E2BA8A 100%);
}

tbody
{
    font-size: 0.9em; 
	/*font-weight: bold;*/
    /*border-width: 2px;
    border-color: Silver;
    background-color: #bc9b6a;
    border-width: medium;*/
}

thead  
{
    font-size: 1.0em; 
    font-weight: bold; 
    background-color: #d8cfc0; 
    border-bottom-width: 3px;
    border-bottom-style: double;
}