.month{
	background-color:  transparent;
	overflow:  visible;
}
.not_month{
	background-color:  transparent;
}
.hover_class{
	background-color: #807059;
}
.date_box{
	background-color: transparent;
	padding: 2px;
	text-align:  right;
	font-size: 13px;
	color:  #080808;
}
.date_box a{
	text-decoration:  none;
	color: #1D201F;
}
.date_box a:hover{
	color: #ff3300;
}
.date_box_not_month{
	background-color: transparent;
	padding: 2px;
	text-align:  right;
	font-size: 13px;
	color:  #232323;
}
.date_box_not_month a{
	text-decoration:  none;
	color:  #232323;
}
.date_box_not_month a:hover{
	color:  #ff330;
}
.calendar_table{
	border-right: 1px solid #000000;
}
.calendar_table td{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.calendar_table th{
	border-bottom: 1px solid #000000;
	font-weight: normal;
	font-size: 13px;
	color: #353D39;
}
.cell_padding{
	padding: 2px;
}
input,textarea,select{
	border:  1px solid #b0b0b0;
	padding: 4px;
}
form{
	padding: 0px;
	margin: 0px;
}
.dates{
	border:  1px solid #B0B0B0;
	width: 20px;
	padding:  4px;
}
.update_table{
	font-size: 13px;
}
.event{
	padding: 3px;
	line-height: 100%;
	/*background-color: #FFCCA3;*/
	background-color: #3F4242;
	color: #ffffff;
	margin-top: 4px;
	border: 1px solid #D1B68C;
	font-size:  11px;
	position: relative;
	z-index: 100;
	-moz-border-radius: 5px;
}
.movable{
	cursor: move;
}
.event table{
	font-size:  11px;
}
.edit_name{
	font-size:  11px;
	padding:  2px 0px;
	border: 0px #cccccc;
	text-align: left;
	width: 100%;
}
.edit_event{
	float:  right;
}

.event_table{
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.event_table td{
	border:  0px;
	padding: 0px;
	margin:  0px;
}
.right{
	float: right;
}
.editable{
	cursor: text;
}
