@charset "utf-8";
/* CSS Document */

#event-view-container {
	width: 510px;
	clear: both;
}
#event-view-container h2 {
	margin: 20px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 3px solid #e1e1e1;
}
#event-view-container .contact-container {
	width: 334px;
	float: left;
	border: 1px solid #ccc;
	background-image: url(/pics/bg-event-details.jpg);
	background-repeat: no-repeat;
	padding: 40px 5px 5px 5px;
}
#event-view-container .contact {
	overflow: auto;
	height: 108px;
}
#event-view-container .contact-container .caption1 {
	width: 100px;
	margin-right: 5px;
}
#event-view-container .contact-container .field {
	width: 210px;
	margin-bottom: 3px;
}
#event-view-container .descr {
	clear: both;
	width: 510px;
	margin: 20px 0;
	text-align: justify;
}
#event-view-container .photo-container {
	width: 510px;
	clear: both;
}
#event-view-container .photo-container .thumb {
	width: 104px;
	height: 104px;
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #ccc;
}
#event-view-container .video-outer-container {
	width: 510px;
	clear: both;
}
#event-view-container .video-container {
	width: 164px;
	height: 125px;
	float: left;
	margin: 0 6px 10px 0;
}
#event-view-container .video-container p {
	margin: 0;
	font-weight: bold;
}
#event-view-container .video-container .thumb {
	border: 2px solid #ccc;
}
#eventplayer {
	width: 510px;
	height: 289px;
	margin-bottom: 20px;
}


#event-search {
	width: 778px;
	clear: both;
	background-image: url(/pics/bg-user-src.jpg);
	background-repeat: no-repeat;
	border: 1px solid #e1e1e1;
	padding: 30px 5px 5px 5px;
}
#event-search input, #event-search select {
	margin-right: 10px;
}
#event-search input.btb {
	margin-right: 0;
}
#event-search .country-selection {
	margin-top: 5px;
}
#event-search .country-selection a {
	margin-right: 10px;
	text-transform: uppercase;
}

#remove-filters {
	width: 778px;
	clear: left;
	padding: 5px;
	background-image: url(/pics/bg-remove-filters.jpg);
	background-repeat: no-repeat;
	border: 1px solid #e1e1e1;
	border-top: none;
}
#remove-filters h2 {
	width: 635px;
	float: left;
	margin-bottom: 5px;
}
#remove-filters .remove-all {
	width: 143px;
	float: left;
}
#remove-filters .caption1 {
	width: 120px;
	margin-right: 5px;
}
#remove-filters .field {
	width: 653px;
}
#remove-filters a.remove {
	margin-right: 10px;
}


.event-container {
	width: 492px;
	height: 132px;
	padding: 5px;
	clear: left;
	margin-bottom: 15px;
	border: 4px solid #e1e1e1;
}
.event-container:hover {
	border: 4px solid #ccc;
}
.event-container .name {
	width: 350px;
	float: left;
	height: 37px;
}
.event-container .name a {
	color: #2695be;
	font-size: 1.3em;
}
.event-container .name a:hover {
	color: #1A627D;
}
.event-container .type {
	width: 350px;
	height: 18px;
	float: left;
}
.event-container .period {
	width: 350px;
	height: 18px;
	float: left;
}
.event-container .address {
	width: 350px;
	height: 18px;
	float: left;
}
.event-container .stat {
	width: 350px;
	height: 32px;
	margin-top: 10px;
	float: left;
}
.event-container .stat .photo {
	background-image: url(/pics/bg-cab-photo.jpg);
	background-repeat: no-repeat;
	width: 40px;
	height: 32px;
	padding-left: 40px;
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #BEBEBE;
	margin-right: 7px;
}
.event-container .stat .video {
	background-image: url(/pics/bg-cab-video.jpg);
	background-repeat: no-repeat;
	width: 40px;
	height: 32px;
	padding-left: 40px;
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #BEBEBE;
	margin-right: 7px;
}
.event-container .stat .doc {
	background-image: url(/pics/bg-cab-doc.jpg);
	background-repeat: no-repeat;
	width: 40px;
	height: 32px;
	padding-left: 40px;
	font-size: 28px;
	font-weight: bold;
	float: left;
	color: #BEBEBE;
	margin-right: 7px;
}
.event-container .stat .views {
	background-image: url(/pics/bg-cab-views.jpg);
	background-repeat: no-repeat;
	width: 45px;
	height: 22px;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	color: #828282;
}

.add-event {
	width: 260px;
	height: 38px;
	display: block;
	background-repeat: no-repeat;
}
.add-event:hover {
	background-position: 0 -38px;
}
.add-event-step1 {
	background-image: url(/pics/bt-add-cab-s1.jpg);
}
.add-event-step3 {
	background-image: url(/pics/bt-add-cab-s3.jpg);
}
.add-event-step4 {
	background-image: url(/pics/bt-add-event-s4.jpg);
}
