/* TWC Style Sheet */

body.standard { background-image: url("../images/design/litchfield-3a.jpg");}
body.wos { background-image: url("../images/design/mcenter.jpg");}
body.inline { background-color: transparent; }
body {
  font-family: times,roman,arial;
  font-size: 12pt;
  color: black;
  }

  
form, form option, form select {
  font-family: times,roman,arial;
  font-size: 12pt;
  color: black;
  font-weight: bold;
}

table.schedule tr, td {
font-family: times,roman,arial;
  font-size: 12pt;
  color: black;
  background-color: transparent;
  border: 0;
  text-align: left;
  }

table.schedule th { 
font-size: 14pt;
text-align: center;
color: #800000;
border: 0;
border-top: 0;}

table.retreatants {
font-family: arial, courier, times;
font-size: 12pt;
color: black;
border-collapse: collapse;
border: 2px solid DarkOrange; 
}

.retreatants  td {
border-right: 2px solid DarkOrange;
font-family: arial, courier, times;
font-size: 12pt;
color: black;
padding: 5px;
}

.retreatants  th {
border-right: 2px solid DarkOrange;
border-bottom: 2px solid DarkOrange;
text-align: center;}

#content {
  padding: 4px;
  margin-right: 10%;
}
#LinkList {
  padding: 4px;
  float: right;
  width: 10%;
}

.formError{
  font-family: times;
  /* font-size: 110%; */
  color: red;
  font-style: italic;
  background-color: azure;
}

.detail{
font-family: courier;
  font-size: 10pt;
  color: black;
  }

.catTitle {
font-family: times,roman,arial;
  font-size: xx-large;
  color: #ff00ff;
}
 
.subLinks {
font-family: neurochrome, arial, times;
font-size: 12pt;
text-align: center;
}

.regText {
font-family: times,roman,arial;
font-size: 12pt;
color: black;
font-weight: normal;
}

.largeText {
font-family: times,roman,arial;
font-size: 14pt;
color: black;
font-weight: normal;
}

.wosText {
font-family: arial, roman, times;
font-size: 12pt;
color: white;
font-weight: normal;
}
.textBox {
font-family: times;
font-size: 12pt;
color: black;
background-color: azure;
/* border: 1px solid blue; */
font-weight: bold;
}

.linkBar {
font-family: neurochrome, times;
font-size: 12pt;
color: white;
background-color: azure; 
/* background-color: black; */
border: 1px solid black; 
/* font-weight: bold; */
text-align: center;
}

.linkBar A:link  { 
color: white;
text-decoration: none; }

.linkBar A:active  { 
color: yellow; 
text-decoration: none; 
font-size: 125% }

.linkBar A:visited { color: silver; 
text-decoration: none; }

A:link    { 
color: blue;
text-decoration: none; }

A:active  { 
color: blue; 
text-decoration: none; 
font-size: 125% }

A:visited { color: #006400; 
text-decoration: none; 
/* font-size: 85%  */}

.hiddenPic {display:none;} /* so we can preload the button images (quicker roll-over)  */

img.hover {display:none;border:0;}
A:hover img.hover {display:inline;}
A:hover img.nohover {display:none;}

