/* ****************************************************************
 * Basic definitions
 */
BODY {
	background-color: #eeeeee;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

td {
	vertical-align: top;
	padding: 6px;
	text-align: left;
}

/* ****************************************************************
 * Fabric Index on the home page
 */

table.fabric_index {
	background-color: #eeeeee;
	margin: 2px;
	width: 80%;
}

table.fabric_index th {
	background-color: #eeeeee;
}

table.fabric_index td {
	background-color: #ffffff;
	border: 1px solid black;
}

/* ****************************************************************
 * Info Index on the home page
 */

table.info_index {
	background-color: #eeeee;
	margin: 2px;
	width: 80%;
}

table.info_index th {
	background-color: #eeeeee;
}

table.info_index td {
	background-color: #ffffff;
	border: 1px solid black;
}

/* ****************************************************************
 * Crafts Index on the home page
 */

table.crafts_index {
	background-color: #eeeeee;
	margin: 2px;
	width: 80%;
}

table.crafts_index th {
	background-color: #eeeeee;
}

table.crafts_index td {
	background-color: #ffffff;
	border: 1px solid black;
}

/* ****************************************************************
 * Other lists
 */

ul {
	list-style: disk;
	color: black;
	padding-left: 15px;
	margin: 0px;
}

li {
	margin-bottom: 5px;
}

.tiny_text {
	font-size: 0.8em;
}

td.right {
	text-align: right;
}
td.center {
	text-align: center;
}

.gray_text {
	color: #999999;
}
