﻿HTML, BODY			{ padding: 0; margin: 0; height: 100%; }
BODY				{ font: 11px Arial, Helvetica, sans-serif; color: #252525; background: #f3f3e7 url(/img/back/gradient.png) repeat-x; cursor: default; }

DIV#dt				{ position: absolute; left: 60px; top: 120px; }
DIV#clock			{ position: absolute; left: 160px; top: 10px; }

DIV.title			{ position: absolute; left: 265px; top: 35px; }
DIV.title H1		{ font-size: 20pt; line-height: 18pt; color: #000; margin: 0; }
DIV.title H1 SPAN	{ font-size: 16pt; text-transform: none; }
DIV.print_btn		{ position: absolute; right: 5%; top: 20px; }
DIV.print_btn IMG	{ cursor: pointer; }

TABLE.H				{ margin: 0 0 10px -36px; }
TABLE.H TD			{ vertical-align: top; }

DIV.phase			{ margin-bottom: 15px; }
DIV.phase H2		{ font-size: 11pt;  margin: 0; line-height: 12pt; }
DIV.phase H2 SPAN	{ font-size: 10pt; }

DIV.G				{ position: relative; float: left; margin: 0 25px 15px 5px; }
DIV.C				{ position: relative; margin: 3px 0; height: 18px; padding: 2px 8px; background-color: #fff; overflow: hidden; }
DIV.C.X, DIV.C.X DIV{ width: 200px; }
DIV.C.Y, DIV.C.Y DIV{ width: 256px; }
DIV.C DIV			{ position: absolute; vertical-align: middle; font-size: 10pt; left: 8px; }
DIV.C IMG			{ vertical-align: middle; margin: -1px; }
DIV.C SPAN			{ padding-right: 24px; }
DIV.C DIV.A			{ left: -256px; white-space: nowrap; }
DIV.C DIV.B			{ left: 272px; white-space: nowrap; }
DIV.C DIV.I			{ left: 196px; white-space: nowrap; }
DIV.Z				{ clear: both }

