body {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 12px; color: #21105A; background-color: #261C7F;}
table { empty-cells:show; }
td {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 12px;}
td.alert{background: #FFC; }
th {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 12px; color: #21105A; background-color: #3068a8;}
p {font-family: Arial,Helvetica,Verdana,sans-serif;}
h1 {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 28px;}
h2 {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 24px;}
h3 {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 20px;}
h4 {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 18px;}
h5 {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 16px;}
h6 {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 14px;}
input {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 12px; }
input.readonly {background-color: #e6e6e6;}
select {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 12px;}
textarea {font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 12px;}
textarea.readonly {background-color: #e6e6e6;}
.btn {color: #ffffff; background: #3068A8; font-family: Arial,Lucida,Verdana,Helvetica; font-size: 12px; font-weight: bold; border-bottom: 1px solid #104A7B;	border-right: 1px solid #104A7B; border-left: 1px solid #DFECFE; border-top: 1px solid #DFECFE;	height:19px; text-decoration:none; cursor: hand;}
form {display:inline;}

.smallest {font-size: 10px;}
.smaller {font-size: 11px;}
.larger {font-size: 14px;}
.largest {font-size: 16px;}

a {font-family: arial,helvetica,verdana; text-decoration: underline; color: #0066cc;}
a:link {color: #0066cc;}
a:active {color: #0066cc;}
a:visited {color: #0066cc;}
a:hover {color: #ff9900;}

a.textnav {font-size: 10px; color: #ff0000; text-decoration: underline;}
a.textnav:link {color: #ff0000; text-decoration: underline;}
a.textnav:active {color: #000000; text-decoration: underline;}
a.textnav:visited {color: #ff0000; text-decoration: underline;}
a.textnav:hover {color: #000000; text-decoration: none;}

a.white {color: #ffffff; text-decoration: underline;}
a.white:link {color: #ffffff; text-decoration: underline;}
a.white:active {color: #ffffff; text-decoration: underline;}
a.white:visited {color: #ffffff; text-decoration: underline;}
a.white:hover {color: #ffffff; text-decoration: none;}


.border {border: solid 1px #010179;}
.borderbtm {border-bottom: solid 1px #010179;}
.bordertp {border-top: solid 1px #010179;}
.borderlft {border-left: solid 1px #010179;}
.borderrt {border-right: solid 1px #010179;}
.borderltr {border-left: solid 1px #010179; border-top: solid 1px #010179; border-right: solid 1px #010179;}
.borderlb {border-left: solid 1px #010179; border-bottom: solid 1px #0101799;}
.grayArea
{
  background-color: #e6e6e6;
}
.textReadOnly 
{
  background-color: #e6e6e6;
  color: #777777;
}
.whiteBack
{
	background-color: white;
}
.classifiedHeaderFooter
{
	background-color: WHITE;
	color: RED;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.header
{
	color: WHITE;
	background-color: #5550C8;
	font-weight: bold;
	
}
.subHeader
{
	color: WHITE;
	background-color: #18698B;
	font-weight: bold;
}
.errorMessage
{
	background-color: #FFFFCC;
	color: RED;
	font-size: 14px;
}
.BoldBlackText
{
   	color: BLACK;
    font-weight: bold;
}
.Number
{
	text-align: right;
}
.LeftSidedCell
{
	text-align: center;
  	border-top:none;
  	border-bottom:none;
  	border-right:none;
  	border-left:1px #e6e6e6 solid;
}
.BothSidedCell
{
	text-align: center;
  	border-top:none;
  	border-bottom:none;
  	border-right:1px #e6e6e6 solid;
  	border-left:1px #e6e6e6 solid;
}
.RightSidedCell
{
	text-align: center;
  	border-top:none;
  	border-bottom:none;
  	border-right:1px #e6e6e6 solid;
  	border-left:none;
}
.BottomSidedCell
{
  	border-top:none;
  	border-bottom:1px #e6e6e6 solid;
  	border-right:none;
  	border-left:none;
}
.SidedCellCenter
{
	text-align: center;
  	border-top:1px #e6e6e6 solid;
  	border-bottom:1px #e6e6e6 solid;
  	border-right:1px #e6e6e6 solid;
  	border-left:1px #e6e6e6 solid;
}
.SidedCell
{
  	border-top:1px #e6e6e6 solid;
  	border-bottom:1px #e6e6e6 solid;
  	border-right:1px #e6e6e6 solid;
  	border-left:1px #e6e6e6 solid;
}
.BothBottomSidedCell
{
	text-align: center;
  	border-top:none;
  	border-bottom:1px #e6e6e6 solid;
  	border-right:1px #e6e6e6 solid;
  	border-left:1px #e6e6e6 solid;
}
.evenRow
{
	background-color: White;
}
.oddRow
{
	background-color: #eeeeee
}
.redText
{
	color: red;
}
