/*************************************/
/* software.css  -  VP7 Style Sheet  */
/*************************************/

body {
  margin-top: 0;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  font-family: helvetica,lucida,serif;
}

A:link {
  text-decoration: none; 
  color: #0042FF; 
  font-family: Helvetica;
} 

A:visited {
  text-decoration: none;
  color: #0000AA
} 

A:hover {
  text-decoration: underline
}

A:active {
  color:red;
}

A:hover {
  color:red;
}

.sort {
  border: solid #000000;
  background: #000000;
}


/* software entry */
.entry {
  border: solid #0000DD;
  color: #000000;
  background: #EFEFEF;
  text-align: justify;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
}

/* base style used in entry */
.base {
  color: #000000;
  background: #EFEFEF;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
  text-align: justify;
}

.headl {
  color: #000000;
  background: #EFEFEF;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
  text-align: left;
}

/* Style used in summary info */
.sum {
  color: #000000;
  background: #EFEFEF;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
  text-align: left;
}



/* base style used outside an entry */
.baseout {
  color: #000000;
  background: #FFFFFF;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
  text-align: justify;
}

/*******************************************************/



/* left table entries */
.lte {
  font-family: helvetica,lucida,serif;
  font-style: normal;
  font-size: 80%;
}

.nav {
  font-family: helvetica,lucida,serif;
  font-style: normal;
}

/* top left index */
.idx {
  font-family: helvetica,lucida,serif;
  font-style: normal;
  font-size: 80%;
  float: left;
}

/*********************************************************/

/* software title */
.title {
  color: #EFEFEF;
  background: #0000DD;
  font-family: helvetica,serif;
  font-size: large;
  font-weight: bold;
  margin: 0em;
  text-align: justify;
  white-space: pre; 
}


/* Large leading letter; use with <span> */
.leadfirst {
  font-family: gill, arial, sans-serif;
  font-weight: bold;
  background: #EFEFEF;
  color: #00BB11;
  font-size: 150%;
  float: left;
  line-height: 80%;
} 

/* same style as .leadfirst but smaller size */
.leadcont {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  background: #EFEFEF;
  color: #00AA11;
  font-size: 100%;
}

.right {
  border: none;
  float: right;
}

/* Headers used in the left column */
.lefthead {
  color: #FFFF00;
  background: #00008C;
  text-align: center;
  font-family: helvetica,serif;
  font-weight: bold;
  font-size: 110%;
}

/* right-aligned bold text */
.rightemph {
  color: #0033CC;
  font-family: Helvetica,lucida,serif;
  font-weight: bold;
  font-style: normal;
  float: right;
}

.dato {
  color: #FFFF00;
  background: #00008C;
  font-family: Helvetica,lucida,serif;
  font-weight: bold;
  font-style: normal;
  float: right;
}

.headline {
	color: #FFFF00;
	background: #00008C;
	font-family: helvetica,lucida,serif;
	font-weight: bold;
	font-size: 150%;
}

/* left-aligned bold text */
.leftemph {
  color: #0033CC;
  font-family: Helvetica,serif;
  font-weight: bold;
  font-style: normal;
  float: left;
}






