body {
     margin: 0;
    padding: 0;
    height: 100%;

}

#wrapper{
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
	margin:0 auto;
 	width:1200px;
	background:#FFFFFF;
	border:0px solid red;
}
	#SeachInformArea{
		background:#D2E7FF;
		border:1px solid #07AAF8;
		width:950px;
		height:133px;
		padding:5px 5px 5px 15px;
		margin:5px 0 5px 0px;
		font:14px bold Arial, Helvetica, sans-serif;
		color:#333;
	}

/* TOP PANEL */


/* width:1200px; 
	height:272px; 
	position:relative; 
	margin:0 auto;
	margin-bottom:5px; 
	padding:0;
	border:0px solid red;
	background:#909;
	background:url(../images/Day/MonDay.gif) repeat-x;
*/
#topPan{
	width:1200px; 
	height:262px; 
	/*position:relative; */
	margin:0 auto;
	margin-bottom:0px; 
	padding:0;
	border:0px solid blue;
	background:#433E3A;
	background:url(../images/Day/ThursDay.gif) repeat-x;
/*	background:url(../images/ITService/BannerIT2014V1.png) repeat-x;	*/
}

		#topPan h1{
			width:311px;
			height:205px;
			margin-left:150px;
			margin-top:0px;
			padding-top:0px;
			/*background:url(../images/header-img1.jpg) 0 0 no-repeat #FEEBB0; */
			background:url(../images/LogoIT2.gif) 0 0 no-repeat; 
			color:#fff; 
			text-indent:-2000px;
				border:0px solid green;
		}
		#topPan #TechSup{
			width:372px; 
			height:91px; 
			position:absolute; 
			top:124px; 
			right:158px; 
			margin:0px; 
			padding:0px;
		}
	#topPan #Status{
		width:400px;
		height:40px;
		border:0px solid blue;
		float:right;
		padding:15px 0 0 0;
		margin:35px 0px 0 860px;
		position:absolute;
	} 
	
	
	#MenuArea{
		width:1200px;
		/*height:64px;*/
		height:100% auto !important;
		/*background:#ECECEC;*/
		background:#FFFFFF;
		bottom:0px;
		color:#ECECEC;

	}
/*********************************************************************************/
		
	
		.TableAddAsset{
		border:1px solid #999;
	}
	.TableAddAsset .LastRow td{
		border-bottom:1px dotted #CCC;
		padding-top:3px;
		margin-top:3px;
	}
	.TableAddAsset input{
		width:100px;
	}
	.TableAddAsset select{
		width:132px;
	}
	.TableAddAsset textarea{
		width:770px;
		height:30px;
	}
	

	
/************************************************************************************************/


	.ImgPersonal{
		border:1px solid #DAEEFD;
		background:#FFF;
	}	


.tdBorder{
	border-right:1px dashed #999999;
	border-left:1px dashed #999999;
}
.inputSP{ width:100px; }
.inputShort{ width:70px; }
.TextLong{ width:500;}
.inputSPLogin{
		width:170px;
		margin-top:5px;
	}	
	
	#BlockTop{
		width:1200px;
		height:50px;
		background:#FEEBB0;
	}

	#BlockTop #LeftText{
		float:left;
		width:700px;
		
	}
	#BlockTop #RightText{
		width:300px;
		float:right;
	
	}

		
	
	
	
	
	
		

	#accordion{
		font:14px normal Arial, Helvetica, sans-serif;
		color:#333333;
	}
	
/* BODY PANEL */
.InputTextAreaApprove{
	width:365px;
	height:150px;
}
#bodyPan{
	width:1200px;
	height:100% !important;
	margin:0 auto;
	padding:25px 0 0 0;
	font:16px Arial, Helvetica, sans-serif normal;
	border:0px solid blue;
}
#leftPan{
	width:160px; 
	display:block; 
	float:left; 
	margin:0; 
	padding:2px 45px 0 0px;
	border:0px solid #0282E4;
	background:#FFFFFF;
}
	#leftPan #Sidebar{
		width:200px;
		font:14px bold Arial, Helvetica, sans-serif;
		color:#333;
	}
	
	
		#Sidebar #LoginStatus{
			width:200px;
			height:250px;
			border:1px dotted #0282E4;
		}
		
		#Sidebar #StatusLogin{
			width:200px;
			height:420px;
			border:1px dotted #0282E4;
		}
		#Sidebar #StatusUserOnline{
			height:100%;
			margin-top:5px;
			width:190px;
			padding:5px 5px 15px 5px;
			border:1px dotted #d4dbde;
			background:#ececec;
		}
	textarea{
		width:500px;
	}
	.TextAreaSP{
		width:250px;
		height:60px;
	}
	.TextAreaRecord{
		width:950px;
		height:80px;	
	}
/*********************************************************/
	.HT1{
		color:#0282E4;
		font:11px bold Tahoma, Geneva, sans-serif;
	}
	
	
	
	
	
	
	
	
/***************Menu SideBar***********************/
#menu8 {
	width: 200px;
	margin-top: 10px;
}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu8-2.gif);
	padding: 8px 0 0 20px;
}
	
#menu8 li a:hover {
	color: #FFFFFF;
	background: url(../images/menu8-2.gif) 0 -32px;
	padding: 8px 0 0 25px;
}
	
#menu8 li a:active {
	color: #fff;
	background: url(../images/menu8-2.gif) 0 -64px;
	padding: 8px 0 0 25px;
}

#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/**************End Menu SideBar****************************/
#rightPan{
	width:970px; 
	float:left; 
	display:block; 
background:#FFFFFF;
	margin:0 auto; 
	margin:0px 0px 10px 12px;
	padding:0 0 0 0px;
	color:#000;
	border:0px solid red;
}
#rightPan a:hover{
	text-decoration:none;
}


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

	#DivLeftData{
		width:795px;
		float:left;
		border:0px solid red;
		font:14px normal Arial, Helvetica, sans-serif;
		margin:0px;
	}
	#DivRigthData{
		width:165px;
		float:right;
		border-left:1px solid #D4D4D4;
		font:12px normal Arial, Helvetica, sans-serif;
		margin-top:10px;
	}
	#DivRigthData a:hover,a:visited,a:active{
		color:#00C;
		text-decoration:underline;
		font:10px normal Arial, Helvetica, sans-serif;
	}
	.file{
		font:10px normal Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
	}
	.PadText{
		height:100px;
	}
	#HeadTableAsset{
		border-bottom:1px solid #A6E0FF;
		height:75px;
		margin-bottom:10px;
	}











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

/* Footer */
#footer {
	background:#EFF0F0;
	/*background:url(../images/body_bg.gif) repeat-x; */
	border-top: 1px solid #e7e7e7; padding-top: 15px; height:100px;
	font:10px Arial;
	color:#999;
}
#footer .menu { float: left; font-size: 12px; font:Ariall; word-spacing: 0; padding-top: 0; padding-left: 50px; display: block; }
#footer .menu a { color: #FFFFFF; text-decoration: none; }
#footer .menu a:hover { text-decoration: underline; }
#footer .menu span { padding: 0 6px; }
#footer p { float: right; display: inline; color: #FFFFFF; font:Ariall; font-size: 12px; word-spacing: 2px; padding-top: 1px; padding-right: 50px; }
#footer p a { color: #FFFFFF; text-decoration: underline; }
#footer p a:hover { text-decoration: none; }
#footer p span { padding-right: 1px; }


/*-------------------------------------------------------*/
/*----/FOOTER PANEL----*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

















	