body, form {height: 100%;}
body, div, pre, span {
	font-family: "lucida console", courier, serif;
	font-size: 12px;
	line-height: 12px;
}
body {margin:0; padding: 0}
form { margin:10px; }
#row {
	background: #ccc;
	float: left;
	color: #666;
	border: 1px solid #222;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding:5px 10px;
	text-align:center;
	margin-right: 5px;
}
#row a {
	text-decoration: none;
	color: #666;
}

.row { display: block }

#code {
	padding:5px;
	margin: 0;
	white-space: pre;
	height: 100%;
}
.f .tab {
	border-right: 1px solid #ccc;
	margin-right: 1px;
	margin-left: -2px;
}
.f .space {
	border-bottom: 1px solid #ccc;
}
#menu {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #444;
	background: #ddd;
	border-top: 1px solid #fff;
	padding: 5px;
}
#menu ul {
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
}

#menu li {
	float:left;
	margin-right: 5px;
}

#menu li a {
	height: 16px;
	padding: 2px;
	padding-left: 24px;
	display: block;
	line-height: 16px;
	font-family: verdana;
	color: #000;
	font-size: 10px;
	background-position: 3px 2px;
	text-decoration: none;
	border: 1px solid #222;
}
.whitespacebutton {background: url(../gfx/arrow_right.png) no-repeat;}
.selectAll {background: url(../gfx/page_white_get.png) no-repeat;}
.hideRow {background: url(../gfx/application_side_contract.png) no-repeat;}
.showRow {background: url(../gfx/application_side_expand.png) no-repeat;}
.startLink {background: url(../gfx/logout.gif) no-repeat;}
.edit {background: url(../gfx/edit.gif) no-repeat;}

#code .aspComment, #code .comment { color: grey; }
#code .stringComment { color: green; }
#code .comment3 { color: #0033FF; }
#code .asptag  { background: yellow; }
#code .htmlblock { color: darkblue; }
#code .asp_number { color: red; }
#code .htmlBlue { color: blue; }
#code .htmlPurple { color: purple; }
#code .htmlTeal { color: teal; }

.code_block { border: 1px solid; display: block;}
.code_block .aspComment, .code_block .comment { color: green; }
.code_block .stringComment { color: purple; }
.code_block .comment3 { color: grey; }
.code_block .html { color: blue; }
.code_block .asptag  { background: yellow; }
.code_block .htmlblock { color: teal; }
.code_block .asp_number { color: red; }


#content { margin-top: 34px;}


#inputCode { 
	width: 90%; 
	height: 500px;
	border:1px solid #bbc6d0;
}

#topLogo {
	width:100%;
	background-color:#d8e5f1;
	padding-top:10px;
	text-indent:10px;
	margin-bottom:10px;
	border-bottom:1px solid #bbc6d0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topLogo h1 {
	margin:0;
	padding:0;
	font-size:18px;
}
