/* ----------------------------------------------------- */
/* TITLE: 1st Purton and Lydiard Scout Group Website, v3 */
/* AUTHOR: Andrew Tedstone          PRINT VER            */
/* CREATED: June 2005                                    */
/* ----------------------------------------------------- */


.moz{}

body{
     margin-top:10px;
    }

.container{
           margin-left:auto;
           margin-right:auto;
           background-color:white;
          }
          
#login_upperwidget{display:none;}
#showcontent{display:none;}
#bg{display:none;}



/* UPPERMOST BAR (holds external links) ######################################*/
.header{
        display:none;
       }



/* SCOUT GROUP BANNER ########################################################*/
/*this is specified as an <img> in the event of images not being displayed.*/
.title{
       padding:0;
       margin:0;
       display:none;
      }
      
.title h1{margin:0; padding:0; color:black; font-family:"trebuchet ms"}

      

/* NAVIGATION BAR ############################################################*/

/* Main Styles */
.nav_main{
          display:none;
         }
         
         
#sidebar{
  display:none;
  }         


/* CONTENT SECTION ###########################################################*/
.donotprint{display:none}
.no-css-display{display:none;}
.content{
         width:100% !important;
        }

.content h1{
            font-family:"trebuchet ms";
            font-size:180%;
            letter-spacing:1px;
            color:gray;
            font-weight:600;
            margin-bottom:8px;
            margin-top:5px;
           }


/* Prog Module Styles */
table.progtable{
                border:0px;
                text-align:left;
               }
               
table.progtable th{
                   border-bottom:2px solid black;
                   background-color:#663399;/*#F6BCBC;*/
                   padding-left:10px;
                   padding-top:5px;
                   padding-bottom:5px;
                   color:#ececec;
                  }
               
table.progtable tr{
                   border-bottom: 1px solid black;
                  }
                  
table.progtable td{
                   padding-left:10px;
                   padding-top:5px;
                   padding-bottom:5px;
                   border:0px;
                   border-bottom: 1px solid black;
                  }
                  
table.progtable .dark{
                      background-color:#f5f5f5;
                     }
                     
table.progtable .light{
                       background-color:#f5f5f5;
                      }
                      
.rc-t-l{
        background: url(../images/rc/rc-tl.gif) no-repeat left top;
       }
       
.rc-t-r{
        background: url(../images/rc/rc-tr.gif) no-repeat right top;
       }
       
.prognote{display:block}    

.progarchive{display:none}  

.picturesearch{
 display:none;
}  
       
       

                      



/* FOOTER ####################################################################*/

#bottomlinks{display:none;}

#footer{display:none;}
       

        

