#reviewEvents {
	width: 94%;
	margin: 20px 3%;
    float : left;
}
h1 {
	font-size: 22px;
	margin-bottom: 0;
}

#eventTable{
    width : 100%;
}
.sorting, .sorting_desc, .sorting_asc {
    cursor:pointer;
}
#eventTable tbody td {
	text-align: center;
	font-size: 13px;
}
#eventTable tbody td {
	border-bottom: 1px dotted #999;
}
#eventTable_wrapper {
	margin-top: 20px;
	float: left;
    width : 100%;
}
#eventTable_filter {
    /*
	float: right;
	margin-top: -20px;
	*/
    display : none;
}

#approveChecked,
#deleteChecked,
#rejectChecked
{
    float : right;
}
.isApproved, .notDeleted{
    color : green;
    cursor : pointer;
}

.notApproved, .isDeleted{
    color : #dc143c;
    cursor : pointer;
}
.viewEventLink{
    cursor : pointer;
}
.viewMaster {
	float: right;
	font-size: 13px;
	font-weight: bold;
}
#eventTable_info {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
}
.approved {
	background-color:#D6EBDA;
	display:none;
}
.deleted,
.rejected {
	background-color:#E9D6D6;
	display:none;
}
.pending {
	background-color:#ECE6C5;
}
#eventTable_length {
	display: none;
}
#toggleDeleted {
	cursor: pointer;
	text-decoration: underline;
}
#loadingDiv {
	display: none;
	background: url('/communityplatform/public/images/community/common/loading_md.gif') no-repeat center center #FFF;
	width:100px;
	height:100px;
	padding:20px;
	margin:330px 40% 0;
	position:absolute;
	box-shadow: 0px 0px 16px -3px #000;
	-webkit-box-shadow: 0px 0px 16px -3px #000; 
	-moz-box-shadow: 0px 0px 16px -3px #000; 
	z-index: 1000;
}
