﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 500px;
}

a 
{
	color: #999999;
	text-decoration: underline;
}

/* ===================================*/
/* General							  */
/* ===================================*/

/* Box around whole site */
.scaffolding { width: 750px; margin: auto;}

/* Box around main content of each page */
.contentpanel { padding-top: 0px; padding-left: 0px; }

.lfl { float: left; text-align: left; } 
.c { text-align: center; }
.hr {padding-top: 20px; padding-bottom: 10px; }

.class1 A:visited {text-decoration: none; color:silver;}

.p5 {
	color:silver;
}
 



/* ===================================*/
/* Navigation bar					  */
/* ===================================*/
#panel_nav 
{
	background-color: #D6D6CE; 
	height: 25px; 
	width: 100%; 
	text-align: right;
	padding-bottom: 0px;
}

.menuitem 
{
	float: right; 
	padding-top: 5px;
	padding-right: 20px;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
}
.menuitem a
{
	text-decoration: none;
}


/* ===================================*/
/* Text elements					  */
/* (except field labels & menu items) */
/* ===================================*/

/* Title at top of each page */
.pagetitle
{
	color: #999999;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14pt; 
	clear: both;
	text-align: left;
}

/* All error messages */
.errormessage
{
	text-align: left;
	color: Red;
	padding-bottom: 0px;
	clear: both;
	text-align: left;
}

/* Instructions to user about how to use a page (typically right under the page title) */
.instructionsbox
{
	float: left;	
}
.instructions
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 10pt; 
}


/* Used where instructions are more than one sentence in length or small size is needed*/
.smallinstructions
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 9pt;
	text-align: left;
}

/* Informational text about how fields must be filled out */
.fieldrule
{
	color: Red;
	float: left;
	text-align: left;
}

.required /* asterisks next to field labels */
{
	color: Red;
}


/* ===================================*/
/* Form Fields & Labels & Buttons	  */
/* ===================================*/
.fieldlabel
{
	width: 150px;
	text-align: left;
	padding-right: 5px;
	font-size: 10pt;
	float: left;
}

.fieldlabelright
{
	width: 150px;
	text-align: right;
	padding-right: 5px;
	float: left;
	font-size: 10pt;
	float: left;
}

/* Div around text boxes, checkboxes, etc. */
.field
{
	text-align: left;
	float: left;
	font-size: 10pt;
}

/* Div around a label and field combination */
.formrow
{
	text-align: left;
	padding: 3px;
	clear: left;
}


/* Div around a horizontal set of one or more buttons */
.buttonrow
{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;	
	padding-left: 155px;	
	clear: left;
}

/* Div around a horizontal set of one or more buttons */
.buttonrow_centered
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;	
	clear: left;
}

/* Div around a horizontal set of one or more buttons */
.buttonrow_right
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;	
	float: right;
}

/* All buttons in the application */
.button 
{
	border: none;
}



/* ===================================*/
/* DataGrids, GridViews (Result Sets) */
/* ===================================*/

/* Use with Result sets (DataGrids, GridViews, etc.) */
.resultsetcolumnheader
{
	font-size: 10pt;
	border: solid 1px black;
	font-weight: bold;
	background-color: #BDC6A5;
	color: #555555;
}

.resultsetcolumnheader td a
{
	color: #555555;
	text-decoration: underline;
}


.resultset 
{
	font-size: 9pt;
	border: solid 1px black;
	text-align: left;
	
}

.resultset a 
{
	color: #555555;
	text-decoration: underline;
}

.resultset a:visited
{
	color: #555555;
	text-decoration: underline;
}

/* When a list of records is displayed, text of the count of records displayed */
.recordcount
{
	font-family: Sans-Serif;
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}

/* Div around "Page x of y" text and Next/Previous links */
.dgnavpanel 
{
	text-align: left; 
	font-size: 10pt; 
	padding-top: 5px; 
	color: #003399;
	background-color: #D6D6CE;
	text-align: left;
}


/* Page numbers and Div around "Page x of y" text */
.dgnavpage { font-size: 10pt; width: 100px; text-align: left;}

/* Divs around the Next and Previous page links */
.dgnavbutton { font-size: 10pt; width: 60px; text-align: left;}


/* ===================================*/
/* Footer							  */
/* ===================================*/
.footerbox
{
	clear: both;
	float: right;
	position: relative; 
	bottom: 0px; 
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	width: inherit;
	text-align: left;
}

.footercopy
{
	font-size: 7pt;
	float: right;
	text-align: left;
}

