﻿
.ACA_Calendar_Prev 
{
	text-align:left;
}
.ACA_MoreItemLeft
{
	display:block;
}
.ACA_MoreItemRight
{
	display:block;
}

/*Tabs*/
.tabs {
  float: none;
  list-style: none;
  position: relative;
  text-align: left;
  width: 100%;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  display: block;
  cursor: pointer;
  position: relative;
  top: 4px;
  padding: 5px 5px;
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  border: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
  border: 1px solid #c2c2c2;
  min-height: 70px;
}

.ACA_Area_CapDetail {
    overflow-x: visible; 
    min-height:700px;
}
