/* page defaults */
body {
	background-image: url("images/Mosaic2.jpg");
	background-repeat: repeat;
	font-family: "comic sans ms", arial, 'sans serif';
	font-size: 12pt;
	color: blue;
	font-weight: normal;
	text-align: center;
	margin-top: 0pt;
	margin-right: 0pt;	
	margin-bottom: 0pt;
	margin-left: 10pt;	
}

/* headings */
h1 { text-align: center; color: blue; font-size: 18pt;}
h2 { text-align: left; color: black; font-size: 12pt;}
h3 { text-align: left; color: black; font-size: 10pt;}
h4 {
	text-align: center;
	color: black;
	font-size: 14pt;
}
h5 {
	text-align: center;
	color: black;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;

}

/* links */
a:link		{color: #0000FF;}
a:visited	{color: #0000FF;}
a:hover		{color: #FF0000;}
a:active	{color: #FF0000;}

/* general */
.tiny {font-size: 8pt}
.left {text-align: left}
.right {text-align: right}
.center {text-align: center}
.menu {
	font-size: 10pt;
	text-align: left;
	}

/* special colors */
.sla {
color: CC0033;
font-weight: bold;
}
.black {color: black}

/* tables */
table {
text-align: center;
width: 100%}
tr {
	vertical-align: top;
	border: none;
}
td {padding: 4mm}
/* special definition for the title row */
tr.title {color: black}

/* Define the non-standard attributes for the gig list table */
table.gig {
	font-size: 10pt;
	border: none;
}

/* Define the non-standard attributes for the gig list's venues cells */
td.venue {
	color: black;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* Define the non-standard attributes for the gig list's venues cells */
td.date {
	color: CC0033;
	text-align: right;
	border-top: thin none #999999;
	border-right: thin none #999999;
	border-bottom: thin solid #999999;
	border-left: thin none #999999;
}
td.gig {
	border-top: thin none #999999;
	border-right: thin none #999999;
	border-bottom: thin solid #999999;
	border-left: thin none #999999;
}
.newsflash {
	text-align: center;
	width: 60%;
	color: #FF0000;
	background-color: #FFFF00;
}
.hidden {
	color: #C8C3B0;
	font-size: 6px;
}
/* Define the non-standard attributes for the gig list table */
table.shop {
	font-size: 12pt;
	border: thin solid #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-position: center;
}
td.shop {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
td.shop_bottom {
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
td.shop_divider {
	background-color: blue;
	margin: 0px;
	padding: 0px;
	width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0px;
}
td.shop_underline {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	height: 2px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.shop_header {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
