/* CSS Document */

.GigTableWrapper{
	width:550px;
	margin:0 auto;
	background-image:url(../images/GigTable/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.GigTableSubWrapper{
	width:550px;
	background-image:url(../images/GigTable/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:47px 0 29px 0;
}

.GigTable{
	width:550px;
	font-size:inherit;
}

.GigTable th{
	padding:10px;
	text-align:center;
}

.GigTable .TimeNDate{
	border: 0px solid #D50000;
	border-left-width:1px;
	border-top-width:1px;
	font-weight:bold;
	text-align:center;
	width:150px;
	padding:5px;
	padding-bottom:15px;
	font-size:85%;
}
.GigTable .TimeNDate p{
	margin:0;
}

.GigTable .Description{
	border: 0px solid #D50000;
	border-right-width:1px;
	border-top-width:1px;
	text-align:center;
	width:400px;
	padding:5px;
	padding-bottom:15px;
}

.GigTable .Description p{
	margin:10px 0 0 0;
}

.GigTable .GigTitle{
	color:#FFFFFF;
}

.GigTable h1{
	font-weight:bold;
	font-size:100%;
	color:#FFFFFF;
	margin:0 0 -10px 0;
}

.GigTable .GigAddress{
	font-size:85%;
	color:#000000;
	margin:0;
}
