

/* upcoming events
--------------------------------------------*/
.upcoming-events {
	width: 525px;
}
.upcoming-events h1 {
	float: left;
	width: 200px;
	border: none;
	white-space: nowrap;
}
.upcoming-events div.hr-header {
	clear: both;
	background-color: silver;
	height: 1px;
}
.upcoming-events div.create-event {
	text-align: right;
}
.upcoming-events ul.list-view-options {
	padding: 0 20px 4px 0;
	text-align: right;
	margin: 20px 0 -1px 0;
	border-bottom: 1px solid silver;
	float: right;
}
.upcoming-events ul.list-view-options li {
	display: inline;
	margin-left: 5px;
}
.upcoming-events ul.list-view-options li a {
	background-color: #F7F7F7;
	border: 1px solid #DDD;
	border-bottom: 1px solid #F7F7F7;
	padding: 5px 10px 4px;
	margin: 5px 0 0 0;
}
.upcoming-events ul.list-view-options li.on a {
	border: 1px solid silver;
	border-bottom: 1px solid #F7F7F7;
	padding: 5px 10px 5px;
}
.upcoming-events h2 {
	line-height: 1.2em;
}
.upcoming-events .event-item .tagline {
	margin-bottom: 12px;
	font-weight: 1.2em;
}

.upcoming-events .date-item {
	border: 1px solid silver;
	margin: 15px 0;
}
.upcoming-events .date-item .date {
	font-weight: bold;
	padding: 5px 10px;
	background-color: #EEE;
}

.upcoming-events div.event-item {
	background-color: white;
	padding: 5px 10px 10px;
	margin: 5px 0 0;
	border-bottom: 1px solid #DDD;
}
#tendenci .upcoming-events .event-options {
	text-align: right;
	padding: 0;
	background-color: white;
	border: none;
}

/* past events
--------------------------------------------*/
.past-events {
	width: 525px;
}
.past-events h1 {
	float: left;
	width: 200px;
	border: none;
	white-space: nowrap;
}
.past-events div.hr-header {
	clear: both;
	background-color: silver;
	height: 1px;
}
.past-events div.create-event {
	text-align: right;
}
.past-events ul.list-view-options {
	padding: 0 20px 4px 0;
	text-align: right;
	margin: 20px 0 -1px 0;
	border-bottom: 1px solid silver;
	float: right;
}
.past-events ul.list-view-options li {
	display: inline;
	margin-left: 5px;
}
.past-events ul.list-view-options li a {
	background-color: #F7F7F7;
	border: 1px solid #DDD;
	border-bottom: 1px solid #F7F7F7;
	padding: 5px 10px 4px;
	margin: 5px 0 0 0;
}
.past-events ul.list-view-options li.on a {
	border: 1px solid silver;
	border-bottom: 1px solid #F7F7F7;
	padding: 5px 10px 5px;
}
.past-events h2 {
	line-height: 1.2em;
}
.past-events .event-item .tagline {
	margin-bottom: 12px;
	font-weight: 1.2em;
}
.past-events .date-item {
	border: 1px solid silver;
	margin: 15px 0;
}
.past-events .date-item .date {
	font-weight: bold;
	padding: 5px 10px;
	background-color: #EEE;
}

.past-events div.event-item {
	background-color: white;
	padding: 5px 10px 10px;
	margin: 5px 0 0;
	border-bottom: 1px solid #DDD;
}
#tendenci .past-events .event-options {
	text-align: right;
	padding: 0;
	background-color: white;
	border: none;
}

/* event item
--------------------------------------------*/
.event-item table.event-details {
	width: 100%;
}
.event-item table.event-details td.label {
	font-weight: bold;
	text-align: right;
	width: 1%;
	padding: 0 5px;
}

/* add event
--------------------------------------------*/
.add-event {
	width: 750px;
}
#tendenci .add-event .start-field 
input[type="text"] {
	width: 100px;
	margin-left: 10px;
}
#tendenci .add-event .end-field 
input[type="text"] {
	width: 100px;
	margin-left: 10px;
}

#tendenci .event-options {
	margin-top: 15px;
	background-color: #F2F2F2;
	border: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	clear: both;
}

/* edit event
--------------------------------------------*/
.edit-event {
	width: 750px;
}
#tendenci .edit-event .start-field 
input[type="text"] {
	width: 100px;
	margin-left: 10px;
}
#tendenci .edit-event .end-field 
input[type="text"] {
	width: 100px;
	margin-left: 10px;
}

#tendenci .event-options {
	margin-top: 15px;
	background-color: #F2F2F2;
	border: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	clear: both;
}

/* event details
--------------------------------------------*/
/* time and place - tabular info */
#tendenci div.event-details {
	width: 750px;
}
#tendenci .event-details 
table.time-place {
	width: 100%;
	margin-top: 10px;
}
#tendenci .event-details 
table.time-place .label {
	font-weight: bold;
	text-align: right;
	width: 75px;
	padding: 0 5px;
	white-space: nowrap;
}

/* contact - tabular info */
#tendenci .event-details 
table.contact {
	width: 100%;
	margin-top: 10px;
}
#tendenci .event-details 
table.contact .label {
	font-weight: bold;
	text-align: right;
	width: 75px;
	padding: 0 5px;
	white-space: nowrap;
}
#tendenci table.contact .info {
}
#tendenci .description {
	margin-top: 10px;
}











