/* Loca box customizations here */



/* Table customizations here */
	    .tablehead
        {
            background-color: #7030A0;
            text-align: center;
           padding-top:20px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;
            color: #C4D79B;
            /* font-family: Calibri; */
            font-size: 21pt;
            font-weight: bold;
        }

      
	    .colhead
        {

            background-color: #CCCCCC;
            text-align: center;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;
        }
        .whitecell
        {

            border-color: #660066;
            background-color: #ffffff;
            color: #000000;  
            font-weight: 500;                     
            text-align: center;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        } 
         .whitecellnewbie
        {

            border-color: #660066;
            background-color: #ffffff;
            color: #000000;  
            font-weight: 500;          
            text-align: left;
            padding-left:10px;
            padding-right:10px;            
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        }         
         .blackcell
        {

            border-color: #000000;
            background-color: #000000;
            color: #ffffff;
            text-align: center;
            height: 50px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        } 
         .begincell
        {

            border-color: #660066;
            background-color: #B1A0C7;
            color: #000000;
            text-align: center;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        }
        
         .begincellnewbie
        {

            border-color: #660066;
            background-color: #B1A0C7;
            color: #000000;
            text-align: left;
            padding-left:10px;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        }        
        
         .intercell
        {

            border-color: #660066;
            background-color: #C4D79B;
            color: #000000;
            text-align: center;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        }  
         .advancecell
        {

            border-color: #660066;
            background-color: #95B3D7;
            color: #000000;
            text-align: center;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        }                                  
        .classcell
        {

            border-color: #660066;
            background-color: #C4D79B;
            width: 350px;
            text-align: center;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        }
          .classcell2
        {
            border-color: #660066;
            background-color: #C4D79B;
            width: 500px;
            text-align: center;
            height: 50px;
            border-bottom-style: groove;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;

        }      
        .lunchcell
        {
            border-color: #660066;
            background-color: #95B3D7;
            width: 315px;
            text-align: center;
            height: 50px;
            border-bottom-style: ridge;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;
            font-weight: bold;
        }
         .lunchcell2
        {
            border-color: #660066;
            background-color: #95B3D7;
            width: 500px;
            text-align: center;
            height: 50px;
            border-bottom-style: ridge;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;
            font-weight: bold;
        }       
        .eventcell
        {
            background-color: #B1A0C7;

            text-align: center;
            height: 50px;
                        border-bottom-style: ridge;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;
        }
        .misccell
        {
            background-color: #FABF8F;
            text-align: center;
            height: 50px;
            border-bottom-style: ridge;
            border-left-style: groove;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-bottom-color: #000000;
            border-left-color: #000000;
            font-weight: bold;
        }
	    .border
        {
            border-top-style: groove;
            border-right-style: groove;
            border-top-width: 1px;
            border-right-width: 1px;
            border-top-color: #000000;
            border-right-color: #000000;
        }