th.boldheader { 
  font-weight: bold; 
  text-align: left;
}

th.errorheader {
  color: red;
  font-weight: bold;
/*  background-color: #ffffcc; */
  text-align: left;
}

th.mainheader {
  font-weight: bold;
  font-size: 26pt;
  font-style: normal;
}

th.verseheader {
  color: white;
  background-color: #000099;
  white-space: nowrap;
  text-align: left;
}

td.purple { 
  background-color: #ccccff;
  color: black;
}

td.white { 
  background-color: #ffffff;
  color: black;
}

td.grey { 
  background-color: #eeeeee;
  color: black;
}

.white { 
  background-color: #ffffff;
  color: black;
}

.grey { 
  background-color: #eeeeee;
  color: black;
}


td.link { 
  width: 33%;
}

td.resume { 
  width: 33%;
}

td.half { 
  width: 50%;
}

/* theme table header */
td.polarbear { 
  background-color: #90c4ff;
  color: black;
}
td.banana { 
  background-color: #fdff28;
  color: black;
}
td.traditional { 
  background-color: #ccccff;
  color: black;
}

tr.center { 
  text-align: center;
}

table.outer { 
  background-color: #ffffff;
  width: 80%;
  border: 1px;
  border-color: #000000;
  cell-spacing: 0;
  cell-padding: 0;
}

table.inner {
  background-color: #ffffff;
  border-color: #000000;
  cell-spacing: 0px;
  cell-padding: 0px;
}

table.blkborder { border-color: #000000 }

table.center { 
  text-align: center;
  width: 100%;
}

table.all { 
  width: 100%;
}

div.center { 
  text-align: center;
}

/* remove breadcrumb */
div.breadcrumb { 
  background-color: #eeeeee;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  width: 100%;
}

/* theme breadcrumb */
div.polarbear { 
  background-color: #cecfce;
  font-weight: bold;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  width: 100%;
}
div.banana { 
  background-color: #eeeeee;
  font-weight: bold;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  width: 100%;
}
div.traditional { 
  background-color: #eeeeee;
  font-weight: bold;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  width: 100%;
}

/* theme page */
body.polarbear { 
  background-color: #ffffff;
  color: black;
}
body.banana
  background-color: #ffffff;
  color: black;
}
body.traditional
  background-color: #ffffff;
  color: black;
}

a { 
  text-decoration: underline;
}

a:link {  color: blue }         /* Unvisited Links */
a:visited { color: red }        /* Visited Links */
a:focus {  background: yellow } /* indicates link */
a:hover {                       /* hovers over link */
  color: black;  
  background: yellow;
}

a:active { color: purple }   /* active links */

table {  background-color: #ffffff; }

th { vertical-align: top }

td {  vertical-align: top }

body { 
  background-color: #ffffff;
  color: black;
	scrollbar-3dlight-color: #000055;
 	scrollbar-arrow-color: #000055;
 	scrollbar-base-color:#fafaff;
 	scrollbar-darkshadow-color: #fafaff;
 	scrollbar-face-color: #fafaff;
 	scrollbar-highlight-color: #fafaff;
 	scrollbar-shadow-color: #000055; 
}
img { 
  border: none;
}











