/****************************************************************************/
/*                                                                          */
/*                Saffron Walden Scouts Print Stylesheet                    */
/*                                                                          */
/*                        Author = Peter Wright                             */
/*                                                                          */
/*                   Creation Date = 12 April 2005                          */
/*                   Updated       = 27 February 2011                       */
/*                                                                          */
/****************************************************************************/


body            {
			font-size: 10px;                    
			background: white;
                }

table           {
                  width: auto;
                }

.break 		{ 	page-break-before: always;
		}
                
.print_only     {
			      display: inline;
                }               

.no_print,
#frameworkMenu, 
#pageHeading,
#screen_only    {
                  display: none;
                }

#frameworkMain	{
	          	  left: 0px;
                }
                
/***************   Room Booking style changes    *****************/
p.room       	{
                    font-family:"Serif";
                    font-size: 90%;
                    font-weight: bold;
                    background: #ffffff;
                    color: BLACK;
                    margin: 0%;
                    margin-bottom: 0%;
                }               

                
/******************   Calendar style changes    ******************/
.cal_d0a,
.cal_dob,
.cal_d1a,
.cal_d1b        {
                  color: BLACK;
                }

.cal_d2a,
.cal_d2b        {
                  color: BROWN;
                }

td.cal_w0a, 
td.cal_w0b,
td.cal_w1a,
td.cal_w1b,
td.cal_w2a,
td.cal_w2b      {
                  font-size: 12px;
                  color: BLACK;
                } 
              
td.cal_w0ah, 
td.cal_w0bh,
td.cal_w1ah,
td.cal_w1bh,
td.cal_w2ah,
td.cal_w2bh     {
                  font-size: 12px;
                  color: BLACK;
                }               

td.cal_wh2,
td.cal_w2a,
td.cal_w2b      {
		  border: thin double BROWN;
                }


/* Calendar Day Cell Emphasis */
              
#cal_today      {
                  /* Placeholder for current day -- **NOT USED IN PRINTING**  */
		} 
              

td.cal_B0       {
		  border: thin solid LIGHTBROWN;
                }

td.cal_B1       {
		  border: thin solid BLACK;
                }

td.cal_B2       {
		  border: thin solid CRIMSON;
                }

td.cal_B3       {
		  border: thin solid GREEN;
                }

td.cal_B4       {
		  border: thin solid BLUE;
                }

td.cal_B5       {
		  border: thin dashed RED;
                }

td.cal_B6       {
		  border: thin dotted BLACK;
                }

p.cal_ev_black,
p.cal_ev_black_m,
p.cal_ev_red,
p.cal_ev_red_m,
p.cal_ev_green,
p.cal_ev_green_m,
p.cal_ev_blue,
p.cal_ev_blue_m {
                    font-family:"Serif";
                    font-size: 1em;
                    color: BLACK;
                    margin: 0%;
                    margin-bottom: 0%;
                }               

p.cal_ev_red,
p.cal_ev_red_m
                {
                    color: RED;
                }               

p.cal_ev_green,
p.cal_ev_green_m
                {
                    color: GREEN;
                }               

p.cal_ev_blue,
p.cal_ev_blue_m
                {
                    color: BLUE;
                }               

p.cal_ev_red_m,
p.cal_ev_green_m,
p.cal_ev_blue_m {
                    font-size: 0.7em;
                    text-align: left;
                }               


/**************    End of calendar style changes *****************/
               

#wrapper,
#content        {
                  width: auto;
                  margin: 0 5%;
                  padding: 0;
                  border: 0;
                  float: none !important;
                  color: black;
                  background: transparent none;
                }

div#content,
div#print_only  {
                  margin-left: 10%;
                  padding-top: 1em;
                  border-top: 1px solid #930;
                }

div#mast        {
                  margin-bottom: -8px;
                }

div#mast img    {
                  vertical-align: bottom;
                }

a:link,
a:visited       {
                  color: BLACK;           	/* DO NOT HIGHLIGHT with colour #520 */
                  background: transparent;
                  font-size: 90%;		/* for calendar */
                  font-weight: bold;		/* as opposed to NORMAL */
                  text-decoration: none; 	/* DO NOT UNDERLINE */
                }

.advisory,
.hi_advisory,
.caution,
.hi_caution,
.alert,
.hi_alert       {
                  color: GREEN;           	/* DO NOT HIGHLIGHT with colour #520 */
                  background: transparent;
                  font-size: 90%;		/* for calendar */
                  text-decoration: none; 	/* DO NOT UNDERLINE */
                }

.hi_advisory,
.hi_caution,
.hi_alert       {
                  font-weight: bold;		/* as opposed to NORMAL */
                }

.caution,
.hi_caution	{
                  color: BLUE;           	/* DO NOT HIGHLIGHT with colour #520 */
                }

.alert,
.hi_alert       {
                  color: RED;           	/* DO NOT HIGHLIGHT with colour #520 */
                }

#content a:link:after,
#content a:visited:after 
                {
                  content: " (" attr(href) ") ";
                  font-size: 90%;
                  font-weight: bold;		/* as opposed to NORMAL */
                }

#content a[href^="/"]:after 
                {
  				  content: " (http://www.saffronwaldenessexscouts.org.uk" attr(href) ") ";
                }

