.agenda {
	position:relative;	
	min-height:600px;
}
.agenda h2 {
	margin-bottom:5px;
}
/**** Legend ****/
.agenda-legend {
	float:right;
	margin-bottom:10px;	
	margin-top:-80px;
}
.agenda-legend input[type=text] {
	padding:5px 8px;
}
.agenda-legend .core-tiny {
	font-size:12px;
	color:#111;
}

.agenda-legend-type {
	padding:5px 0px;
	cursor:pointer;
}
.agenda-legend-type-color {
	float:left;
	width:14px;
	height:14px;
	margin:4px 4px 0px 0px;
}
.agenda-legend-type-label {
	float:left;
	width:132px;
	font-size:12px;
}
.agenda-legend input {
	width:140px;	
}
a.agenda-type-all {
	margin-top:15px;
}

.agenda-timezone {
	display:inline-block;
	padding-right:15px;
}
.agenda-timezone select { 
	width:200px;
	padding:5px 10px;
	font-size:13px;
}

/**** Calendar ****/
/*.agenda-calendar {
	width:100%;
}

/* Day */
/*.agenda-calendar-day {
	float:left;
}
.agenda-calendar-day-label {
	padding:6px 30px;
	height:30px;
	border:1px solid #ccc;
	text-align:center;
	font-size:1px;
	line-height:14px;
	font-weight:bold;
	background:#222;
	color:#fff;
}

/* Event */
/*.agenda-calendar-blank {
	width:100%;
	float:left;
}
.agenda-calendar-event {
	border:1px solid #ccc;
	text-align:center;
	font-size:10px;
	line-height:11px;
	margin-top:-1px;
	width:100%;
	float:left;
}
.agenda-calendar-event-color {
	float:left;
}
.agenda-calendar-event-info {
	border-collapse:collapse;
}
.agenda-calendar-event-info td {
	vertical-align:middle;
}
.agenda-calendar-event-label,
.agenda-calendar-event-time {
	padding:0px 3%;
	width:94%;
	display:inline-block;
}
.agenda-calendar-event-time {
	font-style:italic;
}

/**** Print ****/
.agenda-print,
a.agenda-print,
a.agenda-print:link,
a.agenda-print:active,
a.agenda-print:visited,
a.agenda-print:hover {
	/*float:right;*/
	padding:6px 10px 6px 30px;
	background:#1466aa url(../images/icon-print.png) no-repeat 9px 7px;
	margin-bottom:10px;
	margin-top:-13px;
	margin-left:15px;
}

/**** Tabs ****/
.agenda-tabs {
	text-align:center;	
}
.agenda-tabs ul {
   list-style:none;
   margin:0 auto;
   padding:0px;
   text-align:center;
   /*border-bottom:1px solid #ccc;*/
}
.agenda-tabs li {
	display:inline;
}
.agenda-tabs li a {
	display:inline-block;
	padding:10px 7px;
	font-size:13px;
	line-height:16px;
	margin:0px 3px 6px;
	background:#fff;
	color:#222;
	text-decoration:none;
	border:1px solid #ccc;
	/*width:95px;*/
	text-align:center;
}
.agenda-tabs li.tab-selected a {
	/*border-bottom:1px solid #f9f9f9;*/
	background:#1466aa;
	color:#fff;
}

.agenda-tab-content .agenda-legend-type {
	padding:1px 5px;
	cursor:pointer;
}
.agenda-tab-content .agenda-legend-type-label {
	width:200px;
	height:40px;
}

/**** Items ****/
table.agenda-items > tbody > tr {
	border:1px solid #1466aa;
}
.agenda-items > tbody > tr > td {
	padding:15px;
}
.agenda-items .agenda-time td {
	background:#1466aa;
	color:#fff;
	font-style:italic;
	font-size:24px;
	padding:8px 15px;
}
	
.agenda-items .agenda-item-color {
	width:10px;
	padding:0px;
}
h4.agenda-item-title {
	text-transform:none;
	font-size:1.4em;
	/*font-size:1.2em;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;*/
}
.agenda-item-location {
	font-style:italic;	
	color:#888;
}
.agenda-item-topic {
	font-style:italic;	
}
.agenda-item-presenter {
	margin-bottom:5px;	
}
.agenda-item-presenter-image {
	/*border:1px solid #ddd;*/	
}

.agenda-item-image {
	float:right;
	margin:0px 0px 5px 5px;	
	max-width:200px;
}

/* Indent */
.agenda-items .agenda-time.agenda-indent td {
	padding-left:40px;
	background:#888;
}
.agenda-items > tbody > tr.agenda-indent > td {
	padding-left:35px;
}
.agenda-items > tbody > tr.agenda-indent > td.agenda-item-color {
	padding:0px;
}

/**** Glance ****/
.agenda-glance .agenda-items > tbody > tr > td {
	padding:4px 10px;	
}
.agenda-glance .agenda-items > tbody > tr.agenda-time > td {
	background:none;
	color:inherit;
	padding:15px 0px 0px;
	font-weight:bold;
	font-style:normal;
}
.agenda-glance td.agenda-time {
	width:180px;	
}

#timeformat {
	width:68px;
	padding:5px 2px 4px;
	vertical-align:top;
	border:1px solid #cccccc;
	box-shadow:0 0 4px #eee inset;
	margin-left:15px;
}

/**** Print ****/
@media print {
	#header,
	.agenda-legend,
	.agenda-tabs,
	.agenda-print {
		display:none;	
	}
}
@media (max-width: 767px) {
	.agenda-legend {
		float:none;
		margin:10px 0;
	}
	.agenda-timezone {
		display:block;
		padding:0 0 10px;
	}
}

/*##end##*/