﻿

.empmyButton {
    -moz-box-shadow: 3px 4px 0px 0px #1564ad;
    -webkit-box-shadow: 3px 4px 0px 0px #1564ad;
    box-shadow: 3px 4px 0px 0px #1564ad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006080), color-stop(1, #378de5));
    background: -moz-linear-gradient(top, #006080 5%, #378de5 100%);
    background: -webkit-linear-gradient(top, #006080 5%, #378de5 100%);
    background: -o-linear-gradient(top, #006080 5%, #378de5 100%);
    background: -ms-linear-gradient(top, #006080 5%, #378de5 100%);
    background: linear-gradient(to bottom, #006080 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006080', endColorstr='#378de5',GradientType=0);
    background-color: #006080;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #337bc4;
    display: inline-block;
    color: #ffffff;
    font-family:Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
    cursor: pointer;
}


    .empmyButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #006080));
        background: -moz-linear-gradient(top, #378de5 5%, #006080 100%);
        background: -webkit-linear-gradient(top, #378de5 5%, #006080 100%);
        background: -o-linear-gradient(top, #378de5 5%, #006080 100%);
        background: -ms-linear-gradient(top, #378de5 5%, #006080 100%);
        background: linear-gradient(to bottom, #378de5 5%, #006080 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#006080',GradientType=0);
        background-color: #006080;
    }
    .empmyButton:active {
        position:relative;
        top:1px;
    }


.empmyButtonclick {
    -moz-box-shadow: 3px 4px 0px 0px #152B40;
    -webkit-box-shadow: 3px 4px 0px 0px #152B40;
    box-shadow: 3px 4px 0px 0px #152B40;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #152B40), color-stop(1, #152B40));
    background: -moz-linear-gradient(top, #152B40 5%, #152B40 100%);
    background: -webkit-linear-gradient(top, #152B40 5%, #152B40 100%);
    background: -o-linear-gradient(top, #152B40 5%, #152B40 100%);
    background: -ms-linear-gradient(top, #152B40 5%, #152B40 100%);
    background: linear-gradient(to bottom, #33ccff 5%, #33ccff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152B40', endColorstr='#152B40',GradientType=0);
    /*   background-color:#152B40; */
    /*   background-color:#006080 ; */
    background-color: #4CAF50;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #152B40;
    display: inline-block;
    color: #FFFFFF;
    font-family:Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #C0C0C0;
    cursor: pointer;
}


    .empmyButtonclick:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #152B40), color-stop(1, #152B40));
        background: -moz-linear-gradient(top, #152B40 5%, #152B40 100%);
        background: -webkit-linear-gradient(top, #152B40 5%, #152B40 100%);
        background: -o-linear-gradient(top, #152B40 5%, #152B40 100%);
        background: -ms-linear-gradient(top, #152B40 5%, #152B40 100%);
        background: linear-gradient(to bottom, #4CAF50 5%, #4CAF50 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#4CAF50',GradientType=0);
        background-color: #152B40;
    }

    .empmyButtonclick:active {
        position: relative;
        top: 1px;
        /* background-color:#152B40; */
        background-color: #4CAF50;
        color: #152B40;
    }



empmyButtonclick:focus {
    background: linear-gradient(#4CAF50, #4CAF50);
    color: white
}

.empmyButtonclick:Selected {
    background: linear-gradient(#4CAF50, #4CAF50);
}




.myButton_TP {
    /*  -moz-box-shadow: 3px 4px 0px 0px #1564ad;
    -webkit-box-shadow: 3px 4px 0px 0px #1564ad;
      box-shadow: 3px 4px 0px 0px #1564ad;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color: #79bbff;
    /*background-color: #006080;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #337bc4;
    display: inline-block;
    color: #ffffff;
    font-family:Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
    cursor: pointer;
}

    .myButton_TP:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
        background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
        background-color: #378de5;
    }

    .myButton_TP:active {
        position: relative;
        top: 1px;
    }



.myButton {
    -moz-box-shadow: 3px 4px 0px 0px #1564ad;
    -webkit-box-shadow: 3px 4px 0px 0px #1564ad;
    box-shadow: 3px 4px 0px 0px #1564ad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006080), color-stop(1, #378de5));
    background: -moz-linear-gradient(top, #006080 5%, #378de5 100%);
    background: -webkit-linear-gradient(top, #006080 5%, #378de5 100%);
    background: -o-linear-gradient(top, #006080 5%, #378de5 100%);
    background: -ms-linear-gradient(top, #006080 5%, #378de5 100%);
    background: linear-gradient(to bottom, #006080 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006080', endColorstr='#378de5',GradientType=0);
    background-color: #006080;
    /*background-color: #006080;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #337bc4;
    display: inline-block;
    color: #ffffff;
    font-family:Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
    cursor: pointer;
}
    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #006080));
        background: -moz-linear-gradient(top, #378de5 5%, #006080 100%);
        background: -webkit-linear-gradient(top, #378de5 5%, #006080 100%);
        background: -o-linear-gradient(top, #378de5 5%, #006080 100%);
        background: -ms-linear-gradient(top, #378de5 5%, #006080 100%);
        background: linear-gradient(to bottom, #378de5 5%, #006080 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#006080',GradientType=0);
        background-color: #006080;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
    
      
         .myButtonclick {
        
        -moz-box-shadow: 3px 4px 0px 0px #152B40;
        -webkit-box-shadow: 3px 4px 0px 0px #152B40;
        box-shadow: 3px 4px 0px 0px #152B40;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #152B40), color-stop(1, #152B40));
        background:-moz-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-webkit-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-o-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-ms-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:linear-gradient(to bottom, #33ccff 5%, #33ccff 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#152B40', endColorstr='#152B40',GradientType=0);
        
     /*   background-color:#152B40; */
        /*   background-color:#006080 ; */
          background-color:#4CAF50 ;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        
        border:1px solid #152B40;
        
        display:inline-block;
        color:#FFFFFF;
        font-family:Verdana;
        font-size:12px;
        font-weight:bold;
        padding:5px 5px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #C0C0C0;
        cursor:pointer;
        
    }


 .myButtonclick:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #152B40), color-stop(1, #152B40));
        background:-moz-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-webkit-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-o-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:-ms-linear-gradient(top, #152B40 5%, #152B40 100%);
        background:linear-gradient(to bottom, #4CAF50 5%, #4CAF50 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#4CAF50',GradientType=0);
        
        background-color:#152B40;
    }
    .myButtonclick:active {
        position:relative;
        top:1px;
       /* background-color:#152B40; */
       background-color:#4CAF50; 
        color:#152B40;
    }



            .myButtonclick:focus {
                background: linear-gradient(#4CAF50, #4CAF50);
                color: #33ccff;
            }
    	.myButtonclick:Selected
    	{
    		 background:linear-gradient(#4CAF50, #4CAF50);
    	}



.help_div {
    box-shadow: 10px 10px 5px #888888;
    visibility: hidden;
    width: 40%;
    display: block;
    height: auto;
    z-index: 2;
    opacity: 1;
    font-size: 12px;
    font-family: Verdana;
    border: 1px solid Blue;
    padding: 5px;
    position: absolute;
    top: 31%;
    line-height: 20px;
    right: 0%;
    float: right;
    text-align: justify;
    overflow: hidden;
    /*background-color: #ffffb3;*/
    background-color: #EAF9FF;
    margin-right: 20px;
    padding-right: 20px;
    margin-top:-25px;
    padding-top:0px;
}
   .help_div p
    {
      align:left;
      font-weight:bold;
      width:300px;
      margin-left:10px;
      
        }

.help_divfillR {
    box-shadow: 10px 10px 5px #888888;
    visibility: hidden;
    width: 30%;
    display: block;
    height: auto;
    z-index: 2;
    opacity: 1;
    font-size: 12px;
    font-family: Verdana;
    border: 1px solid Blue;
    padding: 5px;
    position: absolute;
    top:5%;
    line-height: 20px;
    right: 0%;
    float: right;
    text-align: justify;
    overflow: hidden;
    /*background-color: #ffffb3;*/
    background-color: #EAF9FF;
    margin-right: 20px;
    padding-right: 20px;
}

    .help_divfillR p {
        align: left;
        font-weight: bold;
        width: 300px;
        margin-left: 10px;
    }


.help_div11 {
    box-shadow: 10px 10px 5px #888888;
    visibility: hidden;
    width: 50%;
    display: block;
    height: auto;
    z-index: 2;
    opacity: 1;
    font-size: 12px;
    font-family: Verdana;
    border: 2px solid Blue;
    padding: 5px;
    position: absolute;
    top: 10%;
    line-height: 20px;
    right: 0%;
    float: right;
    text-align: justify;
    overflow: hidden;
    /*background-color:#ffffb3;*/
    background-color: #aae3ff;
    margin-right: 20px;
    padding-right: 20px;
}
    .help_div11 p
    {
      align:left;
      font-weight:bold;
      width:300px;
      margin-left:10px;
      
        }
