/*
-----------------------------------------------------------------
Centre for Experimental and Constructive Mathematics
Stylesheet for screen media
Filename:      list.css                                            
Version:       1.0                                                    
Date:          December 2004
  
Site:          http://www.cecm.sfu.ca
 
-----------------------------------------------------------------
*/

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

table.list tr {
	border: #022f55 solid 1px;
}

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

table.list tr.even td {	
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	color: #022f55;
}

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

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: 1em;
}

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