﻿/*from TCP site */

.style6 {
	font-size: 10px;
	font-family: Verdana;
}
.blacklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.thinlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/*end TCP site */


h1,h2,h3,h4,h5
{
	 font-weight:bold;
}
h1
{
   font-size:1.5em;
}
h2
{   font-size:1.25em;
}
h3{   font-size:1em;
}
h4{   font-size:.9em;
}
h5{   font-size:.8em;
}
body 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:Navy;
}
.centered
{
	 text-align:center;
}

.left
{
	 text-align:left;
}
.box
{
	 border: solid 1 black;
}

.error
{
	 color:Red;
}
.message 
{
	 color:Navy;
}
p.stretch
{
	 height:100%;
	 vertical-align:middle;
}
.facilityName
{
	 font-weight:bold;
	 font-style:italic;
}
.eventTable
{
   font-size:9pt;
   vertical-align:top;
   border-width: 1;
   border-style:solid;
   border-color:Navy;
    border-collapse: collapse;
}
.facilitycell
{
   vertical-align:top;
   text-align:left;
  border-right: none; 
  border-top: gray thin solid; 
  border-left: none; 
  border-bottom: none;
}

.eventcell
{
   vertical-align:top;
  border-right: none; 
  border-top: gray thin solid; 
  border-left: none; 
  border-bottom: none;
   font-size:smaller;
}


.eventDetailTable
{
   vertical-align: top;
   border-collapse: collapse;
}
.eventDetailCell
{
  border-right: none; 
  border-top: gray thin dotted; 
  border-left: none; 
  border-bottom: none;
}
.eventColumnTitle
{
	 font-size:10pt;
	 font-weight:bold;
	 text-align:center;
}
.eventLabel
{
   font-weight:bold;
}
/* Column widths */
.w1
{
	 width: 50px;
}
.w2
{
	 width: 75px;
}
.w3
{
	 width: 100px;
}
.w4
{
	 width: 125px;
}
.w5
{
	 width: 150px;
	 
}

.w6
{
	 width: 175px;
}

