/* Digital Stratum, Inc. base style sheet. */

body
{
	margin: 5px;
	padding: 5px;
	font-family: georgia, "Book Antiqua", palatino, serif;
	font-size: 12pt;
	color: #000000;
	background: #FFFFFF;
}

/* redundant selectors to help NS4 not forget */
div, p, th, td, li, dd, dl, dt
{
	font-family:  georgia, "Book Antiqua", palatino, serif;
}


/* turns off gaps around images */
img
{
	border:	0px;
}

/* General styles. */
.dateline
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
	margin: 1px;
}

.headline
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: darkblue;
	margin: 1px;
}

.stdtitle
{
	padding: 4px;
	border-left: 6px solid #A6C8DD;
	border-bottom: 1px dotted #A6C8DD;
	font-weight: bold;
}

.smallheading
{
	font-weight: bold;
}

.section
{
	margin-left: 15px;
}

.section_title
{
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
}

.section_box
{
	border: 1px solid #A6C8DD;
	margin-top: 5px;
	padding: 5px;
	background-color: #F0F0F0;
}

.indent
{
	padding-left: 20px;
}

/* Main navigation specific. */
#navigation
{
	margin-top: 1px;
	padding: 6px;
	border: 1px solid #A6C8DD;
	background-color: #F0F0F0;
}

#navigation a
{
	text-decoration: none;
	color: #0000FF;
}

#navigation a:hover
{
	text-decoration: underline;
	color: white;
	border-bottom: 2px solid #FF8000;
	background-color: darkblue;
}

/* All pages are in a content div. */
#content
{
}

/* Pages about programming that include code. */
#codepage
{
}

#codepage p.header
{
	border-bottom: 1px dotted #A6C8DD;
	border-left: 6px solid #A6C8DD;
	padding: 5px;
	color: darkblue;
	font-weight: bold;
	line-height: 150%;
}

#codepage .stdborder
{
	border: 1px solid black;
}

#codepage .blocktitle
{
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	border-bottom: 1px dotted black;
	background-color: #F0F0F0;
}

#codepage .description
{
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid black;
}

#codepage h4
{
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
}

#codepage td.separator
{
	padding-bottom: 3px;
	padding-left: 10px;
	border-left: 1px solid black;
}

#codepage td.horzline
{
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}

#codepage pre
{
	padding: 10px;
	margin: 10px;
}

#codepage pre.tibasic
{
	padding: 10px;
	margin: 0px;
	border: 1px solid black;
	color: black;
	background-color: #40F0F0;
}

#codepage pre.tiasm
{
	padding: 10px;
	margin: 0px;
	border: 1px solid black;
	color: white;
	background-color: #7B7BF2;
}

#codepage pre.classic
{
	padding: 10px;
	margin: 0px;
	border: 1px solid darkorange;
	color: #00FF00;
	background-color: black;
}

/*
 * Journal
 */
#journal p
{
	line-height: 140%;
}

/*
 * Products
 */
.trybuy
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: darkgreen;
}

/*
 * Icon Group
 */
#icongroup
{
	margin: 2px;
	padding: 2px;
}

#icongroup img
{
	vertical-align: middle;
}

#icongroup a
{
	text-decoration: none;
	font-variant: small-caps;
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	margin-right: 10px;
	border: none;
	color: blue;
}

#icongroup a:hover
{
	border-bottom: 2px solid blue;
	color: darkorange;
}

/*
 * Floating
 */
.floatr
{
	display: block;
	margin: 4px;
	float: right;
	text-align: right;
}

/* Footer */
#footer
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	border-top: 1px dotted #333333;
	clear: both;
}
