body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}


#page {
	width: 960px;
    Border-width: 0px;
    Border-color: gray;
    -moz-border-radius: 12px;
	margin: 0 auto;
    background: #AEB31B;
	height: 100%;
}


/* .pgtitle {                      */
/*   width: 593px;                 */
/*   height: auto;                 */
/*   margin: .5ex -.1ex 0 0;       */
/*   padding: 0;                   */
/*   Border-style: outset;         */
/*   Border-color: gray;           */
/*   Border-width: 3px;            */
/*   -moz-border-radius: 12px;     */
/*}                                 */

.pgtitle {
  width: auto;
  height: auto;
  margin: .5ex -.1ex 0 0;
  padding: 0;
}

table#main {
    table-layout: fixed;
    width: 950px;
    border-collapse: collapse;
}

td#tdmain {
    border: 1px solid;
    -moz-border-radius: 12px;
    background: #990000;
}

#c1 {
    width: 145px;
    height: auto;
}

#c2 {
    width: 600px;
    height: auto;
    background: #FFFFFF;
}

#c2a {
    width: 800px;
    height: auto;
    background: #FFFFFF;
}

#c2full {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.c2data700 {
  width: 700px;
  height: auto;
  margin: .5ex -.1ex 0 0;
  padding: 0;
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px
}

.c2fdata {
  width: 593px;
  height: auto;
  margin: .5ex -.1ex 0 0;
  padding: 0;
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px
}

.c2tdata {
  width: 593px;
  height: auto;
  margin: .5ex -.1ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px
}

.c2full {
  width: 99%;
  height: auto;
  margin: .5ex -.1ex 0 0;
  padding: 0;
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px
}

#c3 {
    width: 200px;
    Border-width: 3px;
}

h1 {
font: bold 16px Arial, Helvetica, sans-serif;
}

p {
font: 11px Arial, Helvetica, sans-serif;
}

a {
color: #900;
text-decoration: underline;
}

a:hover {
background: #900;
color: #FFF;
}

a#upcom {
color: white;
text-decoration: none;
}

a#upcom:hover {
color: black;
}


/* ##### Right Side Bar ##### */
.rightSideBar200 {
  width: 192px;
  height: 200px;
  margin: .5ex -.1ex 0 0;
  overflow: auto;
  padding: 0;
  float: right;
  clear: right;
  background-color: #ffffff;
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px
}

.UCETitle {
  width: 192px;
  height: 20px;
  margin: .5ex -.1ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  background-color: #000000;
  color: white;
}


.UCEBox {
  width: 192px;
  height: 300px;
  margin: 0 -.1ex 0 0;
  overflow: auto;
  padding: 0;
  float: right;
  clear: right;
  background-color: #ffffff;
}


.UCEBox ul {
  font: bold small-caps 900 14px arial;
  text-decoration: none;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.UCEBox li {
  font: small-caps 900 10px arial;
  margin: .5ex 0 .5ex .5ex;
  padding: 0 0 0 0.5ex;
}

.UCEBox table {
  font: 9px arial;
  margin: .5ex 0 .5ex .5ex;
  padding: 0 0 0 0.5ex;
}

.UCEBox a {
  color: #003399;
  background-color: transparent;
  text-decoration: underline;
  font-weight: small;
}

.UCEBox a:hover {
  color: purple;
  background-color: #003399;
  text-decoration: underline;
}

.UCEBox .date {
  color: #990000;
  background-color: transparent;
  text-decoration: bold;
  font-size: 10pt;
  font-weight: bold;
}

.UCEBox .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}


.rightSideBar {
  width: 192px;
  height: 300px;
  margin: .5ex -.1ex 0 0;
  overflow: auto;
  padding: 0;
  float: right;
  clear: right;
  background-color: #ffffff;
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px
}

.rightSideBar .sideBarTitle {
  color: white;
  background-color: #990000;
  border: 1px solid #990000;
  font: bold small-caps 900 12px arial;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar ul {
  font: bold small-caps 900 14px arial;
  text-decoration: none;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.rightSideBar li {
  font: small-caps 900 10px arial;
  margin: .5ex 0 .5ex .5ex;
  padding: 0 0 0 0.5ex;
}

.rightSideBar table {
  font: 9px arial;
  margin: .5ex 0 .5ex .5ex;
  padding: 0 0 0 0.5ex;
}

.rightSideBar a {
  color: #003399;
  background-color: transparent;
  text-decoration: underline;
  font-weight: small;
}

.rightSideBar a:hover {
  color: purple;
  background-color: #003399;
  text-decoration: underline;
}

.rightSideBar .date {
  color: #990000;
  background-color: transparent;
  text-decoration: bold;
  font-size: 10pt;
  font-weight: bold;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

/* ##### Schedule Display ##### */

table#schedule {table-layout: fixed; width: 100%;
  border-collapse: collapse;
  vertical-align: top;
  }

td#schedule th#schedule {border: 1px solid;}

col#schC01 {
    width: 20px;
    vertical-align: top;
}

col#schC02 {
    width: 10px;
    vertical-align: top;
}

