﻿.ttmyButton {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 2px solid #1bd8db;
    display: inline-block;
    cursor: pointer;
    color: #1bd8db;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 50px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .ttmyButton:hover {
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        background-color: #e9e9e9;
    }

    .ttmyButton:active {
        position: relative;
        top: 1px;
    }
    
    
.xxmyButton {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 2px solid #1bd8db;
    display: inline-block;
    cursor: pointer;
    color: #1bd8db;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .xxmyButton:hover {
        background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
        background-color: #e9e9e9;
    }

    .xxmyButton:active {
        position: relative;
        top: 1px;
    }
    
   .tablecss {
    border: 1px solid #ccc;
    margin-bottom:10px;
    border-radius:10px;
    overflow:hidden;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    background-color:#f0f8ff;
} 
   .xxButton 
   {
      color:Green;
   }
    .xxa 
   {  
   width:300px;
   height:50px;
   line-height:50px;
   letter-spacing: 4px;
   background-color:#009393;
   padding: 4px 15px;
   margin-bottom:2px;
   margin-top:5px;
   border-radius:5px;
   overflow:hidden;
   color:White;
   font-weight: bold;
   }
    .xxaPT
   {  
   line-height:30px;
   letter-spacing: 4px;
   background-color:#009393;
   padding: 4px 15px;
   margin-bottom:10px;
   border-radius:5px;
   overflow:hidden;
   color:White;
   font-weight: bold;
   }
   .xxalable
   {  
   line-height:40px;
   letter-spacing: 4px;
   background-color:#009393;
   padding: 5px 25px;
   margin-bottom:10px;
   border-radius:5px;
   overflow:hidden;
   color:White;
   font-weight: bold;
   }
   
   
    
    