﻿   .lblCodeViewer
   {
   font-family:times;
   font-size:11pt;
   border:black solid 1px;
   padding:5px;
   position:fixed;
   left:10px;
   top:10px;
   width:60%;
   height:70%;
   overflow:auto;
   background-color:white;
   display:none;
   z-index:100;
   }
   
   .lblCodeViewer:hover
   {
   cursor:text;
   }
   
   .spnToggleTools span
   {
   cursor:pointer;
   }
   
   .spnToggleTools span:hover
   {
   color:red;
   }  
