﻿/*@font-face {
    font-family: 'B YekanN';
    src: url('font/47.eot?#') format('eot'), url('font/47.woff') format('woff'), url('font/47.ttf') format('truetype');
}*/

@font-face {
    font-family: 'IRANSans';
    src: url('font/IRANSans.eot');
    src: url('font/IRANSans.eot?#iefix') format('embedded-opentype'), 
        url('font/IRANSans.woff2') format('woff2'), 
        url('font/IRANSans.woff') format('woff'),
        url('font/IRANSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




fieldset {
    background-color: #f9f8f8;
    border-radius: 5px;
}




.uploaderbrowsebutton, .uploadercancelbutton, button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 10px 0;
    padding: 5px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 60ms ease-in-out;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    border-color: #2989d8;
    background: #2989d8;
    background: -moz-linear-gradient(top, #2989d8 0%, #1e5799 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(100%,#1e5799));
    background: -webkit-linear-gradient(top, #2989d8 0%,#1e5799 100%);
    background: -o-linear-gradient(top, #2989d8 0%,#1e5799 100%);
    background: -ms-linear-gradient(top, #2989d8 0%,#1e5799 100%);
    background: linear-gradient(top, #2989d8 0%,#1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 );
}


.panelfieldset {
    line-height: 30px;
}


.RegInfio {
    background: #e4f3fa;
  
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 1px !important;
    border-radius: 25px;
    margin-bottom: 10px;
}

.RegInfio:hover {
    background: #d9edf6;
}

.RegInfio .table {
    border-collapse: collapse;
    border-radius: 25px;
    overflow: auto;
}

.RegInfio .table .header {
    font-size: 13pt;
    font-weight: bold;
}



body {
    font-family: "IRANSans";
    font-size: 11pt;
}

.ReportFont {
    font-family: "IRANSans";
    font-size: 10pt;
}


.btn
{
    font-family:IRANSans;
    font-size:9pt;
    
}
input[type='text'] {
    font-family: IRANSans;
    font-size: 9pt;
    border: 1px solid #C0C0C0;
    padding:2px;
    height:15px;
}
input[type='password'] {
    font-family: IRANSans;
    font-size: 9pt;
    border: 1px solid #C0C0C0;
    padding:2px;
    height:15px;
}
select {
    font-family: IRANSans;
    font-size: 9pt;
    border: 1px solid #C0C0C0;

    height:20px;
}

.SelectRow{
    background-color: #b3c4c7!important;
}

textarea {
      font-family: IRANSans;
    font-size: 9pt;
    border: 1px solid #C0C0C0;
}
.btnHeaderMain {
    width: 197px;
    height: 34px!important;
    padding: 8px;
    border: 1px solid #666666;
    text-align: right;
    vertical-align: middle;
    background-color: #CCCCCC;
    margin-left: 5px;
    font-size: 9pt;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius : 8px;
    border-top-left-radius: 8px;
    border-top-right-radius : 8px;
}
    .btnHeaderMain:hover {
        /* width: 115px;*/
        /*padding: 6px;*/
        border: 1px solid #666666;
        text-align: right;
        vertical-align: middle;
        background-color: #d9e0a6;
        /*margin-left: 7px;*/
    }
.btnStyle1
{
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
    background-color: #CCCCCC;
     cursor:pointer;
}
.btnStyle1:hover
{
    background-color: #009999;
}

.btnLock
{
      background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/lockIcon.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
     cursor:pointer;
}
.btnLock:hover
{
    background-color: #009999;
}

.btnRefresh
{
      background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/refresh.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
     cursor:pointer;
}
.btnRefresh:hover
{
    background-color: #009999;
}
.btnDelete
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/Deleted.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
     cursor:pointer;
}
.btnDelete:hover
{  background-color: #009999;
}
.btnEdit
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/edit.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
     cursor:pointer;
}
.btnEdit:hover
{  background-color: #009999;
}
.btnSms
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
    background-image: url('../image/icon/smsL.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
     cursor:pointer;
}
.btnSms:hover
{  background-color: #009999;
}
.btnDownload
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/download.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
     cursor:pointer;
}
.btnDownload:hover
{  background-color: #009999;
}
.btnAdd
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/AddIcon.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
     cursor:pointer;
}
.btnAdd:hover
{  background-color: #009999;
}
.btnAccess
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/key2.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
     cursor:pointer;
}
.btnAccess:hover
{  background-color: #009999;
}


.btnok
{
    background-position: right center;
    border: 1px solid #333333;
    padding: 2px 20px 5px 5px;
    font-family: IRANSans;
    font-size: 9pt; /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/Accept-icon.png');
    background-repeat: no-repeat;
    /*width: 75px;*/
    height: 25px;
    cursor:pointer;
}
.btnok:hover
{  background-color: #009999;
}
.btnPrintReport
{
    background-position: right center;
    border: 1px solid #333333;
    padding: 2px 20px 5px 5px;
    font-family: IRANSans;
    font-size: 9pt; /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/print.png');
    background-repeat: no-repeat;
    /*width: 75px;*/
    height: 25px;
    cursor:pointer;
}
.btnPrintReport:hover
{  background-color: #009999;
}
.btnAccept
{
    background-image: url('../image/icon/accept.png');
    cursor:pointer;
     background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.btnAccept:hover
{  background-color: #009999;
}
.btnCancel
{
    background-position: right center;
    border: 1px solid #333333;
    padding: 2px 20px 5px 5px;
    font-family: IRANSans;
    font-size: 9pt; /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/dialog-cancel.png');
    background-repeat: no-repeat;
    /*width: 75px;*/
    height: 25px;
     cursor:pointer;
}
.btnCancel:hover
{  background-color: #009999;
}
.btnAddDialog
{
    background-position: right center;
    border: 1px solid #333333;
    padding: 2px 20px 5px 5px;
    font-family: IRANSans;
    font-size: 9pt; /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/dialog-Add.png');
    background-repeat: no-repeat;
    /*width: 75px;*/
    height: 25px;
     cursor:pointer;
}

.btnExcel
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/Excel.png');
    background-repeat: no-repeat;
    width:28px;
    height:28px;
     cursor:pointer;
}
.btnExcel:hover
{  background-color: #009999;
}
.btnUser20
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/user20.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
     cursor:pointer;
}
.btnUser20:hover
{  background-color: #009999;
}
.btnUsers20
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/users20.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
     cursor:pointer;
}
.btnUsers20:hover
{  background-color: #009999;
}
.btnAddToGrid:hover
{  background-color: #009999;
}
.btnAddToGrid
{
    background-position: right center;
    border: 1px solid #333333;
    padding: 2px 20px 5px 5px;
    font-family: IRANSans;
    font-size: 9pt; /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/download.png');
    background-repeat: no-repeat;
    /*width: 75px;*/
    height: 25px;
     cursor:pointer;
}
.btnAddDialog:hover
{  background-color: #009999;
}
.gridRowHeader
{
    margin: 2px;
    padding: 5px;
    font-family: IRANSans;
    font-size: 10pt;
    background-color: #1b545b;
    /*font-weight: bold;*/
    height: 30px;
    color:#FFFFFF;
}
.gridRow
{
    margin: 2px;
    border: 1px solid #999999;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
    background-color: #EBEBEB;
}
.gridRow:hover
{
    background-color: #B3E5FC;
}
.textBoxM
{
    height:19px;
    background-color: #fff;
    border-color: #95b8e7;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-family: IRANSans;
    font-size: 9pt;
}
.comboM
{
      height:21px;
       background-color: #fff;
    border-color: #95b8e7;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.searchBoxM
{
    border: 1px solid #999999;
    background-color: #E1E1E1;
    border-radius: 5px;
}

.searchBoxMEPT {
    border: 1px solid #999999;
    background-color: #E1E1E1;
    border-radius: 5px;
    width: 150px;
}



.txtForLable
{
    
    border-style: none !important;
    color: #000066;
    background-color:transparent;
}
.gridRowDetail
{
    margin: 2px;
    border: 1px solid #999999;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
}
.gridRowDetail:hover
{
    background-color: #C6C6FF;
}

.btnPrint
{
    cursor:pointer;
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/print.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.btnPrint:hover
{  background-color: #009999;
}



.btnPrintBime {
    cursor: pointer;
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
    /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/health-insurance.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

    .btnPrintBime:hover {
        background-color: #009999;
    }
.btnUndo
{
    cursor:pointer;
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/undo.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.btnUndo:hover
{  background-color: #009999;
}
.btnAccepted
{
     cursor:pointer;
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/acceptFA.png');
    background-repeat: no-repeat;
    width: 54px;
    height: 25px;
     background-color: #009999;
}
.btnAccepted:hover
{  background-color: #009999;
}
.btnAmani
{
     cursor:pointer;
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/Amani.png');
    background-repeat: no-repeat;
    width: 54px;
    height: 25px;
     background-color: #009999;
}
.btnAmani:hover
{  background-color: #009999;
}
.btnEmail
{
 
    background-image: url('../image/icon/email.png');
  cursor:pointer;
     background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.btnEmail:hover
{  background-color: #009999;
}
.panelBoxMain {
    background-color: #ede9e9;
    border: 1px solid #787878;
    padding: 5px;
    margin: 5px;
}

.mozPanel {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ddd, #bbb) repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0 8px 20px;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 320px;
    word-wrap: break-word;
    z-index: 1;
}
.mozPanel::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 1px;
    content: "";
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: -1;
}
.btnLogin {
    background-color: #cccccc;
    border: 1px solid #666666;
    border-radius:5px;
    cursor: pointer;
    font-family:IRANSans;
    font-size: 9pt;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width:70px;
}
    .btnLogin:hover {
        padding: 5px;
        border: 1px solid #666666;
        text-align: center;
        vertical-align: middle;
        background-color: #d9e0a6;
      
    }


.btnIsConcessionaire
{
    background-image: url('../image/icon/SahebeEmtiaz.png');
     cursor:pointer;
     background-position: center center;
    font-family: IRANSans;
    font-size: 9pt;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    padding-bottom:5px;
    padding-top:5px;
}
.btnIsConcessionaire:hover
{  background-size:20px;
}

.btnIsTechnicalAssistant
{
    background-image: url('../image/icon/MasolFani.png');
     cursor:pointer;
     background-position: center center;
    font-family: IRANSans;
    font-size: 9pt;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    padding-bottom:5px;
    padding-top:5px;
}
.btnIsTechnicalAssistant:hover
{  background-size:20px;
}

.btnIsStudent
{
    background-image: url('../image/icon/Daneshjo.png');
     cursor:pointer;
     background-position: center center;
    font-family: IRANSans;
    font-size: 9pt;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    padding-bottom:5px;
    padding-top:5px;
}
.btnIsStudent:hover
{  background-size:20px;
}




    .btnEntezarMoraje
{
    background-image: url('../image/icon/openMoraje.png');
     cursor:pointer;
     background-position: center center;
    font-family: IRANSans;
    font-size: 9pt;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    padding-bottom:5px;
    padding-top:5px;
}
.btnEntezarMoraje:hover
{  background-size:20px;
}
    .btnOpenFactor
{
    background-image: url('../image/icon/openFactor.png');
    cursor:pointer;
     background-position: center center;
    font-family: IRANSans;
    font-size: 9pt;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:5px;

}
.btnOpenFactor:hover
{ 
 background-size:20px;
}
    .btnExpProduct
{
    background-image: url('../image/icon/ExpProduct.png');
    cursor:pointer;
     background-position: center center;
    font-family: IRANSans;
    font-size: 9pt;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    padding-bottom:5px;
    padding-top:5px;
    margin-bottom:5px;

}
.btnExpProduct:hover
{ 
 background-size:20px;
}


  input:required:invalid, input:focus:invalid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC)!important;
    background-position: right top!important;
    background-repeat: no-repeat!important;
    -moz-box-shadow: none!important;
    padding-right:20px!important;
  }
  input:required:valid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=)!important;
    background-position: right top!important;
    background-repeat: no-repeat!important;
    padding-right:20px!important;
  }

  .myEasyUIbtn{
       background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0px, #eeeeee 100%) repeat-x scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    color: #444;
    padding:5px;
    margin:5px;
    cursor:pointer;
  }
    .myEasyUIbtn:hover{
       background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0px,#ade000  100%) repeat-x scroll 0 0;
    
  }

    .btnDollar
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/dollar.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
     cursor:pointer;
}
.btnDollar:hover
{  background-color: #009999;
}
.Class_DateWork{
     text-align:center;
     width:50px;
}
.Class_DateWork:hover{
    background-color:#78ae83!important;
     cursor:pointer;
     text-align:center;
     width:50px;
}

    .btnServiceList
{
    background-position: center center;
    border: 1px solid #333333;
    padding: 5px;
    font-family: IRANSans;
    font-size: 9pt;
   /* background-color: #CCCCCC;*/
    background-image: url('../image/icon/ServiceList.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
     cursor:pointer;
}
.btnDollar:hover
{  background-color: #009999;
}
