            alert{
				text-align: center;
			}
			body
            {
                -webkit-user-select:none;
                margin:0px;
                background-color:#cccccc;
                font-family: Helvetica; 
                font-size:16;
            }
           /* td
            {
            border:1px solid #000000;
            }
           */ td.ref
            {
                font-family:Arial;
                font-style:italic; 
                color:#52494C;
                font-size:16px;
                font-weight:bold;
				/*padding:1px 3px 1px 3px;
                margin:1px 1px 1px 1px;*/
                
            }
            input.input
            {
                
                
            }
            
            input.output
            {
              
                
                
            }
            
            textarea.output
            {
               
                
            }
            
            input.default
            {
            width:100%;
            height:28px;
            border-width:1pt;
                border-color:#b2bd2f;
            font-size:19px;
            font-weight:normal;
            color:#333333;
                /*color:#5A5A5A;*/
            /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffff ), color-stop(0, #b2bd2f));*/
			background: -webkit-linear-gradient(#b2bd2f,#ffffff);
			background: -moz-linear-gradient(#b2bd2f,#ffffff);
			background: -o-linear-gradient(#b2bd2f,#ffffff);
			background: linear-gradient(#b2bd2f,#ffffff);
    		padding-top:6px;


            }


            .input_name
            {
            	font-weight:bold;
                color:000000;
				padding-right:0px;
				-webkit-hyphens: auto;
			   -moz-hyphens: auto;
			    -ms-hyphens: auto;
			    hyphens: auto;
				word-wrap: break-word;
            }

            .input_unit
            {
            	font-weight:bold;
            	color:686868;

            }
            
            tr.result_tr
            {
                //background-color:#cccccc;
                
            }
            tr.input_tr
            {
                //background-color:#f2f2f2;
                
            }

            tr.blank
            {
                height:-10px;
                margin-top:-5px;
            }
         	
         	.drop_center
         	{
                height:26px;
                width:100%;
                font-size:15px;
                font-weight:bold;
                color:#686868;
         	}
         	.drop_center_intervention
         	{
                height:25px;
                width:100%;
                font-size:13.5px;
                font-weight:bold;
                color:#686868;
         	}
         	.drop_right
         	{
                height:25px;
                width:88px;
                font-size:15px;
                font-weight:bold;
                color:#686868;
         	}
            
            .resetbox 
            {
                
            }
            
            span.color_panel
            {
            	background-color:#ffffff;
            	color:#ffffff;
            	width:100%;
            	font-size:20px;
				-webkit-border-radius: 6px;
			    border: 2px solid #bdbdbd;  
			    padding-left:2px;
			}
            
            /*
             Change the look'n'feel of labels (which are adjacent to radiobuttons).
             Add some margin, padding to label
             */
          
          .flipButton
{
                width:70px; height: 40px; 
                align:right;
                -webkit-border-top-right-radius: 7px;
                -webkit-border-top-left-radius: 7px;
                -webkit-border-bottom-right-radius: 7px;
                -webkit-border-bottom-left-radius: 7px;
                background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)),
                to(#a8adb2));
                padding: 4% 20% 1% 20%;
				}
.abbBtn
{

             
				
}
.abbBtnClick
{

               
}
img.pdfImage
{
width:90%; height:90%;  
align:right;
} 
 .info_text_box_abb {
 
    	margin-top: -7px;
	width: 100%;
	position: relative;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Helvetica";
	font-weight: italic;
	text-align: left;
	background-color: #e1e1e1;
    	font-size: 14px;
         color:#52494C;
         font-weight:bold;
         font-style:italic;
    
}


/*-----------------------Listings regular-----------------------*/

p.list-level1:before 	
						{ 
						content: "\2022";				/* bold bulltet: guideline main color*/
					   	margin-right:0.5em;
						color:#000000; 
						}

p.list-level1        	
						{ 
						margin: 0px;					
				       	text-indent:-0.9em;             
				       	margin-left:1.15em; 
						}


p.list-level1-black:before 	
						{ 
						content: "\2022";				/* bold bulltet: black*/
					   	margin-right:0.5em;
						color:#000000; 
						}						

p.list-level1-black        	
						{ 
						margin: 0px;					
				       	text-indent:-0.9em;             
				       	margin-left:1.15em; 
						}
						
			

/*-------------------------------- Listings with triangle----------------------------------*/	
						
		
		              
p.list-level3-triangle:before 	
						{ 
						content: ">";
					   	margin-right:0.4em; 
						}

p.list-level3-triangle 		 	
						{ 
						margin: 0px;
		               	text-indent:-0.9em;				/*   +0.4 em   */
		              	margin-left:1.9em; 
						}	
						
						
/*---------------------------listing hyphen/cycle -------------------------*/
 
p.list-level2:before 	{
						content: "\2212";		/*"\2022"; dot*/
					   	margin-right:0.3em;
						}            

p.list-level2			{
						margin: 0px; 
		        		text-indent:-0.9em;				
		        		margin-left:3em;
						line-height: 1.4em;
						}
						
						
/*-----------------------Listings with text indent-----------------------*/	
	              	              

p.list-level1-indent:before 	
						{ 
						content: "\2022";				/* bold bulltet: 25CF and black*/
					   	margin-right:0.5em;
						color:#000000; 
						}						

p.list-level1-indent        	
						{ 
						margin: 0px;					
				       	text-indent:-0.9em;             
				       	margin-left:2em; 
						}


