
            .x-action-col-icon {
                height: 16px;
                width: 16px;
                margin-right: 8px;
                cursor:pointer;
            }
            .templateinfo{
                display: table;
                width: 100%;
                background:#FAFAFA;
                text-align:justify;
                border-radius: 10px;
                border: 1px solid #E4E3E3;
                padding: 5px;
            }
            .div1{
                float: left; width: 60%; padding: 10px;
            }
            .div2{
                float: right; width: 40%; padding: 10px;
            }
            .div3{
                float: right; width: 25%; padding: 10px; letter-spacing: 1px;
            }
            .div4{
                float: right; width: 15%; padding: 10px; letter-spacing: 1px;
            }

            .disabledComboCss  {
                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                -moz-opacity:0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5;
            }
            .disabledComboCss input {
                font-weight: bold;
                color: #888888;
            }  
