/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Main CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
Page Wide Styles

All of the code in this section is for the default styles of content on
the page.
*/

body {
  background-color: #006000;
  
  text-align: center;
  
  color: #000000;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  
  margin-top:    0px;
  margin-bottom: 0px;
  margin-left:   0px;
  margin-right:  0px;
}

p {
  margin: 0px 0px 0px 0px;
}

img {
  border: 0px none #000000;
}

input.text, input.password, textarea {
  height: 16px;
  font-size: 14px;
  font-family: "Arial";
  font-weight: normal;
  border: 1px solid #c0c0c0;
  padding: 2px 2px 2px 2px;
  background-color: #ffffff;
  vertical-align: middle;
}

button, input.button {
  height: 22px;
  font-size: 14px;
  font-family: "Arial";
  font-weight: normal;
  border: 1px solid #c0c0c0;
  padding: 0px 4px 2px 4px;
  background-color: #f0f0f0;
  vertical-align: middle;
  cursor: pointer;
}

button:hover, input.button:hover {
  background-color: #ffffd0;
}

input.check {
  height: 16px;
  width: 16px;
  font-size: 14px;
  font-family: "Arial";
  font-weight: normal;
  border: 1px solid #c0c0c0;
  padding: 0px 0px 0px 0px;
  background-color: #f0f0f0;
  vertical-align: middle;
  cursor: pointer;
}


hr {
  height: 2px;
  border: 0px none #c0c0c0;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

/* Used for context menus */
div.context_menu {
  position: absolute;
  z-index: 1000;
}

table.popup_menu {
  background-color: #ffffff;
  
  border-style: solid;
  border-width: 3px;
  border-color: #c0c0c0;
}

table.popup_menu
td {
  cursor: pointer;
  text-align: left;
}

table.popup_menu
td:hover {
  background-color: #7050ff;
  
  color: #ffffff;
}

/* This is the main layer of the page. */
#wrapper {
  border: 1px solid #00c000;

  width:     800px;
  max-width: 800px;
  min-width: 800px;
  
  padding: 0px 0px 0px 0px;
  
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* Set the style for hyperlinks. */
a {
  color: #008000;
  text-decoration: none;
}
a:link {
  color: #008000;
  text-decoration: none;
}
a:hover {
  color: #00c000;
  text-decoration: underline;
}
a:active {
  color: #008000;
  text-decoration: none;
}

/* Set the style for lists. */
ul {
  margin-top: 0px;
  margin-bottom: 0px;
  
  list-style-image: url('/images/bullet.gif');
}
ul ul {
  list-style-image: url('/images/bullet2.gif');
}
ul ul ul{
  list-style-image: url('/images/bullet3.gif');
}
ul ul ul ul {
  list-style-image: url('/images/bullet.gif');
}
ul ul ul ul ul{
  list-style-image: url('/images/bullet2.gif');
}
ul ul ul ul ul ul{
  list-style-image: url('/images/bullet3.gif');
}

/*
-------------------------------------------------------------------------------
Header

All of the code in this section is for the headr of the page.
*/

#header {
  width:     800px;
  max-width: 800px;
  min-width: 800px;
  
  height:     150px;
  max-height: 150px;
  min-height: 150px;
  
  background-color: #404040;
  background-image: url("/images/banner_800.png");
}

#header_text {
  position: relative;
  float: left;
  margin-top: 40px;
  margin-left: 16px;
  
  text-align: left;
  
  color: #ffff80;
  font-size: 14px;
  font-weight: bold;
}

#title {
  width:     792px;
  max-width: 792px;
  min-width: 792px;
  
  height: 24px;
  
  border-top: 1px solid #00c000;
  border-left: none;
  border-right: none;
  border-bottom: none;
  
  background-color: #ffff80;
  font-size: 22px;
  font-weight: bold;
  
  color: #004000;
  
  text-align: center;
  
  padding: 4px;
}

.title_editing {
  background-image: url('/images/edit22.png');
  background-repeat: no-repeat;
  background-position: 774px center;
}

