﻿body {
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup
{
    min-width:200px;
    min-height:150px;
    background:white;
}

.modalBackground
{
 background-color :#CCCCFF;
 filter:alpha(opacity=40);
 opacity:0.5;
}
 
 
.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}



.Font_Header
{
    font-family:Tahoma;
    color: #3366ff; 
    font-size: 11pt;
}

.Font_Normar
{
    font-family:Tahoma;
    color: #3366ff; 
    font-size: 10pt;
 }

.Font_Black_Italic
{
    font-family:Tahoma;
    color:Black;
    font-size: 10pt;
    font-style:italic;
    
    
 }

.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_Title_Normar
{
    font-family:Tahoma;
    color: #3366ff; 
    font-size: 10pt;
    text-decoration: underline; 
 }
 

.Font_Simple_Title
{
  font-size: 11pt; 
  font-family: Tahoma; 
  text-decoration: underline; 
  color: #3366ff;  
  
}

.Font_10_Simple_Title
{
  font-size: 10pt; 
  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;
    
}

.InputV2
{
	
    font-size: 8pt; 
    color: #3366ff; 
    font-family: Tahoma; 
    height: 15px; 
    background-color: powderblue;
    
}

.InputV3
{
	
    font-size: 8pt; color: #3366ff; font-family: Tahoma; background-color: powderblue;
    /*height: 15px; */
    
}

.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;
	    

}

.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:#87ceeb;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}




.collapsePanel {
	width: 100%;
	height:0px;
	background-color:white;
	overflow:hidden;
	float:left;
}


.collapsePanelHeader{	
	width:100%;		
	height:20px;
	color: #3366ff;
	background-color: White;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.collapsePanel2 {
	width: 100%;
	height:0px;
	background-color:#87ceeb;
	overflow:hidden;
	float:left;
}


.collapsePanelHeader2{	
	width:90%;		
	height:20px;
	color: #3366ff;
	background-color: #87ceeb;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white:
}

.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;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
	
	 
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}