﻿/*table.main {
    border: 1px solid #555;
    background-color: #efefef;
}*/

.banner {
    background-image: url(../Images/Banner2.jpg);
    min-height: 127px;
    background-color: #f9dbe3;
    background-repeat: no-repeat;
    background-position: center;
}

/* links */
a {
    color: #CB4721;
    background-color: inherit;
    text-decoration: none;
}

    a:hover {
        background-color: inherit;
        text-decoration: underline;
    }

/* headers */
h1, h2, h3 {
    font: normal 1em Georgia, "Times New Roman", Times, serif;
    color: #111;
    letter-spacing: -1px;
}

.name {
    color: #222;
    padding: 0;
    font: normal 1em Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
}

.earning {
    color: #fc7b7b;
    padding: 0;
    font: italic 1em Georgia, "Times New Roman", Times, serif;
    font-size: 2.3em;
}

.earning2 {
    color: #fc7b7b;
    padding: 0;
    font: 1em Georgia, "Times New Roman", Times, serif;
    font-size: 1.7em;
}

h1 {
    /*font-size: 3em;*/
}

h2 {
    /*font-size: 2.5em;*/
    color: #74743D;
}

h3 {
    /*font-size: 2em;*/
    color: #C34E23;
    letter-spacing: 0px;
}

.clear {
    clear: both;
}

/*img.vids {
    border: 1px solid #999;
    padding: 4px;
}*/

div.vids {
    text-align: center;
    float: left;
    padding-right: 30px;
}

.reqField {
    color: #CC0000 !important;
    font-weight: bold;
    font-size: 90%;
}

.required {
    padding: 3px !important;
    margin: 2px 2px 2px 5px !important;
    /*color: #000 !important;*/
    font-weight: bold;
    /*background-color: #FFFFB3;
    border: solid 1px #777;
    vertical-align: top;*/
    display: inline-block;
}

.copyright {
    color: #777 !important;
    text-align: center;
    font: normal .8em/1.8em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
}

.caption {
    color: #555 !important;
    text-align: center;
    font: normal .9em/1.8em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
}

label.lbl {
    font-weight: bold;
}

.header {
    background-color: #ffdede;
}

.thankyouMsg {
    background-color: #FCB1B1;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
}

.promo {
    margin-top: 7px;
    background-color: #EEFFCC;
    text-align: center;
    font-weight: bold;
}

/*tr.row1 {
    background-color: #582114;
}

tr.row2 {
    background-color: transparent;
}*/

/*table.survey {
    border: 1px solid #555;
}*/

.select {
    background-color: #eee;
    max-width: 300px;
}

select {
    background-color: #eee;
    max-width: 300px;
}

textarea {
    background-color: #eee;
    border: 1px solid #000;
}

input[type="text"], input[type="password"] {
    background-color: #eee !important;
    max-width: 300px;
}

textarea {
    background-color: #eee !important;
}

/*input[type="submit"] {
    background-color: #444;
    border: 1px solid #000;
    font-weight: bold;
    color: #eee;
}*/

.highlight {
    background-color: #FDFDC9;
    border-radius: 4px;
}
