/*******************************************************************************
 *                                                                             *
 * Main Cascading Style Sheet for the 2007 RCFM web site                       *
 *                                                                             *
 * Copyright 2006 - 2007 Steve Mitchell - All Rights Reserved                  *
 *                                                                             *
 * Modifications:                                                              *
 *    10-Jul-2006: Original Creation                                           *
 *    11-Jul-2006: Added main_menu class for paragraph                         *
 *                 Added table cell classes in support of schedule page        *
 *    27-Dec-2006: Added support for new menu system                           *
 *                 Renamed all CSS classes to not have underscores in the name *
 *                    since this is illegal                                    *
 *    28-Dec-2006: Changed pure blue (6699ff) to match the tops of the letters *
 *                 in the headers                                              *
 *    02-Mar-2007: Fixed text color of TH.kits                                 *
 *                 Updated copyright notice to include 2007                    *
 *    03-Mar-2007: Added schedule class of links                               *
 *                                                                             *
 ******************************************************************************/
/*
 * Links:
 */
A:link, A:visited, A:active { text-decoration:  underline;
                              background-color: transparent;
                              color:            #f5f5ff;
                              border-style:     none
                            }
A:hover                     { text-decoration:  none;
                              background-color: transparent;
                              color:            #6699ff;
                              border-style:     none
                            }
/* Schedule: */
A.sch:link, A.sch:visited, A.sch:active { text-decoration:  underline;
                                          background-color: transparent;
                                          color:            #030307;
                                          border-style:     none
                                        }
A.sch:hover                             { text-decoration:  none;
                                          background-color: transparent;
                                          color:            #6699ff;
                                          border-style:     none
                                        }
/*
 * Main body:
 */
BODY { background-image: url(/2007/images/back_3.jpg);
       color:            #f5f5ff;
       border-style:     none
     }
/*
 * Headers:
 */
H1 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size:        36px;
     font-weight:      bold;
     font-style:       normal;
     background-color: transparent;
     color:            #f5f5ff;
     text-align:       center;
     border-style:     none;
     margin-top:       0px;
     margin-bottom:    0px;
     margin-left:      0px;
     margin-right:     0px
   }
H2 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size:        28px;
     font-weight:      bold;
     font-style:       normal;
     background-color: transparent;
     color:            #f5f5ff;
     text-align:       center;
     border-style:     none;
     margin-top:       0px;
     margin-bottom:    0px;
     margin-left:      0px;
     margin-right:     0px
   }
H3 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size:        24px;
     font-weight:      bold;
     font-style:       normal;
     background-color: transparent;
     color:            #f5f5ff;
     text-align:       center;
     border-style:     none;
     margin-top:       0px;
     margin-bottom:    0px;
     margin-left:      0px;
     margin-right:     0px
   }
H4 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size:        20px;
     font-weight:      bold;
     font-style:       normal;
     background-color: transparent;
     color:            #f5f5ff;
     text-align:       center;
     border-style:     none;
     margin-top:       0px;
     margin-bottom:    0px;
     margin-left:      0px;
     margin-right:     0px
   }
H5 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size:        14px;
     font-weight:      bold;
     font-style:       normal;
     text-decoration:  underline;
     background-color: transparent;
     color:            #f5f5ff;
     text-align:       left;
     border-style:     none;
     margin-top:       14px;
     margin-bottom:    0px;
     margin-left:      0px;
     margin-right:     0px
   }
HR { color:         #f5f5ff;
     border-right:  #f5f5ff 1px solid;
     border-top:    #f5f5ff 1px solid;
     border-left:   #f5f5ff 1px solid;
     border-bottom: #f5f5ff 1px solid;
     text-align:    center;
     margin-top:    14px;
     margin-bottom: 0px;
     margin-left:   0px;
     margin-right:  0px
    }
/*
 * Images:
 */
IMG { border-style:  none;
      margin-top:    0px;
      margin-bottom: 0px;
      margin-left:   0px;
      margin-right:  0px
    }
/*
 * Table elements:
 */
