/*
	 Darren Burnhill, 2008
*/

* {
	margin: 0;
	padding: 0
}

html {
	font-size: 100%
}

body {
	color: #000;
	background: #fff;
	margin: 8px;
	font: 75% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif/**/
}

h1, h2, h3, h4, h5 {
	font: bold 2.2em 'Courier New', Courier, monospace;
	/*font: bold 1.8em 'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;*/
	margin: 1em 0 .3em;
	text-align: center
}

h1 {
	margin-bottom: .5em
}

h2 {
	font-size: 1.9em
}

h3 {
	font-size: 1.5em
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
/*	text-indent: .5em;*/
	margin: .3em .5em
}

/*td {
	font-size: 1em
}*/

ul, ol, li {
	margin-left: 1.5em;
	margin-top: .3em
}

ul.toc {
	margin-top: 1em;
	margin-bottom: 1em
}

.smaller, #bottom {
	font-size: .9em
}

.small {
	font-size: .8em
}

.textcenter, #bottom {
	text-align: center
}

.textleft {
	text-align: left
}

div.hr {
	border-top: 1px solid black;
	margin: 2em 3% -.8em
}

div.hr hr {
	display: none
}

#footnotes {
	border-top: 1px solid black;
	padding-top: .3em;
	margin: 1.5em 3% .3em;
	clear: both
/*	margin-left: 3%;
	margin-right: 3%;*/
	
}

#top, #bottom {
/*		font-family: Arial, Helvetica, sans-serif;
text-transform: lowercase;*/
	color: #000;
	font-variant: small-caps;
	background: #f5f5dc;
	clear: both
}

/* Only here for if the content is served sans style sheet */
#top tt {
	display: none
}

#bottom {
	padding: .2em .5em;
	margin-top: 1.5em;
	border: 1px solid #f0e68c
}

#bottom p {
	margin: 0
}

#top span, #top a {
/**/	padding: 1px 4px;
	border: 1px solid #f0e68c;
}

#top a:link, #top a:visited, #bottom a, dt a {
	text-decoration: none;
}

#top a:hover, dt a:hover {
	text-decoration: underline;
}

#logo {
	float: right;
	width: 230px;
	height: 22px;
	background: url(db_com_logo2.png) no-repeat;
	cursor: pointer
}

/* Index pages */
dl {
	margin: .8em 0 0 1.5em 
}

dl.subcat {
	margin-top: .3em;
	margin-left: 3em
}

dt {
	font-weight: bold;
	margin: .5em 0 .2em
}

dd {
	margin: .2em .7em
}

table {
	border-collapse: collapse;
	/*margin: 0 auto*/
}

.center {
	margin: 0 auto
}

td, th {
	padding: 2px 4px;
	border: 1px solid #f0e68c
}

.codetitle, .code {
	margin: 1em;
	padding: .3em;	
}

.codetitle {
	background: #f3f0c5;
	font-size: .9em;
	margin: 1.5em 1.2em 0;
	padding-left: .8em;
	font-weight: bold;
}

.code {
	border: 1px solid #f0e68c;
	font-family: 'Courier New', Courier, monospace;
	font-size: 1.1em;
	color: #060;
	background: #fefefb;
	margin-top: 0;
	border-top-width: 0
}

.quote {
	margin: 1em 1.5em 1em;
	border: 1px solid #f0e68c;
	background: #fdfdf7;
	color: #000;
	padding: 3px 5px
}

.quote p {
	margin: 0 0 .3em 0;
	text-indent: 0
}

img {
	border: none;
	vertical-align: middle
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.floatclear {
	clear: both
}

.floatleft img {
	margin: .7em .7em 0 8px
}

.floatright img {
	margin: .7em 8px 0 .7em
}

fieldset {
	border: 0
}

/*
	For Pear Text_Highlighter
	http://pear.php.net/package/Text_Highlighter
*/
.code {color: #000}
.hl-default{color:#000}
.hl-code{color:#808080}
.hl-brackets{color:#808000}
.hl-comment{color: #ff8C00}
.hl-quotes{color:#8b0000}
.hl-string{color:#f00}
.hl-builtin{color:#008080}
.hl-reserved{color:#008000; font-weight:bold}
.hl-var{color:#00008b}
.hl-special{color:#000080}
.hl-number{color:#00B}
.hl-main{background:#fff}
.hl-gutter{color:#fff;background:#999}
.hl-table{border:1px solid #d3d3d3}
.hl-identifier,.hl-inlinedoc,.hl-url,.hl-inlinetags{color:#00f}
.hl-inlinetags{color:#f00; font-weight:bold}

/*.hl-reserved a {font-weight: normal}*/

