@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/mainBg.jpg);
	background-position:center;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}
#wires {
	background-image:url(../images/wires.png);
	background-repeat:repeat-y;
	height: 100%;
	width: 82px;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
}
#tlScrew {
	background-image:url(../images/screw.png);
	background-repeat:no-repeat;
	height: 30px;
	width: 30px;
	position:absolute;
	z-index: 1;
	top:0px;
	left:0px;
	}
#trScrew {
	background-image:url(../images/screw.png);
	background-repeat:no-repeat;
	height: 30px;
	width: 30px;
	position:absolute;
	z-index: 1;
	top:0px;
	right:0px;
	}

#brScrew {
	background-image:url(../images/screw.png);
	background-repeat:no-repeat;
	height: 30px;
	width: 30px;
	position:absolute;
	z-index: 1;
	bottom:0px;
	right:0px;
	}
#pipeLeft {
	background-image:url(../images/pipeLeft.png);
	height: 143px;
	width: 277px;
	position:absolute;
	z-index:10;
	bottom: 0px;
	left:0px;
	}
#pipeRight {
	background-image:url(../images/pipeRight.png);
	height: 277px;
	width: 138px;
	position:absolute;
	z-index:5;
	bottom: 0px;
	right:0px;
	}
	
#navigationRestrait {
	width: 100%;
	height: 545px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index:9;
	}
	
#swgc {
	background-image:url(../images/swgc.png);
	height: 146px;
	width: 146px;
	position:absolute;
	z-index:11;
	bottom: 16px;
	left:10px;
	}
	
#movetrlogin {
	background-image:url(../images/login.png);
	background-repeat:no-repeat;
	height:321px;
	width:449px;
	z-index:6;
	position:absolute;
	top:0px;
	right: 0px;
	cursor:move;
	}
	
#username input {
	position: relative;
	left: 26px;
	top: 204px;
	height: 25px;
	width:281px;
	background-color: transparent;
	border: none;
	line-height:25px;
	}
	
#movetrnewsPanel {
	background-image:url(../images/newsPanel.png);
	position:absolute;
	right:0px;
	top:0px;
	width:786px;
	height:548px;
	z-index:26;
	cursor:move;
	}
	
#moveblsmallPanel {
	background-image:url(../images/smallPanel.png);
	position:absolute;
	left:0px;
	bottom:0px;
	width:190px;
	height:545px;
	z-index:3;
	cursor:move;
	}
	
#newsInfo {
	position: relative;
	left:41px;
	top:72px;
	width:651px;
	height:420px;
	padding:0px 20px 20px 0px;
	overflow:scroll;
	cursor:auto;
	}
	
#txt {
	position: relative;
	left:49px;
	top:28px;
	width:117px;
	height:347px;
	overflow:hidden;
	cursor:auto;
	}	
	
body,td,th {
	font-family: "Lucida Sans", Tahoma, Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
	
select {
	font-family: "Lucida Sans", Tahoma, Arial, sans-serif;
	font-size: x-small;
}

a {
	color: #9CC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.resTable td {
	
	font-size: xx-small;
	font-family: "Arial Narrow", "Gill Sans MT Condensed", Arial;

}

.daCode {
	font-family:"Courier New", Courier, monospace;
	margin: 5px;
	padding: 5px;
	background-color:#FFF;
	color:#333;
	border: 1px #000 solid;
}
