﻿body
{
	font-family: Arial;
	color: Black;
	font-size: 8pt;
	margin: 5;
	background: gainsboro;
}
.menutext
{
	font-size:10pt;
}

.formlabels
{
	font-size:8pt;
}
.message
{
	font-size: 10pt;
	color: Red;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

p
{
	margin-top:4px;
	margin-bottom:0;
	margin-left:4px;
	margin-right:0;

}

h1
{
	font-weight: bold;
	font-size: 12pt;
	color: blue;
	font-family: Arial, Sans-Serif;
	text-align: left;
	margin-top:4px;
	margin-bottom:8px;
	margin-left:8px;
	margin-right:4px;
}

h2
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial, Sans-Serif;
	text-align: left;
	margin-top:4px;
	margin-bottom:8px;
	margin-left:4px;
	margin-right:4px;
}

td
{
	font-family: Arial;
	color: Black;
	font-size: 10pt;
	margin:0;
}
input
{
	font-family: Arial;
	color: Black;
	font-size: 9pt;
	margin:0;
}
textarea
{
	font-family: Arial;
	color: Black;
	font-size: 9pt;
	margin:0;
}
h6
{
	font-size: 8pt;
	color: gray;
}

.ctr { text-align:center }

.programname
{
	font-family: Arial;
	color: yellow;
	font-size: 12pt;
	font-weight: bold;
	margin:0;
}

.TopBannerBk
{
	background-image: url(title_background.jpg);
	background-repeat: repeat-x;
}

.vddbullet
{
	text-align: left;
	list-style-type: disc;
	text-indent: 75px;
	margin: 4px 0px;
	list-style-position: outside;
}

li 
{	margin: 4px,0,0,0;
	}
ul
{
	margin: 4px,0,0,0;
	}



.catlist-link {padding:6px; text-align:left}
.catlist-cat {padding:6px; font-weight:bold; text-align:left;}
.catlist-desc {padding:6px; text-align:left;}

#updatenote 
{
	position:fixed;
	top:50px;
	left:50px;
	height:50px;
	width:200px;
	text-align:center;
	background:yellow;
	border:1px black solid;
	display:none;
	padding-top:25px;
	font-weight:bold;
}

/*
6/25/14 LAK
Styles for the Record Retention functions.
*/
.gv_rowstyle { padding:4px;}

.gridview-noborder { border:none; }
