@charset "UTF-8";
/* General purpose styles for www.themisers.co.uk */

div#workspace
{
	background-image:url(../images/backgrounds/kick-drum-logo.jpg);
}

.gigItem
{
	width:670px;
	height:24px;
	margin:6px 0px 0px 0px;
	border-bottom:1px solid rgb(191,150,99);
}

.tourDate
{
	float:left;
	width:140px;
}

.tourTown
{
	float:left;
	width:220px;
	font-weight:bold;
}

.tourVenue
{
	width:250px;
	float:left;
}

.greenDate
{
	color:#00FF00;
}

.redDate
{
	color:red;
	text-decoration:line-through;
}

div#gigText
{
	border:1px solid rgb(228,222,206);
	border-width:1px 0px 1px 0px;
	width:300px;
	font-size:13px;
}

div#cancelled
{
	position:absolute;
	bottom:0px;
	right:300px;
	font-size:10px;
}
