﻿
/* For print styles, they must go inside the media rule */
@media print
{
* {
	background-color: white !important;
	background-image: none !important;
}
html {
	margin: 0;
}

body {
	margin: 0;
	font-size: 8pt;
}

.BannerHeader
{
	background-color:#FFFFFF;
    background-image: url(images/BlueFade-2021.png);
    background-repeat: no-repeat;

}
.NoPrint 
{
	display:none;
}

h1 
{
	font-weight: bold;
	color: Black;	
}

h2 
{
	font-weight: bold;
}

h3
{
	font-weight: bold;
	color: White;
	background-color: #a9a9a9;
}

a {
    color: Black;
    text-decoration: underline;
}
a:hover 
{
	color: Black;
}


input.btn
{
	background-color: #ffffff;
	border: 1px solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

input.btn:hover
{
	background-color: #ccccff;
	border: 1px solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

input.txt
{
	border-style: solid;
	border-color: #000000;
	border-width: 1pt;	
}


.GridView
{
	border-style: solid;
	border-width: 1px;	
}

.GridViewHeader
{
	border-color:black;
	border-style:solid;
	border-width:1px;
	color:black;
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	padding:10px;
}

.GridViewHeaderItem
{
	border-color:inherit;
	border-style:inherit;
	border-width:1px;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	padding:inherit;
	text-decoration: none;
}

.GridViewFooter
{
	border-color:black;
	border-style:solid;
	border-width:1px;
	color:black;
	font-size:8pt;
	font-weight:bold;
	padding:10px;
}

.GridViewRow, .AltGridViewRow
{
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-size:8pt;
	padding:7px;
	text-align:left;
	vertical-align:top;
}
.GridViewItem
{
	border-color:inherit;
	border-style:inherit;
	border-width:1px;
	font-size:inherit;
	padding:inherit;
}


}

@media screen
{
	.PrintOnly 	{display:none;}
}