@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BIO : 	Lil Wayne Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		lw_shows.css
	Date:			December 9, 2009
	Author:			UMRG New Media
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	mainStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#nav {
			background-image:url(../../images/nav/shows.gif); 
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#container {
		width:710px;
	}
	
	#mainCol {
		width:325px;
	}
	
	table#lw {
		width:325px; 
		font-size:100%;
		line-height:18px;
		color:#fff; 
	}
		table#lw colgroup col.dateCol {
			width:70px;
		}
		table#lw colgroup col.locationCol {
			width:100px;
		}
		table#lw colgroup col.venueCol {
			width:85px;
		}
		table#lw colgroup col.ticketsCol {
			width:20px;
		}
		table#lw th {
			padding:0 0 10px 0;
			font-weight:bold;
		}
			table#lw tr td {
				padding:10px 0;
			}
			table#lw tr td.date {
				font-weight:bold;
				color:#920000;
			}
			table#lw tr td.location {
				font-weight:bold;
				color:#fff;
			}
			table#lw tr td.venue {
				font-size:10px;
				color:#fff;
			}
				table#lw tr td.venue a {
					color:#fff;
				}
					table tr td.venue a:hover {
						color:#fef99b;
					}
			table#lw tr td.tickets {
			}
				table#lw tr td.tickets a {
					height:12px;
					padding:0 0 5px 0;
					background:#920000;
					font-size:10px;
					font-weight:bold;
					text-align:center;
					color:#fff;
					display:block;
					overflow:hidden;
				}
					table#lw tr td.tickets a:hover {
						background:#d00000;
					}