
#tripviewer-table-div { 
                        margin-left: 2px;
                        vertical-align: top;
                        height: 171px;
                        overflow: auto;
 }

#tripviewer-table { 
                    width: 100%;
}

#tripviewer-table tr td { 
                          font-size: 10px;
                          vertical-align: top;
                          }

.tripviewer-headerrow td {  
                        font-weight: bold;
                        text-decoration: underline;
}

.tripviewer-headerrow td:first-child { 
                                       width: 25px;
 }

.tripviewer-total-header {  
                        display: block;
 }

.tripviewer-gamerow-odd { 

 }

.tripviewer-gamerow-even { 

 }

.tripviewer-remove-game { 
                          cursor: pointer;
                          color: #0000ff;
                          font-size: 8px;
                          text-align: center;
                          width: 10px;
                          text-align: center;
                          padding: 0 1px;
                          margin: 1px 2px;
 }

.tripviewer-goto-game { 
                        cursor: pointer;
 }

#tripviewer-title { 
                    font-weight: bold;
                    font-size: 12px;
 }

#tripviewer-total { 
                    height: 13px;
                    font-size: 10px;
                    margin-top: 4px;
                    margin-bottom: 2px;
                    text-align: center;
}

#tripviewer-total span {  
                        padding-right: 8px;
}

#tripviewer-total-header {  
                           font-weight: bold;
}

#tripviewer-startinfo { 
                        margin-top: 4px;
                        font-size: 11px;
                        font-weight: bold;
 }
#tripviewer-startinfo span { 
                        padding-right: 8px;
                             }
#tripviewer-startinfo-location,
#tripviewer-startinfo-date { 
                             font-weight: normal !important;
                                 }


#tripviewer-footer { 
                     z-index: 2;
                     position: relative;
                     height: 13px;
                     cursor: pointer;
                     font-size: 10px;
 }

#tripviewer-map-link { color: blue !important; }
#tripviewer-footer-save { color: blue !important; }
#tripviewer-footer-load { color: blue !important; }
#tripviewer-footer-clear { color: blue !important; }
#tripviewer-footer-printable { color: blue !important; }

#loader { 
          z-index: 5;
          position: absolute;
          top: 45%;
          left: 45%;

 }

#triploader { 
              position: absolute;
              z-index: 5;
              width: 200px;
              top: 50%;
              left: 62%;
              font-size: 10px;
              padding: 6px 0px;
 }
#tripviewer-trip-load-header { 
                               font-size: 12px;                 
                               font-weight: bold; 
                               margin: 0px 0px 6px 0px;
                              }
#tripviewer-trip-load-submit{ 
                              margin: 4px 30% !important;
 }
#tripviewer-trip-load-close { 
                              margin: 4px 40% !important;
                              }