* { margin: 0; padding: 0; }

html { overflow : auto; }
body { 
		font:12px/17px Segoe UI;
		background-color:#fff; /*#F5F5F5*/ }
table, input, select, textarea { font:12px/17px Segoe UI; } 		

.textbox {
	border: 1px solid #c8d2d9;
	font:12px/17px Segoe UI;
	padding:2px;
}

#textbox {
	border: 1px solid #c8d2d9;
	font:12px/17px Segoe UI;	
	padding:2px;
}

.selectbox {
	border: 1px solid #c8d2d9; cursor:pointer;
	font:12px/17px Segoe UI; 	
	padding:2px;
}

.link { text-decoration:none; color:#000; }
.imglogin{ width:120px; height:66px; margin:0px; padding:5px 15px 5px 5px;
	       background: url(images/login.png); background-repeat:no-repeat; }	
.imglogo{ width:66px; height:66px; margin:0px; padding:5px 15px 5px 5px;
			background: url(images/logo.png); background-repeat:no-repeat; }		
.imgload{ display:none; margin:auto; background: url(icon/loading2.gif); width:75px; height:20px; background-repeat:no-repeat; 
			 top:1px; left:400px; position:fixed;}				
.bglogin{ width:470px; height:348px; margin:0px; padding:0px;
	background: url(images/bglogin.png); background-repeat:no-repeat; }				
.loading { display:none; margin:auto; top:1px; left:600px; position:fixed;  z-index: 70; color:#FFF;
			padding:5px; font-size:15px; font-family:Segoe UI; }		   
.boxs { display:none; width:200px; height:200px; z-index:999; position:absolute; top: 200; left: 200; 
		border: 1px solid #ccc; padding:5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background-color:#FFFFFF; }

.header {
	width:1366px;
	height:28px;
	margin:auto;
	padding:0px 0px 0px 0px;
	background: url(images/hd.png);
}

.banner {
	width:99%;
	height:30px;
	margin:auto;
	overflow:auto;
	padding:0px 2px 0px 5px; 
	color:#FFFFFF;
}

.container {
	width:1366px;
	height:auto;
	margin:auto;
	overflow:auto;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
} 

.columnleft {
	width:250px;
	height:585px;
	float:left;
	padding:10px 10px 10px 10px;
	background-color:#ECF9F9;
	border:1px solid #ccc;	
} 

.columnright {
	width:770px;
	height:auto;
	float:left;
	padding:0px;
	background-color:#FFF;
	border-left : 1px solid #fff;
} 

.framemenu { 
	padding:10px 5px 5px 5px; 
	background: url(images/bgmenu.png);
	overflow:auto; 
	height:500px;	
	width:240px; 
	
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
}
.user { width:240px; 
	padding:5px 5px 5px 5px; 
	font-weight:bold;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888; 
	background: url(images/bgmenu.png);
	border-bottom:1px solid #ccc;	
}

.menu-button { color:#FFFFFF; padding:5px; text-decoration:none; float:left; height:28px; cursor:pointer;  }
.menu-button:hover { background: url(images/hdu.png); color:#FFF; font-weight:bold; }
.checkbx { cursor:pointer; }
.buttonx { cursor:pointer; padding:4px 8px 4px 8px; font-weight:bold; border:1px solid #ccc; background-color:#F0F0F0; }

.framemydsbrd {
	padding:3px;
	
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
	background-color:#F9F9F9;
}
.headmydsbrd {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	background: url(images/hd.png);
	color:#FFFFFF;
}

.frmform {
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
	background-color:#FFFFFF;
	padding:2px 2px 2px 2px;
	height:550px;
	overflow:auto;
}