TABLE { border-style: none
      }
TH.THStd { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
            font-size:        14px;
            font-weight:      bold;
            font-style:       normal;
            background-color: transparent;
            color:            #f5f5ff;
            text-align:       center;
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      0px;
            margin-right:     0px
          }
TH.kits { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #ff8181;
          color:            #030307;
          text-align:       center;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TH.spirit { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
            font-size:        14px;
            font-weight:      normal;
            font-style:       normal;
            background-color: #ffcccc;
            color:            #030307;
            text-align:       center;
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      0px;
            margin-right:     0px;
            border-right:     #030307 1px solid;
            border-top:       #030307 1px solid;
            border-left:      #030307 1px solid;
            border-bottom:    #030307 1px solid
          }
TH.puppet { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
            font-size:        14px;
            font-weight:      normal;
            font-style:       normal;
            background-color: #ffbb55;
            color:            #030307;
            text-align:       center;
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      0px;
            margin-right:     0px;
            border-right:     #030307 1px solid;
            border-top:       #030307 1px solid;
            border-left:      #030307 1px solid;
            border-bottom:    #030307 1px solid
          }
TH.fursuit { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
             font-size:        14px;
             font-weight:      normal;
             font-style:       normal;
             background-color: #ffe4a4;
             color:            #030307;
             text-align:       center;
             margin-top:       0px;
             margin-bottom:    0px;
             margin-left:      0px;
             margin-right:     0px;
             border-right:     #030307 1px solid;
             border-top:       #030307 1px solid;
             border-left:      #030307 1px solid;
             border-bottom:    #030307 1px solid
           }
TH.video { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
           font-size:        14px;
           font-weight:      normal;
           font-style:       normal;
           background-color: #dff966;
           color:            #030307;
           text-align:       center;
           margin-top:       0px;
           margin-bottom:    0px;
           margin-left:      0px;
           margin-right:     0px;
           border-right:     #030307 1px solid;
           border-top:       #030307 1px solid;
           border-left:      #030307 1px solid;
           border-bottom:    #030307 1px solid
         }
TH.game { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #99ff77;
          color:            #030307;
          text-align:       center;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TH.lan { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
         font-size:        14px;
         font-weight:      normal;
         font-style:       normal;
         background-color: #66cc66;
         color:            #030307;
         text-align:       center;
         margin-top:       0px;
         margin-bottom:    0px;
         margin-left:      0px;
         margin-right:     0px;
         border-right:     #030307 1px solid;
         border-top:       #030307 1px solid;
         border-left:      #030307 1px solid;
         border-bottom:    #030307 1px solid
       }
TH.food { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #99dfff;
          color:            #030307;
          text-align:       center;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TH.art { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
         font-size:        14px;
         font-weight:      normal;
         font-style:       normal;
         background-color: #88bbff;
         color:            #030307;
         text-align:       center;
         margin-top:       0px;
         margin-bottom:    0px;
         margin-left:      0px;
         margin-right:     0px;
         border-right:     #030307 1px solid;
         border-top:       #030307 1px solid;
         border-left:      #030307 1px solid;
         border-bottom:    #030307 1px solid
       }
TH.prog { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #ff99ff;
          color:            #030307;
          text-align:       center;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TH.misc { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #dd77dd;
          color:            #030307;
          text-align:       center;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TH.THSchHd { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
               font-size:        14px;
               font-weight:      bold;
               font-style:       normal;
               background-color: #ddccdd;
               color:            #030307;
               text-align:       center;
               margin-top:       0px;
               margin-bottom:    0px;
               margin-left:      0px;
               margin-right:     0px
             }
TH.THMin00 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        14px;
              font-weight:      bold;
              font-style:       normal;
              background-color: #aac0df;
              color:            #030307;
              text-align:       center;
              margin-top:       0px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
TH.THMin30 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        14px;
              font-weight:      bold;
              font-style:       normal;
              background-color: #ddccdd;
              color:            #030307;
              text-align:       center;
              margin-top:       0px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
TD.tdheader { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        28px;
              font-weight:      bold;
              font-style:       normal;
              background-color: transparent;
              color:            #6699ff;
              text-align:       center;
              margin-top:       0px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
TD.TDStdBdr { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
                font-size:        14px;
                font-weight:      normal;
                font-style:       normal;
                background-color: transparent;
                color:            #f5f5ff;
                text-align:       left;
                border-right:     #6699ff 3px solid;
                border-top:       #6699ff 3px solid;
                border-left:      #6699ff 3px solid;
                border-bottom:    #6699ff 3px solid;
                padding-top:       0px;
                padding-bottom:    14px;
                padding-left:      14px;
                padding-right:     14px
              }
TD.TDStd { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
            font-size:        14px;
            font-weight:      normal;
            font-style:       normal;
            background-color: transparent;
            color:            #f5f5ff;
            text-align:       left;
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      0px;
            margin-right:     0px
          }
TD.TDStdCJ { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        14px;
              font-weight:      normal;
              font-style:       normal;
              background-color: transparent;
              color:            #f5f5ff;
              text-align:       center;
              margin-top:       0px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
TD.TDStdRJ { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        14px;
              font-weight:      normal;
              font-style:       normal;
              background-color: transparent;
              color:            #f5f5ff;
              text-align:       right;
              margin-top:       0px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
TD.kits { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #ff8181;
          color:            #030307;
          text-align:       left;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TD.spirit { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
            font-size:        14px;
            font-weight:      normal;
            font-style:       normal;
            background-color: #ffcccc;
            color:            #030307;
            text-align:       left;
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      0px;
            margin-right:     0px;
            border-right:     #030307 1px solid;
            border-top:       #030307 1px solid;
            border-left:      #030307 1px solid;
            border-bottom:    #030307 1px solid
          }
TD.puppet { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
            font-size:        14px;
            font-weight:      normal;
            font-style:       normal;
            background-color: #ffbb55;
            color:            #030307;
            text-align:       left;
            margin-top:       0px;
            margin-bottom:    0px;
            margin-left:      0px;
            margin-right:     0px;
            border-right:     #030307 1px solid;
            border-top:       #030307 1px solid;
            border-left:      #030307 1px solid;
            border-bottom:    #030307 1px solid
          }
TD.fursuit { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
             font-size:        14px;
             font-weight:      normal;
             font-style:       normal;
             background-color: #ffe4a4;
             color:            #030307;
             text-align:       left;
             margin-top:       0px;
             margin-bottom:    0px;
             margin-left:      0px;
             margin-right:     0px;
             border-right:     #030307 1px solid;
             border-top:       #030307 1px solid;
             border-left:      #030307 1px solid;
             border-bottom:    #030307 1px solid
           }
TD.video { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
           font-size:        14px;
           font-weight:      normal;
           font-style:       normal;
           background-color: #dff966;
           color:            #030307;
           text-align:       left;
           margin-top:       0px;
           margin-bottom:    0px;
           margin-left:      0px;
           margin-right:     0px;
           border-right:     #030307 1px solid;
           border-top:       #030307 1px solid;
           border-left:      #030307 1px solid;
           border-bottom:    #030307 1px solid
         }
TD.game { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #99ff77;
          color:            #030307;
          text-align:       left;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TD.lan { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
         font-size:        14px;
         font-weight:      normal;
         font-style:       normal;
         background-color: #66cc66;
         color:            #030307;
         text-align:       left;
         margin-top:       0px;
         margin-bottom:    0px;
         margin-left:      0px;
         margin-right:     0px;
         border-right:     #030307 1px solid;
         border-top:       #030307 1px solid;
         border-left:      #030307 1px solid;
         border-bottom:    #030307 1px solid
       }
TD.food { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #99dfff;
          color:            #030307;
          text-align:       left;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TD.art { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
         font-size:        14px;
         font-weight:      normal;
         font-style:       normal;
         background-color: #88bbff;
         color:            #030307;
         text-align:       left;
         margin-top:       0px;
         margin-bottom:    0px;
         margin-left:      0px;
         margin-right:     0px;
         border-right:     #030307 1px solid;
         border-top:       #030307 1px solid;
         border-left:      #030307 1px solid;
         border-bottom:    #030307 1px solid
       }
TD.prog { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #ff99ff;
          color:            #030307;
          text-align:       left;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TD.misc { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
          font-size:        14px;
          font-weight:      normal;
          font-style:       normal;
          background-color: #dd77dd;
          color:            #030307;
          text-align:       left;
          margin-top:       0px;
          margin-bottom:    0px;
          margin-left:      0px;
          margin-right:     0px;
          border-right:     #030307 1px solid;
          border-top:       #030307 1px solid;
          border-left:      #030307 1px solid;
          border-bottom:    #030307 1px solid
        }
TD.TDMin00 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
           font-size:        14px;
           font-weight:      normal;
           font-style:       normal;
           background-color: #aac0df;
           color:            #030307;
           text-align:       left;
           margin-top:       0px;
           margin-bottom:    0px;
           margin-left:      0px;
           margin-right:     0px
         }
TD.TDMin30 { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
           font-size:        14px;
           font-weight:      normal;
           font-style:       normal;
           background-color: #ddccdd;
           color:            #030307;
           text-align:       left;
           margin-top:       0px;
           margin-bottom:    0px;
           margin-left:      0px;
           margin-right:     0px
         }
/*
 * List elements:
 */
UL { list-style-type:     disc;
     list-style-image:    none;
     list-style-position: outside;
     font-family:         Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size:           14px;
     font-weight:         normal;
     font-style:          normal;
     background-color:    transparent;
     color:               #f5f5ff;
     text-align:          left;
     border-style:        none;
     margin-top:          0px;
     margin-bottom:       0px;
     margin-left:         0px;
     margin-right:        0px;
     padding-left:        20px;
     border-left:         0px
   }
/*
 * Paragraphs:
 */
P.docstd    { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        14px;
              font-weight:      normal;
              font-style:       normal;
              background-color: transparent;
              color:            #f5f5ff;
              text-align:       left;
              border-style:     none;
              margin-top:       14px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
P.docstdCJ  { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        14px;
              font-weight:      normal;
              font-style:       normal;
              background-color: transparent;
              color:            #f5f5ff;
              text-align:       center;
              border-style:     none;
              margin-top:       14px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
P.docstdRJ  { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        14px;
              font-weight:      normal;
              font-style:       normal;
              background-color: transparent;
              color:            #f5f5ff;
              text-align:       right;
              border-style:     none;
              margin-top:       14px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
P.docstdSm { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
              font-size:        10px;
              font-weight:      normal;
              font-style:       normal;
              background-color: transparent;
              color:            #f5f5ff;
              text-align:       left;
              border-style:     none;
              margin-top:       0px;
              margin-bottom:    0px;
              margin-left:      0px;
              margin-right:     0px
            }
P.docstdSmCJ { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
                font-size:        10px;
                font-weight:      normal;
                font-style:       normal;
                background-color: transparent;
                color:            #f5f5ff;
                text-align:       center;
                border-style:     none;
                margin-top:       0px;
                margin-bottom:    0px;
                margin-left:      0px;
                margin-right:     0px
            }
P.MainMenu  { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
               font-size:        14px;
               font-weight:      normal;
               font-style:       normal;
               background-color: transparent;
               color:            #f5f5ff;
               text-align:       center;
               border-style:     none;
               margin-top:       14px;
               margin-bottom:    0px;
               margin-left:      0px;
               margin-right:     0px;
               line-height:      150%
             }
P.docstdErr { font-family:      Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
               font-size:        14px;
               font-weight:      bold;
               font-style:       normal;
               background-color: transparent;
               color:            #ff0000;
               text-align:       left;
               border-style:     none;
               margin-top:       14px;
               margin-bottom:    0px;
               margin-left:      0px;
               margin-right:     0px
             }

