﻿/* Tables CSS for All Forms */
.tablestyle {     width: 1040px;     margin-left: auto;     margin-right: auto; text-align: left; color: darkblue;}

/* CSS for ODD Column */

.tablestyle td:nth-child(2n+1) {     background-color: none;}

/* CSS for EVEN Column */

.tablestyle td:nth-child(even) {     background: none; }

/* CSS for ODD Row */

.tablestyle tr:nth-child(2n+1) {     background: none;     height: auto; }

/* CSS for EVEN Row */

.tablestyle tr:nth-child(even) {     background-color: none;     height:auto;}




/* Tables CSS 2 */
.tablestyle6c {     width: 1040px;    border: 1px solid; margin-left: auto;     margin-right: auto;  text-align: left; color: darkblue;}

/* CSS for ODD Row */

.tablestyle6c tr:nth-child(2n+1) {     background: none;    height: auto; }

/* CSS for EVEN Row */

.tablestyle6c tr:nth-child(even) {     background-color: none;     height: auto;}




/* Tables CSS 2 */
.tablestyle1c {     width: 1040px;     margin-left: auto;     margin-right: auto;  color: darkblue; text-align: left;}

/* CSS for ODD Row */

.tablestyle1c tr:nth-child(2n+1) {     background: none;    height: auto; }

/* CSS for EVEN Row */

.tablestyle1c tr:nth-child(even) {     background-color: none;     height: auto;}



/* Tables CSS 2 */
.tablestyle3c {     width: 1040px;     margin-left: auto;     margin-right: auto;  color: darkblue; text-align: left;}


/* Tables CSS for All Form Buttons */
.btnTable {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btnTable tr:nth-child(2n+1) {
    background: none;
    height: 55px;
}

/* Applicants List Grid View*/

.gridHeader {
    background-color: darkseagreen;
}