/*
 * Cascading Style Sheet (CSS) File for the AzureGE's Web Page
 * Copyright (C) 2004-2006 Aloysius Indrayanto
 *
 * Licensed under the GNU FDL version 1.3 or later
 */


/*
 * Basic styles
 */
BODY {
  color             : #CCCCCC;
  background-color  : #000000;
  background-image  : url(images/stars.png);
  background-repeat : repeat;
  padding-bottom    : 0.5em;
}

HR {
  background : #CCCCCC;
  width      : 100%;
  height     : 2px;
  margin     : 0px 0px 0px 0px;
  border     : 1pt solid #888888;
  padding    : 0px 0px 0px 0px;
}

P {
  margin  : 0.3em 0px 0.3em 0px;
  padding : 0.3em 0px 0.3em 0px;
}

A {
  color            : #0000FF;
  background-color : transparent;
  text-decoration  : underline;
}

A:HOVER, A:ACTIVE {
  color            : #8080FF;
  background-color : transparent;
  text-decoration  : underline;
}

A:VISITED {
  color            : #AA44AA;
  background-color : transparent;
  text-decoration  : underline;
}


/*
 * Common styles
 */
.ZTMS { /* Zero Top Margin & Padding */
 margin-top  : 0px;
 padding-top : 0px;
}

.ML2EM { /* Indent (Margin) Left by 2em */
 margin-left : 2em;
}

.SH1 { /* 1st Level Section Header */
  display       : block;
  color         : #FF7F60;
  width         : 100%;
  margin-top    : 5px;
  margin-bottom : 5px;
  border-top    : 2px dotted #8080C0;
  border-bottom : 2px dotted #8080C0;
  font-size     : 100%;
  font-weight   : bold;
}

.FREF { /* File Reference */
  color : #60FF60;
}

.MREF { /* Macro/Environment Variable Reference */
  color : #FFFF60;
}

.ICODE { /* Inline Code */
  color       : #FFFF60;
  font-family : monospace;
}

.INFO_RED_BOLD { /* Priority 0 Information (the Highest Priority) */
  color       : #FF6060;
  font-weight : bold;
}

.INFO_RED { /* Priority 1 Information */
  color : #FF6060;
}

.INFO_PURPLE { /* Priority 2 Information */
  color : #FF60FF;
}

.INFO_YELLOW { /* Priority 3 Information */
  color : #FFFF60;
}

.INFO_CYAN { /* Priority 4 Information */
  color : #60FFFF;
}

.INFO_GREEN { /* Priority 5 Information (the Lowest Priority) */
  color : #60FF60;
}


/*
 * Title styles
 */
.TITLE_ASCII_ART {
  color       : #7FC0FF;
  font-size   : 100%;
  font-weight : bold;
}

.TITLE_LAST_UPDATED {
  color     : #FF0000;
  font-size : 120%;
}

.TITLE_COPYRIGHT {
  color     : #00FF00;
  font-size : 100%;
}
