
body			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black;
					background-color: white; }
a				{ font-size: 10px; color: #227722; font-weight: normal; text-decoration: none; }
a:hover			{ text-decoration: underline; }
div.green		{ border: solid; border-width: 1px; border-color: #44BB44; background-color: #ddffdd; 
				  width: 300px; }
div.blue		{ border: solid; border-width: 1px; border-color: #4444BB; background-color: #ddddff; 
				  width: 300px; }
div.red			{ border: solid; border-width: 1px; border-color: #BB4444; background-color: #ffdddd; 
				  width: 300px; }

div.tooltip		{ display: inline; }
div.metar-name	{ display: inline; font-weight: bold; }
div.metar-ok	{ display: inline; }
div.metar-fault	{ display: inline; color: red; }
h2				{ display: inline; font-size: 24px; color: #005500; }
img				{ border-width: 0px; }
img.flag		{ border-width: 1px; border-style: solid; border-color: black; }

table			{ border: 0px; font-size: 10px; }
table.main		{ width: 800px; }
td.footer		{ font-size: 9px; color: #666666; }

div.errblack	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: black; display: table; overflow: hidden; }
div.errtransp	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: none; display: table; overflow: hidden; }
div.errcenter	{ #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; }
div.errbox		{ position: relative; width: 30%; margin-left: auto; margin-right: auto; #top: -50%;  
				  border: 2px solid red; background-color: white; text-align: center; }

#print			{ display: none;}


