/* screen_basic.css */
#content {
	padding: 10px;
	background-color: White;
}

#navigation {
	padding: 10px;
}

/* - CLASSES FOR LINKS - */

a:link
{
	color: maroon;
	background-image: none;
}

a:visited {
	color: #7A0019;
	background-image: none;
}

a:hover {
	color: #7A0019;
	background-image: none;
}

a:active {
	color: maroon;
	background-image: none;
}

/* - CUSTOM CLASSES FOR COLOR OF LEFT NAV LINKS - */

a.leftnav:link {
	color: #7A0019;
	background-image: none;
}

a.leftnav:hover {
	color: #333333;
	background-image: none;
}

a.leftnav:visited
{
	color: #7A0019;
	background-image: none;
}

/* - CLASSES FOR COLOR OF HEADER AND FOOTER LINKS - */
ul#header li a:link, ul#header li a:visited  { 
	color: #FFFfff; text-decoration: none;
}

div#footer a:link, div#footer a:visited 
{
	color: #FFFfff;
}

ul#header li a:hover, ul#header li a:active {
	color: #FFCC66; text-decoration: underline;
}

div#footer a:hover, div#footer a:active  {
	color: #FFCC66; 
}



/* Makes horizontal white line between template header links */
.linkline {
	border-right:1px solid white;
	padding-right:7px;
	padding-left:3px;
	text-decoration:none;
}
.linkpadding {
	padding-right:3px;
	padding-left:3px;
	text-decoration:none;
}

/* - REDEFINED HTML TAG FOR PAGE BODY - */

/* Specifies base text size and font for all pages */
body {
	color: black;
	background-image: none;
	font-family: Verdana, sans-serif;
	margin: 5px;
	font-size: 100%;
	background-color: #FFFFFF;
}
content
{
	color: black;
	background-image: none;
	font-family: Verdana, sans-serif;
	margin: 5px;
	font-size: 100%;
	background-color: #FFFFFF;
}
p {
	padding:5px;
	margin:5px;
}



/* Specifies sizes and maroon color for heading tags */
h1 {margin-top: 10px;
	font-size: 1.5em;
	color: #8C1919;
	font-weight:bold;}

h2 {
	font-size: 1.3em;
	color: #8C1919;
}
h3 {font-size: 1.2em;
    color: #8C1919;}
h4, h5, h6 {font-size: 1em;
}


/* Adds padding to the right side of the parent links so they don't crash into the background */
.parentpadding {
	padding-right:8px;
}


/* Global header section */	
ul#header {
	background-color:#7A0019;
	color: #FFFFFF;
	height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0px;
	width:760px;
	border-bottom: 1px solid #999;
	clear: both;
}


/* Aligns header links to the right */
ul#header li {
	float: right;
	margin: 8px 5px 8px 0px; 
}

/* Aligns global header graphics to the left */
ul#header li.header_img {
	float: left;
	padding: 0;
	margin: 0;
	height: 30px;
}


/* Creates sections for a list of navigation links - one link per row */
#navigation ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 5px 0 5px;
}



/* Styles left navigation links */
#navigation ul li {
	margin: 0 0 4px 0;
	padding: 0 0 10px 0;
	list-style-type:none;
	text-align:left;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}


/* Global footer section */
div#footer {
	width:760px;
	background: rgb(122,0,25);
	color: #FFF; 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	float: left;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	background-image: none;
	clear: both;
}

#footer p {margin: 10px;}


/* Defines width and padding for list items */
ul.footerList {
	width: 940px;
	list-style-type: none;
	float:left;
	padding: 6px 10px 6px 10px;
	margin: 0;
	vertical-align: bottom;
}

/* Aligns footer text and links to the left */
ul.footerList .left {
	float: left;
	text-align: left;
	vertical-align: bottom;
}

/* Aligns footer text and links to the right */
ul.footerList .right {
	float: right;
	text-align:left;
	vertical-align: bottom;
}
ul.footerList .rightpadding {
	float: right;
	text-align:left;
	vertical-align: bottom;
	padding-left:8px;
}
/* Adds horizontal white line after the Contact Us link */
ul.footerList .rightline {
	float: right;
	text-align:left;
	vertical-align: bottom;
	border-right:1px solid white;
	padding-right:8px;
	text-decoration:none;
}

/* Italic footer text */
.footeritalic {
	color: #FFFFFF;
	background: rgb(122,0,25);
	background-image: none;
	font-style: italic;
	float: left;
	text-align: left;
	vertical-align: bottom;
}


.gridview-header {
    background-color: #f7f7fa;
    font-weight: bold;
    color: Maroon;
}
/* ================================*/
/* ASPX CONTROLS: Gridview - Table */
/* ================================*/


.gridview-headerYellow
{
	font-weight: bold;
	background-color: tan;
	font-family: Verdana, Sans-Serif;
}


.gridview-alternate-row
{
	border-color: #9C4A18;
	background-color: #F3F1E7; 
}

.gridview-footer {
    font-weight: bold;
    background-color: #f7f7fa;
    font-family: Verdana, Sans-Serif;
}



div#nav
{
	width:960px;
}



div#wallpaper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#dot
{
	background-color: White;
	background-repeat: repeat;
	
	
}

.questionText
{
	font-style: italic;
	padding-top: 10px;
	margin-top: 10px;
}

fieldset
{
	margin: 10px;
	border: 1px solid #c1c1c1;
	padding: 10px;
}
legend
{
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #743E18;
}
.formElement {
	padding: 5px 5px 1px 5px;
	margin: 1px
}
.formControl {
	padding: 5px 5px 5px 5px;
	margin: 1px;
}
.entryTable {
	margin: auto; /* center */
	background-color: #F5F5F5;
	width: 65%;
}
.footerControl {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 50px auto;
	gap: 10px;
	padding: 1em;
}

/*any div after pageTitle will be right aligned*/
.pageHeading {
	display: flex;
	padding-left: 5px;
	padding-right: 5px;
}

.pageTitle {
	margin-right: auto;
}