
                
    .hoverbutton
    {color: white;
        font-weight:bold;
        font-family: Calibri, Tahoma, Arial, Helvetica;
        font-size: 10pt;
        height: 25px;
        cursor:pointer;
        border-style: groove;
        text-align: center !important;     
        border-radius: 5px; 
        -moz-border-radius: 5px; 
        -webkit-border-radius: 5px;
        border: 1px solid;
        display: inline;
                 
                  
                  
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(/CTWebImages/Controls/ButtonControl/Vista/VistaButtonNormalblueOver.png);
        background: -moz-linear-gradient(top,  rgba(193,221,255,1) 0%, rgba(193,221,255,1) 2%, rgba(193,221,255,1) 4%, rgba(30,87,153,1) 29%, rgba(30,87,153,1) 40%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,221,255,1)), color-stop(2%,rgba(193,221,255,1)), color-stop(4%,rgba(193,221,255,1)), color-stop(29%,rgba(30,87,153,1)), color-stop(40%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(193,221,255,1) 0%,rgba(193,221,255,1) 2%,rgba(193,221,255,1) 4%,rgba(30,87,153,1) 29%,rgba(30,87,153,1) 40%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(193,221,255,1) 0%,rgba(193,221,255,1) 2%,rgba(193,221,255,1) 4%,rgba(30,87,153,1) 29%,rgba(30,87,153,1) 40%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(193,221,255,1) 0%,rgba(193,221,255,1) 2%,rgba(193,221,255,1) 4%,rgba(30,87,153,1) 29%,rgba(30,87,153,1) 40%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(193,221,255,1) 0%,rgba(193,221,255,1) 2%,rgba(193,221,255,1) 4%,rgba(30,87,153,1) 29%,rgba(30,87,153,1) 40%); /* W3C */
        
       
    }
 

    .static
    {color: white;
        font-weight:bold;
        font-family: Calibri, Tahoma, Arial, Helvetica;
        font-size: 10pt;
        height: 25px;
        cursor:pointer;
        border-style: groove;
                  text-align: center !important;   
        border-radius: 5px; 
        -moz-border-radius: 5px; 
        -webkit-border-radius: 5px;
        border: 1px solid;
        display: inline;

        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(/CTWebImages/Controls/ButtonControl/Vista/VistaButtonNormalblue.png);
        background: -moz-linear-gradient(top, rgba(206,219,233,1) 3%, rgba(170,197,222,1) 8%, rgba(17,31,35,1) 30%, rgba(38,85,139,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(206,219,233,1)), color-stop(8%,rgba(170,197,222,1)), color-stop(30%,rgba(17,31,35,1)), color-stop(100%,rgba(38,85,139,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(17,31,35,1) 30%,rgba(38,85,139,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(17,31,35,1) 30%,rgba(38,85,139,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(19,36,45,1) 30%,rgba(19,36,45,1) 100%); /* IE10+ */ 
        background: linear-gradient(to bottom, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(17,31,35,1) 30%,rgba(38,85,139,1) 100%); /* W3C */
               
    }


    .CtButtonSkin 
    {color: white;
        font-weight:bold;
        font-family: Calibri, Tahoma, Arial, Helvetica;
        font-size: 10pt;
        height: 25px;
        cursor:pointer;
        border-style: groove;
                 text-align: center !important;   
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid;
         display: inline;
                     
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */

        background: url("/CTWebImages/Controls/ButtonControl/Vista/VistaButtonNormalblue.png");
        background: -moz-linear-gradient(top, rgba(206,219,233,1) 3%, rgba(170,197,222,1) 8%, rgba(17,31,35,1) 30%, rgba(38,85,139,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(206,219,233,1)), color-stop(8%,rgba(170,197,222,1)), color-stop(30%,rgba(17,31,35,1)), color-stop(100%,rgba(38,85,139,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(17,31,35,1) 30%,rgba(38,85,139,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(17,31,35,1) 30%,rgba(38,85,139,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(17,31,35,1) 30%,rgba(38,85,139,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(206,219,233,1) 3%,rgba(170,197,222,1) 8%,rgba(17,31,35,1) 30%,rgba(38,85,139,1) 100%); /* W3C */
     
    }
    
    .CtButtonSkinDisabled
    {color: black;
        font-weight:bold;
        font-family: Calibri, Tahoma, Arial, Helvetica;
        font-size: 10pt;
        height: 25px;
        cursor:pointer;
        border-style: groove;
                 text-align: center !important;   
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid;
        display: inline;
                     
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      
        background: -moz-linear-gradient(top, #e9e9e9 3%, #d9d9d9 8%, #6c6c6c 30%, #959595 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#e9e9e9), color-stop(8%,#d9d9d9), color-stop(30%,#6c6c6c), color-stop(100%,#959595)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e9e9e9 3%,#d9d9d9 8%,#6c6c6c 30%,#959595 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e9e9e9 3%,#d9d9d9 8%,#6c6c6c 30%,#959595 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e9e9e9 3%,#d9d9d9 8%,#6c6c6c 30%,#959595 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e9e9e9 3%,#d9d9d9 8%,#6c6c6c 30%,#959595 100%); /* W3C */
     
    }
       
