/*  events_style.css  */

/* Styles for the Events page,  */
/* for inclusion in events.php  */
/*                              */
/* Allan forbes, April 2011     */

.events_body			/*  events.txt  <div class="events_body">  */
{
  font-family: arial, sans-serif;
}


.events_body p			/*  Paragraph  <p>  */
{
  margin: 0 0 8px 0;
}

.events_body table		/*  Table <table>  */
{
  font-size: 14px;
}

/* moved styling of a to style1M.css, style1.css and style 1W.css to ensure
 * style conformity with other pages */

/* .events_body a:visited
{
  font-size: 14px;
  color: red;
  text-decoration: none;
}  */

/* .events_body  a:link		  Link  <a href=  >  */
/*
{
  font-size: 14px;
  color: red;
  text-decoration: none;
} */

/*  .events_body a:hover
{
  font-size: 14px;
  color: blue;
  text-decoration: none;
}  */

/* moved styling of h4 to style1M.css, style1.css and style 1W.css to ensure
 * change of text size in heading */

/* .events_body h4         /*  Title  <h4> */
 * {
 *  font-weight: bold;
 *  font-size:14px;
 *  margin: 0px 0 5px 0;
 *  padding: 3px 6px 3px 6px;
 *  color: black;
 *  background: #99ccff;
 * }    */

/*  Stop Skype from messing up the appeararqnce
 *  of Australian mobile phone numbers.
 */

span.skype.pnh_container
{
  display:none !important;
}

span.skype_pnh_print_container
{
  display:inline !important;
}
