/* Header Setting */
.header {
	/*position: relative;
	/*float: left;
	left: 70px;*/
	width: 1280px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: #980000;
	background-image: url(../image/itlcs.png);
	background-repeat: no-repeat;

}

/* Wrapping Setting */
.wrapper{
   	position: relative;
	/*float: left;
	left: 122px;*/
	width: 1280px;
	margin: 0 auto;
	background-color: #cccccc;
}

/* PHOTO PART */
.wrapper1 {
   	position: relative;
	float: left;
	left: 9px;
	width: 150px;
	height: 180px;
	margin: 0 auto;
	font-size: 90%;	
}	

/* FOR EMPLOYEE INFO*/
.wrapper2 {
   	position: relative;
	float: left;
	width: 994px;
	padding: 8px;
	background-color: #cccccc;
	font-weight: bold;
	font-size: 90%;	
}
/* FOR INFO POPULATION PART */
.wrapper3 {
   	position: relative;
	float: left;
	width: 1008px;
	height: 148px;
	margin: 0 auto;
	border:1px solid maroon;
}
/* FOR INFO POPULATION PART */
.wrapper4 {
   	position: relative;
	float: left;
	left: 9px;
	width: 1148px;
	height: 410px;
	margin: 0 auto;
	border:2px solid maroon;
	background-color:  	#ffffff;
	line-height: 30px;
}
/* Quick Button Box (sidebar) */
.left1{
	position: relative;
	float: left;
	left: 0px;
	width: 120px;
	height: 596px;
	background-color: #828282;
}


/* Basically The Footer */
.footer{
	position: static;
	/*float: left;
	left: 70px;*/
	width: 1280px;
	margin: 0 auto;
	background-color: #cfcfcf;
	clear: both;
}

/* Body Setting */
body {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #e7e7de;
}
/* Common h3 setting */
h3 {
	text-align: center;
}

/* Font Size for labels */
label {
	margin-left: 10px;
	margin-right: 10px;
	
}
/*-----Common Template-----*/
.box1 {
   	position: relative;
	float: left;
	width: 130px;
	height: 147px;
	margin: 0 auto;
	background-color: #FFFFCC;
	font-size: 90%;	
}
.box2 {
   	position: relative;
	float: left;
	width: 374px;
	height: 147px;
	margin: 0 auto;
	background-color: #FFFFCC;
	font-size: 90%;		
}
.box3 {
   	position: relative;
	float: left;
	width: 130px;
	height: 147px;
	margin: 0 auto;
	background-color: #FFFFCC;
	font-size: 90%;	
}
.box4 {
   	position: relative;
	float: left;
	width: 374px;
	height: 147px;
	margin: 0 auto;
	background-color: #FFFFCC;
	font-size: 90%;		
}