ul.calendar_list{
	padding:0px;
	margin:0px;
	min-height:300px;
}

ul.calendar_list, .calendar_list ul{
	list-style-type:none;
	padding-top:1px;
}

ul.calendar_list li div.calendar_list_title{
	font-weight:bold;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:  3px 3px 0px 0px;
	border-radius:  3px 3px 0px 0px;
	border:1px solid #e7e7e7;
	background-color:#413738;
	background-image:url(/content/themes/Admin/images/menubarbg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding:5px 20px;
	font-size:16px;
	color:#ffffff;
	cursor:move;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
}

ul.calendar_list .placeholder {
	border: 1px dashed #4183C4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height:44px;
}

ul.calendar_list .mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

ul.calendar_list {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

ul.calendar_list, ul.calendar_list ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

ul.calendar_list {
	margin: 0px 0;
}

.calendar_list li {
	margin: 5px 0 0 0;
	padding: 0;
}

.calendar_list li div  {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	padding: 6px;
	margin: 0;
	cursor: move;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);

}

ul.calendar_list li div.calendar_list_content{
	padding:20px;
	background-color:#fefefe;
	background-image:url(header_menubg-over.jpg);
	background-repeat:repeat-x;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	display:none;
}

ul.calendar_list li div.calendar_list_title div.calendar_list_remove{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
}

ul.calendar_list li div.calendar_list_title div.calendar_list_edit{
	font-size:10px;
	float:right;
	cursor:pointer;
	border:0px;
	background:none;
	padding:3px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	background: #666666;
	text-transform:uppercase;
	margin-right:3px;
}

.calendar_add_event{
	line-height:26px
}

.calendar_event_wrapper{
	padding:20px;
}

.calendar_widget{
  border: 1px solid #CCC;
}

.calendar_widget h3{
  padding: 20px;
  background: #780000;
  color: #FFF;
}

#left_column .calendar_widget h3{
  padding: 5px;
}

#right_column .calendar_widget h3{
  padding: 5px;
}

.calendar_widget_view_all{
  font-size: 10px;
  font-style: italic;
  color: #FFF;
  float: right;
}

.calendar_widget_ul{
  list-style: none;
  margin-left: -30px;
}

.calendar_widget_li{
  border-bottom: solid 1px #000;
}

.calendar_widget_li.last{
  border-bottom: solid 0px #000;
}

.calendar_widget_body{
  width: 100%;
}

.calendar_widget_date{
  width: 20%;
  padding-bottom: 10px;
}

#left_column .calendar_widget_date_icon{
  height: 100%;
  width: 100%;
  border: solid 1px #CCC;
}

#right_column .calendar_widget_date_icon{
  height: 100%;
  width: 100%;
  border: solid 1px #CCC;
}

.calendar_widget_date_icon{
  height: 60px;
  width: 60px;
  border: solid 1px #CCC;
  margin: 0 auto;
}

.calendar_widget_date_month{
  font-size: 12px;
  color: #FFF;
  height: 20px;
  background: #780000;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.calendar_widget_date_month span{
  position: relative;
  top: 2px;
}

.calendar_widget_date_day span{
  position: relative;
  top: 10px;
}

#left_column .calendar_widget_date_day span{
  top: 0px;
}

#right_column .calendar_widget_date_day span{
  top: 0px;
}

.calendar_widget_date_day{
  font-size: 20px;
  color: #780000;
  font-weight: bold;
  text-align: center;
}

.calendar_widget_description{
  width: 70%;
  padding-left: 10px; 
}