@charset "utf-8";

/**
 * [2007-07-19 as] created
 *
 * $Rev: 801 $ Revision of last commit
 * $Author: jan $ Author of last commit
 * $Date: 2009-04-27 14:18:43 +0200 (Mo, 27 Apr 2009) $ Date of last commit
 */

.tabs-box .content {
	padding: 10px;
}
 
.date-detail-box {
	width: 926px;  
}
.date-detail-box .content-area {
	width: 100%;
	background: #DBDBDB;
}

.date-detail-box .further-detail-box {
	width: 280px;
}
.date-detail-box .further-detail-box .content-area {
	width: 100%;
	background: #FFF;
	color: #000;
}
 
.concert-preview-box {
	width: 528px;
}
.concert-preview-box .content-area {
	width: 100%;	
	background: #DBDBDB;
}

 
/* Comments ################################################################# */

/* comments */
.comments-box {
  /*margin-bottom: 15px;*/
	background-color: #DBDBDB;
  }
.comments-box .head {
	padding: 6px 6px 6px 15px;
	text-align: center;
	width: 367px; /* safari, opera */
	color: #000;
  }
.comments-box .head.header-type-4 {
	background: transparent;
}
.comments-box .prev {
  float: left;
  }
.comments-box h1 {
  padding: 0px;
  float: left;
  background: transparent;
  display: none;
  }
.comments-box .count {
  float: left;
  display: none;
  }
.comments-box .next {
  float: right;
  margin-right: 10px;
  }
.comments-box .row {
  padding: 5px;
  width: 378px;
  border-bottom: solid 2px #fff;
  }
.comments-box .page {
  padding: 5px;
  text-align: center;
  }
 .comments-box #comment_form_box {
 	position:relative;
 	width:100%;
 	text-align:center;
 	margin:5px 0 5px 0;
 	padding-bottom:5px;
 	border-bottom:solid 2px #fff;
 }
 .comments-box #comment_form_box a {
 	 display: none;
 }
.comments-submit-box table {
 	width:100%;
 	background:#DBDBDB;
 	padding:5px;
}
.comments-submit-box textarea {
	font-family:verdana,sans-serif;
	font-size:10px;
	width:154px;
	height:30px;
	border:0;
}
.comments-submit-box .btn {
	font-size:10px;
	padding:1px;
	color:#9a9a9a;
	border:solid 1px #9a9a9a;
	background:#fff;
	cursor: pointer;
}

/* /Comments ################################################################# */
