/* Baseball Trip Planner Style CSS */
body {        
       background-image: url(images/bg-grad-5fb971.png);
       background-repeat: repeat-x;
       }

#header {
          background: #5FB971; 
          background-image: url(images/hdr-img-960-lite.png);
          background-repeat: no-repeat;
          background-position: right;
          }

#menu {     
        font: normal 12px Arial;
        color: #ffffff;       
}

#menu a { 
          color: white;
          text-decoration: none;
 }

#menu a:hover{ 
                 color: #0000ff;
 }

#navbuttons ul li {  
                    background-color: #ffc354;
                    color: #000099;
                    }

#introduction, #introduction-right { 
                                     font: normal 11px Arial;
                                     background: #ffffff;
                                     /*background-image: url(images/intro-bg.png);
                                     background-repeat: repeat-x;               */                      
 }

.intro-header { 
                text-align: center;
                font-weight: bold;
                font-size: 14px;
 }

#introduction-right ul li { 
                          list-style: none;
                         } 

#teamfilter, #teamfilter div {  }
#grid {  }
#grid-top { 
     /*       background: #D0DDF8;*/
            background-image: url(images/gridtop-bg.png);
            background-repeat: repeat-x;                                    
 }
.gg-nav-cell {  }
.gg-table-cell {   }
.gg-table-cell-odd {   }
.gg-header-cell {  }
.gg-game-cell {
                border: solid 1px #888888;
                background: #F4FF82;
                background-image: url(images/gamecell-grad.gif);
                background-repeat: repeat-x;
 }
.gg-game-cell-view {           
                     background: #C2E5E6;
                     background-image: url(images/view-grad.gif) !important;
                     background-repeat: repeat-x;
 }
.gg-game-cell-large {                      
                      background: #FBFDE1;
                      background-image: url(images/large-grad.gif);
                      background-repeat: repeat-x;
 }
.active-game {
               background: #D5F4C5;
               background-image: url(images/active-grad.gif) !important;
               background-repeat: repeat-x;
 }

.selected-home-game {   background: #CFE74C !important; }

.selected-away-game {   background: #AFD2A4 !important; }

#quick-links {     /*         background: #6ED164;*/        }

.bgcolor1 { 
            /*   background: #ffffff;
               border: solid 1px #aaaaaa; */
 }

.title-image-div { 
                   text-align: center;
                   padding-left: 4px;
 }

.header-bar {
              background: #3F5DAA;
              display:none;
              height: 4px;
              margin:8px;

}

#introduction .header-bar { width:188px; } 
#introduction .title-image-div { padding-left: 0px !important; }
#introduction-right .header-bar { 
                                  width:258px; 
                                  margin-bottom: 4px !important;
                                  }
#generator  .header-bar    { width:258px; }
#teamfilter .header-bar    { width:332px; }
#gg-title   .header-bar    { width:258px; }
#tripviewer .header-bar    { width:268px; }

.btp-form { 
             border: 1px solid   #3f5daa;
             background: #fdcf84; /*#d0ddf8;*/
 }

.popup { 
         z-index: 5;
         padding: 4px;
         border: solid 14px #555555;
         background: #ffffff;         
 }

.popup-button { 
                background: #FDC36B; 
                font-size: 12px;
                font-weight: bold;
                cursor: pointer;
                padding: 2px;  
                border: solid 1px black; 
                margin: 2px 10px;
                }
.popup-button-hover { background: #FDF86B !important; }

#teamfilter td { 
/*             background: #ffffff;*/
                 color: blue;
                 cursor: pointer;
 }

.teamfilter-active {     background: #dddddd !important;  }
#teamfilter-options-select-next, #teamfilter-options-goto-next { }
.teamfilter-options-hover { }

#placemark-prompt ul li { }  
.placemark-prompt-hover { }

.tripviewer-gamerow-odd { background: #dddddd; }

#tripgenerator-options { background: #e3f4ff; color: #000000 }

#teamfilter { background: #ffffff; }
#generator { background: #ffffff; }
#tripviewer { background: #ffffff; }

/* JQuery UI changes */

.ui-datepicker { 
                 width: 129px;
                 border: solid 1px #aaaaaa;  
                 background: #C4E8FF !important;
                 z-index: 9}

.ui-datepicker-calendar { 
                          background: #C4E8FF;
}

.ui-datepicker-header { background: #C4E8FF !important; }
.ui-widget-header { background: #ffffff; color: #222222 }
.ui-widget-content { background: #ffffff; color: #222222 }
.ui-state-default { /*background: #dddddd;*/ color: #222222;
                    background-image: url(images/gamecell-grad.gif) !important;
                    background-repeat: repeat-x;
                    }
.ui-slider { background: #489748 !important; }
.ui-slider-handle { background: #81a1ce !important; }

/*.ui-widget-content { background: #489748; color: #222222 }
.ui-state-default { background: #e8e8e8; color: #222222 }*/

#calcon .ui-datepicker {  background: none !important; }
#calcon .ui-datepicker-header {  background: none !important; }
#calcon .ui-widget-header{  background: none !important; }
#calcon .ui-datepicker-calendar {  background: none !important; }
#calcon .ui-widget-content {  background: none !important; }