/****        TABLE CSS FOR MODERN CONSTELLATION WEBSITE. TABLES PAGE     2010-01-19 11:33:16        ****/

#contentBox { 
  margin-top: 0;
  width: 77em; /* Better table fit than 79em */
  float: right;
}

#wrapper {
  background-color: #FBE097;
}

/* BELOW IS FOR "ALL" CONSTELLATION TABLE ONLY */

#table_allcon {
  font-family: Verdana; background-color: rgb(153, 255,255); padding-left:0em;
}

/* CSS for Table Headers and Columns */

#table_allcon #hname {
  background-color: rgb(255, 153, 255);
  text-align: center;
  width: 138px;
}

#table_allcon #hsym {
  background-color: rgb(255, 153, 255);
  text-align: center;
  width: 38px;
}

#table_allcon #hgen {
 background-color: rgb(255, 153, 255);
 text-align: center;
 width: 138px;
}

#table_allcon #hzspacer {
  background-color: yellow;
  width: 0px;
}
/* End CSS for Table Headers and Columns*/

#table_allcon tr {
  height: 30px;
}

#table_allcon td {
  font-size: 1.3em; text-align: left; padding-left: 0.5em; background-color:  rgb(153, 255,255);
}

#table_allcon a {
  text-decoration: none;
}

/* Only use this if you use pdf files in the table links ..............
#table_allcon a[href$=".pdf"] {
  background: url(SecondaryStylesImages/pdficon_small.gif) right no-repeat;
  padding-right: 1.5em;
  padding-left: 0em;
}
*/

/* Don't want to clutter up the table with pdf icons - or do I ????? */
a[href$=".pdf"] {
  background: none; left no-repeat;
  text-decoration: none;
  padding-left: 0em;
}


/* BELOW IS FOR MODERN CONSTELLATION ONLY */

#table_modcon {
  font-family: Verdana; background-color: rgb(153, 255,255); padding-left:0em;
}

/* CSS for Table Headers */

#table_modcon #hauthor {
  background-color: rgb(255, 153, 255);
  text-align: center;
  width: 138px
}

#table_modcon #hname {
  background-color: rgb(255, 153, 255);
  text-align: center;
  width: 150px;
}

#table_modcon #hyear {
 background-color: rgb(255, 153, 255);
 text-align: center;
 width: 70px
}

#table_modcon #hlucida {
 background-color: rgb(255, 153, 255);
 text-align: center;
 width: 70px
}

/* End CSS for Table Headers and Columns*/

#table_modcon tr {
  height: 30px;
}

#table_modcon td {
  font-size: 1.3em; text-align: center; padding-left: 0.5em; background-color:  rgb(100,244,123);
}

#table_modcon #author {
  font-weight: bold;
}

#table_modcon #name {
 text-align: left;
}

#table_modcon a {
  text-decoration: none;
}

/* Only use this if you use pdf files in the table links ..............
#table_modcon a[href$=".pdf"] {
  background: url(SecondaryStylesImages/pdficon_smmod.gif) right no-repeat;
  padding-right: 1.5em;
  padding-left: 0em;
}
*/

/* Don't want to clutter up the table with pdf icons - or do I ????? */
a[href$=".pdf"] {
  background: none; left no-repeat;
  text-decoration: none;
  padding-left: 0em;
}





