/* These styles are used for the MoJ Flowchart */

/* CSS Document */

.flowchart-column { position: relative; float: left; width: 199px;}
					
.flowchart-column ul { margin: 0px 0px 0px 0px; padding: 20px 0px 20px 0px;}	

.flowchart-column ul li  
{
	margin: 0px 0px 20px 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-type:none;}					

.flowchart-column ul li img { border: 0px solid #ffffff;}

#tooltip { display:none;           
           width:179px;
           border-top: 1px solid #d9dac5;       
           padding: 10px 10px 23px 10px;
           z-index: 99;
           background-image: url(../../../../images/bubble.png);
           background-position: bottom left;
           background-repeat: no-repeat;
           font-size: 75%;
           }
           
* html #tooltip { display:none;           
           width:179px;
           border-top: 1px solid #d9dac5;       
           padding: 10px 10px 23px 10px;
           z-index: 99;
           background-image: url(../../../../images/bubble.gif);
           background-position: bottom left;
           background-repeat: no-repeat;
           font-size: 75%;
           }
