﻿
@media screen
{
body 
{
	font-family:Sans-Serif;
	font-size:75%;
	color:#202020;
}
.PrintHide
{
}
.PrintOnly
{
	visibility:hidden;
	display:none;
}
.MainMenuTD
{
	 vertical-align:top;
	 background-color:#0070C0;
}
.ContentTable
{
	border-top:solid 2px #0070C0;
	border-bottom:solid 2px #0070C0;
	margin:0 0 0 0;
}
}

@media print
{
body 
{
	font-family:Sans-Serif;
	font-size:8pt;
	color:Black;
}
.PrintHide
{
	visibility:hidden;
	display:none;
}
.PrintOnly
{
}
.MainMenuTD
{
	visibility:hidden;
	display:none;
}
.ContentTable
{
	border:none;
	margin-bottom:1ex;
}
}

/* Miscellaneous Text styles*/
/* ------------------------ */
.PageHeader
{
	color:Red;
}

.TeamName
{
	font-size:125%;
	font-weight:bold;
}

.AlertText
{
	color:Red;
}

.AssuranceText
{
	color:Green;
}

.WalletUpper
{
	border-top:dotted 1px Black;
	border-left:dotted 1px Black;
	border-right:dotted 1px Black;
	border-bottom:dotted 1px Silver;
}

.WalletLower
{
	border-top:dotted 1px Silver;
	border-left:dotted 1px Black;
	border-right:dotted 1px Black;
	border-bottom:dotted 1px Black;
}

.Framing
{
	border:solid 1px Black;
}


/* General Layout  */
/* --------------- */

.OdoDigit0
{
	text-align:center;
	color:White;
	background-color:Black;
	margin:2px;
	border:solid 1px black;
	padding:1px 2px 1px 2px;
	font-weight:bolder;
	font-family:Arial;
}
.OdoDigit1
{
	text-align:center;
	color:White;
	background-color:Black;
	margin:2px;
	border:solid 1px black;
	padding:0px 2px 2px 2px;
	font-weight:bolder;
	font-family:Arial;
}


.MasterpageHR
{
	color:#0070C0;
	width:98%;
}


.trailer
{
	color:#3333cc;	/* should match:link/visited below */
	font-family: Sans-Serif;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
	vertical-align:middle;
	border-style:none;
	vertical-align:top;
}

.trailer a:link, 
.trailer a:visited, 
.trailer a:active
{
	color:#3333cc;
	text-decoration:none;
}

.trailer a:hover
{
	color:#3333cc;
	background-color:Yellow;
	text-decoration:none;	/* underline; */
}

/* EOF Do not remove - automated tools */


