#mainTable td:hover {
background-color: #ff9224;
    /*background-color: yellow;*/
    /*background-image: -moz-linear-gradient(#2473AF, #FFFFFF);*/
    background: -moz-linear-gradient(#ff6600, yellow);
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #BCCDDD;
    color: white;
    /*font-family: arial;*/
    /*min-width: 1300px;*/
    background-size: 100% 100%;
 /*background-attachment: fixed;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,yellow));
    background: -webkit-linear-gradient(top, #ff6600 0%,yellow 100%);
    background: -o-linear-gradient(top, #ff6600 0%,yellow 100%);
    background: -ms-linear-gradient(top, #ff6600 0%,yellow 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='yellow',GradientType=0 );
    background: linear-gradient(top, #ff6600 0%,yellow 100%);
}
    


#mainTable td {
    border : 1px solid white;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #BCCDDD;
    color: white;
    background-size: 100% 100%;
    text-shadow: #000000 4px 3px 2px;    
    
    /*background: rgb(254,252,234);*/
    /*background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1)));*/
    /*background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);*/
    /*background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);*/
    /*background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);*/
    /*background: linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 );    */
    
    
/*    background: rgb(241,218,54);*/
/*background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(242,164,55,1) 100%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,218,54,1)), color-stop(100%,rgba(242,164,55,1)));*/
/*background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(242,164,55,1) 100%);*/
/*background: -o-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(242,164,55,1) 100%);*/
/*background: -ms-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(242,164,55,1) 100%);*/
/*background: linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(242,164,55,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#f2a437',GradientType=0 );*/

background: rgb(109,179,242);
/*background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);*/
background: -moz-linear-gradient(top , #429DF1 0%, #3F98EB 50%, #3690F0 51%, #1E69DE 100%);
/*-moz-linear-gradient(center  repeat scroll 0 0 transparent*/
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1)));
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
background: linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );

}




#maintable td a > div { 
position: relative; 
top: 19px;
    font-size: 22px;
} 
#maintable td a { 
text-decoration: none; 
color: white; 
height: 100%; 
width: 100%; 
display: inline-block; 
position: relative; 
} 

/*#mainTable td a{
    text-decoration:none;
    color : white;
    height:100%;
}*/
/*#mainTable td a > div{*/
/*.innerDiv {*/
/*    text-decoration:none;
    color : white;
    height:100%;
    text-align : center;*/
/*    position: relative;*/
/*    top: 31px;*/
/*    height: 100%;*/
/*}*/


#mainTable td {
    text-align:center;
    width : 33%;
}
#expTable td:hover {
    background-color: red;
    
    /*background-color: yellow;*/
    /*background-image: -moz-linear-gradient(#2473AF, #FFFFFF);*/
    background: -moz-linear-gradient(#3f0011,red);
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #BCCDDD;
    color: white;
    /*font-family: arial;*/
    /*min-width: 1300px;*/
    background-size: 100% 100%;
 /*background-attachment: fixed;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f0011), color-stop(100%,red));
    background: -webkit-linear-gradient(top, #3f0011 0%,red 100%);
    background: -o-linear-gradient(top, #3f0011 0%,red 100%);
    background: -ms-linear-gradient(top, #3f0011 0%,red 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0011', endColorstr='red',GradientType=0 );
    background: linear-gradient(top, #3f0011 0%,red 100%);
    
    
}
#expTable td {
    border : 1px solid white;
    text-shadow: #000000 4px 3px 2px;
    background-color: red;
    
    /*background-color: yellow;*/
    /*background-image: -moz-linear-gradient(#2473AF, #FFFFFF);*/
    background: -moz-linear-gradient(red, #3f0011);
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #BCCDDD;
    color: white;
    /*font-family: arial;*/
    /*min-width: 1300px;*/
    background-size: 100% 100%;
 /*background-attachment: fixed;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,#3f0011));
    background: -webkit-linear-gradient(top, red 0%,#3f0011 100%);
    background: -o-linear-gradient(top, red 0%,#3f0011 100%);
    background: -ms-linear-gradient(top, red 0%,#3f0011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='#3f0011',GradientType=0 );
    background: linear-gradient(top, red 0%,#3f0011 100%);    
}
/*#expTable td a{*/
/*    text-decoration:none;*/
/*    color : white;*/
/*    height:100%;*/
/*}*/
/*#expTable td a > div{*/
/*.innerDiv {*/
/*    text-decoration:none;
    color : white;
    height:100%;
    text-align : center;*/
/*    position: relative;*/
/*    top: 31px;*/
/*    height: 100%;*/
/*}*/


#expTable td a > div { 
position: relative; 
top: 31px;
    font-size: 22px;

} 
#expTable td a { 
text-decoration: none; 
color: white; 
height: 100%; 
width: 100%; 
display: inline-block; 
position: relative; 
} 







#expTable td {
    text-align:center;
    width : 33%;
}
.headMains {
        text-align: center;
    border-bottom: dotted;
}
#hh{
    border: none !important;
}