
/* event page --------------------------------------------------------------*/

.pages button{
	margin:5px;
}

.pages{
	padding-top:10px;
}

#eventSearch .eventCal input {
	width:140px !important;
}

.ui-datepicker {
	background-color:#f2f5f7 !important;
}

.currentPageBt{
	background:#78edfa !important;
}


.eventTitle{
	width:100%; background:#fcfadc;
	font-size:24px;
}

.eventTable tr, .eventTable td{
    border-bottom: 1px solid #dddddd !important;
}
/*
.eventPhotoMain img{
	border:1px solid white;
}
.eventPhotoMain img:hover{
	border:1px solid #2779aa;
}*/

#mainMobile .eventTitle div{
	margin-left:50px !important;
	margin-right:50px !important;
}

#mainMobile .mainContent div .eventPhoto{
	padding:5px !important;
	width:100%;
}
#mainMobile .mainContent div .eventPhoto img{
	width:100%;
}

#mainMobile .eventTable .photo{
	width:100%;
	height:auto;
}

#mainWeb .eventPhoto{
	float:left; width:23%;
	height:200px;
	overflow:hidden;
	margin:10px !important;
	vertical-align:middle !important;
}
/*
#mainWeb .eventTable .eventPhotoMain{
	width:100%;
	height:200px;
	overflow:hidden;
	margin:10px !important;
	vertical-align:middle !important;
}*/


#mainWeb .eventTable .photo{
	/*height:150px;*/
	width:60%;
	height:auto;
}
#mainWeb .eventPhoto .photo{
	/*height:150px;*/
	width:100%;
	height:auto;
}
.helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#mainWeb .eventPhoto img{
	vertical-align:middle !important;
}