col#schC03 {
    width: 50px;
    vertical-align: top;
}

col#schC04 {
    width: 50px;
    vertical-align: top;
}

col#schC05 {
    width: 8px;
    vertical-align: top;
}

col#schC06 {
    width: 15px;
    vertical-align: top;
}

col#schC07 {
    width: 50px;
    vertical-align: top;
}


/* ##### Roster No Photo Display ##### */

table#rosternp {table-layout: fixed; width: 100%;
  border: 1px solid;
  border-collapse: collapse;
  vertical-align: top;
  }

td#rosternp th#rosternp {border: 1px solid;}

col#rosternpC01 {
    width: 8px;
    text-align: center;
    vertical-align: top;
    text-decoration: bold;
}

col#rosternpC02 {
    width: 25px;
    vertical-align: top;
    text-decoration: bold italic;
}

col#rosternpC03 {
    width: 15px;
    vertical-align: top;
}

col#rosternpC04 {
    width: 15px;
    vertical-align: top;
}

col#rosternpC05 {
    width: 8px;
    vertical-align: top;
}

col#rosternpC06 {
    width: 8px;
    vertical-align: top;
}

col#rosternpC07 {
    width: 10px;
    vertical-align: top;
    text-decoration: italic;
}

/* ##### Roster Photo Display ##### */

table#roster {table-layout: fixed; width: 100%;
  border-width: 1px solid;
  border-collapse: collapse;
  vertical-align: top;
  }

td#roster th#roster {
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px;
  Background-color: white;
  }

col#rosterC01 {
    width: 33%;
    text-align: center;
    vertical-align: top;
}

col#rosterC02 {
    width: 33%;
    text-align: center;
    vertical-align: top;
}

col#rosterC03 {
    width: 33%;
    text-align: center;
    vertical-align: top;
}

/* ##### Coach non-photo Display ##### */

table.coachnp {
  table-layout: fixed; width: 100%;
  Border-collapse: separate;
  Border-style: outset;
  Border-color: gray;
  Border-width: 3px;
  -moz-border-radius: 12px;
  Background-color: white;
  }
  
td.coachnp th.coachnp {border: 3px double black; padding: 3px; Background-color: white;}

col.coachnpC01 {
    width: 50px;
    text-align: left;
    vertical-align: top;
    text-decoration: bold;
}

col.coachnpC02 {
    width: 50px;
    vertical-align: top;
    text-decoration: bold italic;
}

col.coachnpC03 {
    width: 150px;
    vertical-align: top;
}


/* ##### Teacher Pages Display ##### */

.tpdataBox {
  width: 593px;
  height: 250px;
  margin: .5ex -.1ex 0 0;
  overflow: scroll;
  padding: 0;
  float: left;
  clear: left;
  border-style: outset;
  border-color: gray;
  border-width: 3px;
  -moz-border-radius: 12px;
/*  background-color: #FFFFFF; */
}

.tpdataLBox {
  width: 593px;
  height: 350px;
  margin: .5ex -.1ex 0 0;
  overflow: scroll;
  padding: 0;
  float: left;
  clear: left;
  border-style: outset;
  border-color: gray;
  border-width: 3px;
  -moz-border-radius: 12px;
/*  background-color: #FFFFFF; */
}

.tpprofileBox {
  width: 589px;
  height: auto;
  margin: .5ex 2ex 0 0;
  overflow: auto;
  padding: 0;
  float: left;
  clear: left;
  border-style: outset;
  border-color: gray;
  border-width: 3px;
  -moz-border-radius: 12px;
/*  background-color: #FFFFFF; */
}

.tpdataFullBox {
  width: auto;
  height: auto;
  margin: .5ex 2ex 0 0;
  padding: 0;
  float: left;
  clear: left;
  border-style: outset;
  border-color: gray;
  border-width: 3px;
  -moz-border-radius: 12px;
/*  background-color: #FFFFFF; */
}


#banners {
	width: 956px;
    border: 1px solid black;
    -moz-border-radius: 12px;
	margin: 0 auto;
    background: white;
    height: 64px;
}

#copyright {
	width: 956px;
    border: 0px solid black;
    background: black;
    height: 64px;
}

