﻿#content-main 
{
	padding-left: 10px;
	max-width: 916px;
}

.game-schedule-table table
{
	
}

#scll-gamesystem th, td
{
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

#scll-gamesystem ul
{
	padding-left: 15px;
}

/* In-page anchors ("Jump to today's game") scroll to just below the sticky bar. */
a[name]
{
	scroll-margin-top: 50px;
}

.FieldColumn, .HomeScoreColumn, .VisitorScoreColumn, .BidCountColumn
{
	text-align: center;
}

/* Per-division umpire stats under each row of the umpire list. */
.ump-stat
{
	float: left;
	width: 120px;
}

.ump-stat-name
{
	width: 150px;
}

/* Each line of stats floats so it shrink-wraps its boxes; the totals line
   carries the highlight, so it reads as one bar at any width. */
.ump-stats
{
	float: left;
	clear: left;
}

.ump-stats-total
{
	background-color: #EFE;
}

#scll-gamesystem h2, h3
{
	margin-top: 15px;	
	margin-bottom: 5px;
}

#scll-gamesystem {
    -moz-border-radius-topright: 30px;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 10px;
    padding: 15px 18px 20px 24px;
}

#sidebar
{
	visibility: hidden;
}


/* ACTION CONTROLS
----------------------------------------------------------*/

/* Actions that change data are POST forms (anti-forgery tokens); these keep
   them looking like the inline links they replaced; #0000EE is the default
   link colour, which the page links use. */
form.inline-form
{
	display: inline;
	margin: 0;
	padding: 0;
}

button.link-button
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #0000EE;
	text-decoration: underline;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
}

button.image-button
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}

/* As an inline image it would sit on the baseline and leave a gap beneath,
   pushing the picture off-centre against the text beside it. */
button.image-button img
{
	display: block;
}

/* 16px action icons (edit, delete) used in place of link text. */
img.icon
{
	width: 16px;
	height: 16px;
	margin: 0 2px;
	vertical-align: middle;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* Fill the container up to the old fixed 200px, so a narrow screen never
   forces a text box wider than the page. */
input[type="text"] 
{
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}