@import "colors.css";

BODY {
  text-align: center;
  background-color: var(--main-background);
  margin: 0;
}

/* This wraps the entire body */
#wrapper {
  color: var(--frame-background);
  text-align: -webkit-center;
  text-align: -moz-center;
  width: 100%;
}

/* This is the portion of the main page above the frame */
DIV.contest {
  color: var(--frame-background);
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 15px;
}

/* LINKS */
a:link {
  color: var(--link-main-color);
}

a:visited {
  color: var(--link-visited-color);
}

#frame a:hover {
  color: var(--link-hover-color) !important;
}

a:hover {
  color: var(--frame-background);
}

div#frame {
  width: 85%;
  background-color: var(--frame-background);
  color: #000000;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
}

td#mainleft {
  width: 50%;
  background-color: inherit;
  color: inherit;
  padding-right: 15px;
  vertical-align: top;
}
td#mainright {
  width: 50%;
  background-color: inherit;
  color: inherit;
  vertical-align: top;
}
table.boni td {
  background-color: inherit;
  padding-right: 5px;
}
div.bonustablehead {
  font-weight: bold;
  background-color: inherit;
  padding-top: 10px;
  margin-right: 40px;
  border-bottom: 1px solid;
}
table.scores {
  width: 90%;
}
table.scores td {
  background-color: inherit;
}
tr.thisteam td {
  font-weight: bold;
  font-size: 100%;
}

FORM,
TABLE,
TD,
DIV,
SPAN {
  padding: 0;
  margin: 0;
}
IMG {
  border: 0;
  margin: 0;
}
TD,
DIV,
SPAN {
  font-family: 'PT Serif', Verdana, Helvetica, Arial, sans-serif;
  font-size: 10.5pt;
  font-weight: normal;
  /*  text-align: left;*/
  vertical-align: middle;
}

TABLE.data {
  border-collapse: collapse;
  border-style: solid;
  border-width: 2px;
  border-color: black;
}
TD.d {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 5px;
}
TD.dt {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 5px;
  font-family: monospace;
  font-weight: bold;
  text-align: right;
}
TD.data_border,
TD.data {
  background-color: transparent;
  font-size: 8pt;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
TD.data_border {
  border-bottom: 1px solid black;
}
TH {
  font-family: 'PT Serif', Verdana, Helvetica, Arial, sans-serif;
  font-size: 9pt;
  color: #ffffff;
  background-color: #000000;
  border-bottom: 1px solid #000000;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.content {
  background-color: #ffffff;
  vertical-align: top;
  padding: 10px;
}

/*
a:active {
  color: #000000;
}

.h_spacer{
  text-align: center;
  font-size: 160%;
  letter-spacing: 1.5em;
  padding: 10px;
}
*/

/*
.corner1,
.corner2,
.corner3,
.corner4 {
  width: 15px;
  height: 15px;
}
.corner1 {
  vertical-align: bottom;
  text-align: right;
}
.corner2 {
  vertical-align: bottom;
  text-align: left;
}
.corner3 {
  vertical-align: top;
  text-align: left;
}
.corner4 {
  vertical-align: top;
  text-align: left;
}
.hspacer {
  background-color: #ffffff;
  width: 100%;
}
*/
/*
.ul_header {
  color: #000000;
}
*/
IMG.header {
  margin-bottom: 10px;
}
.header {
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}
LI.final {
  font-weight: bold;
}
LI.check_on {
  list-style-image: url('img/check_on.gif');
  margin-bottom: 10px;
}
LI.check_off {
  list-style-image: url('img/check_off.gif');
  margin-bottom: 10px;
}
.admin_header {
  font-weight: bold;
  font-size: 10pt;
}
.field_name {
  text-align: right;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 5px;
}
.ctr {
  text-align: center;
}
.note {
  font-size: 8pt;
  margin-bottom: 10px;
}
.inset {
  padding-left: 5px;
}
.status {
  color: #dd0000;
  font-weight: bold;
}
.top {
  vertical-align: top;
}
TABLE.outlined {
  border: 1px solid #000000;
  border-right: 0;
  border-bottom: 0;
}
TD.outlined {
  padding: 5px;
  border: 1px solid #000000;
  border-top: 0;
  border-left: 0;
}
DIV.blockScore {
  border: 1px dashed #000000;
  padding: 10px;
  margin-bottom: 20px;
  font-style: italic;
}
DIV.hr {
  text-align: center;
  margin: 15px;
}

.submit {
  background-color: #002855;
  color: #ffffff;
  font-family: 'PT Serif', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  border: 2px solid #000000;
  padding: 1px;
  cursor: pointer;
  margin-left: 10px;
}
.input {
  font-family: 'PT Serif', Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
  background-color: #ffffff;
  border: 2px inset;
}

#footer {
  margin: 10px 10px 20px 10px;
}

div.msg {
  font-weight: bold;
  font-size: 100%;
}
td.data {
  font-family: monospace;
  font-weight: bold;
}
td.time {
  text-align: right;
}
td.instructions {
  background-color: yellow;
  font-weight: bold;
}

img.TeamPic {
  max-width: 400px;
  max-height: 300px;
}
.GalleryR {
  margin-left: 15px;
  margin-top: 15px;
  max-width: 400px;
  max-height: 300px;
}
.GalleryL {
  margin-right: 15px;
  margin-top: 15px;
  max-width: 400px;
  max-height: 300px;
}
td.GalleryField {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
td.GalleryTrashTalk {
  font-weight: bold;
  font-style: italic;
  color: #C00;
}
td.attn {
  background-color: yellow;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 5px;
}
TD.dc {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 5px;
  font-family: monospace;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}
.article {
  text-align: left;
  font-size: 120%;
  line-height: 1.2em  ;
}

img.l {
  float: left;
  margin-right: 30px;
  margin-top: 15px;
}
img.r {
  float: right;
  margin-left: 15px;
  margin-top: 15px;
}
table.gallery tr td {
  font-size: large;
  width: 600;
}
h3.gallery {
  text-align: center;
}
div.menu a {
  color: white;
  padding-bottom: 5px;
  text-align: center;
}
div.mainnote {
	font-style: italic;
	font-size: large;
}
h1,h2,h3,h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
