﻿html, body, div, form, input, textarea, option, select, button, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, td, th  { 
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}

html, body, div, form, input, textarea, option, select, button, h1, h2, h3, h4, h5, h6, p, ul, ol, li  { 
	margin: 0;
	padding: 0
	}
/* ================= START from body04.css ================= */

body  { color: #000000; background: #ffffff url(/images/back2000.gif) }
dt { font-weight: bold }

a:link {  color: #0000CC}
a:visited {  color: #660099}
a:hover {  color: #FF0000; background-color: #FFFF00}
a:active {  color: #990000; background-color: #FFFF00}
/* album titles on main page */
.title	{ font-size: 12px; font-weight: bold; }
p  { margin-top: 10px; margin-bottom: 10px }
/* used in navigation bars */
.nav { font-size: 12px; }
.navtableborderbegin { border:1px solid #000000; }
.navtableborderend { border:1px solid #000000; border-top-width:0px; }
.bordertop { border:1px solid #000000; border-right-width:0px; border-bottom-width:0px; border-left-width:0px; }
.borderright { border:1px solid #000000; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; }
.borderleft { border:1px solid #000000; border-top-width:0px; border-bottom-width:0px; border-right-width:0px; }

.bodybold { font-weight: bold}
.smalltext { font-size: 9px }
.bodyULdisc { list-style-type: disc }
.bodyUnderline { text-decoration: underline }
.bodyboldUnderline { font-weight: bold; text-decoration: underline }

/* ================= END from body04.css ================= */

html {
	background-color: #FFFFFF;
	width: 100%
	}

body	{
	background-color: #FFFFFF;
	width: 100%;
	height: 100%
	}

ul, ol	{
	margin-left: 16px
	}

form {
	display: inline;
	}

table, tr, td, th    {
	vertical-align: top;
	border-style: none
	}

.title   {
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.67em
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #006600;
	margin: 0.67em 0
	}

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

h4 {
	font-size: 11px;
	}

h5 {
	font-size: 10px;
	}

h6 {
	font-size: 9px;
	}

#table_results   {
	padding: 3px
	}


/* For adding photo captions and reducing font size */

.caption {
	font-size:10px;
	}

/* For making my classic pretty tables with grey 1-pixel cellspacing, dark grey header, and white table body */

table#collapsed {margin: 0px; border-collapse: collapse;  border: 2px solid #ccc;}
table#collapsed thead {background: #eee; font-weight:bold;}
table#collapsed thead td {padding: 3px; border: 1px solid #ccc;}
table#collapsed tbody tr {}
table#collapsed tbody td {padding: 3px; border: 1px solid #ccc;}
table#collapsed colgroup {}
table#collapsed col {}
table#collapsed td {}
table#collapsed th {}
table#collapsed tbody td.section {background: #eee; font-weight:bold; padding: 3px; border: 1px solid #ccc;}
.align_center {text-align:center;}

table.greyline
{
	margin: 0px 0px 0px 20px;
	border-collapse: collapse;
	border: 2px solid #ccc;
	line-height: 1.4em;
}
table.greyline thead {background: #eee; font-weight:bold;}
table.greyline thead td {padding: 3px; border: 1px solid #ccc;}
table.greyline tbody tr {}
table.greyline tbody td {padding: 3px; border: 1px solid #ccc;}
table.greyline colgroup {}
table.greyline col {}
table.greyline td.label {font-weight: bold; text-align: right;}
table.greyline th {background: #eee; font-weight:bold; border: 1px solid #ccc;}


/* Floating an image to the right side of the content area */
.float_right {
	float: right;
	margin: 10px 0 10px 10px;
}

/* Floating an image to the left side of the content area */
.float_left {
	float: left;
	margin: 10px 10px 10px 0;
}

table#history   {
	width: 100%;
	}


table#history tr td {
	text-align: center;
	padding: 5px;
	vertical-align: middle
	}

.bold {
	font-weight: bold;
}

.required {
	font-weight: bold;
	color: #F00;
}
.field_label {
	font-weight: bold;
	text-align: right;
}
