/* index */
#months {
}
#months li {
  display: inline;
  margin-right: 10px;
	font-size: 120%;	
}
#months li a {
  color: #666;
}

/* boxscore */
#spread_list {
  float: right;
	margin-top: 8px;
}
#result {
    position: relative;
	margin-bottom: 40px;
	width: 100%;
	height: 100px;
    background: url('../../img/bg.gif') top left repeat;
}
#result #result_away_score {
  position: absolute;
	top: 10px; left: 0;
	width: 100px;
	text-align: right;
	font-size: 600%;
	color: #000;
}
#result #result_home_score {
  position: absolute;
	top: 10px; left: 840px;
	font-size: 600%;
	color: #000;
}
#result #result_home, #result #result_away {
  position: absolute;
	top: 30px; left: 110px;
	width: 250px;
	font-size: 300%;
	text-align: center;
	color: #333;
}
#result #result_home {
  left: 575px;
}
#result #result_vs {
  position: absolute;
	top: 36px; left: 460px;
	font-size: 200%;
	color: #666;
}
#result #result_away_logo, #result #result_home_logo {
  position: absolute;
	top: 22px; left: 380px;
}
#result #result_home_logo {
  left: 506px;
}

#content h2 {
  margin: 20px 0 10px 0;
}
#content p {
  font-size: 120%;
}

#sportsmanship, #stars, #officials {
  width: 500px;
}

/* add */
#gameadd {
  margin-top: 30px;
}
#game_month {
  min-width: 120px;
}
#game_day {
  min-width: 60px;
}
#game_year {
  min-width: 80px !important;
}
#gameadd select.time {
  min-width: 40px;
}

/* edit */
#content #warning {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #CCC;
	background-color: #F2F2F2;
}
#content textarea {
  width: 882px;
	height: 300px;
}
#content table {
  margin-bottom: 20px;
}
#content form td.time, #content form #sportsmanship input {
  width: 60px;
}
form dt.num, form dd.num {
  float: left;
	margin-right: 10px;
	width: 80px;
}
form dt.num {
  margin-right: 20px;
	padding-left: 10px;
}
form dd.num input {
  width: 24px;
}
form input.time {
  width: 20px;
}
#content .score_add_line {
  font-size: 120%;
}
#content .add_row {
  font-size: 120%;
}
form input.player {
  width: 350px;
}
.split div {
    float: right;
	width: 360px;
}
#extra_lineup {
    padding: 10px;
    background: url('../../img/bg_stripped.png') top left repeat;
}
.lineup {
    margin-top: 0 !important;
    padding: 10px !important;
    background-image: none !important;
    background-color: #FFF !important;
}
.lineup_title {
    float: left;
    margin-left: 10px !important;
	padding: 10px;
	width: 440px;
}
.lineup_list {
    float: left;
	width: 460px;
}
.lineup_right {
    margin-left: 20px !important;
}
form.edit div.field {
    padding: 5px;
    background-color: #F2F2F2;
}
form.edit div.odd {
    background-color: #FFF;
}
.lineup .player {
  width: 160px;
}
.lineup .position {
  width: 100px;
}
.lineup .field .presence {
    font-size: 120%;
}
.goalie_stats div {
  float: right;
	width: 33%;
}
.goalie_stats input {
  width: 50px;
}
#boxscore_loading {
    z-index: 201;
    position: absolute;
  	top: 0; left: 0;
    width: 600px;
  	height: 150px;
  	text-align: center;
  	font-size: 160%;
  	color: #FFF;
}
#boxscore_loading img {
    margin-bottom: 20px;
    padding: 10px;
  	background-color: #FFF;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}
