﻿/* Classes for the tables of weaving teachers, and commission weavers.  These
   are specializations of the table and table cell (td) defaults defined
   in WGBStyles.css */
   
table.weaverTeachers
{
	font-size: inherit;
	padding-left:4px;
	color: black;
	border: 2px solid #770E0E;
}

/* State, and town of teachers/commission lists 
   State i=is like h2, but centered.*/
td.weaverState
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #770E0E;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0;
	border-bottom: 1px #dddddd solid;
}

/* The town of weavers in teachers/commission lists is aligned left, 10pt bold. */
td.weaverTown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-variant:normal;
	font-style:italic;
	text-transform: none;
	color: black;
	text-align: left;
	padding-top: 16px;
	padding-left: 2px;
	border-bottom: 1px #dddddd solid;
	
}
/* Specialized td holding a weaver's full name in medium font, .9em */
td.weaverName
{
	padding-left: 2px;
	color:black;
}


/* Specialized td holding a list of contact methods */
/* In order: tel, email, website */
td.weaverContact
{
	width: 175px;
	padding-left: 12px;
	color:black;
}

/* Specialized td holding a list of weaving levels and/or remarks */
td.weavingLevel
{
	width: 240px;
	padding: 2px;
	color:black;
}
