/* Start of CMSMS style sheet 'isj extra' */
img.socialbookmark  {border: 0;}

div.NewsSummaryContent
{
padding-bottom: 9px;
}

.NewsSummaryPostdate
{
  color: #b28b2a;
}

ul.picturelist img {border: 0;}
ul.albumlist img {border: 0;}

span.fltrt
{
  margin-top:33px;
}


.calendar-date-from
{
  font-weight: bolder;
  font-style: italic;
  padding-left: 2em;
}

.calendar-details
{
  padding-left: 2em;
}

.cms-module-bookmarks-header {font-weight: bold; }

ul.cms-module-bookmarks-list {list-style: none; padding-left: 0; margin-left: 0;}
ul.cms-module-bookmarks-list li {padding-bottom: 9px; }

ul.downloadlist {list-style: none; padding-left: 0; margin-left: 0;}
ul.downloadlist li {padding-bottom: 6px;}


a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(/uploads/images/links/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(/uploads/images/links/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(/uploads/images/links/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(/uploads/images/links/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(/uploads/images/links/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(/uploads/images/links/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(/uploads/images/links/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(/uploads/images/links/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(/uploads/images/links/icon_external.gif) no-repeat center right;
}


/* all A tags whose CLASS attribute is bookmark-link */
a[class ="bookmark-link"] {
	padding-right: 18px;
    background: transparent url(/uploads/images/links/icon_external.gif) no-repeat center right;
}

/* End of 'isj extra' */

