
			#header{
			float:left;
			width:100%;
			}
				.headerLeft{
				float:left;
				width:750px;
				}
					.headerLeft img{
					float:left;
					width:80px;
					margin:0 5px 0 0;
					}
					
					.headerLeft h1{
					float: left;
					width: 665px;
					margin: 0;
					color:#1B73CB;
					line-height: 80px;
					text-transform: uppercase;
					font-size: 24px;
					}
					
					.schoolLogoHeader{
					float:left;
					width:80px;
					margin:5px 8px 0 0;
					}	
					
					.schoolLogoHeaderSmall{
					float:left;
					width:35px;
					margin:0px 8px 0 0;
					}
					
					
					.schoolLogoHeaderPDF{
					float:left;
					width:80px;
					}	
					
					.FullDivPart{
					width:100%;
					}
					
				.headerRight{
				float:right;
				width:250px;
				}

			.row222{
			float:left;
			width:100%;
			min-height:10px;
			}
				.pageTitle{
				float:left;
				width:100%;
				font-size:18px;
				text-align:center;
				text-decoration:underline;
				}
				
				
				.pageTitleSmall{
				float:left;
				width:100%;
				margin:0;
				font-size:14px;
				text-align:center;
				text-decoration:underline;
				}
				
				.pageTitleSmallCenter{
				float:left;
				width:100%;
				margin:0;
				font-size:16px;
				text-align:center;
				font-weight:normal;
				}
				
				.examTitle{
				float:left;
				width:100%;
				margin:0;
				font-size:14px;
				text-align:center;
				}
				
				
				.examTitle2{
				float:left;
				width:100%;
				font-size:14px;
				margin:0px;
				font-weight:normal;
				line-height:18px;
				text-align:center;
				}
				
				.examTitle3{
				float:left;
				width:100%;
				font-size:14px;
				margin:0px;
				font-weight:normal;
				line-height:18px;
				text-align:center;
				}
				
				.examTitle4{
				float:left;
				width:100%;
				font-size:14px;
				margin:0px;
				font-weight:normal;
				line-height:18px;
				text-align:center;
				text-transform: none;
				}
				
				
				.simpleTable{
				float:left;
				width:100%;
				font-size:12px;
				font-weight:normal;
				background:#FFF;
				}
				
				
				.markTable{
				float:left;
				width:100%;
				margin:5px 0;
				font-size:11px;
				font-weight:normal;
				background:#FFF;
				border-radius:15px;
				}
				
				
		
				.align_center{
				text-align: center;
				width: 100%;
				float: left;
				}

				.partFour{
				float:left;
				width:25%;
				}
				
				.partThree{
				float:left;
				width:30%;
				}

				.partTwo{
				float:left;
				width:50%;
				}
					
				
				.part70P{
				float:left;
				width:70%;
				}
				
				.part30P{
				float:left;
				width:30%;
				}
					.floatLeft{
					float:left;
					}
					
					.floatRight{
					float:right;
					}
					
					
					.textAlginRight{
					text-align:right;
					}

			#bottomPart{
			float:left;
			width:100%;
			}

			#printFooter{
			float: left;
            width: 100%;
            margin: 50px 0 0 0;
            line-height: 14px;
            font-size: 11px;
            font-family:arial;
            color:#292a2e;
			}
				.companyLogo{
				float:left;
				width:35px;
				margin:2px 5px 5px 0;
				}

				.developPart{
				float:left;
				margin:20px 0;
				width:100%;
				}
					.developPart p{
					float:left;
					margin:5px 0 0 0;
					}

				.developPartSmall{
				float:left;
				margin:20px 0;
				width:100%;
				}
					.developPartSmall p{
					float:left;
					margin:5px 0 0 0;
					font-size:10px;
					}
					
				.orgNameBottom{
				float:right;
				margin:20px 0;
				width22:430px;
				}
					.orgNameBottom p{
					float:left;
					margin:0;
					width:100%;
					}
					
					
				.paraRight{
				float:right; 
				margin:0;
				text-align:right; 
				width:100%; 
				font-size:13px;
				}

		
	.footerPageNumber{
	width:100%; border-top:1px solid #666; font-size: 5pt; text-align:center; padding-top: 0.5mm;
	}
	
	#header_pdf_table{
	float:left; width:100%; border:none;
	}
		#header_pdf_table tr{
			border:1px solid #FFF;
		}
			#header_pdf_table tr td{
				float:left;
				text-align:left;
				border:1px solid #FFF;
			}	
	
	/************ NEW ADDED *************/
	.alert{
	float:left;
	width:100%;
	margin:10px 0;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	}
		.alert-danger{
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1;
		}

		.alert p{
		float:left;
		width:100%;
		font-size:13px;
		text-align:center;
		}
		