#user_info {
  position: relative;
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  
  border-top: none;
  border-left: 1px solid #00c000;
  border-right: none;
  border-bottom: 1px solid #00c000;
  
  text-align: left;
  
  padding: 4px 4px 4px 4px;
  
  background-color: #006000;
  color: #ffff80;
  font-size: 14px;
  font-weight: normal;
}

/* Set the style for hyperlinks. */
#user_info a {
  color: #ffff80;
  text-decoration: none;
}
#user_info a:link {
  color: #ffff80;
  text-decoration: none;
}
#user_info a:hover {
  color: #ffff80;
  text-decoration: underline;
}
#user_info a:active {
  color: #ffff80;
  text-decoration: none;
}

/*
-------------------------------------------------------------------------------
Body

All of the code in this section is for the body of the page.
*/

#body {
  width:     800px;
  max-width: 800px;
  min-width: 800px;
  
  border-top: 1px solid #c0c000;
  border-left: none;
  border-right: none;
  border-bottom: none;
  
  text-align: left;
  
  padding: 0px 0px 0px 0px;
  
  background-color: #ffff80;
}

#nav {
  float: left;
  
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  
  text-align: left;
  
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  
  background-color: #ffff80;
}

div.nav_links {
  padding: 4px;
  
  margin-bottom: 16px;
}

/* Class just for the nav links. */
.nav_list {
  list-style-type: none;
  list-style-image: url('/images/bullet.gif');
  
  padding-top: 0px;
  padding-left: 0px;
  
  margin-top: 0px;
  margin-left: 16px;
  margin-bottom: 0px;
}

span.nav_links_section {
  color: #004000;
  font-size: 18px;
}

#content {
  border-top: none;
  border-left: 1px solid #c0c000;
  border-right: none;
  border-bottom: none;
  
  min-height: 350px;
  
  margin: 0px 0px 0px 150px;
  padding: 4px 4px 4px 4px;
  
  background-color: #ffffff;
  
  text-align: left;
}

/*
-------------------------------------------------------------------------------
Footer

All of the code in this section is for the headr of the page.
*/

#footer {
  width:     792px;
  max-width: 792px;
  min-width: 792px;
  
  border-top: 1px solid #c0c000;
  border-left: none;
  border-right: none;
  border-bottom: none;
  
  background-color: #ffff80;
  
  text-align: center;
  
  padding: 4px;
}


/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Gallery CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
*/

table.gallery_folder {
  width: 100%;
}

table.gallery_folder
th {
  font-size: 24px;
  color: #004000;
  
  text-align:     center;
  vertical-align: middle;
}

table.gallery_folder
td {
  padding: 4px;

  width: 25%;
  
  font-size: 16px;
  
  text-align:     center;
  vertical-align: top;
  
  border: 1px solid #ffffff;
  background-color: #ffffff;
  
  cursor: pointer;
}

table.gallery_folder
td:hover {
  border: 1px solid #00c000;
  background-color: #c0ffc0;
}

table.gallery_folder
td.blank {
  cursor: default;
}

table.gallery_folder
td.blank:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

table.gallery_folder
div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  background: transparent;
  border: 0px none #000000;
}

table.gallery_folder
p {
  margin: 0px 0px 0px 0px;
  
  font-weight: bold;
  font-size: 16px;
}

table.gallery_folder
img {
  border: 0px none #000000;
  
  height: 128px;
  width:  128px;
}

table.gallery_folder td a,
table.gallery_folder td a:link,
table.gallery_folder td a:hover,
table.gallery_folder td a:active {
  color: #000000;
  text-decoration: none;
}

#prescale_warning {
  color: #800000;
  background-color: #ffc0c0;
  font-weight: bold;
  cursor: pointer;
  font-size: 22px;
  padding: 4px 4px 4px 4px;
  text-align: center;
  border: 1px solid #800000;
  display: none;
}

/*
-------------------------------------------------------------------------------
Lakeshore Playground
  News CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
Headlines Style
*/

#headline_news {
  padding: 0px 0px 0px 0px;
  
  border: 1px solid #00c000;
}

