/* * * * * * *  Side Nav  * * * * * * */.nav {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 16px;	background-color: #ffffff;		position:absolute;	left:20px;	top:121px; 	width:160px;  }.navTitle {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	background-color: #FFFFFF;	font-weight: bold;	color: #000000;	text-transform: uppercase;}.navFile {	color: #222222;	text-transform: uppercase;	text-decoration: none;}.navDir {	color: #222222;	text-transform: uppercase;	text-decoration: none;}.navDirEmpty {	color: #555555;	text-transform: uppercase;	text-decoration: none;}.directoryContents {	list-style-type: none;	padding: 0px 0px 0px 10px;	margin: 0px 0px 5px;	color: #555555;}/* * * * * * *  Content  * * * * * * */.content {	background-color: #ffffff;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 16px;		position:absolute;	margin-right:50px;	left:220px;	top:121px; 	}.contentTitle {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000000;	text-transform: uppercase;	}.sourceCode {	font-family: Monaco, monospace;	font-size: 9px;	padding-left:10;	}.comment {	color: #bb4444;}.seperator {	width: 100%;	border-top: 1px dotted #ff8888;	height: 1px;}.vkBody {	margin: 0px;	padding: 0px;}/* * * * * * *  ADMIN  * * * * * * */.mainEdit {	position: absolute;	top:10;	left:10;	width: 500;	height: 400;	border: 1px solid #555555;}.editfield {	margin:10;	height: 380;	width: 480;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;}.myinput {	font-family: Monaco, monospace;	font-size: 9px;	color: #000000;	border: 1px solid #000000;}.toolBar {	position:absolute;	top:10;	left:530;	width:150;	padding:5;		border: 1px solid #555555;		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #000000;}.uploadBar {	position:absolute;	top:10;	left:10;	width:250;	padding:5;		border: 1px solid #555555;		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #000000;}pre{ margin-top:0px;  margin-bottom:0px;  color:#ff8888;}a{ color: #ff8888;}
