/* Primary style sheet for CV6.ORG. */

/* 9-11-2001 */
H1.special {
	text-align: center;
}

A:link { color: #036; background: transparent;}
A:visited { color: #c30; background: transparent;}
A:hover { color: #f60; background: transparent; }
A:active { color: #f00; background: transparent;}

.href { 
	color: #666;
	background: transparent;
	font-size: .8em;
}

BODY {
	margin-top:     -1em;
	margin-left:    -1em;
	margin-right:   -1em;
	margin-bottom:  -1em;
	padding-top:    0;
	padding-left:   0;
	padding-right:  0;
	padding-bottom: 0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	width:  auto;
	color: #000;
	background: #fff;
}

BLOCKQUOTE.longquote {
	margin-top: 0em;
	margin-bottom: .5em;
}

BLOCKQUOTE.indent {
	margin-top: 0em;
	margin-bottom: 0em;
}

BLOCKQUOTE.article {
	padding-left: .5em;
	margin-right: 10em;
	color: #036;
	background: #fff;
	font-size: .95em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

BLOCKQUOTE.letter {
	padding-left: .5em;
	margin-right: 7em;
	color: #036;
	background: #fff;
}

/* Better name would be article-header */
.chapter-header {
	background: none #fff;
	color: #000;
	margin-top: -.5em;
	text-align: center;
	float: left;
	width: 40%;
}

DT {
	padding-left: 1.5em;
}

EM.highlight {
	color: #036;
	background-color: #ffc;
	font-weight : bold;
	font-style : italic;
}

H1, H2, H3, H4, H5, H6 {
	color: #036;
	background: #fff;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

H1 {
	margin-left: 1.2em;
	font-size: 1.5em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

H2 {
	margin-bottom: 0.2em;
	margin-left: 1.25em;
	font-size: 1.33em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

H3 {
	margin-left: 1.2em;
	font-size: 1.125em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

H4 {
	margin-left: 1.3em;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

H5 {
	margin-left: 1.35em;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

/* Main page header */
H1.pageheader {
    color: #036;
	background: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-right: 0em;
	margin-left: 0em;
	padding-left: 1.75em;
	font-weight: bold;
	font-size: 1.75em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    border-radius: .1em;
}

H1.pageheader SPAN {
	line-height: 90%;
	text-transform: capitalize;
	font-size: medium;	
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}


H2.pageheader {
	color: #039;
	background: #fb0;
	text-transform: uppercase;
	text-align: left;
	margin-top: -.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border: 1px;
	padding-left: 1.25em;
	font-weight: bold;
	font-size: 1.25em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    border-radius: .1em;
}

/* Second-tier pages sub-header extension*/
.subsubhead {
	text-transform : none;
}

H2.bookheader {
	margin-top: 0.0em;
}

H2.bookheadertop {
	margin-top: 0.0em;
	margin-left: 0.0em;
}

H3.planeheader {
	text-align: left;
	margin-bottom: -.75em;
	margin-top: 1.5em;
	font-weight: bold;
}

.planesubheader {
	color: #333;
	background: transparent;
	display: block;
	margin-bottom: 0em;
	font-size: .8em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

H3.ruled {
	text-align: left;
	margin-top: 1.5em;
	font-weight: bold;
}

H3.chapter-title {
	font-size: 100%
}

.sub-chapter-title {
	font-size: 80%;
}


H4.chapter-quote {
	margin-top: -.5em;
	margin-bottom: 0em;
	font-size: 85%
}

H4.link-header {
	margin-top: -1em;
	margin-bottom: 0em;
}

.sub-chapter-quote {
	font-weight: normal;
	font-size: 75%
}


.section-header {
	margin-top: 0em;
	padding-right: 4em;
}

.section-quote {
	margin-top: .5em;
	padding-right: 4em;
}

.section-side-header {
	margin-top: 0em;
	text-align: left;
}

.section-side-quote {
	margin-top: .5em;
	text-align: left;
}

H5 SPAN {
	font-size: 80%;
}

LI.inside {
	list-style-position: inside;
}

/* This is kind of lame */
LI.bulletless {
	list-style-type: none;
}

LI.link-list {
	list-style-type: none;
}

P {
	margin-left: 1.4em;
	margin-right: 1.5em;
}

P.breadcrumbs {
	margin-top: 0em;
	margin-bottom: .1em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

/* Main links displayed in all page headers*/
P.pageheader {
	color: #000;
	background: #fff;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 0px;
}

.motd {
	color: #036;
	background: #fff;
}

/* Left and right margins on large PRE sections*/
PRE.block {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

STRONG.styled {
	color: #036;
	background: #fff;
}

STRONG.styled2 {
	color : #036;
	background : #fff;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

/* Inset table to align with page header text*/
TABLE.left {
	padding-left: 1.5em;
}

TABLE.sidebar-right {
    background : #ddc;
	margin-left: 1em;
/*	padding-left: 1em;
	padding-right: 1em; */
    border-radius: .1em;
	float: right;
}

/* TD/TH, for consistent text alignment across tables*/
TD, TH {
	vertical-align: top;
}

TD.bookindex {
	color: #fff;
	background: #036;
	vertical-align: middle;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

TD.right {
	text-align: right;
}

TH {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

UL {
	margin-top: 0em;
}

/* Tweaks for site index */
UL.index, OL.index {
	list-style-type: none;
}

/* Picture caption*/
.caption {
	font-style: italic;
}

/* Emphasis for quotes at top of page body*/
.quote {
	font-weight: bold;
}

/* Browse-sequence links at page bottom - DEPRECATED 
 * Use browse-footer/header instead */
.prefooter {
	text-align: center;
}

.browse-footer {
	text-align: right;
	margin-left: 1.6em;
	margin-right: 3em;
	margin-top: -.25em;
	margin-bottom: 1.5em;
	font-size: 90%;
}

.browse-header {
	text-align: left;
	margin-left: 1.6em;
	margin-right: 3em;
	font-size: 90%;
}

/* Ship names*/
.ship {
	font-style: italic;
}

.caption .ship {
	font-style: normal;
}

/* Shortcut menu: overlaps main page header */
.shortcuts {
	position: absolute;
	z-index: 1;
	right: 4px;
	top: 5px;
    color: #036;
	background: transparent;
	padding-right: 5px;
	text-align: right;
	text-transform: none;
}
