@charset "utf-8";
/* CSS Document
 *
 * name: Gig.css, 
 * created: 03.19.2009
 *
 * (C) 2009 Supernatant, LLC>
 *
 * # - id
 * . - class
 */

/* *************************************************************
 *
 *  GIG LIST
 *
 ************************************************************* */

.GigList td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}

.GigList td a:link, .GigList td a:visited {
	display: block;
	color: #333333;
}

.GigList td a:hover, .GigList td a:active {
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
}

.GigList p {
	margin: 0;
}

.artist p, .artist a {
	font-weight: bold;
}

.datetime
{
	width: 100px;
}

.datetime p, .datetime a, 
.time p, .time a {
	padding: 6px 5px 6px 10px;
}

.artist p, .artist a, 
.venue p, .venue a, 
.details {
	padding: 6px 10px;
}

.details {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}


/* *************************************************************
 *
 *  CALENDAR FORMATTING
 *
 ************************************************************* */

.Month th {
	height: 20px;

	font-size: 9px;
	font-weight: bold;

	text-align: center;
	vertical-align: middle;
}

.JumpMonth {
	width: 40px;
	display: inline;
}

.JumpMonth a:link, .JumpMonth a:visited {
	text-decoration: none;

	font-size: 9pt;
	font-weight: bold;
}

.JumpMonth a:hover, .JumpMonth a:active {
	color: #FF6600;
}

.Month {
	border: 1px solid #333333;
}

.Month td {
	/* This is here for the 'selectDay' cell */
	height: 30px;
	width: 30px;

	border: 1px solid #333333;

	font-weight: normal;
	font-size: 9px;

	text-align: left;
	vertical-align: top;
}

.Month td a {
	height: 30px;
	width: 30px;
	display: block;

	text-decoration: none;
	color: #000000;
}

.Month td a:link, .Month td a:visited {
}

.Month td a:hover, .Month td a:active, .select_day {
	background-color: #993300;
	color: #FFFFFF;
}

.non_day {
	background-color: #FFFFFF;
}

.intown_on_day {
	background-color: #FF6600;
}

.outtown_on_day {
	background-color: #FFCC00;
}

.mixed_on_day {
	background-image: url(../../../images/mixed_day.png);
	background-position: center;
	background-repeat: no-repeat;
}

.off_day {
	background-color: #CCCCCC;
}

.legend {
	height: 15px;
	width: 15px;
	float: left;
}