@charset "utf-8";
/* CSS Document */

.eventboardThumb {
	border: 1px solid #000;
}

.eventboardThumbSelected {
	border: 1px solid #F00;
}

.eventDetailsThumbHeader {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FF9900),
		color-stop(1, #FF4D00)
	);
	background-image: -o-linear-gradient(bottom, #FF9900 0%, #FF4D00 100%);
	background-image: -moz-linear-gradient(bottom, #FF9900 0%, #FF4D00 100%);
	background-image: -webkit-linear-gradient(bottom, #FF9900 0%, #FF4D00 100%);
	background-image: -ms-linear-gradient(bottom, #FF9900 0%, #FF4D00 100%);
	background-image: linear-gradient(to bottom, #FF9900 0%, #FF4D00 100%);
}

.eventListsThumbHeader {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #79F2E6),
		color-stop(1, #2C9977)
	);
	background-image: -o-linear-gradient(bottom, #79F2E6 0%, #2C9977 100%);
	background-image: -moz-linear-gradient(bottom, #79F2E6 0%, #2C9977 100%);
	background-image: -webkit-linear-gradient(bottom, #79F2E6 0%, #2C9977 100%);
	background-image: -ms-linear-gradient(bottom, #79F2E6 0%, #2C9977 100%);
	background-image: linear-gradient(to bottom, #79F2E6 0%, #2C9977 100%);
	}

.eventboardPv {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #D9D9D9)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #D9D9D9 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #D9D9D9 100%);
}

.eventboardEditView{
	padding:5px;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #3E4A5C),
	color-stop(0.05, #475863),
	color-stop(0.65, #374854),
	color-stop(0.95, #1C2A38),
	color-stop(1, #0E161F)
);
background-image: -o-linear-gradient(bottom, #3E4A5C 0%, #475863 5%, #374854 65%, #1C2A38 95%, #0E161F 100%);
background-image: -moz-linear-gradient(bottom, #3E4A5C 0%, #475863 5%, #374854 65%, #1C2A38 95%, #0E161F 100%);
background-image: -webkit-linear-gradient(bottom, #3E4A5C 0%, #475863 5%, #374854 65%, #1C2A38 95%, #0E161F 100%);
background-image: -ms-linear-gradient(bottom, #3E4A5C 0%, #475863 5%, #374854 65%, #1C2A38 95%, #0E161F 100%);
background-image: linear-gradient(to bottom, #3E4A5C 0%, #475863 5%, #374854 65%, #1C2A38 95%, #0E161F 100%);