﻿    body {
        font-family: Arial, Tahoma, sans-serif;
        font-size: 12px;
    }

    #titleBar {
        padding-bottom: 5px;
        padding-left: 10px;
        padding-top: 10px;
        height: 40px;
        float: left;
        background: rgba(0,65,83,1);
        background: -moz-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,65,83,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(0,65,83,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004153', endColorstr='#ffffff', GradientType=0 );
        border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border: 0px solid #000000;
    }

    
     .k-button,.k-button:active, .k-button:focus {
         text-align: left;
        border: 1px outset #676767;
        background-color: rgba(35,158,196,1);
        background-image: -moz-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(27,127,158,1) 32%, rgba(0,65,83,1) 100%);
        background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,65,83,1)), color-stop(32%, rgba(27,127,158,1)), color-stop(100%, rgba(0,65,83,1)));
        background-image: -webkit-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(27,127,158,1) 32%, rgba(0,65,83,1) 100%);
        background-image: -o-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(27,127,158,1) 32%, rgba(0,65,83,1) 100%);
        background-image: -ms-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(27,127,158,1) 32%, rgba(0,65,83,1) 100%);
        background-image: linear-gradient(to bottom, rgba(0,65,83,1) 0%, rgba(27,127,158,1) 32%, rgba(0,65,83,1) 100%);
         -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004153', endColorstr='#004153', GradientType=0 );
         -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004153', endColorstr='#004153', GradientType=0 );
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004153', endColorstr='#004153', GradientType=0 ); 
        color: white;
        font-weight: bold;
    }
     
    .k-button:focus {

        outline: none !important;
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }

     .k-button:hover{
        text-align: left;
        border: 1px outset #676767;
        background-color: rgba(0,65,83,1);
        background-image: -moz-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(41,184,229,1) 32%, rgba(0,65,83,1) 100%);
        background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,65,83,1)), color-stop(32%, rgba(41,184,229,1)), color-stop(100%, rgba(0,65,83,1)));
        background-image: -webkit-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(41,184,229,1) 32%, rgba(0,65,83,1) 100%);
        background-image: -o-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(41,184,229,1) 32%, rgba(0,65,83,1) 100%);
        background-image: -ms-linear-gradient(top, rgba(0,65,83,1) 0%, rgba(41,184,229,1) 32%, rgba(0,65,83,1) 100%);
        background-image: linear-gradient(to bottom, rgba(0,65,83,1) 0%, rgba(41,184,229,1) 32%, rgba(0,65,83,1) 100%);
        -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004153', endColorstr='#004153', GradientType=0 );
        -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004153', endColorstr='#004153', GradientType=0 );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004153', endColorstr='#004153', GradientType=0 ); /*color: #02546a;*/
        color: white;
        font-weight: bold;
    }


    .k-button[disabled]:hover {
        color: #9f9e9e!important;
        background-color: #ffffff;
        border-color: #ccc;          
        background-image: none,linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.08) 100%);     
    }
