html, body {
	padding: 0;
	margin: 0;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	font-size: 11px;
}

body {
	margin: 0px 0px 0px 130px;
	background: #fff;
	color: #666666;	
}

a {
	color: #666666;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.hidden {
	display: none;
}

#links {
	background: #8C9093; 
	color: #fff;
	position: absolute;
	left: 0;
	float: left;
	width: 120px;
}

#links a {
	background: #8C9093;
	color: #fff;
	text-decoration: none;
}

#links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#links li a {
	display: block;
	padding: 10px 5px;
	width: 110px;
	border-top: 1px solid #919598;
	color: #fff;
}

#links li.submenu a {
	padding: 5px 0 5px 10px;
	background: #AFB3B6;
	border-top: 1px solid #919598;
}

#links li a:hover {
	color: #000000;
	font-weight: bold;
}

.main, .showlog {
	padding: 10px;
}

.showlog {
	background: #FFF url(bg_shortcuts.gif) no-repeat left bottom;
	padding-bottom: 20px;
	color: #999;
}

.showlog a {
	color: #999;
}

h1, h2, h3 {
	font: 2.5em "Apple Garamond", "Garamond", serif;
	margin: 0;
}

h2 {
	margin-bottom: 1em;
}

h2, h3 {
	font-size: 1.8em;
}

h3 a {
	text-decoration: none;
}

.dim {
	margin: 0 0 20px 0;
}

.tabular_border {
	border: 1px solid #8C9093;
}

.tabular_border td {
	padding: 5px;
}

.tabular-lastheader, .tabular_header, .title, .tabular_nav {
	background: #8C9093;
	color: #FFF;
}


.tabular-lastheader a, .tabular_header a, .title a, .tabular_nav a {
	background: #8C9093;
	color: #FFF;
	font-weight: bold;
}

.tabular-lastheader a:hover, .tabular_header a:hover, .title a:hover, .tabular_nav a:hover {
	color: #000000;
}

.tabular-small {
	font-size: 0.9em;
}

.tabular_line_even {
	background: #f9f9f9;
}

.tabular_line_odd {
	background: #eee;
}

code, .filename {
	font-family: "Lucida Console", "Courier New", monospace;
}

/* Textarea resizer thingys.. */
hr.resizer {
		cursor: pointer;
		height: 3px;
		margin-top: 1px;
		padding: 0px;
		border-width: 0px;	
		border-top: 3px double #AAA;

}
