/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	Generic implementations overriding browser defaults.  
	This file should not contain any named classes except for generic classes such as "Hidden"

*/

img
{
	border-width: 0;
}

.hidden
{
    display:none;
}

.preLoad , .preLoad *
{
	position:absolute;
	top: 0px;
	left:0px;
	width: 1px;
	height: 1px;
	
	opacity: 0; /* CSS3 */
	/* Browser Opacity Hacks */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE */
}

.token
{

}

.clickable
{
	cursor:pointer;	
}
