/*      Format after the import is to only import for the  
        specified media types format
        @import url("anyfile.css") all, aural, handheld, print, tv  ;   */
        @import url("../topazport.css");   
        @import url("images.css");   
        @import url("grid.css");
		@import url("module.css");
		@import url("forms.css");
        @import url("textblocks.css");
	 	@import url("resultset.css"); 
	 /*test for mocha modal*/
	 	@import url("mocha.css");
	 	@import url("style.css"); 
	 	

/*---------------------------------------
               manipulation 
---------------------------------------*/	
.bunk{}

.hideme
	{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	}
		
.clear
	{
	clear: both;
	}

    
/*---------------------------------------
               moo tooltips 
---------------------------------------*/ 

/*for tooltips*/

.tool-tip {
    color: #fff;
    width: 350px;
    z-index: 13000;
}
 

    .tool-title {
    display:none;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(../../images/moo/tooltip-info-bubble.png) top left;
} 
 
.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    text-align: left;
    background: url(../../images/moo/tooltip-info-bubble.png) bottom right;
}
 
.custom-tip {
    color: #000;
    width: 130px;
    z-index: 13000;
}
 
/*.custom-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;
} */
 
.custom-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}

/*---------------------------------------
               end moo tootips
---------------------------------------*/       