/* Join button */
.dao-calendar-join        { background: url(../img/event_join.png) no-repeat; width: 86px; height: 23px; position: absolute; top: 5px; right: 0; }
.dao-calendar-join.active { background-position: 0 -23px; }

.dao-event-users          { width: 86px; position: absolute; top: 33px; right: 0; font-size: 11px; text-align: center; color: #aaa; }


/* Date */
.dao-event-date        { margin-bottom: 15px; font-family: Arial, sans-serif; }
.dao-event-date strong { display: block; font-size: 20px; line-height: 1.2em; margin-bottom: 3px; }
.dao-event-date span   { color: #aaa; margin-left: 10px; }


/* Calendar Item */
.dao-item-brief .dao-calendar-join { top: 15px; right: 15px; }
.dao-item-brief .dao-event-users   { top: 40px; right: 15px; }


/* Calendar List */
.dao-catalog-item-list.dao-calendar-list .dao-item-title                       { margin-bottom: 15px; }

.dao-catalog-item-list.dao-calendar-list.dao-two-column .dao-calendar-join     { position: static; margin-top: 8px; }
.dao-catalog-item-list.dao-calendar-list.dao-two-column .dao-event-users       { width: auto; position: static; text-align: left; }
.dao-catalog-item-list.dao-calendar-list.dao-two-column .dao-event-date strong { font-size: 14px; line-height: 1.2em; display: block; }


/* Search */
.dao-search-date   { background: #F8FBFE; padding: 15px; border-radius: 3px; }
.dao-search-date p { padding-top: 15px; }


/* Nav Pills Dao */
.nav-pills-dao 				{ margin-bottom: 15px; font-size: 11px; overflow: hidden; zoom: 1; }
.nav-pills-dao li 			{ float: left; margin-right: 10px; border: 1px solid transparent; line-height: 13px; border-radius: 5px; padding: 3px 6px 4px; }
.nav-pills-dao li a 		{ display: block; color: #727a90; text-decoration: underline; float: left; }
.nav-pills-dao li a:hover 	{ color: #333; border-color: #333; }
.nav-pills-dao li a.new		{ margin-left: 5px; text-decoration: none; }
.nav-pills-dao li.active 	{ border-color: #ebf0f4; background: #fff; }
.nav-pills-dao li.active a 	{ color: #628fa5; text-decoration: none; border-color: #ebf0f4; }

/* Panel */
.dao-weekselector{background:#fff;margin:15px 0;position:relative;overflow:hidden;
	font-size:11px;line-height:11px;border-radius:29px;border:1px solid #fff;margin-bottom: 30px;
	}

	.dao-weekselector-prev,.dao-weekselector-next{position:absolute;top:0;left:0;width:25px;border-left:1px solid #dfe3e8;
		border-radius:27px;border-top-right-radius:0;border-bottom-right-radius:0;
		}
	.dao-weekselector-next{left:auto;right:0;
		border-radius:0;border-top-right-radius:27px;border-bottom-right-radius:27px;
		}

	.dao-weekselector-week{margin:0 18px 0 25px;overflow:hidden;}
		.dao-weekselector-day,.dao-weekselector-prev,.dao-weekselector-next{
			display:block;height:11px;padding:9px 0;color:#727a90;text-decoration:none;text-align:center;
			background: #fbfbfc;
			background: -moz-linear-gradient(top,  #fbfbfc 0%, #f0f2f5 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfc), color-stop(100%,#f0f2f5));
			background: -webkit-linear-gradient(top,  #fbfbfc 0%,#f0f2f5 100%);
			background: -o-linear-gradient(top,  #fbfbfc 0%,#f0f2f5 100%);
			background: -ms-linear-gradient(top,  #fbfbfc 0%,#f0f2f5 100%);
			background: linear-gradient(top,  #fbfbfc 0%,#f0f2f5 100%);
			box-shadow: -1px 0 0 #dfe3e8 inset, 0 1px 0 #dfe3e8 inset, 0 -1px 0 #dfe3e8 inset,1px 0 0 #fff inset, 0 2px 0 #fff inset;
			}
		.dao-weekselector-day{float:left;width:14.285%;
			}
		.dao-weekselector-day.holiday{color:#f00}
		.dao-weekselector-day.today{color:#0a0}
		.dao-weekselector-day:hover,.dao-weekselector-prev:hover,.dao-weekselector-next:hover{color:#fff;
			background: #4ec4ff;
			background: -moz-linear-gradient(top,  #4ec4ff 0%, #22b3fe 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ec4ff), color-stop(100%,#22b3fe));
			background: -webkit-linear-gradient(top,  #4ec4ff 0%,#22b3fe 100%);
			background: -o-linear-gradient(top,  #4ec4ff 0%,#22b3fe 100%);
			background: -ms-linear-gradient(top,  #4ec4ff 0%,#22b3fe 100%);
			background: linear-gradient(top,  #4ec4ff 0%,#22b3fe 100%);
			box-shadow: 1px 0 0 #27ace8 inset, 0 1px 0 #27ace8 inset, 0 1px 0 #27ace8 inset;
			}
		.dao-weekselector-day:active,.dao-weekselector-day.current,.dao-weekselector-prev:active,.dao-weekselector-next:active{background:#edf8fd;color:#628fa5;box-shadow:inset 0 2px 3px #b4d5e2 }
