/**********************************************
 * Style Sheet file for tab'ed webpages       *
 *                                            *
 * Copyright: FraLa (2006)                    *
 **********************************************/

/**********************************************
 * Adjust the following optional stylea to    *
 * meet your needs.                           *
 *                                            *
 * General font and color scheme              *
 **********************************************/
BODY         { background:    #DCDEE1 url(images/Background.png) repeat-x;
               color:         #000000;
               font-family:   sans-serif }

/**********************************************
 * Subtitle style                             *
 **********************************************/
H1           { color: #245699 }

/**********************************************
 * Content boxes (mandatory styles)           *
 **********************************************/
TD.content   { background:    #245699;
               color:         #DCDEE1 }
A:link,
A:active,
A:visited    { color: #FFFFFF }
A:hover      { color: #FFFF00 }
H2,
H3           { color: #DCDEE1 }
H4           { color: #DCDEE1; font-style: italic }

/**********************************************
 * Content boxes (optional styles)            *
 **********************************************/
TABLE.content,
TABLE.plaque   { background:     #DCDEE1;
                 color:          #000000;
                 border:         thick outset;
                 padding:        10px }
TABLE.content  { color:          #245699;
                 text-align:     center;
                 empty-cells:    hide }
TABLE.sponsors { width:          100%;
                 background:     #FFFFFF;
                 color:          #245699;
                 border:         0px;
                 empty-cells:    hide }
P.left         { color:          #DCDEE1;
                 font-size:      small;
                 font-style:     italic;
                 text-align:     left;
                 border:         thick red;
                 padding-right:  10px;
                 float:          left }
P.right        { color:          #DCDEE1;
                 font-size:      small;
                 font-style:     italic;
                 text-align:     right;
                 border:         none;
                 padding-left:   10px;
                 float:          right }
TD.bottomleft  { vertical-align: bottom;
                 padding-right:  5px }
TD.bottomright { vertical-align: bottom;
                 padding-left:   5px }

/**********************************************
 * Links in tabs and menu items               *
 **********************************************/
A.menu:link,
A.menu:active,
A.menu:visited { color:           #245699;
                 text-decoration: none }
A.menu:hover   { color:           #DCDEE1;
                 background:      #245699 }

/**********************************************
 **********************************************
 **********************************************
 * The following are vital for the system to  *
 * work and should thus not be modified.      *
 **********************************************
 **********************************************
 **********************************************/

BODY              { margin-top:     0;
                    margin-left:    0;
                    margin-right:   0;
                    margin-bottom:  0 }

TD.menu           { font-size:      larger;
                    font-weight:    bold;
                    line-height:    200%;
                    white-space:    nowrap;
                    vertical-align: top;
                    padding-right:  20px }

TD.content        { width:          100%;
                    padding:        10px;
                    vertical-align: top }
