/*********************************************************/
/* Link colors up front - allow overrides anywhere else */
/*********************************************************/

a:link {
	color:#ff2929;
	text-decoration:none;
}

a:visited {
	color:#aa2929;
	text-decoration:none;
}

a:hover {
	color:#808080;
	text-decoration:underline;
}

a:active {
	color:#808080;
	text-decoration:none;
}


/*********************************************************/
/* Main body outer decls */
/*********************************************************/

html {
	/* sanity values for outer blocks */
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	/* sanity values for outer blocks */
	margin: 10px;
	padding: 0px;
	border: 0px;

	background-color:#000000;
	color:#ffffff;
	font-family:verdana, tahoma, "bitstream vera sans", sans-serif;
	font-size:9pt;
	font-weight:400;
	/* the text align tags are for old browser compatibility */
	/* Centering here aligns the main frame below... */
	text-align: center;
}

div.outer_frame {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	/* ... which now has to undo the centering. */
	text-align: left;
}


/*********************************************************/
/* inner decls, borders and edges */
/*********************************************************/

div.image_header_frame {
	border: 1px solid #404040;
	border-style: solid solid solid solid;
	height: 65px;
}

div.inner_frame {
	position: relative;
	margin: 0;
	padding: 0px;
}


/*********************************************************/
/* text formatting */
/*********************************************************/

div.text_border_frame {
	position: absolute;
	right: 0px;
	top: 7px;

	border: 1px solid #404040;
	border-style: solid solid solid solid;
	overflow: auto;
}

div.text_frame {
	width: 588px;
	margin: 5px;
}

div.null_frame {
	margin-top: 5px;
	border: 1px solid #404040;
	border-style: solid solid solid solid;
	width: 738px;
	padding: 5px;
	overflow: auto;
}


/*********************************************************/
/* Menu formatting */
/*********************************************************/

div.menu_border_frame {
	position: absolute;
	left: 0px;
	top: 7px;

	border: 1px solid #404040;
	border-style: solid solid solid solid;
}
div.menu_frame {
	width: 140px;

	font-family:verdana, tahoma, "bitstream vera sans", sans-serif;
	font-size: 9pt;
	font-weight: 600;
}

span.menu_header_text {
	color: #cccccc;
	margin-left: 8px;
}

div.menu_link {
	color: #808080;
	margin-left: 16px;
	font-weight: 400;
}

a.menu_header_text:link {
	color:#cccccc;
	text-decoration:underline;
}

a.menu_header_text:visited {
	color:#808080;
	text-decoration:underline;
}

a.menu_header_text:hover {
	color:#808080;
	text-decoration:underline;
}

a.menu_header_text:active {
	color:#808080;
	text-decoration:none;
}


/*********************************************************/
/* headers H1 - H3 */
/*********************************************************/

h1 {
	color:#ff8800;
	font-family:verdana, tahoma, "bitstream vera sans", sans-serif;
	text-decoration:none;
	font-style:italic;
	font-size:13pt;
	font-weight:200;
	margin-bottom:20px;
}

h2 {
	color:#ff8800;
	text-decoration:none;
	font-family:verdana, tahoma, "bitstream vera sans", sans-serif;
	font-size:11pt;
	font-weight:400;
}

h3 {
	color:#ff8800;
	font-family:verdana, tahoma, "bitstream vera sans", sans-serif;
	text-decoration:none;
	font-size:9pt;
	font-weight:400;
}


/*********************************************************/
/* various block level stuff */
/*********************************************************/

tt {
	color:#cccccc;
	font-family:courier, consolas, "bitstream vera sans", monaco, monospace;
	font-size:9pt;
	font-weight:400;
}

pre {
	color:#cccccc;
	font-family:courier, consolas, "bitstream vera sans", monaco, monospace;
	font-size:9pt;
	font-weight:600;
}

blockquote{
	color:#ffffff;
	font-family:verdana, tahoma, "bitstream vera sans", sans-serif;
	font-size:9pt;
	font-weight:400;
}

.content {
	color:#ffffff;
	font-family:verdana, tahoma, "bitstream vera sans", sans-serif;
	font-size:9pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	font-weight:400;
}

.quote {
	margin-left: 30px;
	margin-right: 80px;
    color:#00ffff;
}


/*********************************************************/
/* unordered list setup */
/*********************************************************/

ul {
	list-style-type:circle;
}

ul.special {
	list-style-type:none;
	color:#ffcc00;
}


/*********************************************************/
/* Image handlers */
/*********************************************************/

.imagefloatright {
	clear: right;
	float: right;
	padding-left: 30px;
	padding-bottom: 15px;
}

.imagesub {
	font-style:italic;
	padding-top: 5px;
	text-align: center;
}

.imageinnerborder {
	border: 1px solid #000000;
}
.imageouterborder {
	border: 1px solid #808080;
}
.mapimage {
	margin-bottom: 18;
	border: 1px solid #404040;
}


/*********************************************************/
/* various text coloring */
/*********************************************************/

.command {
    color:#ffff00
}
.dim {
    color:#808080
}
.special {
    color:#ffaa00
}
.keyword {
	color:#ffaa00;
}
.ouch {
    color:#6060c0
}
.dentin {
    color:#60c060
}


/*********************************************************/
/* various drawing utils */
/*********************************************************/

div.frame_color_spacer_snnn {
	border: 1px solid #ffffff;
	border-style: solid none none none;
}
div.frame_color_spacer_ssss {
	border: 1px solid #ffffff;
	border-style: solid;
}

div.frame_color_spacer_inner {
	border: 2px solid #800000;
	border-style: solid;
}

