.tablestyles {
	border-collapse: collapse;
	width: 100%;
}

.tablestyles th {
	border-collapse: collapse;
	background: #0072ae;
	color: #fff;
	font-size: 90%;
	padding: 10px 5px;
	border-right: thin solid #fff;
	font-weight: normal;

}

.tablestyles th:last-child {
	border-right: none;
}

.tablestyles_assembly {
	border-collapse: collapse;
	width: 100%;
}

.tablestyles_assembly th {
	border-collapse: collapse;
	background: #34495e;
	color: #fff;
	font-size: 90%;
	padding: 10px 5px;
	border-right: thin solid #fff;
	font-weight: normal;
	border-bottom: 5px solid #f8aa33;
}

.tablestyles_assembly th:last-child {
	border-right: none;
}

.tablestyles_assembly td {
	border-collapse: collapse;
	padding: 8px 5px;
	border-right: thin solid #fff;
	font-size: 16px;
	line-height: 16px;
	background: #f3f3f2;
	color: #0072ae;
	border-left: none;
	text-align: center;
}

.tablestyles_assembly tr {
	border-bottom: thin solid #fff;
}

.tablestyles_assembly tr:last-child {
	border-bottom: none;
}

.tablestyles td {
	border-collapse: collapse;
	padding: 8px 5px;
	border-right: thin solid #fff;
	font-size: 16px;
	line-height: 16px;
	background: #f3f3f2;
	color: #0072ae;
	border-left: none;
	text-align: center;
}

.tablestyles tr {
	border-bottom: thin solid #fff;
}

.tablestyles tr:last-child {
	border-bottom: none;
}

.tabletitle {
	background: #c6ccce;
	padding: 5px;
	text-align: left;
	margin: 10px 0px 0px 0px;
}

.tabletitle2 {
	background: #f3bc24;
	padding: 5px 10px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	font-size:10px;
	font-family: 'SegoeUI-Light', Arial, Helvetica, sans-serif;
}

.tabletitle3 {
	background: #0072ae;
	padding: 5px 10px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #FFFFFF ;
	font-size:10px;
	font-family: 'SegoeUI-Light', Arial, Helvetica, sans-serif;
}

.tabletitle2_assembly {
	background: #f8aa33;
	padding: 5px 10px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'SegoeUI-Light', Arial, Helvetica, sans-serif;
}

.notifications_table {
	width: 100%;
	line-height: 16px;
}

.notifications_table td {
	padding: 15px 5px;
	font-size: 90%;
}

.notification_paragraph {
	padding: 5px 3px;
	background: #f3f3f2;
	color: #000;
}

.feedback {
	background: #f8aa33;
	text-align: center;
	padding: 10px 0px 20px 0px;
	height: 130px;
	margin: 10px 0px;
}

.feedback h3 {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	background: #16a085;
	padding: 5px 0px;
	margin-bottom: 20px;
}

.feedback a {
	color: #000;
	text-align: center;
	margin: 10px;
	padding: 15px 0px;
}

.arrow {
	margin: 30px auto;
	bottom: 0px;
	width: 45px;
	height: 21px;
	background: url(../images/downarrow.png) no-repeat center;
}

.queries {
	background: #f3f3f2;
	width: 100%;
	padding: 10px 0px 20px 0px;
	min-height: 130px;
	height: auto;
	margin: 10px 0px;
}

.queries h2 {
	color: #16a085;
	text-align: left;
	padding-left: 10px;
}

.queries img {
	width: 48px;
	margin-right: 10px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

.queries h3 {
	color: #f75455;
	line-height: 8px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

.queries p {
	line-height: 16px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 13px;
}

.footer {
	background: #186da1;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
}
.header {
	height: auto;
	margin-top: 10px;
	text-align: center;
}

.header .logo {
	float: left;
	width: 116px;
	margin-right: 10px;
}

.header .title h1 {
	font-family: 'SegoeUIRegular', Arial, Helvetica, sans-serif;
	color: #666;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 24px;
	text-align: center;
	line-height: 30PX;
}

.header .title h2 {
	font-family: 'SegoeUI-Light', Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 5px 0px;
}

h5 {
/*  font-family: 'SegoeUI-Light', Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 18px;
	font-size: 15px; */

	 background: #0072ae;
	padding: 5px 10px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-family: 'SegoeUI-Light', Arial, Helvetica, sans-serif;
}