/*
	Independant CSS added to the header of the main file.
	Warning // comments do not work in CSS!
*/


.superDicreteDIV {
	position:absolute; z-index:10; left:0px; top:0px;
}

.topCopyRightsDIV {
	position:absolute; z-index:10; left:100px; top:10px; background-color: white; opacity:1;
}

.dynMapNoScriptSmall {
	position:absolute; z-index:10; left:120px; top:10px;
	font-family:'Arial'; font-style:normal; font-weight:normal; color:black; text-decoration:none; font-size:15px; background-color: white; opacity:1; width:50%; padding:5px;";
}

.dynMapNoScriptScreaming {
	position:absolute; z-index:10; left:100px; top:100px;
	font-family:'Arial'; font-style:normal; font-weight:normal; color:black; text-decoration:none; font-size:50px; background-color: white; opacity:1; width:75%; padding:20px;";
}

.dynMapGotToUseJsFont {
	position:absolute; z-index:10; left:50px; top:150px;
	font-family:'Arial'; font-style:normal; font-weight:normal; color:red; text-decoration:none; font-size:50px; background-color: white; opacity:1; width:75%; padding:20px;";
}


.inlineGotToUseJsRedFont, .inlineGotToUseJsBlueFont {
	font-family:'Arial'; font-style:normal; font-weight:normal; text-decoration:none; font-size:50px; background-color: white; opacity:1; ";
}

.inlineGotToUseJsRedFont {
	color:red;
}

.inlineGotToUseJsBlueFont {
	color:blue;
}





