.cal table {
  border-spacing: 0;
}
.cal {
  position: relative;
  padding: 4px;
  font-weight: bold;
  background: #bebfc0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}
.cal:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 4px;
  right: 4px;
  height: 6px;
  background: #d9d9d9;
  border: 1px solid #909090;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.cal a {
  text-decoration: none;
}
.cal th, .cal td {
  margin: 0;
  padding: 0 !important;
}
.cal table caption {
  margin-bottom: 0 !important;
}
.cal tr:first-child td {
  border-top: 0;
}
.cal td:first-child {
  border-left: 0;
}
.cal tr:first-child a {
  border-top: 0;
  margin-top: 0;
}
.cal tr:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}
.cal td:first-child a {
  border-left: 0;
  margin-left: 0;
}
.cal td:last-child a {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td:first-child a {
  border-radius: 0 0 0 3px;
}
.cal tr:last-child td:last-child a {
  border-radius: 0 0 3px 0;
}
.cal-events abbr, .cal abbr {
  border-bottom: none;
}

.cal-event{
	/*padding:10px !important;*/
	
}

.cal-table {
  position: relative;
  margin: 0 0 1px;
  border-spacing: 0;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #bbb;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
  color: #404040;
}
.cal-caption {
  width: 100%;
  padding-bottom: 1px;
  line-height: 32px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #004a91;
  border-radius: 3px 3px 0 0;
}
.cal-caption a {
  line-height: 30px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: normal;
  color: white;
}
.cal-caption .prev {
  float: left;
}
.cal-caption a.ui-link {
  color: #fff !important;
}
.cal-caption .next {
  float: right;
}
.cal-body td {
  width: 120px;
  font-size: 11px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.cal-body a {
  display: block;
  position: relative;
  line-height: 28px;
  color: #555;
  text-align: center;
  background: white;
}
.cal-body a:hover {
  background: #004a91;
  color: #fff !important;
}
.cal-letter {
  line-height: 28px;
  color: #555;
  text-align: center;
  background: #ccc;
}
.cal-off {
  color: #ccc;
  background: #fff;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
}
.cal-today a {
  background: #eaeaea;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  border: 1px black;
}
.cal-selected a {
  margin: -1px;
  color: #fff !important;
  background: #004a91;
  line-height: 28px;
  height: 28px;
}
.cal-check a {
  color: #55555;
  overflow: hidden;
  background-color: #ddebf6;
  line-height: 28px;
}
.lt-ie8 .cal-table {
  *border-collapse: collapse;
}
.lt-ie8 .cal-body a {
  zoom: 1;
}
#filters-container {
	width: 100%;
	padding-top: 10px;
}
#filters-container fieldset { 
  /*border: 1px solid #d4d4d4 */
}
#filters-container legend { 
  font-weight: bold;
  font-size: 90% !important;
  padding-bottom: 10px !important;

}
#filters-container legend span {
	display: block;
	white-space: normal;
	width: 150px;
}
#filters-container legend:after {
  border-top: 0 !important;
  height: 0 !important;
}
#filter-box1, #filter-box2 {
  width: 49%;
  float: left;
}
#filter-box3 {
  width: 49%;
  float: left;
}
#filter-box1, #filter-box2 {
  margin-right: 10px;
}
#filter-box1 label, #filter-box2 label, #filter-box3 label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;	
}
#filter-box1 input, #filter-box2 input, #filter-box3 input {
  margin-right: 5px;
  width: 13px;
  height: 13px;
  padding: 0;
  maring: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
#cal-results {
  padding: 10px;
  color: #404040;
}
#cal-results table {
  margin: 0 !important;
}
#cal-results th, #cal-results td {
	padding: 8px !important;
	border: 1px solid #d4d4d4;
}
#cal-results thead {
	background-color: #d4d4d4;
}
#cal-results h3 {
	margin: 0;
	padding: 0;
}
#cal-results a {
  color: #295376;
}
.header-cal-time {
	width:20%;
	
}
.header-cal-events {
	text-align: left;
	width:50%;
}

td.cal-time {
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	
}
.cal-image {
	float: left;
	padding-right: 8px;
}
.cal-image img {
  width: 70px !important;
  height: 41px !important;
}
.cal-status {
	background-color: #AB0000;
	color: #FFFFFF;
	padding: 0 3px;
	font-weight: bold;
	margin-right: 5px;
}
#cal-submit {
  margin: 15px 0;
  float:left;
  clear:both;
}
input#cal-submit {
  color: #fff !important;
  background-color: #004a91 !important;
}
#cal-submit:focus {
  outline: #ccc inset thin;
}
.ui-checkbox input, .ui-radio input {
    left: 30px !important;
    top: -30px !important;
}

.cal-title {	
 /* margin-left:5px;	*/
}

.cal-location {
padding:10px !important;	
}

.header-cal-location h3, .header-cal-events h3, .header-cal-time h3 {
  margin-top:15px !important;
}

label.first-label input {
  margin-bottom:5px;		
}
#form_first_fieldset {
  margin-bottom: 20px;
}
h2.cal_results_title {
  float:left;
  clear:both;
}