	
	/* ADMIN BUTTON ........................ */
	body {position:relative;}
	#btn-admin {
		position:absolute;
		top:142px;
		left:3px;
		z-index:9999;
		width:6px;
		height:6px;
		}
		#btn-admin a, #btn-admin a:hover, #btn-admin a:visited {
			display:block;
			width:6px;
			height:6px;
			border-bottom:none;
			font-size:6px;
			line-height:6px;
			color:#fff !important;
			}
			#btn-admin a:hover {background:#bf8e3d;}



	/* EVENT LIST TABLE ........................ */
		#event-list-table {
			clear:both;
			width:740px;
			margin-top:2em;
			}
		#event-list-table thead td {
			padding:32px 0 18px 10px;
			font-size:1.2em;
			font-weight:bold;
			vertical-align:bottom;
			}				
			#event-list-table thead td.where {background:url(../img/event_list_top_lft.gif) no-repeat left top;}				
			#event-list-table thead td.when {background:url(../img/event_list_top_mid.gif) repeat-x left top;}				
			#event-list-table thead td.what {background:url(../img/event_list_top_mid.gif) repeat-x left top;}				
			#event-list-table thead td.info {background:url(../img/event_list_top_rgt.gif) no-repeat right top;}				
				#event-list-table thead span {
					padding-left:17px;
					background:url(../../img/bullet_anchored.gif) no-repeat left 4px;
					}
				#event-list-table thead a, #event-list-table thead a:visited {
					border:none;
					text-decoration:underline;
					color:#444;
					}
				#event-list-table thead a:hover {text-decoration:none;}

		#event-list-table tbody td {
			border-top:1px dashed #bbb;
			padding:10px;
			font-size:1em;
			line-height:1.4em;
			}				
			#event-list-table tbody td.where {}				
				#event-list-table tbody span {font-weight:bold;} /* for province */			
			#event-list-table tbody td.when {font-weight:bold; color:#c30;}				
			#event-list-table tbody td.what {font-weight:bold;}				
			#event-list-table tbody td.info {
				text-align:right;
				}
				#event-list-table tbody td.info span {
					padding-left:17px;
					background:url(../../img/bullet_internal.gif) no-repeat left 2px;
					font-weight:normal;
					}
				#event-list-table tbody td.info a {
					border:none;
					text-decoration:underline;
					text-transform:uppercase;
					color:#444;
					}
				#event-list-table tbody td.info a:hover {text-decoration:none;}

		#event-list-table tfoot td {
			height:30px;
			border-top:1px dashed #bbb;
			font-size:0px;
			}				
			#event-list-table tfoot td.where {background:url(../img/event_list_foot_lft.gif) no-repeat left bottom;}				
			#event-list-table tfoot td.when {background:url(../img/event_list_foot_mid.gif) repeat-x 0 bottom;}				
			#event-list-table tfoot td.what {background:url(../img/event_list_foot_mid.gif) repeat-x 0 bottom;}				
			#event-list-table tfoot td.info {background:url(../img/event_list_foot_rgt.gif) no-repeat right bottom;}				
			

