/* Main page structure and system styles */
body {
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 14px;
    top: 0px;
    height: 100%;
    background: url('images/bg2.gif') repeat-x top left;
}

#eMain {
    width: 100%;
    margin: 0px;
    text-align: center;
}

#eContent {
    /* ResposiveUpdate width: 100px; */
    max-width:900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-top: 0px;
    top: 0px;
    text-align: left;
    padding-bottom: 50px;
    min-height: 550px;
    height: auto !important;
    height: 500px;
}

#eHead {
    height: 55px;
    padding: 0px;
    margin: 0px;
    border: 0px solid black;
}

#eHeadLeft {
    float: left;

    padding: 0px;
    padding-top: 6px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
}

#mainContent {
    padding-bottom: 30px;
}

#eBody {
    padding-left: 10px;
    padding-right: 5px;
    line-height: 150%;
}

/* LINKS */
a {
    color: #3184B5;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a.menuHighlight {
    color: red;
}

/* FORM ELEMENTS */

.inputLogin {
    height: 25px;
    /*	padding:12px 4px 0px 10px;*/
    padding: 6px 4px 6px 10px;
    /*width: 400px;*/
    width:90%;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
}

.inputText, .select, .inputTextWaterMark {
    padding-top: 3px;
    padding-left: 6px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #E3ECF9;
    height:2em;
}

.inputTextWaterMark {
    color: #666666;
}

.select {
    overflow: hidden;
    background-color: #FFF;
    padding-left: 3px;
}

a.button {
    float: left;
    font-size: 0.95em !important;
    padding: 2.4px 35px;
    margin: 0 0.5em;
    text-decoration: none;
    cursor: pointer;

    color: #fff;
    background-color: #62cc28;
    background: -webkit-linear-gradient(#62cc28, #4a9c21); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#62cc28, #4a9c21); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#62cc28, #4a9c21); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#62cc28, #4a9c21); /* Standard syntax */

    border: 1px solid #52b521;
    border-radius: 4px;
}

a.button:hover {
    background-color: #5CB826;
    background: -webkit-linear-gradient(#5CB826, #458821); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5CB826, #458821); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5CB826, #458821); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5CB826, #458821); /* Standard syntax */
}

a.button.cancel {
    background-color: #6996b8;
    background: -webkit-linear-gradient(#6996b8, #456388); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6996b8, #456388); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6996b8, #456388); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6996b8, #456388); /* Standard syntax */

    border-color: #4a6b8c;
}

a.button.cancel:hover {
    background-color: #5883a4;
    background: -webkit-linear-gradient(#5883a4, #385174); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5883a4, #385174); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5883a4, #385174); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5883a4, #385174); /* Standard syntax */
}


.link-button {
    float: left;
    font-size: 0.95em !important;
    padding: 2.4px 35px;
    margin: 0 0.5em;
    text-decoration: none;
    cursor: pointer;

    color: #fff;
    background-color: #62cc28;
    background: -webkit-linear-gradient(#62cc28, #4a9c21); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#62cc28, #4a9c21); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#62cc28, #4a9c21); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#62cc28, #4a9c21); /* Standard syntax */

    border: 1px solid #52b521;
    border-radius: 4px;
}

.link-button:hover {
    background-color: #5CB826;
    background: -webkit-linear-gradient(#5CB826, #458821); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5CB826, #458821); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5CB826, #458821); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5CB826, #458821); /* Standard syntax */
}

/* General table elements */

td {
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

td.nospace {
    border: 0px;
    margin: 0px;
    border-collapse: collapse;
}

td.fieldTitle, td.searchTitle {
    height: 30px;
    padding-right: 20px;
    color: #707070
}

div.fieldTitle
{
    height: 30px;
    padding-right: 20px;
    color: #707070
}

td.searchTitle {
    color: #000;
}

td.fieldNote {
    height: 30px;
    padding-left: 20px;
}

td.preCompletedField {
    padding-left: 5px;
    color: #ff6215;
}

td.listUnderline, td.listUnderlineRight {
    height: 25px;
    border-bottom: 1px dotted gray;
}

td.listUnderline {
    padding-right: 20px;
}

td.listUnderlineRight {
    text-align: right;
}

/* General headers and Text */
p {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    color: #333333
}

h1 {
    font-size: 20px;
    font-weight: bolder;
    font-family: Trebuchet MS;
    clear: both;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

div.h1ex {
    font-size: 20px;
    font-weight: bolder;
    font-family: Trebuchet MS;
    color: #000000;
    text-align: left;
    float: left;
    padding-bottom: 5px;
}

h3 {
    font-size: 16px;
    font-weight: bolder;
    font-family: Trebuchet MS;
    clear: both;
    color: #000000;
    text-align: left;
}

h4 {
    text-align: left;
}

div.tip,
span.tip,
p.tip {
    color: #B36B00;
    font-size: 80%;
}

div.pageTip p {
    color: #B36B00;
    padding-left: 3px;

}

div.filterHeading {
    color: #B36B00;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-top: 20px;
}

/* IMAGES */

img, a img {
    border: 0px;
}

div.topMenu {
    font-size: 12pt;
    float: right;
    text-align: right;
}

div.topMenu a {
    text-decoration: none;
    color: #3184B5;
}

div.topMenu a:hover {
    color: #000;
    text-decoration: underline;
}

div.topMenuItem {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
    float: right;
}

div.topMenuItemSm {
    padding-left: 10px;
    float: right;
}

div.topMenuItemSm a {
    color: #3184B5;
}

div.topMainHeader {
    color: #FFF;
    font-size: 16pt;
    padding-top: 18px;
    padding-bottom: 38px;
}

div.topMainHeader a {
    color: #88C5E1;
    text-decoration: underline;
}

div.dashUpdate {
    font-size: 90%;
    color: #6F6F6F;
}

.smPageHead {
    font-weight: bold;
    padding-left: 2px;

}

h2 {
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

form {
    padding: 0px;
    margin: 0px;
}

li {
    line-height: 150%;
}

li.signup {
    line-height: 200%;
}


.docsUpload {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px dotted #cdcdcd;
}

.docsUpload .fileInput {
}

.docsUpload .fileUploaded {
}

.docsUpload .fileMessage {
}

.docsUpload .uploadInProgress {
    width: 25%;
    display: none;
    text-align: center;
    padding-top: 10px;

    color: #006A00;
}

div.logotopleft {  display: none;  }

span.conditionalView { display: none; }


@media screen and (min-width: 768px) {
    div.logotopleft  { display: block; }
    span.conditionalView { display: inline; }
}


@media screen and (min-width: 600px) {
    div.logotopleft  { display: block; }
}

/* Table which is displayed when rendering the form */

.form-table {
    border: 1px solid #000;
    border-collapse: collapse;
}

.form-table th,
.form-table td {
    padding: 0.25em;
    border: 1px solid #000;
}

.form-table th.center,
.form-table td.center {
    text-align: center;
}

.form-table th.heading,
.form-table td.heading {
    background: #c7c7c7;
}

.form-table.striped tr:nth-child(odd) {
    background-color: #f1f1f1;
}