/* mha/style.css
   style sheet for Mary Humphreys & Anahata pages */
BODY 
{
	width: 800px;
	margin-left : 0; margin-right: auto;
	padding-left: 10px;
	background: #030 url(images/bg-body.jpg) repeat-y left;
  color: white;
  font-size: 10pt;
  font-family: Lucida Sans Unicode, Lucida Grange, sans-serif;
}

DIV.HEAD
{ 
	text-align : right;
	color: #fdb;
}

TABLE TR TD.INDEX
{
	width: 150px;
}

table.pricelist tr th
{
	text-align: left;
}

.INDEX
{
	color : white;
	font-size: 10pt;
}

.INDEXHEADING
{
/*	font-weight: bold; */
  padding-left: 1em;
	color: cfc;
  border-top: thin solid red;
  margin-top: 5px;
  
}

TABLE TR TD
{
	font-size: 10pt;
  line-height: 130%;
}

.CONTENT 
{
	background: #efc url(images/bg-content.jpg);
	color: black;
	padding: 3px;
	font-size: 10pt;
	margin-top: 5px;
  width: 650px;
  min-height: 300px;
}

.CONTENT TABLE TR TD, .content table th
{
	color: black;
	padding: 3px;
}

.headerbar
{
	background: #690;
	color: white;
	padding: 1px;
	margin: 5px 0;
	text-align: center;
}

IMG
{
	margin: 20px;
}

TABLE TR TD IMG
{
	margin: 5px
}

TABLE.GALLERY
{
	background: #F30;
}

TABLE.GALLERY TR TD
{
	background: black;
	color: white;
	width: 150px;
}

/* payment - Nochex and Paypal */

div.paymethod
{
  width: 240px;
  float: left;
  padding: 10px;
  margin: 10px;
  border: thin solid #999;
  text-align: center;
  background: #eed;
}


table.paypal
{
	margin-top: 20px;
	border-top: solid thin red;
	border-bottom: solid thin red;
}

table.paypal tr td
{
	padding-left: 30px
}


IMG.HEAD
{
	margin: 0;
	padding: 0;
}

I 
{ 
	font-family:  'Times New Roman', 'Times Roman', serif; 
	font-size: 100%; 
	font-style: italic 
}

H1, H2, H3, H4 
{ 
/*	font-family: 'Lucida Sans Unicode', Tahoma, Verdana,
			sans-serif; */
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: bold;
	margin-bottom: 0;
	margin-top: 5px; 
}

H1
{
	margin-top: 0;
	padding-top: 0; 
}

DIV.TEXT 
	{ margin-top: 0;
    background: #ffc url(images/bg-text.jpg); 
		padding: 5px;
		font-size: 10pt;
		color: black;
	}


.INDEX A:link 
{ 
    color: #99f;
		text-decoration: none;

}

.INDEX A:visited
{
		text-decoration: none;
	color: #f9c;
}

.INDEX A:hover
  {
		text-decoration: none;
    background : #00f;
		color: white;
  }

.INDEX A:active
{
	text-decoration: none;
  color: white;
  background: #060;
}

.INDEX A.SELF, .HEAD A.SELF:visited, .HEAD.SELF:active
{
  color: white; background: transparent;
}

.CONTENT A.SELF:link, .CONTENT A.SELF:visited, .CONTENT A.SELF:active
{
	color: white; background: #090;
}

.PAYMENTLINK
{
  margin-top: 5px;
	border: 1px black solid;
	background: #ccc;
	width: 400px;
	padding: 2px;
}

/* order form */

table.orderform tr th
{
  font-size: 12px;
  text-align: right;
}

table.orderform tr td.numeric
{
  width: 4em;
  text-align: right;
}

div.confbox
{
  padding: 10px; 
  border: 3px solid blue;
  white-space: pre;
  font-family: monospace;
  background: white;
  color: black;
  margin: 10px;
}

/* gigs pages */

div.gigyears
{
  float: right;
  border: medium solid green; 
  padding: 5px;
  width: 40px;
}

table.gigs
{
  clear: left;
  width: 580px;
  margin-top: 10px;
  border-collapse: collapse;
	padding-left: 0;
	color: #909;
}

table.gigs tr td
{
	list-style: none;
	margin-left: 0px;
	color: black;
	padding-right: 10px;
	margin-bottom: 0;
	border-bottom: thin solid white;
	padding: 0;
}

table.gigs tr td.dance
{
	background: #fdb;
	color: #300;
}

table.gigs tr td.charm
{
	background: #def;
	color: #003;
}

table.gigs tr td.pdmgig
{
  background: white;
  color: black;
}

table.gigs tr td.festival
{
  background: #bfb;
}
