a:link{
	text-decoration: none;
}

a:hover{
	color: #ffff00;
}
a:link{
	text-decoration: none;
}

a:hover{
	color: #ffff00;
}

.aboutbluemanseat{
	font-size: 12px;
	color: #ccc;	
}

dl.aboutbluemanseat dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 5em;
	padding-left: 5px;
	color: #ffcc00;
	text-align: right;
}

dl.aboutbluemanseat dd {
	margin-bottom: 0.8em;
	margin-left: 5em;
	font-weight: bold;
	padding-left: 2em;
}

dl.aboutbluemanseat dd span{
	 font-weight: normal;
 	color: #aeaeae;	
 	font-size: 11px;
}

table .bluemantop img{
	margin: 0;
	padding: 0;
}



div#performance-calendar {
  padding: 0;
}

div#performance-calendar table {
  width: 650px;
  border-collapse: collapse;
  font-family: "Trebuchet MS";
  background: #fff;
}

div#performance-calendar table td,
div#performance-calendar table th {
  border: 1px solid #534741;
  background: #fff;
  }

div#performance-calendar table thead th {
  border-top: 2px solid #534741;
  text-align: center;
  font-weight: bold;
  height: 20px;
  background-color: #ccc;
}

div#performance-calendar table tr.last th,
div#performance-calendar table tr.last td {
  border-bottom: 2px solid #534741;
}

div#performance-calendar table th.first,
div#performance-calendar table td.first {
  border-left: 2px solid #534741;
}

div#performance-calendar table th.last,
div#performance-calendar table td.last {
  border-right: 2px solid #534741;
}

div#performance-calendar table td.empty {
  border: none !important;
  width: 48px;
}

div#performance-calendar table th.month {
  border: none !important;
  width: 48px;
  color: #fff;
  font-weight: bold;
  padding: 0 0;
  margin: 0 0;
}

div#performance-calendar table th.month .month-header {
  display: block;
  background: url(../img/scorners_l.gif) no-repeat left top;
  margin: 0 0;
  padding: 0 0 0 12px;
  font-size: 1px;
}

div#performance-calendar table th.month .month-header .month-header-content {
  display: block;
  margin: 0 0;
  padding: 0 0;
  background-color: #534741;
  width: 52px;
  height: 12px;
}

div#performance-calendar table th.month .month-main {
  display: block;
  background-color: #534741;
  margin: 0 0;
  padding: 0 0;
  width: 64px;
  height: 54px;
  line-height: 54px;
  vertical-align: center;
}

div#performance-calendar table th.month .month-footer {
  display: block;
  background: url(../img/scorners_l.gif) no-repeat left bottom;
  padding-left: 12px;
  font-size: 1px;
}

div#performance-calendar table th.month .month-footer .month-footer-content {
  display: block;
  background-color: #534741;
  width: 52px;
  height: 12px;
}

div#performance-calendar table tbody td {
  width: 98px;
  height: 64px;
  vertical-align: top;
  padding: 8px 8px;
}

div#performance-calendar table tbody td .day {
  font-size: 15px;
  font-weight: bold;
}

div#performance-calendar table tbody td ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div#performance-calendar table tbody td ul li {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div#performance-calendar table tbody td.odd_month {
  background-color: #fff;
}

div#performance-calendar table tbody td.even_month {
  background-color: #ffd;
}

div#performance-calendar table tbody td.saturday .day {
  color: #48e;
}

div#performance-calendar table tbody td.holiday .day {
  color: #e48;
}



.f00{
	color: #f00;
}

.month-tab{
	margin:30px 10px 0 10px;
}


div#performance-calendar .month-tab span{
	margin: 0 10px;
	background-color: #666;
	padding: 10px 10px 5px 10px;
}

div#performance-calendar .month-tab span.current{
	background-color: #ff8800;
	font-weight: bold;
}

div#performance-calendar .month-tab span.current a{
	color: #00F;
	text-decoration: none;
}

div#performance-calendar .month-tab span a{
	color: #fff;
	text-decoration: underline;
}