.eb_wrap{
  width:100%;
  background-color:black;
  position:relative;
}

.orange{
  background-color:orange !important;
}

.orange a, .orange a:hover, .orange a:active, .orange a:focus{
  text-decoration:none;
  color: #000000 !important;
}

.calendars{
  float:left;
}

.clearfix{
  display:block;
  clear:both;
}

.calendar{
  float:left;
  background-color:#000000;
  height:150px;
  margin:5px;
  padding:5px;
}

.calendar .cal_title{
  background-color:#000000;
  color:#ffffff;
  text-align:center;
  width:100%;
}

.calendar .cal_days{
  clear:both;
  display:block;
}

.calendar .cal_days .cal_days_i{
  background-color:#000000;
  color:#ffffff;
  text-align:center;
  width:24px;
  float:left;
  cursor:pointer;
}

.calendar .cal_date{
  clear:both;
  display:block;
}

.calendar .cal_date .cal_date_i, .calendar .cal_date .cal_date_i_b{
  background-color:#000000;
  color:#ffffff;
  text-align:center;
  width:24px;
  float:left;
  cursor:pointer;
}

.form_container{
  position:absolute;
  width:100%;
}

.form_container form{
  margin:0 auto;
  width:90%;
}

.existing_file{
  display:none;
}

div.existing_file_container{
  height:200px;
  width:800px;
  overflow:auto;
}

#delete_container{
  float:right;
}
