body {
  background: #224422 url('/images/bg_stripe.png') repeat left top; 
  background: #313A31;
  background: #224422 url('/images/bg_light_stripe.png') repeat left top; 
  
  margin: 0;
  padding: 0;
  color: #223322;
  
  
  
}
a
{
  color: #758A75;
  text-decoration: none;
}
#header
{
  
}

#station_identification
{
  /* grass */
  background-color: #335533;
  
  /* muted */
  background-color: #758A75;
  
  height: 110px;
}

#header_container {
   background: #eeeeee;
   background: #f3f3f3;
}
#header_container div.span-1 {
  padding-top: 12px;
}

#content_container {
 background: #dddddd url('/images/bg.png') no-repeat left top; 
 background: #f3f3f3 url('/images/bg_light.png') no-repeat left top; 
 
}

#related_links {
  /*grass green comp */
  background-color: #99AA99;
  
  /*muted green complemnet */
  background-color: #C8D0C8;
  
  /* muted light green complement */
  background-color: #E0E5E0;
   
  height: 100%;
  
  color: #2C3E28;
  overflow: auto;
  
}

.score_ul
{
  list-style: none;
}
.score_ul li
{
  margin-bottom: 14px;
}

.inning {
  height: 15px;
  float:left;
  vertical-align: middle;
  padding:5px;
}
.score {
  font-weight: bold;
  text-align: right;
  width: 20px;
  float:left;
  padding-right:5px;
}


#topheader
{
  background: #fff;
  margin:0px;
}
#gameheader
{
  color: #fff;
  color: #333;
  text-align: center;
  
  
}
#gameheader a
{
  color: #ccc;
  font-size: 0.8em;
  text-decoration: none;
  
}
#gameheader #primary
{
  font-size: 1.4em;
}
#gameheader #secondary
{
  font-size: 1.2em;
}

/* TOP PLAYS */

.tp_item {
  
  font-size: 0.9em;
  color: #667766;
  border-bottom: 1px solid #eeeeee;
  width: 90%;
  vertical-align: center;
}

.tp_header {
  font-size: 0.9em;
  text-align: center;
  background-color: #442222;
  
  background-color: #C2A170;
  color: #fff;
  
  background-color:#eaeaea;
  color: #2C3E28;
  
  
}
.tp_inn {
  float:left;
  vertical-align: middle;
  padding-right: 3px;
  
  color: #798A75;
  text-align:right;
}
.tp_gain {
  font-weight: bold;
  padding-right: 3px;
  width:40px;
  float: left;
  text-align:right;
}

/* POPUPS */

.batting_team
{
  color: #2C3E28;
  font-weight: bold;
  float:left;
}
.pitching_team
{
  color: #758A75;
  font-weight: bold;
  float:left;
}
.display_prob
{
  float:left;
  width: 38px;
  /* background-color: #CFD3CE; */
  margin-right:5px;
  padding-right:2px;
  border-right: 1px solid #758A75;
  text-align:center;
}

/* SIDEBAR */
.inning {
  color: #798A75;
  text-align:right;
  width: 60px;
}
.game_summary
{
  
}

.score
{
  color: #999;
}
/* FAQ */
p.question {
  font-weight: bold;
}

/* HOME INDEX */

#today_header
{
  
  background-color: #EBE7E1;
  color: #2C3E28;
    height: 110px;
    vertical-align: bottom;
overflow: auto;
}

#yesterday_header
{
  background-color: #E5E8E4;
  color: #2C3E28;
    height: 110px;
    vertical-align: bottom;
overflow: auto;
}

#today_header h2
{
  margin-top: 40px;
  text-align: center;
}
#yesterday_header h2
{
  margin-top: 40px;
  text-align: center;
}

#today_scores
{
  background-color: #EFEEED;
  height: 100%;
}
#yesterday_scores
{
  background-color: #EDEEED;
  height: 100%;
}


/* TOP RIGHT CORNER */
#station_identification {
  text-align: center;
  
  
}
.gameticker
{
  font-family: Gill Sans, Verdana;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold; 
  color: #2C3E28;
}
.gt_link
{
  font-family: Gill Sans, Verdana;
  font-size: 10px;
  line-height: 13px;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #485944;
}
/* simplemodal css */

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:110px;
  width:200px;
  background-color:#fff;
  /* border:2px solid #ccc; */
}

#simplemodal-container a.modalCloseImg {
  background:url(/images/close.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
  opacity: 0.9;
}

.cluetip-jtip #cluetip-outer {
  border: 2px solid #AFB9AC;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  background-color: #eee;
  color: #333;
  background-color: #C9D0C8;
  
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  font-weight:normal;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
