﻿body 
{
	font-size:12px;
}
#ProjectInfo
{
	position: absolute;
	left:0px;
	top:10px;
	width: 360px;
	height:145px;
	/*border:inset 2px silver;*/
	padding:5;

 }
 #ShipTo
{
	position: absolute;
	left:400px;
	top:10px;
	/*
	top:110px;
	left:585px;
	*/
	width: 250px;
	height:145px;
	/*border:inset 2px silver;*/
	padding:5;

 }
 #Options
{
	position: absolute;
	left:0px;
	top:200px;
	/*border:solid 2px black;*/
 }
 .H1
 {
	font-size:18px;
	font-weight:bold;
	
}
 .H2
 {
	font-size:12px;
	font-weight:bold;
	
}
.OptDataCol
{
	border-bottom:black 1px solid;
	width:100px;
	text-align:center;
}
.LessWeek
{
	background-color:rgb(255,166,166);
	padding:3px;
	border:solid 1px black;
}
.NeedAttention
{
	background-color:rgb(255,255,164);
	padding:3px;
	border:solid 1px black;
}
.InfoRec
{
	background-color:rgb(241,222,254);
	padding:3px;
	border:solid 1px black;
}