    #dialog-table	{ position: relative; margin-left: auto; margin-right: auto; width: 800px; text-align: left;font-size: 80%;height: auto !important}
    #dialog-tagserial	{ position: relative; margin-left: auto; margin-right: auto; width: 800px; text-align: left;font-size: 80%;height:auto !important}
    
    /* Table Grid  ----------------------------------*/
    //#dataTable { font-size: 80%; }
    
    .ui-grid { width: 98%; padding: .5em; background-image: none; }
    .ui-state-default { padding: .4em; }
    .ui-grid .ui-grid-content { width: 100%; border-collapse: collapse; }
    .ui-grid table tbody td, .ui-grid .ui-grid-header, .ui-grid table thead a { padding: .4em;  }
    .ui-grid table tbody td {  text-align: left; font-weight: normal;font-size:12px;  }
    .ui-grid .ui-grid-header, .ui-grid .ui-grid-footer { padding: .8em .4em; text-align: right; }
    .ui-grid .ui-grid-footer { background-image: none; font-weight: normal; text-align: left; }
    .ui-grid table thead a { display: block;  }
    .ui-grid .ui-icon { float: right; }
    .ui-grid .ui-grid-paging { float: right; }
    .ui-grid .ui-grid-paging-prev { float: left; width: 16px; height: 16px; }
    .ui-grid .ui-grid-paging-next { float: right; width: 16px; height: 16px; }
    .ui-grid .ui-grid-results1 {  }

    .header-right { float:right; }
    .header-left { float:left; }

    /*.cStoreDataTable tr:hover { color: #ff0000;  }*/
    .cStoreDataTable tr:hover { border-bottom: 2px solid red;border-top: 2px solid red; }
    .cStoreDataTable tr { border-bottom:1px #ccc solid; }

    .leftcolumn { width: 500px; float: left; }
    .rightcolumn { width: 60px; float: right; }

    /* input styles */
   

	/*
	**** CSS Clearfix ******************************************
	*/

	.clearfix:after{ content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
        
          /* 
          *****************selectedtagserialdivcss*****************************
          */
        
/*        .tblstyle {
                background-color: #000000;
                font-family: calibri;
                width:95%;
            }

        .tblstyle tr:nth-child(odd) {
                background-color: #FFFFFF;
                color:#000000;
            }
        .tblstyle tr:nth-child(even) {
                background-color: #FFFFFF;
                color: #000000;
            }
        .tblstyle th {
                padding: 3px;
                background-color: #B6B6b4;
            }

        .tblstyle td {
                font-weight: 500;
                font-size:16px;
                font-family:tahoma;
                padding-left:4px;
                padding-right:4px;
                padding-bottom:4px;
            }*/
            
            .gradientTR
		{
			background: #eeeeee; /* Old browsers */
			background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
		}
		.OnHighLight:hover
		{
/*			background: #cedce7;  Old browsers 
			background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%);  FF3.6+ 
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72));  Chrome,Safari4+ 
			background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%);  Chrome10+,Safari5.1+ 
			background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%);  Opera 11.10+ 
			background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%);  IE10+ 
			background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%);  W3C 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );  IE6-9 */
                        color:#f00;
                      
		}
                .tagserialrow:nth-child(odd){
                    background:#e5f7ff;
                    
                }
                .tagserialrow:nth-child(even){
                    background:#fff;
                    
                }

                .sortheader{
                    color:#FFF !important;
                }