#picture_of_the_week {
  float: left;
  
  margin-top: 0px;
  margin-left: 0px;
  
  padding: 4px 4px 4px 4px;
  
  border: none;
  width: 300px;
  height: 300px;
  
  border-right: 1px solid #00c000;
  
  background-color: #c0ffc0;
  background-image: url('/images/pow.php');
  background-repeat: no-repeat;
  background-position: center center;
  
  cursor: pointer;
}

#pow_caption {
  padding: 4px 4px 4px 4px;
  margin-left: 0px;
  
  border: none;
  border-top: 1px solid #00c000;
  
  background-color: #ffffff;
  
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  
  text-align: left;
  vertical-align: top;
}

#headline_news_title {
  padding: 0px 0px 0px 0px;
  margin-left: 308px;
  
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  
  border: none;
  border-bottom: 1px solid #00c000;
  
  background-color: #ffff80;
  
  font-weight: bold;
  font-size: 20px;
  color: #004000;
  
  text-align: center;
  vertical-align: middle;
}

#headline_news_list {
  padding: 0px 0px 0px 4px;
  
  overflow: auto;
  
  height: 283px;
  min-height: 283px;
  max-height: 283px;
  
  border: none;
  
  font-size: 16px;
}

.headline_news_list {
  list-style-type: none;
  list-style-image: url('/images/bullet.gif');
  
  padding: 4px 4px 4px 4px;
  
  margin-top: 0px;
  margin-left: 16px;
  margin-bottom: 0px;
}

.news_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #004000;
}

.news_body {
  text-align: justify;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  
  margin-bottom: 16px;
  
  overflow: auto;
}

.news_title_edit {
  width: 99%;
  height: 16px;
  font-size: 14px;
  font-family: "Arial";
  font-weight: normal;
  border: 1px solid #c0c0c0;
  padding: 2px 2px 2px 2px;
  background-color: #ffffff;
  vertical-align: middle;
}

.news_title_edit:hover {
  background-color: #e0ffe0;
}

.news_body_edit {
  width: 550px;
  height: 250px;
  
  text-align: justify;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  
  margin-bottom: 16px;
}

.edit_article_form {
  padding: 4px 4px 4px 4px;
  
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  
  background-color: #c0ffc0;
}

.news_edit_title_cur {
  color: #000000;
}

.news_edit_title_exp {
  color: #c00000;
}


/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Schedule CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------

*/

table.sched_events {
  border-collapse: collapse;
  
  width: 100%;
}

