/*
-----------------------------------------------------------------
SFU Department of Mathematics
Stylesheet for screen media
Filename:      list.css                                            
Version:       1.0                                                    
Date:          December 2004
  
Site:          http://www.math.sfu.ca
 
-----------------------------------------------------------------
*/

table.list {	
	color: #0d2b88;
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.list tr {
	border: #0d2b88 solid 1px;
}

table.list tr.header {
	border-width: 0 0 1px 0;
}

table.list td {
	padding-left: 10px;
        padding-right: 10px;
} 

table.list tr.even td {	
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #0d2b88;
}

table.list tr.odd td {      
	background-color: #c0cbe7;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	color: #0d2b88;
}

table.list p {
	text-align: left;
}

table.list h1, table.list h2, table.list h3, table.list h4, table.list h5, table.list h6 {
	padding-top: 2em;
}

table.list tr.odd td a:visited {
	background-color: #c0cbe7;
}

table.list tr.categories {
	background-color: #d7e5f2;
}
