#pagebottom #textblock {
	width: 860px;
}

#textblock #giglist {
	float: left;
	width: 300px;
	border-right: solid #ccc 1px;
}

#giglist a {
	display: block;
	width: 290px;
	padding: 5px;
	border-bottom: #ccc dashed 1px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#giglist .event {
	font-weight: normal;
	color: #1B3C35;
}

#giglist .eventselected {
	color: #CCCCCC;
	font-weight: normal;
}

#giglist a.selected {
	background: #1B3C35;
	color: #FFF;
}

#textblock #giginfo {
	float: left;
	width: 544px;
	padding: 5px 5px 5px 10px;
}

#giginfo .infoitem {
	display: block;
	width: 100%;
}

#giginfo .eventName {
	font-size: x-large;
	color: #000;
	font-weight: bold;
}

#giginfo .eventLocation {
	font-size: x-large;
	color: #1B3C35;
	font-weight: bold;
}

#giginfo .eventTime {
	font-size: large;
	color: #1B3C35;
	font-weight: bold;
}

#giginfo .eventDesc {
	font-size: normal;
	color: #333333;
	font-style: italic;
	padding-top: 10px !important;
}

#monthtop {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 858px;
	border: 1px solid #CCC;
}

#months {
	display: block;
	width: 100%;
	height: 25px;
}

#years {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 5px;
}

a.month {
	float: left;
	color: #1B3C35;
	padding: 3px 9px 1px 10px;
	border-right: #1B3C35 solid 1px;
	height: 22px;
	text-decoration: none;
}

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

a.year {
	float: left;
	color: #1B3C35;
	padding: 5px 10px 1px 10px;
	height: 25px;
	font-size: large;
	text-decoration: none;
}

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

a.last {
	border: none;
}

a.selected {
	background: #1B3C35;
	color: #FFF;
}

.date {
	display: block;
	float: left;
	width: 850px;
	padding: 6px 0px 0px 10px;
	height: 29px;
	background: #1B3C35;
	color: #FFF;
	font-weight: bold;
}

.gig {
	position: relative;
	display: block;
	float: left;
	width: 825px;
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

.gigname {
	float: left;
	width: 200px;
}

.gigtime {
	float: left;
	width: 150px;
}

.gigdetail {
	float: left;
}