.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;
}
fieldset fieldset {
	border: 1px solid #993333;
}

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

/* List Tables */
table.personlist {border: 1px solid black; }
.personlist tr { border-bottom: 1px solid black; }

/* CSS2 to bold-face the left-hand column */
.pairtable td:first-child {
	font-weight:    bold;
	width: 50%;
}
.pairtable tr {border-bottom: 1px solid black; }

.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; }
.fieldlist ul    { margin-top: 0; margin-left: 0; padding-left: 1em; }


.splash table { border-collapse: collapse; width: 100% !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 */
a { text-decoration: none;}
a:hover { text-decoration: underline; }
.lr_logbar { padding-bottom: 4px; }
.lr_topbar { border-top: 1px solid #FFF; padding-top: 4px; }		
/*.left { border-right: 1px solid #888; }*/
.breadcrumbs { background-color:#ebebeb; margin: 15px; padding: 15px; }
.menu { margin-left: 15px; border-right: 1px solid #888; }
.menu ul, li { list-style: none; margin: 0; padding: 0; }
.menu ul { padding-left: 1em; }
.menu li { padding-left: 1em; padding-top: 0.2em; border: 1px dotted black; border-width: 0 0 1px 1px; }
.menu li.expanded { border-bottom: 0px; }		
.menu li.empty { font-style: italic; color: silver; border-color: silver; }
.menu li p { margin: 0; background: white; position: relative; top: 0.5em; }
.menu li ul { border-top: 1px dotted black; margin-left: -1em; padding-left: 2em; }
.menu li.active { text-transform: uppercase; background-image: url("../../img/current.gif"); background-repeat: no-repeat;
			background-position: 4px 9px; padding-left: 20px;  padding-bottom: 4px; border-bottom: none; border-top: none; }
.menu li.active ul { border-top: none; text-transform: none;}		


/* 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;
}