/* Butcher Ranch CSS to link to -- by Carol Mattsson */
/* Also used by image uploader and viewer */

body {
   background: antiqueWhite; /* beige cornsilk antiqueWhite mistyRose #D7E7A6 moss #DED5F1 lavender */
   font-family: verdana, helvetica, sans-serif;
}

h1 { font-size: 160%; text-align: center; }
h2 { font-size: 140%; text-align: center; }
h3 { font-size: 120%; text-align: left; }

/*ul { list-style-image: url(images/cat01.gif); }*/
ol { list-style-type: decimal; }	 p. 72, 265

.errText { color: #9C0000; }

.center { text-align: center; }
.smaller { font-size: 80%; text-align: center; padding: 3 }
.pageTitle { font-size: 200%; text-align: center; font-weight: bold;}
.cellLabel { text-align: right; vertical-align: top; }
.credit { text-align: right; vertical-align: top; font-size: 80%; font-style: italic; }
.parabox { padding: 10px 20px; }

.status { background-color: #4C0646; color: white; }
								/* indigo midnightBlue #4C0646 #5C182A #440815*/

/* Set to text-align: left; for left-justified thumbs and text */

.tabCell { text-align: center; vertical-align: top; }
.white { color: white; }
.gray { color: #666666; }

div.center { text-align: center; }

.bordered { border: 2px solid black; }
