/* Specific classes */

html {
	background: url("/Images/bgnd-orgdigits.gif") black;
}
/* Warning! Netscape uses specified color to paint table borders if "loose.dtd" is not provided! */

body {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	font-size: 11pt;
	margin: 1em;
	text-align: center;
}

table {
	text-align: left;	/* Warning! In IE [7.0], this doesn't seem to inherit from BODY! :-( */
	font-size: 11pt;	/* Warning! This doesn't seem to inherit from BODY at all! :-( */
	border-color: #CCCCCC;
}

table.pane {
	background: black;
}

table.horzmenu {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

table.vertmenu {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	width: 10em;
}

td {
	padding: 0.3em;
	border-color: #CCCCCC; 
}

td.topictitle {
	background: url("/Images/bgnd-bluelines.gif") #000066;
	padding: 0.6em;
	font-size: 22pt;
	font-weight: bold;
/*	font-style: italic;*/
	color: #FFCC00;
}

td.pagetitle {
	background: url("/Images/bgnd-darkbluelines.gif") #000033;
	padding: 0.4em;
	font-size: 16pt;
	font-weight: bold;
	color: #FFCC00;
}

td.vmspace {
	padding: 1.5em;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #FFCC00;
	margin-top: 1.5em;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFCC00;
	margin-top: 1.5em;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #FFCC00;
	margin-top: 1.5em;
}

li {
	margin-bottom: 0.3em;
}

tt.code {
	color: #6666FF;
}

img {
	border-color: white;
}

img.linked {
/*	border-color: white white #FF9900 white;*/
	border-color: #FF9900;
}

img.xlinked {
/*	border-color: white white #00FF00 white;*/
	border-color: #00FF00;
}

img.floatleft { 
        float: left;
        margin: 0 1em 1em 0;
}

img.floatright { 
        float: right;
        margin: 0 0.5em 1em 1em;
}

b.very {
	color: red;
}

a:link {
/*	color: #FFFF00;*/
	color: #FF9900;
}

a:visited {
/*	color: #999900;*/
	color: #996600;
}

a:active {
	color: red;
}

a.xlink:link {
	color: #00FF00;
}

a.xlink:visited {
/*	color: #669966; */ 
	color: #009900; 
}

a.xlink:active {
	color: red;
}

a.menuoff {
	color: white;
	background: url("/Images/bgnd-graylines.gif") #333333;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.menuoff:hover {
	background: url("/Images/bgnd-greenlines.gif") #006600;
}

a.horzmenuon {
	color: white;
	background: url("/Images/bgnd-redlines.gif") #990000;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.horzmenuon:visited {
	color: white;
	background: url("/Images/bgnd-redlines.gif") #990000;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.horzmenuon:active {
	color: white;
	background: url("/Images/bgnd-redlines.gif") #990000;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.vertmenuon {
	color: white;
	background: url("/Images/bgnd-yellowlines.gif") #996600;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.vertmenuon:visited {
	color: white;
	background: url("/Images/bgnd-yellowlines.gif") #996600;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.vertmenuon:active {
	color: white;
	background: url("/Images/bgnd-yellowlines.gif") #996600;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.menudead {
	color: #999999;
	background: url("/Images/bgnd-graylines.gif") #333333;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.fancylink {
	font-family: Courier, "Courier New", monospace;
	font-size: 40pt;
	color: #00FF00;
	font-weight: bold;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}

a.fancylink:hover {
	background: url("/Images/bgnd-graylines.gif") #006600;
}

a.ntpclock {
	background: url("/Images/ntpclock_dark.jpg");
	width: 427px;
	height: 320px;
	display: block;
}

a.ntpclock:hover {
	background: url("/Images/ntpclock_bright.jpg");
	width: 427px;
	height: 320px;
	display: block;
}

/* Generic classes */

/*   Text-related */

.smalltext {
	font-size: 10pt;
}

.smalltext2 {
	font-size: 10pt;
	margin: 0.5em;
}

.fakelink {
	color: #FF9900;
	text-decoration: underline;
}

.fakexlink {
	color: #00FF00;
	text-decoration: underline;
}

/*   Padding/margin-related */

/* Note: Unfortunately, browsers are inconsistent as to what this property
   does to <table>'s or <tr>'s - the safest thing to do is to use it for
   <td>'s only. */

.snug {
	padding: 0;
}

.gap {
	padding: 0.4em;
}

.loose {
	padding: 0.6em;
}

.content {
	padding: 1em;
}

.notopmarg {
	margin-top: 0;
}

.nobotmarg {
	margin-bottom: 0;
}

.smskip {
	margin-top: 0;
	margin-bottom: 0.3em;
}

.pendmenu {
	margin-top: 0;
	margin-bottom: 0.3em;
}
