﻿  
 *:focus { outline:none; }
   
    input:focus{outline:none;}
      
      input:focus,
      select:focus,
      textarea:focus,
      button:focus 
      {
     outline-width : 0;
        }

  html, body, form
    {
        height: 100%;
        margin: 0 auto 0 auto;
        padding: 0px;
        width:100%;
        overflow:hidden;
   
    }
 
 .Table
        {
            color: Black;
            font-family:Segoe UI;
            font-size: 11px;
            border-collapse: collapse; 
            margin: 0px auto;
            border: 0px solid #E0E0E0 ;
            border-collapse:collapse ;
			background:#fff;
        }
  
    .Table th td
        {
         border: 0px solid #E0E0E0;
        }
        
 .Table tr:hover {
     background:#E0E0E0;
    -o-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;  
} 
.Ease
        {
 		opacity: 0.3;
		-moz-transition: height 1s ease-out, opacity 1s ease;
		-webkit-transition: height 1s ease-out, opacity 1s ease;
		-o-transition: height 1s ease-out, opacity 1s ease;
		transition: height 1s ease-out, opacity 1s ease;
    
        }


 .Ease:hover  {
          opacity: 1;
        }

 
textarea {
				width: 250px;
				height: 30px;
				font-family: Segoe UI;
				font-size: 9pt;
				padding: 3px;
				border: none;
				resize: vertical;
				border: solid 1px #ECE8E8;
				
				-webkit-transition: height 1s ease;
				-moz-transition: height 2s ease;
				-o-transition: height 2s ease;
				-ms-transition: height 2s ease;
				transition: height 2s ease;
			}

			 textarea:focus {
				height: 45px;
			}

.Blue
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        transition: all 0.9s ease-in-out;
    }

    .Blue:hover
    {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
        transition: all 0.9s ease-in-out;
    }

       html, body, form
    {
        height: 100%;
        margin: 0 auto 0 auto;
        padding: 0px;
        width:100%;
   
    }
       
   #RadGrid1_GridData  
    {  
       overflow-x:hidden !important;  
    } 
   
          
.ul 
{

list-style-image:url('./images/menubullets.gif');
font-family: Segoe UI ;
	font-size: 10pt;
	font-weight: 100;
	color:  dimgray;
text-align:left ;
margin-bottom:10px;
margin-top:10px;
}

.ulu 
{
list-style-image:url('./images/kdf.png');

font-family: Segoe UI ;
	font-size: 9pt;
	font-weight:bold ;
	color: black;
	margin-bottom:10px;
	margin-top:10px;
text-align:left ;
}

.uli
{
list-style-type:none ;
font-family: Segoe UI ;
	padding-left:0px;
	font-size: 11pt;
	font-weight:200;
	color: black;
	margin-bottom:10px;
	margin-top:0px;
    text-align:left ;
}

.uluS 
{

font-family: Segoe UI ;
	font-size: 8pt;
	color: black;
	margin-bottom:10px;
	margin-top:10px;
text-align:left ;
}

.uluB
{

font-family: Segoe UI ;
	font-size: 10pt;
	color: black;
	margin-bottom:10px;
	margin-top:10px;
text-align:left ;
}
          
      