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

body {
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	font-family:"Lucida Grande", sans-serif;
	background-color:#333537;
	}

a {
	color:#ddd;
	outline:none;
	text-shadow:1px 1px 3px #111;
	text-decoration:none;
	}

a:hover { color:#39c !important; }

div.back {
	top:0px;
	left:0px;
	position:fixed;
	}
	div.back a {
		float:left;
		display:block;
		padding:5px 10px;
		background-color:#111;
		}

div.more {
	float:right;
	padding-right:20px;
	}

div.clear { clear:both; }

div.section {
	width:600px;
	padding:10px 0px 20px 20px;
	margin:30px auto;
	border:1px solid #222;
	-webkit-box-shadow:2px 2px 10px #222;
	}

div.section h1 {
	color:#ddd;
	margin:10px 0px 20px;
	font-size:24px;
	letter-spacing:2px;
	font-weight:normal;
	text-shadow:2px 2px 5px #111;
	}

div.section ul { list-style-type:none; }

div.section ul li {
	display:block;
	float:left;
	width:180px;
	margin-right:20px;
	overflow:hidden;
	-webkit-box-shadow:2px 2px 5px #222;
	}

div.section ul li a {
	display:block;
	padding:10px;
	width:160px;
	height:40px;
	font-size:16px;
	background-color:#111;
	letter-spacing:1px;
	}

div.section ul li a:hover { background-color:#000; }

/*
	Sorting Table Demo
*/

table.table {
	color:#ddd;
	width:580px;
	border:1px solid #222;
	-webkit-box-shadow:2px 2px 10px #222;
	}

table.table tr { background-color:#333537; }

table.table tr.odd { background-color:#3a3c3e; }

table.table tr.hover, table.table tr.selected { color:#6df; }

table.table tr.hover { background-color:#434547; }

table.table tr.selected { background-color:#4a4c4e; }

table.table th, table.table td {
	cursor:pointer;
	font-weight:normal;
	padding:8px 10px;
	text-align:center;
	}

table.table th {
	background-color:#111;
	color:#eee;
	}

table.table th.selected { color:#6df; }

/*
	Autocompleter Demo
*/

ul.autocompleter-choices {
	color:#111;
	background-color:#fff;
	border-top:1px dashed #ddd;
	font-family:"Lucida Grande", sans-serif;
	list-style:none;
	position:fixed;
	text-align:left;
	z-index:50;
	-webkit-box-shadow:3px 3px 3px #222;
	}

ul.autocompleter-choices li {
	cursor:pointer;
	display:block;
	font-weight:normal;
	line-height:1.5em;
	margin:-2px 0px 0px 0px;
	padding:2px;
	position:relative;
	white-space:nowrap;
	}

ul.autocompleter-choices li.autocompleter-selected {
	background-color:#111;
	color:#fff;
	}

ul.autocompleter-choices span.autocompleter-queried {
	display:inline;
	float:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}

ul.autocompleter-choices a.demo-info {
	color:#888;
	font-size:12px;
	padding:1px 2px;
	position:absolute;
	letter-spacing:0px;
	right:4px;
	text-shadow:none;
	top:0;
	}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried { color:#9FCFFF; }

fieldset input, fieldset textarea {
	border:1px solid #fff;
	letter-spacing:normal;
	line-height:normal !important;
	padding:5px;
	outline:none;
	width:400px;
	font-size:16px;
	font-family:"Lucida Grande", sans-serif;
	}

fieldset input.autocompleter-loading, fieldset textarea.autocompleter-loading {
	background:#fff url(spinner.gif) no-repeat right 50%;
	}

fieldset {
	width:540px;
	padding:20px;
	margin:10px 0px;
	border:1px solid #111;
	}

fieldset legend {
	margin-left:-6px;
	padding:2px 6px;
	color:#000;
	font-weight:bold;
	}

fieldset span {
	display:block;
	margin-bottom:20px;
	}