/* These styles are used by ALL sites with individual site styles being in their own CSS files            */
/* Many styles should exist in these individual files to provide the various look of each individual site */
/* Individual sites shouldn't have many unique styles                                                     */

form {
  margin: 0px;
  padding: 0px;
}

.clear {
  background: none;
  border: none;
  }

a:link.nice { color: #666666; text-decoration: none }
a:visited.nice { color: #555555; text-decoration: none }
a:hover.nice { color: #666666; text-decoration: none }
a:active.nice { color: #ff0000; text-decoration: none }

.il { cursor: pointer } /* 'Is Link' */

.tiny { font-size: 7pt }

input.inputRight { text-align: right }

img.flag { margin-left: 10px; margin-right: 5px }

img.thumb { margin: 2px }
img.thumbAlt, img.thumbAltFade {
  border: 1px solid #c0c0c0;
}

img.thumbAltFade {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

/* References to other sites */
.lovellrugby { color: #0093d1 }
.lovellsoccer { color: #d60000 }
.lfc { color: #da1f26 }
.wbr { color: #8c181b }

.warning {
  color: #ff0000;
}

.readonly { background: #cccccc; color: #333333; border: 1px solid #cccccc }

.small { font-size: 0.85em; margin-top: 0em; margin-bottom: 0em }
