
/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

/*  header text */ 
.table1 thead th{
    padding:0px;
    color:blace;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:black;
    background-color:#9DD929;
    border:1px solid #93CE37;
    border-right:3px solid #9ED929;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

/* bottom text */
.table1 tfoot td{
    color: #9CD009;
    font-size:20px;
    text-align:center;
    padding:5px 0px;
   
}
.table1 tfoot th{
    color:#666;
}

/* body text */
.table1 tbody td{
    padding:0px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:black;
	font-weight: bold;
	/*color:#666;*/
    
}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}

/* Table 2 Style */
table.table2{
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.2em;
/*  border-collapse:collapse; */
    text-align:center;
}
.table2 thead th{
	padding:2px 2px 2px 2px; 
    color:#fff;
    font-size: 12px;
    background-color:#8c8c8c;
    font-weight:normal;
	border:1px solid #666;
	text-align:center;
}

.table2 tfoot td{
	padding:2px 2px 2px 2px; 
    color:#fff;
    font-size: 16px;
    background-color:#8c8c8c;
    font-weight:normal;
	border:1px solid #666;
	text-align:center;
}
.table2 tfoot th{
    padding:10px;
    font-size:18px;
   /* text-transform:capitalize; */
    color:#888;
	text-align:center;
}
.table2 tfoot td{
    font-size:16px;
    color:#EF870E;
    border-top:none;
    box-shadow:0px 1px 4px #000;
	text-align:center;
}
.table2 thead th:empty{
    background:transparent;
    box-shadow:none;
	border:none;
}
.table2 thead :nth-last-child(1){
    border:none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
    border-right:1px dotted null;
	border-top:1px dotted null;
}
.table2 tbody th{
   
    padding:2px;
    color:#333;
    text-shadow:0px 0px 0px #ccc;
    background-color:#8c8c8c;
	
}
.table2 tbody td{
    padding:2px;
    background-color:white;
    border-right:1px dotted #999;
	border-top:1px dotted #999;
    text-shadow:-1px 1px 1px #fff;
  /*  text-transform:capitalize; */
    color:#333;
}
.table2 tbody span.check::before{
    content : url(../images/check1.png)
}

/* Table 3 Style */
table.table3{
    font-family:Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.7em;
    text-align:center;
    border-collapse:collapse;
}
.table3 thead th{
    padding:6px 10px;
    text-transform:uppercase;
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}
.table3 thead th:empty{
    background:transparent;
    border:none;
}
.table3 thead :nth-child(2),
.table3 tfoot :nth-child(2){
    background-color: #7FD2FF;
}
.table3 tfoot :nth-child(2){
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table3 thead :nth-child(2){
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.table3 thead :nth-child(3),
.table3 tfoot :nth-child(3){
    background-color: #45A8DF;
}
.table3 thead :nth-child(4),
.table3 tfoot :nth-child(4){
    background-color: #2388BF;
}
.table3 thead :nth-child(5),
.table3 tfoot :nth-child(5){
    background-color: #096A9F;
}
.table3 thead :nth-child(5){
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.table3 tfoot :nth-child(5){
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.table3 tfoot td{
    font-size:12px;
    font-weight:bold;
    padding:15px 0px;
    text-shadow:1px 1px 1px #fff;
}
.table3 tbody td{
    padding:10px;
}
.table3 tbody tr:nth-child(4) td{
    font-size:12px;
    font-weight:bold;
}
.table3 tbody td:nth-child(even){
    background-color:#444;
    color:#444;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
    text-shadow:1px 1px 1px #fff;
}
.table3 tbody td:nth-child(odd){
    background-color:#555;
    color:#f0f0f0;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
}
.table3 tbody td:nth-last-child(1){
    border-right:1px solid #222;
}
.table3 tbody th{
    color:#696969;
    text-align:right;
    padding:0px 10px;
    border-right:1px solid #aaa;
}
.table3 tbody span.check::before{
    content : url(../images/check2.png)
}

/* Table 4 Style */
table.table4{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

/*  header text */ 
.table4 thead th{
    padding:0px;
    color:black;
    background-color:#e9ab18;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, #e9ab18),
        color-stop(0.51, #e9ab18),
        color-stop(0.87, #e9ab18)
        );
    background: -moz-linear-gradient(
        center bottom,
        #e9ab18 2%,
        #e9ab18 51%,
        #e9ab18 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table4 thead th:empty{
    background:transparent;
    border:none;
}
.table4 tbody th{
    color:black;
    background-color:#e9ab18;
    border:1px solid #e9ab18;
    border-right:3px solid #e9ab18;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, #e9ab18),
        color-stop(0.51, #e9ab18),
        color-stop(0.87, #e9ab18)
        );
    background: -moz-linear-gradient(
        left bottom,
        #e9ab18 2%,
        #e9ab18 51%,
        #e9ab18 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

/* bottom text */
.table4 tfoot td{
    color: #508DF7;
    font-size:20px;
    text-align:center;
    padding:5px 0px;
   
}
.table4 tfoot th{
    color:#666;
}

/* body text */
.table4 tbody td{
    padding:0px;
    text-align:center;
    background-color:#f9e6ba;
    border: 2px solid #f9e6ba;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:black;
	font-weight: bold;
	/*color:#666;*/
    
}
.table4 tbody span.check::before{
    content : url(../images/check0.png)
}

/* table5 Style */
table.table5{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

/*  header text */ 
.table5 thead th{
    padding:0px;
    color:black;
    background-color:#cab516 ;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, #cab516 ),
        color-stop(0.51, #cab516 ),
        color-stop(0.87, #cab516 )
        );
    background: -moz-linear-gradient(
        center bottom,
        #cab516  2%,
        #cab516  51%,
        #cab516  87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table5 thead th:empty{
    background:transparent;
    border:none;
}
.table5 tbody th{
    color:black;
    background-color:#cab516 ;
    border:1px solid #cab516 ;
    border-right:3px solid #cab516 ;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, #cab516 ),
        color-stop(0.51, #cab516 ),
        color-stop(0.87, #cab516 )
        );
    background: -moz-linear-gradient(
        left bottom,
        #cab516  2%,
        #cab516  51%,
        #cab516  87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

/* bottom text */
.table5 tfoot td{
    color: #508DF7;
    font-size:20px;
    text-align:center;
    padding:5px 0px;
   
}
.table5 tfoot th{
    color:#666;
}

/* body text */
.table5 tbody td{
    padding:0px;
    text-align:center;
    background-color:#fbf8dd;
    border: 2px solid #fbf8dd;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:black;
	font-weight: bold;
	/*color:#666;*/
    
}
.table5 tbody span.check::before{
    content : url(../images/check0.png)
}




a {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
}
a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
