body	{ background-color: #DDFFFF;	# light cyan
	  background-attachment: fixed;
}
h1	{
	font-size: 16pt;
}
h2	{
	font-size : 14pt;
}
H3,caption {
	font-size : 10pt;
}

table	{
	border-style : none;
	border-collapse: collapse;
}
tr	{ border: 1px solid black; }
th	{ font-size: 80%; 
	  font-weight: normal;
}

td	{
	border: 1px solid black;
	background-color : #FFF5EE;
	font-size: 80%;
}
.padded {
	padding-right: 1em;
	padding-left: 1em;
}

body.Menu { background-image: url("/icons/crinklep.jpg"); 
		background-attachment: fixed; } 
table.Menu {background-color: transparent;  
            border-style: none;
            }
tr.Menu	   {background-color: aqua;}
td.Menu	   {background-color: navy;
	    color: white;	}

table.stats {
	background-color: #DDFFFF;
	border-collapse: separate;
	font-size: 100%;
	}
	
table.DLT {
	background-color: #FFF5EE;
	border-collapse: separate;
	}
tr.DLT	{
	background-color: #FFF5EE;
	border-style : none;
}
td.DLT     {
	font-size: 80%;
	color: white;
	background-color: gray;
	border-style : none ;
}
td.DLTIII    {
	font-size: 80%;
	color: white;
	background-color: #D3D3D3;
	border-style : none ;
}
TD.DLTR    {
	font-size: 80%;
	color: White;
	background-color: black;
	border-style : none ;
}
TD.DLTC   {
	font-size: 80%;
	color: White;
	background-color: #9370DB;
	border-style : none ;
}
TD.DLTCR   {
	font-size: 80%;
	color: White;
	background-color: blue;
	border-style : none ;
}
TD.DLTP   {
	font-size: 80%;
	color: White;
	background-color: Green;
	border-style : none ;
}
TD.DLTU   {
	font-size: 80%;
	color: White;
	background-color: Red;
	border-style : none ;
}
A 	     { color : Navy; }
A.DLT,A.Menu { color : White; }
A:HOVER      { color : #B22222; }

table.time {
	font-size: 100%;
	background-color: white;
}
tr.time	{ border-style : none; }
td.time { border-style : none; }
td.timered {
	border-style : none;
	background-color: red;
}

.Run,.Online     { color: white; background-color: green; }
.Wait    { color: black; background-color: yellow; }                                
.WaitVol { color: black; background-color: aqua; }      
.Red,.Offline     { color: white; background-color: red; }                    
.bars	{ 
	color: black; 
	font-family: arial narrow ;
	font-size: 6pt;
	width: 100px;
	}
.nomig	{ 
	color: green; 
	font-family: arial narrow ;
	font-size: 6pt;
	}
.lowmig	{ 
	color: orange; 
	font-family: arial narrow ;
	font-size: 6pt;
	}
.highmig { 
	color: red; 
	font-family: arial narrow ;
	font-size: 6pt;
	}
input {
	border: 1px outset;
	cursor: hand;
	font-family: arial;
	font-size: 80%;
}
.cancel {
	color: white;
	cursor: hand;
	background-color: red;
	font-size: 80%;
}
.reply {
	color: white;
	cursor: hand;
	background-color: green;
	font-size: 80%;
}
input.Menu {
	border-style: none;
	color: white;
	background-color: navy;
	vertical-align: bottom;
}
input.hours {
	border-style: none;
	cursor: text;
}
	
.Button  {
	font-size: 80%;
	color: white;
	background-color: red;
	border : thin outset black;
	width : .5in;
	text-align : center;
}
.ReplyButton  {
	font-size: 80%;
	color: white;
	background-color: green;
	border : thin outset black;
	width : .5in;
	text-align : center;
}
.InactButton  {
	font-size: 80%;
	color: white;
	background-color: #D3D3D3;
	border : thin outset black;
	width : .5in;
	text-align : center;
}
.total    { background-color: tan; }   
.subtotal { background-color: wheat; } 
.sep      { border: none;                
            background-color: transparent; } 

