@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size: 14px;
	background: url(../small/barflyslogo.jpg) top left #333;
}
p{
	text-align: justify;
	margin: 0 4px 5px 4px;
}
#subleft p.gig {
	text-align: left;
}
p a {
  text-decoration: none;
  color: #ccc;
  font-weight: bold;
}
p a:hover {
  color: #fff;
}
  
p:hover.gigadmin { background: yellow; cursor: default; }
#centre {
	width: 920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -460px;
	background: #fff;
	color: #000;
	padding: 10px;
}
#admincentre {
	width: 800px;
	background: #fff;
	color: #000;
	padding: 10px;
}
#left {
	float: left;
	width: 400px;
}
#right {
	float: left;
	width: 500px
}
#subleft, #subright {
	float: left;
	width: 48%;
	padding: 0;
	border: 0px solid #ccc;
}
p.gig {
	margin: 0px;
	padding: 0px;
}
a.delete {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
}
a:hover.delete {
	color: #FFF;
	background: #F00;
	font-weight: bold;
	text-decoration: none;
}
.centred {
	text-align: center;
}
.one, .two {
	display: block;
}
.one1 { 
	border-top: 1px solid #999;
}
.two {
	border-top: 1px solid #666;
	border-bottom: 1px solid #999;
}
span.date {
	display: block;
	text-indent: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
span.location {
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}
ul#menu {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}
ul#menu li {
	display: inline;
	margin: 0;
}
ul#menu li.specialtiem {
	display: inline;
	float: right;
}
ul#menu li.specialtiem a {
	color: #333;
}
ul#menu li a {
	padding: 0;
	text-decoration: none;
	color: #06C;
}
ul#menu li a:hover {
	color: #F93;	
}
#container {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../../shared/small/barflysbanner.jpg) top left no-repeat;
}
#left {
	width: 449px;
	float: left;
	margin-top: 200px;
}
#right {
	width: 449px;
	float: right;
	margin-top: 20px;
}
ul#menu {
	margin-top: 50px;
	margin-bottom: 100px;
}
a.zoom img {
	border: 1px solid #ccc;
	margin: 4px;
	padding: 4px;
}
a:hover.zoom img {
	border: 1px solid #FF9900;
	margin: 4px;
	padding: 4px;
}
#hidden_link {
	display: none;
}