body {
    font-family:arial;
}

.row_title      { color: black; font-weight: bold; }
.warning        { background-color: red; border: 1px solid black; }

.toprow         { color: white; background-color: black; border: 1px solid black;
                  padding-left: 7px; padding-right: 7px; }

/* Defaults for tables */
table           { margin: 0; padding: 0; border-collapse: collapse; }
fieldset {
	margin-bottom: 1em;
	padding: .5em;
}

#main table { 
    width: auto; 
}
#main td, #main th { 
	vertical-align: top; 
	padding-left: 0.3em; 
	padding-right: 0.3em;
}

/* CSS2 to bold-face the left-hand column */
.pairtable td:first-child {
	font-weight:    bold;
}

.listtable th {
	background-color:    black;
	color:               white;
	font-weight:         bold;
	border-bottom: 1px solid black;
	text-align: left;
}

.listtable td {
	border-bottom: 1px solid gray;
}

.listtable .subtitle {
	font-weight: bold;
	border-bottom: 1px solid black;
}

tr.light {
	background-color: white;
}

tr.dark {
	background-color: lightblue;
}

.listtable .highlight { background-color: lightgreen; }

.listtable .roster_conflict {
	color: red;
	font-weight: bold;
}

.schedule .gamedate, .schedule th {
	background-color:    white;
  	color: #369;
	border-bottom: 2px solid #369;
	font-weight:         bold;
}

.schedule .column-heading {
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 1px solid black;
}

.schedule tr.dark {
	background-color: #DDF;
}

.fieldlist table { border-collapse: collapse; width: 100%; }
.fieldlist th    { background-color: black; color: white; font-weight: bold;
                   font-size: 9pt; }
.fieldlist td    { font-size: 8pt; }


.splash table { border-collapse: collapse; width: 80% !important }
.splash th { text-align: left; background-color: black; color: white;
              font-weight: bold; font-size: 9pt; }
.splash td { font-size: 8pt; }
.splash .highlight { background-color: lightblue; }

.calendar .row-week td a  { display: block; }
.calendar .row-week td a:hover { background-color: #888; color: #fff; }
.calendar table           { border-collapse: collapse; width: 100%; }
.calendar td              { text-align: center; border: 1px solid #000;
                            padding: 1px; margin: 0; font-size: 0.8em; }
.calendar .highlighted-day { background-color: #CC0; }
.calendar .current-day     { background-color: #C00; }

.lr_topbar td    { color: black; font-size: 9pt; border: 0; 
	padding: 0;
	margin: 0;
}
.lr_topbar table { border-collapse: collapse; width: 100%; 
	padding: 0;
	margin: 0;
}
.lr_topbar a:active  { color: red; }
.lr_topbar .nav  { background-color: lightgray; 
                   padding-left: 0.25em; padding-right: 1em; }

.error { color: red }

/* Menu styles */
.menu {
  padding: 0 0 0 0.5em;
  margin: 0;
}

.menu ul {
	list-style: none;
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0.25em 1em;
}

li.expanded {
	list-style-type: circle;
	list-style-image: url(misc/menu-expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.collapsed {
	list-style-type: disc;
	list-style-image: url(misc/menu-collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.leaf {
	list-style-type: square;
	list-style-image: url(misc/menu-leaf.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.active a {
	color: #000;
	font-weight: bold;
}

.menu li a {
	width: 100%;
	text-decoration: none;
}
    
.menu li a:hover {
  color: #000;
  background-color: #FFC;
}

/* Form items */

.form-item {
  margin-bottom: 1em;
} 
.form-item .form-radio {
  margin-bottom: -0.25em;
} 
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  font-weight: bold;
}
.form-item label.option {
  font-weight: normal;
}
.form-reset .form-submit {
  margin: 0.5em 0;
}

/* Current Round / Season Standings */
.standings {
   background-color:#dddddd
}
.standings_light {
   background-color:#bbbbbb
}
.standings_dark {
   background-color:#dddddd
}

/* to highlight teams in the standings list */
.teamhighlight {
	font-weight: bold;
}

.tierhighlight {
   background-color:lightgreen;
}
.tierhighlightteam {
   background-color:lightgreen;
	font-weight: bold;
}

