/*  Stylesheet for all browsers  
    Recent browsers also import sub-res2.css  */

div.breadcrumbs { text-align: left; font-size: 0.9em }
.breadcrumbs a:link, .breadcrumbs a:visited { 
	color: #003399; text-decoration: none }
.breadcrumbs a:hover, .breadcrumbs a:active { 
	color: #FF0000; text-decoration: underline }

#resources table#quick-links {
	padding: 0 2px 1px 2px;
	margin: 4px 1px 0.3em 10px; 
	border: solid 1px #CCCCCC }
#resources #quick-links th { 		/* Quick-links title */
	padding: 1px 2px 0 3px;
	border: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #003399; background-color: #FFFFFF } 
#quick-links a:link, #quick-links a:visited, 
#quick-links a:hover, #quick-links a:active { 
	text-decoration: none; }

#resources h1 { padding: 0; margin: 0 0 0.2em }
/* #resources h2 { border: none; padding: 0; margin: 0.4em 0 } */

/* #resources table { margin-left: 10px; border: 1px solid #CCCCCC; width: 98% } 
#resources td { border: 1px solid #CCCCCC; background-color: #E2EBF1 }
#resources th { 
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #FFFFFF; background-color: #003399; 
	text-align: left; letter-spacing: 0.1em;
	border: 1px solid #CCCCCC }
*/

#resources table {
	margin-left: 10px;
	width: 98%;
	border-width: 2px;
	border-style: solid;
	border-color: #5B81A8;
	border-collapse: separate;
	background-color: white;
}
#resources table th {
	background-color: #5B81A8; color: white;
	text-align: left; letter-spacing: 0.1em;
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: white;
}
#resources table td {
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: white;
	background-color: #e7eff7; color: black;
}
#resources .common-items { color: #000000; background-color: #ADCCE2; }
#resources table ul { padding: 0; margin: 0 0 0 1.4em }
#resources table li { margin: 0 0.5em }
table.layout, table.layout th, table.layout td { 
	color: #000000; background-color: #FFFFFF; border: none }