th.sched_events_title {
  border-top:    1px solid #c0c000;
  border-left:   1px solid #c0c000;
  border-right:  1px solid #c0c000;
  border-bottom: 1px solid #c0c000;
  
  background-color: #ffff80;
  font-size: 22px;
  font-weight: bold;
  color: #004000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}

th.sched_event_date_head {
  border-top:    1px solid #00c000;
  border-left:   1px solid #00c000;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 18px;
  font-weight: bold;
  color: #004000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

th.sched_event_guest {
  border-top:    1px solid #00c000;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 10px;
  font-weight: bold;
  color: #004000;
  text-align: center;
  vertical-align: bottom;
  padding: 4px;
  
  white-space: nowrap;
  text-transform: uppercase;
  
  /* width: 1px; */
}

th.sched_event_teams {
  border-top:    1px solid #00c000;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 18px;
  font-weight: bold;
  color: #004000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

th.sched_event_home {
  border-top:    1px solid #00c000;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 10px;
  font-weight: bold;
  color: #004000;
  text-align: center;
  vertical-align: bottom;
  padding: 4px;
  
  white-space: nowrap;
  text-transform: uppercase;
  
  /* width: 1px; */
}

th.sched_event_spacer {
  border-top:    1px solid #00c000;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 18px;
  font-weight: bold;
  color: #004000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
}

th.sched_event_notes {
  border-top:    1px solid #00c000;
  border-left:   none;
  border-right:  1px solid #00c000;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 18px;
  font-weight: bold;
  color: #004000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

th.sched_no_events {
  border-top:    1px solid #c00000;
  border-left:   1px solid #c00000;
  border-right:  1px solid #c00000;
  border-bottom: 1px solid #c00000;
  
  background-color: #ffc0c0;
  font-size: 18px;
  font-weight: bold;
  color: #400000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
}

/* Current scheduled events. */

th.sched_event_date {
  border-top:    1px solid #00c000;
  border-left:   1px solid #00c000;
  border-right:  1px solid #00c000;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 18px;
  font-weight: bold;
  color: #004000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
}

th.sched_event_time {
  border-top:    none;
  border-left:   1px solid #00c000;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_special_full {
  border-top:    none;
  border-left:   1px solid #00c000;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #008000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
}

td.sched_event_special {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #008000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
}

td.sched_event_guest {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_teams {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_home {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_spacer {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
}

td.sched_event_notes {
  border-top:    none;
  border-left:   none;
  border-right:  1px solid #00c000;
  border-bottom: 1px solid #00c000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

/* Old scheduled events. */

th.sched_event_date_old {
  border-top:    1px solid #c00000;
  border-left:   1px solid #c00000;
  border-right:  1px solid #c00000;
  border-bottom: 1px solid #c00000;
  
  background-color: #ffc0c0;
  font-size: 18px;
  font-weight: bold;
  color: #400000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
}

th.sched_event_time_old {
  border-top:    none;
  border-left:   1px solid #c00000;
  border-right:  none;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_special_full_old {
  border-top:    none;
  border-left:   1px solid #c00000;
  border-right:  none;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #800000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_special_old {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #800000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_guest_old {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_teams_old {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_home_old {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

td.sched_event_spacer_old {
  border-top:    none;
  border-left:   none;
  border-right:  none;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
}

td.sched_event_notes_old {
  border-top:    none;
  border-left:   none;
  border-right:  1px solid #c00000;
  border-bottom: 1px solid #c00000;
  
  background-color: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
  
  white-space: nowrap;
  
  /* width: 1px; */
}

/* Event row spacer. */

td.sched_event_row_space {
  height: 16px;
}

/* -----------------------------------------------------------------------------
Style info for the league index.
*/

table.sched_leagues {
  border-collapse: separate;
  
  width: 100%;
}

table.sched_leagues th {
  border-top:    1px solid #c0c000;
  border-left:   1px solid #c0c000;
  border-right:  1px solid #c0c000;
  border-bottom: 1px solid #c0c000;
  
  background-color: #ffff80;
  font-size: 22px;
  font-weight: bold;
  color: #004000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  width: 50%;
}

table.sched_leagues td.boy {
  border-top:    1px solid #00c000;
  border-left:   1px solid #00c000;
  border-right:  1px solid #00c000;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  width: 25%;
}

table.sched_leagues td.girl {
  border-top:    1px solid #c00000;
  border-left:   1px solid #c00000;
  border-right:  1px solid #c00000;
  border-bottom: 1px solid #c00000;
  
  background-color: #ffc0c0;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  width: 25%;
}

table.sched_leagues td.empty {
  border-top:    1px solid #808080;
  border-left:   1px solid #808080;
  border-right:  1px solid #808080;
  border-bottom: 1px solid #808080;
  
  background-color: #f0f0f0;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  
  width: 25%;
}

table.sched_leagues a {
  color: #000000;
}


/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Note CSS

Written by Robert J. Rouquette
Date: 6:00 PM 12/06/2007
-------------------------------------------------------------------------------
The following code is for the notes.
*/

.note {
  border: 1px solid #008000;
  padding: 4px 4px 4px 4px;
  background-color: #ffffff;
}


/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Page Number CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
The following code is for the page numbers.
*/

.page_numbers {
  background-color: #d0d0d0;
  color: #000000;
  
  padding: 4px 4px 4px 4px;
}

.page_numbers a {
  color: #000000;
  font-weight: bold;
  padding: 0px 4px 0px 4px;
}


/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Statistics CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
Page Wide Styles

All of the code in this section is for the default styles of content on
the page.
*/

div.stat_above_average {
  padding: 0px 0px 0px 0px;
  
  border-top:    1px solid #00c000;
  border-left:   1px solid #00c000;
  border-right:  1px solid #00c000;
  border-bottom: 1px solid #00c000;
  
  background-color: #c0ffc0;
  
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

div.stat_below_average {
  padding: 0px 0px 0px 0px;
  
  border-top:    1px solid #c00000;
  border-left:   1px solid #c00000;
  border-right:  1px solid #c00000;
  border-bottom: 1px solid #c00000;
  
  background-color: #ffc0c0;
  
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

table.stat_24_hour {
  background-color: #ffffa0;
  
  border-top:    1px solid #c0c000;
  border-left:   1px solid #c0c000;
  border-right:  1px solid #c0c000;
  border-bottom: 1px solid #c0c000;
  
  border-collapse: collapse;
  
  width: 100%;
}

table.stat_24_hour th {
  text-align: center;
  vertical-align: middle;
}

table.stat_24_hour td {
  font-size: 12px;
  text-align: center;
  vertical-align: bottom;
  
  width: 4.166%;
}

/*
-------------------------------------------------------------------------------
Lakeshore Playground
  File View CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
*/

table.file_view {
  background-color: #a0ffa0;
  
  width: 100%;
  height: 100%;
  
  border-collapse: collapse;
}

table.files {
  background-color: #a0ffa0;
  
  width: 100%;
  
  border-collapse: collapse;
  
  white-space: nowrap;
}

table.files
tr {
  background-color: #ffffff;
}

table.files
tr.odd {
  background-color: #f0fff0;
}

table.files
tr.even {
  background-color: #e0ffe0;
}

table.files
tr.even:hover {
  background-color: #ffffa0;
}

table.files
tr.odd:hover {
  background-color: #ffffa0;
}

table.files
td {
  padding: 2px 2px 2px 2px;
  cursor: pointer;
}

span.file {
  padding: 2px 2px 2px 2px;
  cursor: pointer;
}

table.file_path {
  border-collapse: collapse;
  
  white-space: nowrap;
}

table.file_path
td {
  padding: 2px 2px 2px 2px;
  cursor: pointer;
}

table.file_path
td.file_link:hover {
  padding: 2px 2px 2px 2px;
  cursor: pointer;
  background-color: #ffffa0;
}

input.file_name {
  width: 100%;
  height: 16px;
  font-size: 14px;
  font-family: "Arial";
  border: 0px none #000000;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
}

/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Registration CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
The following code is for the registration page.
*/

table.register {
  border-collapse: collapse;
  background-color: #c0ffc0;
  width: 500px;
}

table.register
th {
  width: 200px;
  padding: 2px 2px 2px 4px;
}

table.register
td {
  width: 300px;
  padding: 2px 4px 2px 2px;
}

td.register_error {
  color: #800000;
  background-color: #ffc0c0;
  font-size: 16px;
  border: 1px solid #c00000;
  padding: 4px 4px 4px 4px;
}

table.users {
  border-collapse: collapse;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
}

table.users
th {
  padding: 2px 4px 2px 4px;
}

table.users
td {
  padding: 2px 4px 2px 4px;
}

table.users
tr.odd
td {
  background-color: #f0fff0;
}

table.users
tr.odd:hover
td {
  background-color: #ffffd0;
}

table.users
tr.even
td {
  background-color: #e0ffe0;
}

table.users
tr.even:hover
td {
  background-color: #ffffc0;
}


/*
-------------------------------------------------------------------------------
Lakeshore Playground
  Team Page CSS

Written by Robert J. Rouquette
Date: 6:00 PM 8/08/2007
-------------------------------------------------------------------------------
*/

table.team_roster {
  background-color: #a0ffa0;
  
  width: 100%;
  
  border-collapse: collapse;
  
  white-space: nowrap;
}

table.team_roster
tr {
  background-color: #e0ffe0;
}

table.team_roster
tr.odd {
  background-color: #ffffe0;
}

table.team_roster
tr.even {
  background-color: #ffffff;
}

table.team_roster
th {
  padding: 2px 2px 2px 2px;
  border: 1px solid #00c000;
}

table.team_roster
td {
  padding: 2px 2px 2px 2px;
  border: 1px solid #00c000;
}

table.team_roster
a {
  color: #000000;
}

table.team_roster
input.inline {
  width: 100%;
  height: 16px;
  font-size: 14px;
  font-family: "Arial";
  border: 0px none #000000;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
}
