/*
** Kidney Riddler
** PHP scripting
** Sam Dean (c) 2004
**
** Live page
*/

a
{
	color: black;
}
a:visited { color: black; }

div.main
{
	background-image: url('Logo1000x1000live.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

/*
** Layout
*/
td.gigsholderleft
{
	width: 400px; /* Must be absolute; Firefox doesn't like % here for some reason */
	border-right: 1px dashed #eee;
	vertical-align: top;
}

td.gigsholderright
{
	vertical-align: top;
	padding-left: 10px;
	font-size: 10pt;
}

/*
** Extra description for the archive/upcoming gigs link at the bottom of the page.
*/
.archivelink
{
	text-decoration: none;
	text-align: center;
}

/*
** These are the styles for the gigs on the left hand side of the non-archive page.
*/
.gig
{
	margin: 5px 15px 5px 5px;
	border: 1px solid black;
	font-size: 8pt;
	text-decoration: none;
	cursor: pointer;
	background-color: white;
}

.gig:hover
{
	margin: 5px 3px 5px 13px; /* Take the border into account */
	background-color: #f8f8f8;
}

.cancelled
{
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  color: #bbb;
  font-size: 8pt;
  font-style: italic;
}

.postponed div.gigname { clear: none; margin-bottom: 3px; }
.postponed div.gigdate { float: right; padding-right: 5px; }
.postponed div.venuename { float: none; margin-bottom: 1px; }
.postponed div.gigstatus { float: right; color: red; margin-top: -14px; font-weight: bold; padding-right: 5px; }

.current
{
	background-color: #eee;
	border: 2px solid black;
	margin: 5px 3px 5px 13px; /* Take the border into account */
}

div.gigdate
{
  font-size: 8pt;
  margin: 1px 0px 2px 3px;
}

div.gigname
{
  margin-left: 10px;
  clear: right;
}

div.venuename
{
	color: #e8025e;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 15px;
  float: left;
}

div.gigstatus
{
  margin-right: 2px;
  margin-bottom: 1px;
  text-align: right;
  font-size: 8pt;
}

/*
** The archived gigs have a slightly different style
*/
.archived
{
	height: 27px;
}

div.gigdatearchived
{
	text-align: right;
	width: 100px;
	float: right;
	margin-right: 5px;
}

div.gignamearchived
{
	font-weight: bold;
	margin-left: 5px;
}

div.venuenamearchived
{
	margin-left: 5px;
}

/*
** Right hand side tables to keep the sizes OK
*/
td.righttop
{
	vertical-align: top;
	height: 150px;
	font-size: 8pt;
}

td.rightbottom
{
	vertical-align: top;
}

/*
** The div that holds the icons
*/
div.icons
{
	float: right;
	margin-right: 5px;
	padding-top: 10px;
}

a.icons
{
	text-decoration: none;
	font-size: 8pt;
}

a.icons:hover
{
	text-decoration: underline;
}

/*
** The divs that hold the actual data
*/
div.venuerightname
{
	font-size: 10pt;
}

div.venuerightdata
{
	margin-left: 25px;
	font-size: 8pt;
}

div.gigrightname
{
	font-size: 10pt;
}

div.gigrightdata
{
	font-size: 8pt;
	margin-left: 25px;
}
