/* ben curzon */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #383235;
	color: #fff;
	margin: 40px 50px;
	width: 965px;
}

dl {
	color: #383235;
	width: 141px;
	float: left;
	margin: 0;
}

dt {
	margin-bottom: 12px;
	line-height: 1.2em;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 0.7em;
}

a {
	color: #383235;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em 0;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
		
#home {
	background-color: #fff;
	color: #383235;
	font-family: Courier, monospace;
	padding: 12px;
	width: 876px;
	height: 41px;
}

#nav, dl {
	background-color: #e2e3e4;
	color: #383235;
	font-family: Courier, monospace;
	padding: 12px;
}

#display #nav {
	height: 45px;
	width: 141px;
	padding: 8px 12px 12px 12px;
}

#nav li {
	margin-bottom: 3px;
}

#nav li a.selected{
	font-weight: bold;
}

#remote {
	background-color: #fff;
	padding: 11px;
}

#remote li {
	display: inline;
}

#remote img {
	float: left;
	margin-right: 12px;
}

#nav, #remote, #subnav {
	float: left;
	margin-bottom: 12px;
}

#rest {
	background-color: #e2e3e4;
	clear: left;
	float: left;
	width: 900px;
}

#img {
	float: left;
}

#subnav {
	background-color: #fff;
	padding: 12px 12px 12px 0;
	width: 563px;
	height: 41px;
	float: left;
}

#subnav li {
	float: left;
}

#subnav li.rowfirst {
	clear: left;
}

#subnav li a {
	display: block;
	width: 12px;
	height: 12px;
	outline: none;
	
	background: #fff url(/img/dot-off.gif) no-repeat top left;
}

#subnav li a.selected {
	background-image: url(/img/dot-on.gif);
}

#subnav li a span {
	margin-left: -999em;
}

/* editor */

#editor {
	font-size: 75%;
}

#editor, #editor a {
	color: #fff;
}

#editor #nav { margin-right: 1em; font-size: 1.1em; }
#editor #nav a { color: #383235; }
#editor #navmain { width: 130px; }
#editor #navsub { width: 260px; }
#editor .nav { width: 45%; float: left; }
#content {
	display:block;
	float:left;
	position:relative;
}
#help {
	clear: left;
}

#savenavorder, #savesuborder, #savefileorder {
	display: none;
}

#filelist {
	padding: 0;
}

#nav, .nav {
	float: left;
}

#navmain {
	width: 130px;
}

#navsub {
	width: 170px;
}

#content {
	float: left;
}

#content #buttons {
	clear: left;
}


input, select {
	clear: left;
	width: 15em;
	margin-bottom: 1em;
}

input[type=button], input.nav {
	width: 8em;
	display: block;
}

input[type=file], input#filebrowse {
	width: 30em;
}

textarea, input[type=text] {
	background-color: #F0F0F0;
	width: 33em;
	font-size: 1em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input[type=text] {
	font-family: Courier, monospace;
	padding: 2px 0;
}

img.media {
	display: block;
}

img.spacer {
	padding-bottom: 5px;
}

img.margin, object.margin {
	padding-left: 165px;
}