/* Style code taken from oswd.net, this design originally by haran.
/* original header:
/* TITLE: Stylesheet for Purple Haze
/* URI  : /purplehaze/purplehaze.css
/* MODIF: 2002-12-15 17:34 +0800


/* ###### Color Scheme ###### */

/*
 * CHANGING THE COLOR SCHEME
 * -------------------------
 * 
 * Four basic colors were used in the design. To change the
 * color scheme, just edit these four values below.
 *
 */

.bodyTextWide {
  background-color: #eee;
  color: #333;
}

.topOfPage, q, h1, h2, h3, .headerTitle, .siteMap, .siteMap *, .headerLinks, .headerLinks *, .sideBox div, #footer *
{ /* Text Color: */  color: /* #a0a0ff; */ #1133dd; }

h1 {
  color: #03d; /* #04e; */
}

q, h2,  #header, .sideBox, .sideBox div, #footer
{ /* Border Color: */  border-color: #c0c0ff; }

#header, .sideBox div, .sideBox a:hover
{ /* Background Color (darker): */  background-color: #37d; /* #f0f0ff; */ }


q, .sideBox a, .sideBox span, #footer
 /* Background Color (lighter): */ 
{ background-color: #fdfdff; } 


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
  width: 10em;
}

.RHS {
  margin-right: 2.5mm;
  margin-bottom: 40px;
  float: right;
  clear: right;
  width: 14em;
  font-size: small;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 10mm 14em 0 12em;
  padding: 0 1em 1ex 1em;
}

#bodyTextWide {
  line-height: 1.5em;
  margin: 20px 4em 0 1em; 
  max-width: 700px;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 1ex;
}

#bodyText ul {
  padding-bottom: 1ex;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

body {
  background-color: white;
  color: black;
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 100%;
  margin: 0;
}

h1, h2, h3 {
  font-family: serif; 
}

h1 {
  font-weight: bold;
  font-size: 150%;
  font-family: serif; 
  border-bottom: 1px solid;
  max-width: 500px;
  padding-bottom: 0.5ex;
}

h2 {
  font-weight: bold;
  font-size: 100%;
/*  font-family: "arial"; */
  padding-bottom: 0.5ex;
}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

img {
  border: 0;
}

q {
  font-family: verdana, helvetica, arial, sans-serif; 
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}

.features dt {
  font-weight: bold;
}

.features dd {
  font-size: 90%;
}

/* ###### News Text ###### */

.news {
  line-height: 1.5em;
  margin: 10px 10mm 40px 0em;   
  max-width: 800px;
  padding: 10px 10px 10px 1px; 
/*  background-color: #F0F0F0;  */
}

.news h3, #newsDate  {
  color: #03d;
}

/* ###### Platforms ###### */

div.platformTable {
/*  align: center; */
  float: left;
}

div.platformTable h4 {
  align: center;
}

.platformTable td {
  text-align: center;
  margin: 0px 25px 0px 25px;
}

.platformTable table, .platformTable td {
  align: center;
}

.platformTable th {
  border-style: none; 
/*  background-color: #FFF2F2;*/
}

td.platformLisp {
  border-style: none; 
  text-align: left;	
  padding: 0px 0px 0px 0px;
}

.midcol {
  border-style: solid
  border: 0px 2px 0px 0px;
  border-right: 2px solid #555555;
}

.leftcol {
  padding-right: 8px;
  border-style: solid
  border: 0px 8px 0px 0px;
  border-right: thick solid #FFF;
}

div.platformLegend {
  float: left;
  display: inline;
  font-size: 9pt;
  margin-left: 20px;
  margin-top: 60px; 
  line-height: 20px;
  border-style: solid; 
  border-color: #DDD;
  border: 0px 1px 1px 1px;
  padding: 4px 4px 4px 4px
}

.platformLegendHeader {
  font-size: 10pt;
  padding-bottom: 5px;
  font-weight: bold;
  color: #555;
}

/* ###### Header ###### */

#header {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  height: 6.5em;
/*  margin-bottom: 5mm; */
  padding: 0.5em 2.5mm 0mm 7.5mm;
}

#header h2 {
  font-family: Arial;
  font-weight: normal;
  font-size: 100%;
  color: #fff;
}

.headerLinks a {
  font-family: Arial;
  font-weight: normal;
  color: #fff; /* #d5d5d5;*/
}

.headerTitle  {
  font-family: serif;
  font-weight: bold;
  font-size: 275%;
  color: #fff;
}

#header img {
  height: 40px;
  width: 40px;
}

.headerLinks {
  text-align: right;
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

.headerLinks * {
  text-decoration: none;
  font-size: small;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}


.siteMap {
  font-size: small;
  text-align: left;
  margin-left: 2.5mm;
  margin-right: 2.5mm;
  float: left;
  clear: left;
}

.siteMap * {
  text-decoration: none;
/*  font-weight: bold; */
  padding-right: 1ex;
}

.siteMap a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.clear {
  clear: both;
}

.sideBox {
/*  border-top: 2px solid; */
  border-bottom: 2px solid #333;
/*  margin-top: 5mm; */
  display: block;
  width: 100%;
  font-family: serif; 
  font-size: 110%;
  float: left;
}

.sideBox div {
  font-weight: bold;
  border-bottom: 1px dashed; 
  padding: 0.5ex 0.5em 0.5ex 0.75em;
  display: inline;
}

.sideBox a, .sideBox a:hover { 
  line-height: 1.25em;
  display: block;
  float: left;
  padding: 1ex 0.5em 1ex 0.75em;
}


.sideBox span {
  color: black;
/*  text-decoration: none; */
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}


/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: none;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  left: 7em;
}

/* project table */

.stdlist {
	width: 25%;
}