* {margin: 0px; padding: 0px;}

body {
	height: 100%;
	background: black url('img/CrossCode.jpg') center center;
	background-attachment: fixed;
	font-family: "Lucida Sans",verdana,helvetica,sans-serif;
	overflow: hidden;
}

h1, h2 {
	margin: 0 0 1em 0;
	font-size: 1.25em;
	color: #fff;
	z-index: 0;    		
}

#pagetitle {
	margin-top: 5px;
	margin-left: 5px;
	color: silver;
}

.terminal { }

.terminalhead {
	font-size: 12px;
	overflow: hidden;
}

.terminalleftcap {
	background-image: url('img/layout_terminalhead_leftcap.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.terminalleftcap:hover {
	cursor: pointer;
	cursor: hand;
}

.terminalmid {
	padding-right: 22px;
	overflow: hidden;
	background-image: url('img/layout_terminalhead_midtile.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-weight: bold;	
	color: white;
}

td.terminalmid { overflow: hidden !important; }

.terminalrightcap {
	background-image: url('img/layout_terminalhead_rightcap.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.terminalbody {
	padding: 10px 10px 20px 10px;
	color: white;
	overflow: auto;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 12px;
	border: solid 1px #9b9b9b;
	border-top: none;
	background: transparent url(img/layout_termbg_transparent.png);
}

.terminalbody a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #0fff00;
}
.terminalbody a:hover {
	text-decoration: none;
	color: #000;
	background-color: #0fff00;
}

.terminalbody p {
	padding: 0;
	margin: 0 0 0.75em;
	line-height: 1.5em;
}
.terminalbody p:before {
	font-weight: bold;
	color: #888;
	content: "cp-org: ~root$ > ";
}

.terminalfooter {
	margin: 0 1px;
	height: 13px;
	overflow: hidden;
	background: #9b9b9b url(img/layout_terminal_footer.png) repeat-x left top;		
}

.cursorendofline {
	margin-left: 4px;
	visibility: hidden;
} 

#terminalone {
	position: relative;
	top: 20px;
	left: 28%;
	width: 450px;
	z-index: 5;
	margin-left: -225px;
}

#terminalbodyone {
	height: 100%;
}

#terminaltwo {
	position: absolute;
	top: 180px;
	left: 75%;
	width: 450px;
	z-index: 4;
	margin-left: -225px;		
}

#terminalbodytwo {
	height: 100%;
}

/* jq shit */
.jqHandle { }
	
.jqDrag {
	cursor: move;
}

.jqResize {
	float: right;
	height: 13px;
	width: 13px;
	cursor: se-resize;
	background: url(img/layout_terminal_grab.png) no-repeat left top;
}

.jqDnR {
	z-index: 3;
	position: relative;					
}