/* Copyright 2006 Joost de Valk */

a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #F0F0F0;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

#navlist {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#navlist li:before {
	content: "\00BB \0020";
	}
	
li	{
	margin-bottom: 5px;
	}

#translatebox{
	margin-left:auto;
	margin-right:6px;
	}
	

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 20px;
	background: transparent url(http://www.sfu.ca/~gradap/js/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(http://www.sfu.ca/~gradap/js/icon_mailto.gif) no-repeat center right;  
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(http://www.sfu.ca/~gradap/js/icon_popup.gif) no-repeat center right;
}

/* all A tags whose HREF attribute ends in .doc */
a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(http://www.sfu.ca/~gradap/js/icon_doc.gif) no-repeat center right;
}
/* all A tags whose HREF attribute ends in .xls */
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(http://www.sfu.ca/~gradap/js/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(http://www.sfu.ca/~gradap/js/icon_external.gif) no-repeat center right;
}




