<style>
// ---------------------------------------------------------------------------
// $Source: x:\\product\\iss3\\submit\\asp\\styles\\buck.css,v $
// $Date: 2001-08-24 11:09:45-05 $
// $Author: ebaciu $
// $Log: buck.css,v $
// Revision 1.2  2001-08-24 11:09:45-05  ebaciu
// New feel and look.
//
// Revision 1.1  2000-07-24 12:30:40-05  mossp
// Initial revision
//
// ---------------------------------------------------------------------------

<!--
BODY {
	font: medium Verdana, sans-serif;
	color: #000000;			/* black */
	background: #ffffff;	/* white */
}

A:link, A:visited, A:active, A:hover {
	text-decoration: none;
}

A:link {
}

P, LI, UL {
	font: medium Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
}

.PageTitle {
	font: bold xx-large Times,serif;
	color: black;
	background: white;
}

.FormHeader {
	font: bold large Times, serif;
	color: #ffffff;			/* white */
	background: #002b80;	/* blue shade */
	text-align: right;
}

.SectionHeader {
	font: small-caps bold large Arial, sans-serif;
	color: #002b80;			/* blue shade */
	background: white;
}

.Button {
	font: Helvetica, sans-serif;
	width: 100px;
	color: #000000;					/* black */
	background: #c0c0c0;			/* grey  */
}

.MenuHeader {
	font: bold large Verdana, sans-serif;
	color: #cdd1d1;				/* buck silver */
	background: #005d57;		/* buck green */
}

A.MenuItem:Link {
	color: #cdd1d1;				/* buck silver */
	background: #005d57;		/* buck green */
}

A.MenuItem:Visited {
	color: yellow;				/* yellow */
	text-weight: normal;
	background: #005d57;		/* buck green */
}

.MenuItem {
	font: bold Verdana, sans-serif;
	color: #cdd1d1;				/* buck silver */
	background: #005d57;		/* buck green */
}

.MenuButton {
	font: Verdana, sans-serif;
	width: 200px;
	/* color: #000000;					/* black */
	/* background: #005d57;			/* buck green */
}

.ReadOnlyField {
	/* font-weight: bold; */
	font-size: small;
	color: #808080;				/* grey */
	background: transparent;
}

.ReadOnlyNumeric {
	font-size: small;
	color: #808080;				/* grey */
	background: transparent;
	text-align: right;
}

.EnabledField {
    font: monospace;
}

.EnabledNumeric {
	font-size: small;
	background: transparent;
	text-align: right;		/* not working for Netscape */
}

/* not visible, so this is empty */
.DisabledField {
}

/* Usage: in HTML usually have <DIV class=EnabledField><DIV class=Numeric> ... </DIV></DIV>               */
/* so that the colors and fonts of ReadOnlyField are applied, and then the properties for Numeric */
/* However, it may be necessary to have 3 rules, one for each type of field: read-only, enabled, disabled  */
.Numeric {
	text-align: right;
}

/* left alignment is usual default for most browsers */
.TextOrDate {
	text-align: left;
}

.FieldLabel {
	text-align: right;
	font-weight: bold;
	font-size: small;
	width: 175px;
}

.Notation {
	font: italic small Verdana, sans-serif;
}

A.Notation:Link {
}

A.Notation:Visited {
}

A.Notation:Active {
}

A.Notation:Hover {
}

/* for table title */
caption {
	font: bold large Verdana, sans-serif;
	color: #ffffff;			/* white */
	background: #00396c;		/* another blue shade */
}

/* for table column or row headings */
th {
	font: bold medium Verdana, sans-serif;
	color: #ffffff;			/* white */
	background: #00396c;		/* another blue shade */
}

/* for all table cells */
td {
	font: small Verdana, sans-serif;
	color: #000000;			/* black */
	background: #ffffff;		/* off white fff8dc*/
}

-->
</style>