/* Event Calendar Controls */
	
	/* Tools Control */
	.sys_theme-simple .sys_events-tools-control .sys_button-subscribe-calendar {
	background-image: url("imgs/calendar-icon.gif");}
	.sys_theme-simple .sys_events-tools-control .sys_button-download {
	background-image: url("../Common/imgs/acrobat-icon.gif");}

		/* Listing Control */
		.sys_theme-simple .sys_events-control {
		float: left;
		margin:0;
		padding:0;
		width:70%;
		}
		
		/* Title */
		.sys_theme-simple .sys_events-control .sys_events-title {
		margin:0 0 .5em 0;
		padding:0 12px;
		font-size:1.4em;
		font-weight:400;
		}
	
		/* Repeating Item */
		.sys_theme-simple .sys_events-control .sys_subitem {}
				
				
		.sys_theme-simple .sys_events-control .sys_subitem .sys_events-subheading {
		display:block;
		font-size:1em;
		margin:-2px 0 10px 12px;
		padding:0;
		position:relative;
		z-index:99;
		background:#f7f7f7;
		}
			.sys_theme-simple .sys_events-control .sys_subitem .sys_events-subheading a {
			margin:0;
			padding:5px 0 0 4px;
			display:inline-block;
			font-weight: bold;
			text-decoration: none;
			position:relative;
			z-index:100;
			top:-1em;
			}
				.sys_theme-simple .sys_events-control .sys_subitem .sys_events-subheading a:hover {
				text-decoration: underline;
				}
		/* Icon */
		/* Adds a Default Blank Icon */
		.sys_theme-simple .sys_events-control .sys_itemslist div.sys_icon {
		float: right;
		width:32px;
		height:32px;
		background-position:0 0;
		background-repeat:no-repeat;
		background-image:url("imgs/contenttypes/large/blank.gif");}
		
		/* Item Summary Wrapper */
		.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary {
		position:relative;
		z-index:300;
		top:-15px;
		margin:0;
		padding:0 0 0 9px;
		min-height:1em;
		zoom:1;
		}
			
			.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary dl {
			padding-bottom:0;}
			
				.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary dl dt.sys_events-description {
				display:none;
				}

	/* Special Links for an Event */
	.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary .sys_subitem-links {
	margin:0 0 10px 16px;
	overflow:auto;
	}
		.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary .sys_subitem-links ul {
		margin:0;
		padding:0;
		list-style-type:none;
		}
			.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary .sys_subitem-links li {
			float: left;
			position: relative;
			margin: 0 24px 0 0;
			padding: 0 0 0 16px;
			}

		.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary .sys_subitem-links li.sys_link-register {
		background: url("imgs/event-register-icon.gif") no-repeat   ;
		}
		.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary .sys_subitem-links li.sys_link-download {
		background: url("imgs/event-download-icon.gif") no-repeat;
		}

			.sys_theme-simple .sys_events-control .sys_subitem .sys_events-summary .sys_subitem-links li a {
			font-weight: bold;
			}
	

	/* Search Options */
	.sys_theme-simple .sys_events-search-control {
	margin:0 0 10px 0;
	padding:8px 0 10px 8px;
	float:right;
	width:27%;}
	
	.sys_theme-simple .sys_events-search-control .sys_search-row, .sys_theme-simple .sys_events-search-control .sys_basic-search-row {
		margin-bottom:.8em;}
			.sys_theme-simple .sys_events-search-control label {
			width:100%;
			display:block;
			margin:0 0 4px 0;
			}
			
			.sys_theme-simple .sys_events-search-control input {
			width:95%;
			}
			
			.sys_theme-simple .sys_events-search-control select {
			width:98%;
			}
	/*----*/

	/* Minilist Controls */
	.sys_theme-simple .sys_events-minilist-control {
	width:auto;
	margin:0;
	padding:0;
	float:none;}
		.sys_theme-simple .sys_events-minilist-control ul.sys_itemslist {
		margin:0 0 0 12px;
		padding:0;
		font-size:100%;}
		
		.sys_theme-simple .sys_events-minilist-control ul.sys_itemslist li {
		background:none;
		border:0 none;
		margin:0;
		padding:0;
		list-style-type:none;
		clear:both;}
			.sys_theme-simple .sys_events-minilist-control ul.sys_itemslist li {
			margin:0;
			padding:.3em 3px;
			border-bottom:1px solid #b2b2b2;}
						.sys_theme-simple .sys_events-minilist-control ul.sys_itemslist li.sys_last {
						border-bottom:0 none #b2b2b2;}
	
	/* Standard and Mini Combo Control */
	.sys_theme-simple .sys_events-standardminicombo .sys_standard-list {
	width:auto;
	margin:0;
	padding:0;
	float:none;}
		.sys_theme-simple .sys_events-standardminicombo .sys_standard-list .sys_datarepeatercontrol {
		margin:0;}
		
	.sys_theme-simple .sys_events-standardminicombo .sys_events-minilist-control {
	width:auto;
	margin:0;
	padding:0;
	float:none;}
		.sys_theme-simple .sys_events-standardminicombo .sys_events-minilist-control .sys_datarepeatercontrol {
		margin:0;}

/* Record details */
.sys_theme-simple .sys_events-record {}

	.sys_theme-simple .sys_events-record div.sys_events-photo {
	float: left;
	display: inline;
	background: #ffffff url("../../../Contensis/events/Themes/Simple/imgs/default-photo-large.png") no-repeat;
	border:7px solid #f0f0f0;
	margin-right: 15px;
	width: 140px;
	min-height:180px;
	text-align:center;
	}
		.sys_theme-simple .sys_events-record div.sys_events-photo img {
		display:block;
		margin:auto;
		}
	
	.sys_theme-simple .sys_events-record dl {
	position:relative;
	margin:0 16px 0 12px;
	padding:0;
	}	
		.sys_theme-simple .sys_events-record dl dt {
		float: left;
		position: relative;
		margin:0;
		padding:.4em 0;
		width:150px;
		font-weight:bold;
		}		
		.sys_theme-simple .sys_events-record dl dd {
		position: relative;
		border-bottom:1px solid #eee;
		margin:0;
		padding:.4em 0; 
		}	
		
		.sys_theme-simple .sys_events-record dl dd ul {
		margin:0;
		padding:0;
		}
			.sys_theme-simple .sys_events-record dl dd ul li {
			margin:0;
			padding:0 0 2px 0;
			list-style-type:none;
			}
				.sys_theme-simple .sys_events-record dl dd ul li span.sys_spanlabel {
				color:#2469a3;
				}
		/* Date */		
		.sys_theme-simple .sys_events-record dl dt.sys_events-date {
		}
		
		.sys_theme-simple .sys_events-record dl dd.sys_events-date {
		}
			.sys_theme-simple .sys_events-record dl dd.sys_events-date ul {
			font-size:100%;}
			.sys_theme-simple .sys_events-record dl dd.sys_events-date ul li {
			}
		
		.sys_theme-simple .sys_events-record dl dt.sys_events-description {
		width:100%;}		
		.sys_theme-simple .sys_events-record dl dd.sys_events-description {
		clear:both;
		}	

/*----*/









