/*****************************************************************
	justrhymes.com
	/css/profile.artist.css
*****************************************************************/

#ArtistNavigation {
	height: 35px;
	line-height: 35px;
}

#ArtistNavigation ul {
	margin: 0;
	padding: 0;
	margin-left: 1px;
	list-style: none;
	float: left;
	border-bottom: 1px solid #9f9f9f;
	width: 529px;

}

#ArtistNavigation li {
	float: left;
	margin: 1px;
	margin-bottom: 0px;
	border-top: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;

	background: url("/images/profiles/gradient.png") repeat-x;
}

#ArtistNavigation a {
	display: block;
	line-height: 33px;

	text-decoration: none;
	text-align: center;

	padding-right: 1.1em;
	padding-left: 1.1em;

	color: #ffffff;
	font-weight: bold;
}

#ArtistNavigation .active {
	background: none;
}

#ArtistNavigation .active a {
	color: #509141;
}

/* Shows */


.ShowSchedule {
	display: block;
	line-height: 20px;
	margin-bottom: 20px;
}

.ShowSchedule p {
	float: left;
}

#ShowScheduleHeader {
	float: left;
	font-weight: bold;
	border-bottom: 1px solid black;
	width: 100%;
}

.ShowDateColumn {
	width: 95px;
}
.ShowVenueColumn {
	width: 100px;
}
.ShowLocationColumn {
	width: 75px;
}
.ShowDetailsColumn {
	width: 150px;
}
.ShowTicketsLinkColumn {
	width: 80px;
	padding-left: 5px;
}

label {
	width: 175px;
	line-height: 15px;
	float: left;
	font-weight: bold;
}

p {
	margin: 0;
	margin-bottom: 10px;
}