﻿        body
        {
            font-family:Verdana ;
            font-size :smaller;
            color:#284E98;
            }
        input
        {
            font-family:Verdana ;
            font-size :smaller;
            color:#284E98;
            }
            
        p
        { text-indent:25px;  
          text-align :justify;        
        }
        a
        { text-decoration :none;
          font-family :Verdana;
          font-size:small;
          
        }
        a:hover
        {   text-decoration :underline;
            
                
        }
        .StuList
        { font-family :Verdana;
          font-size:small;
           
            
            }
       .cir
        {
          text-decoration :none;
          font-family :Verdana;
          font-size:small ;
          text-align :left;  
          
            }
            
       .title
       {
        color :darkblue;
        text-decoration:underline; 
        font-weight:bolder;
        font-size :small ;  
        }
       
       .depttitle
       {
        color :darkblue;
        text-decoration:underline; 
        font-weight:bolder;
        font-size :large;
        }
       .DyMenuStyle
       {
         z-index :100;   
        }
        #table-alt th {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        }
        #table-alt td {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        }
        #table-alt tr:hover td {
        background :#c4e0f4;
        color : #284E98;
        }
    .LabHead
    {
    background-image:url('../../images/LabHead.jpg'); 
    background-repeat:no-repeat; 
    cursor:pointer; 
    color:White ; 
    width :700px; 
    height:25px;  
    font-weight :bolder ;
    }
     .LabDetails
    {
    width :690px; 
    background-image:url('../../images/bg_line.jpg');
    }
    

    .watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#dcf0ff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.WaterMarkTxt
{
  background-color:Orange ;
  font-size:xx-small;    
 }
 
 .TableBorder
 {
    border-bottom-style:double; 
    border-left-style:double; 
    border-top-style:double; 
    border-right-style:double ; 
    border-color:DarkBlue;      
 }
 .TxtBold
 {
     font-weight:bold ;
 }
