section.box.cal,
section.box.cal .top,
section.box.cal .bottom {
	width:600px;
}

section.box.cal .content {
	width:580px;
}

section.box.cal-side,
section.box.cal-side .top,
section.box.cal-side .bottom {
	width:330px;
}

section.box.cal-side .content {
	width:310px;
}

section.box.cal-side .content .line {
	width:290px;
}

section.box.cal-side .content .line textarea {
	width:280px;
}

table.maincal {
	display:table;
	float:left;
	width:560px;
	border:1px solid #333;
	background-color:white;
	color:#333;
	margin:10px;
}

table.maincal a {
	text-decoration:none;
	display:block;
	width:100%;
	height:20px;
}

table.maincal td,
table.maincal th {
	padding:5px;
	height:20px;
	line-height:20px;
}

table.maincal .weekend a {
	color:#666;
}

table.maincal .othermonth {
	color:white;
}

table.maincal .today a {
	background-color:#EEE;
}

table.maincal .selectedday {
	padding:4px 5px;
}

table.maincal .selectedday a {
	border:1px solid #333;
	background-color:#EEE;
}

table.maincal .dayheader {
	background-color:#333;
	color:white;
}

table.maincal table.title {
	background-color:#FFF;
}

table.maincal > tbody > tr > td > a:hover {
	background-color:#DDD;
}

/* UI-DATE-PICKER */
#ui-datepicker-div {
	display:none;
	float:left;
	margin:10px 0;
	background-color:white;
	border:1px solid #ddd;
	padding:10px;
	width:180px;
}

.ui-datepicker-header {
	display:block;
	float:left;
	height:20px;
	width:180px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display:block;
	float:left;
	height:20px;
	width:20px;
	line-height:20px;
	background-color:#eee;
	border-radius:4px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url('../img/icons/arrow_left.png');
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background-color:#ddd;	
}

.ui-datepicker-next {
	float:right;
	background-image:url('../img/icons/arrow_right.png');
}

.ui-datepicker-title {
	display:block;
	float:left;
	height:20px;
	margin:-20px 20px 0;
	width:140px;
	text-align:center;
	line-height:20px;
}

.ui-datepicker-calendar {
	display:table;
	float:left;
	width:180px;
	margin-top:5px;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
	padding:5px;
	text-align:center;
}

.ui-datepicker-calendar td a {
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:#333;
	line-height:20px;
	border-radius:4px;
}

.ui-datepicker-today a {
	background-color:#eee;
}

.ui-datepicker-calendar td a:hover {
	background-color:#ddd;
}

.ui-widget-overlay {
	display:block;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:rgba(255,255,255,0.8);
}

.ui-widget-overlay img.Update {
	display:block;
	margin:200px auto;
}