﻿body {
}

.Font_Header
{
    font-family:Tahoma;
    color: #3366ff; 
    font-size: 11pt;
}

.Font_Normar
{
    font-family:Tahoma;
    color: #3366ff; 
    font-size: 10pt;
    /*border-color:Black;*/
    
}

.Font_Msg_Normar
{
    font-family:Tahoma;
    color: #ff0033; 
    font-size: 10pt;
}

.Table_Main
{
    /*inactivecaptiontext inactivecaption*/
    /*#99ccff InactiveCaptionText*/
    /*#7a96df

#EFF3FB*/
    background-color:#87ceeb;
   /* border-color:#99ccff;
    border-width:thin;*/
 }
 
 .Table_MainV1
{
    background-color:#87ceeb;
 }

.Font_Title
{
  font-size: 13pt; 
  font-family: Tahoma; 
  text-decoration: underline; 
  color: #3366ff;  
  
}

.Font_Simple_Title
{
  font-size: 11pt; 
  font-family: Tahoma; 
  text-decoration: underline; 
  color: #3366ff;  
  
}

.ButtonV1
{
    cursor:hand; 
    font-size: 8pt; 
    color: #3366ff; 
    font-family: Tahoma; 
    height: 15pt; 
    background-color: powderblue;
  
}

.InputV1
{
    font-size: 8pt; 
    color: #3366ff; 
    font-family: Tahoma; 
    height: 15pt; 
    background-color: powderblue;
}


.ButtonHide
{
	/*display:none;*/
	 font-weight: bold; 
	 font-size: 12pt;
	  color: navy; 
	  font-family: Verdana;
	   background-color: #ffff99; 
	   left: 30%; 
	   position: absolute; 
	   top: 18%; 
	   height: 30px;
	   width:50%;
	    vertical-align: sub; 
	    text-align: center;

}