span {
	color: red;
	font-size: 12px;
	font-style: italic;
}

h4 {
	width: 100%;
	text-align: center;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h5 {
	text-align: center;
	color: #FFF;
	margin-bottom: 0px;
}

li {
	color: #444;
}

/*----------------------------------------------------------------------------*/

#bannerContainer {
	background-image: url("../img/approvalBanner2.jpg");
	background-position: 50% 50%;
}

.barTex, .title, h4 {
	color: #FFF;
}

.barText {
	text-align: center;
	padding-top: 125px;
	padding-bottom: 125px;
}

#bodyContainer {
	position: relative;
	width: 100%;
	background-color: #FFF;
}

.approval-images {
	width: 200px;
	cursor: pointer;
}

.approvalBanner {
	width: 100%;
	padding: 70px 0px 70px 0px;
	color: #FFF;
	background-color: #00AAFF;
	text-align: center;
	font-size: 1.4em;
}

#approvalsContainer {
	width: 100%;
	height: 510px;
	max-width: 1202px;
	margin-left: auto;
	margin-right: auto;
	padding: 70px 0px 70px 0px;
	z-index: 1;
}

.approval-items {
	position: relative;
	float: left;
	width: 220px;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	z-index: 1;
}

#approval-item-14 {
	padding: 60px 10px 61px 10px;
}

#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	z-index: 0;
}

#approvalMenuContainer {
	display: none;
	position: fixed;
	top: 20%;
	width: 98%;
	z-index: 0;
	opacity: 0;
}

#closeBtnContainer {
	position: relative;
	width: 580px;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
}

#closeBtnContainer img {
	position: absolute;
	top: -15px;
	right: -41px;
	width: 20px;
}

.menu-approval-body-image-container {
	width: 100%;
	background-color: #00AAFF;
	margin-bottom: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu-approval-body-image-container img {
	position: relative;
	width: 200px;
	cursor: default;
	margin-left: 210px;
}

.menu-approval-body {
	display: none;
	position: relative;
	width: 630px;
	height: 100%;
	max-height: 605px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	z-index: 0;
	opacity: 0;
	border-radius: 5px;
}

.menu-approval-body-inner {
	height: 100%;
	padding-top: 20px;
	max-height: 605px;
	overflow: auto;
}

.menu-approval-body h5{
	color: #000;
}

.menu-approval-link {
	position: relative;
	clear: both;
	margin-left: 106px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table-element-list {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.table-element-list li {
	font-weight: bold;
}

.table-element-list ul li {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}
