﻿.cemeteryRecord { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.formLabel 
{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 800px;
  width: 800px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

body
{
	font-family: arial;
	font-size: 80%;
}
table {
	border-collapse: collapse;
}
th {
	background-color: #FFC;
	text-align: left;
}
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #000;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	font-size: 100%;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
}
table.list tr {
	background-color: #FFC;
}
table.list tr.odd {
	background-color: #CCC;
}
table.gnav tr td {
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #009;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	background-color: #009;
	padding: 5px;
	color: #FFF;
	font-size: 130%;
	border: 1px solid #009;
}

td.details div table tr td, td.details div table tr td.detailheader
{
	border-style: none;
}
td.detailheader
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	border-style: none;
	padding: 3px 10px 3px 0px;
}
td.details div table 
{
	border-style: none;
}
td.details div table tr td.detailitem 
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	border: 2px solid #009;
	padding: 10px;
	background-color:#EEE;
}
.alert {
	color: #C00;
	font-weight: bold;
}

.pageHeader
{
	font-weight: bold;
	font-size: 16pt;
}

.pageInfo
{
	font-weight: bold;
	color: blue;
	font-style: italic;
}


#searchColumnList {
                float: left;
                border: black 2px groove;
                width: 250px;
                padding: 3px;
                margin: 3px;
                height: 240px;
}

#displayColumnList {
                float: left;
                border: black 2px groove;
                width: 250px;
                padding: 3px;
                margin: 3px;
                height: 240px;
}

#searchColumnListOrder {
                float: left;
                border: black 2px groove;
                width: 250px;
                padding: 3px;
                margin: 3px;
                height: 240px;
}

#displayColumnListOrder {
                float: left;
                border: black 2px groove;
                width: 250px;
                padding: 3px;
                margin: 3px;
                height: 240px;
}

.columnSearchUpdateButton
{
	position: relative;
	top: 100px;
}

.searchResultsHeader
{
	font-weight: bold;
	text-align: center;
}

.contactRecordInfo
{
	border-right: black 1px double;
	padding-right: 5px;
	border-top: black 1px double;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: black 1px double;
	padding-top: 5px;
	border-bottom: black 1px double;
	width: 60%;
	margin-top: 5px;
	margin-left: 100px;
	margin-bottom: 10px;
}

.contactForm 
{
	margin-top: 5px;
}

#ctl00_ContentPlaceHolder1_disclaimer
{
	float: right;
	width: 300px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	padding: 7px;
	text-align: justify;
}

#footer 
{
	width: 800px;
}

ul.sortableColumns
{
	list-style-type: none;
}

ul.sortableColumns li
{
	width: 250px;
	cursor: move;
	padding: 4px;
}

ul.sortableColumns li.over
{
	background-color: #FFC;
}

.printableTable 
{
	float:left;
}

@media print 
{
}
