#logo{
	float:left;
}
#top_info{
	float:right;
}
/*DIRECTORY*/
.directory{
	background-color:#ddd;
	border:solid #080808 1px;
	float:left;
	margin:0 0 50px 0;
	width:100%;
}
.directory ul{
	border-bottom:solid #666 1px;
	float:left;
	padding:5px 0 0 0;
	list-style:none;
	width:100%;
}
.directory li{
	float:left;
}
.directory a{
	color:#333333;
}
.pagination{
	width:100%;
}
.pagination a{
}
.table_heading{
	border-bottom:solid black 2px;
	background-color:#DDDDDD;
}
.directory .label{
	font-size:1.1pc;
}
.directory .data{
}
.directory .noBorder{
	border-bottom:none !important;
}
/*BAND_DIRECTORY*/
.directory #band_name{
	width:200px;
}
.directory #band_city{
	text-align:right;
	width:100px;
}
.directory #band_state{
	text-align:center;
	width:50px;
}
.directory .admin_inline_button{
	margin-left:5px;
	width:50px;
}
/*VENUE_DIRECTORY*/
.directory #venue_name{
	width:200px;
}
.directory #venue_city{
	text-align:right;
	width:100px;
}
.directory #venue_state{
	text-align:center;
	width:50px;
}
/*PROMOTER_DIRECTORY*/
.directory #promoter_name{
	width:200px;
}
.directory #promoter_city{
	text-align:right;
	width:100px;
}
.directory #promoter_state{
	text-align:center;
	width:50px;
}
/*GIG DIRECTORY*/
.directory #gig_date{
	text-align:center;
	width:75px;
}
.directory #gig_time{
	text-align:left;
	width:50px;
}
.directory #gig_name{
	padding-left:5px;
	text-align:left;
	width:200px;
}
/*gig_detail*/
#gig_detail .label{
	width:200px;
}

#gig_directory #promoter_name{
	text-align:right;
	padding-right:5px;
}
#gig_directory #venue_name{
	text-align:right;
	padding-right:5px;
}
#gig_directory #spacer1{
	text-align:right;
	width:100px;
}
/*test*/
.bgRed{
	background-color:red !important;
}
.bgBlue{
	background-color:blue;
}
.bgGreen{
	background-color:green;
}
.bgOrange{
	background-color:orange;
}
.bgYellow{
	background-color:yellow;
}
.bgPurple{
	background-color:purple;
}
