table.concert_preview
{
	width:100%;
}

table.concert_list
{
	width:100%;
}


table.concert_preview td
{
	vertical-align:top;
	padding:5px;
}

table.concert_preview td.poster
{
	width:70px;
}
table.concert_preview td.poster a img
{
	border:0px;
}
.concert h3
{
	margin:0px;
}

.concert .admin
{
	background:#EFEFEF;
	border:1px solid #606060;
	padding:5px;
}

table.concert_detail
{
	width:100%;
}

table.concert_detail td
{
	font-size:10pt;
	vertical-align:top;
	padding:5px;
}

table.concert_detail table.details td
{
	padding-left:0px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}


table.concert_detail td.poster
{
	width:200px;
}

.concert .closed {
	font-weight:bold;
	color:#FF0000;
}

.concert #price {
	margin-left:3px;
}

.concert input {
	width:100%;
}
.concert textarea {
	width:100%;
}

.concert table.data {
	width:100%;
}
.concert table.data th {
	width:100px;
	text-align:left;
	font-weight:normal;
	font-size:10pt;
}
