/*--------------------------------------------------*/
/* Events                                           */

	.pullout {
		background: #007cc3 url("../../img/events/pullout.gif") no-repeat 0 0;
		width: 190px;
		float: right;
	}

		.pullout div {
			background: url("../../img/events/pulloutBottom.gif") no-repeat 0 100%;
			color: #fff;
			padding: 24px 12px 12px;
		}

			.pullout div h3 a {
				color: #fff;
				font-weight: normal;;
			}

			.pullout div a.more {
				background: url("../../img/global/arrowBlue.gif") no-repeat 100% 100%;
				padding: 0 24px 2px 0;
				text-align: right;
				color: #fff;
				display: block;
			}

	table {
		width: 100%;
		margin: 0 0 24px;
	}

		table th {
			background: #85cbed;
			color: #fff;
			text-align: left;
			padding: 6px;
		}

		table td {
			background: #fff;
			padding: 8px 6px;
			border-bottom: 1px solid #85cbed;
		}

			table td.view {
				text-align: right;
				width: 110px;
			}

				table td a.more {
					background-position: 100%;
					padding: 0 24px 0 0;
				}

	#map_canvas {
		margin: 0 0 12px;
	}