/* listing links */
#content ul.litlisting {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#content ul.litlisting li {
	margin:0 20px 10px 0;
	padding:10px;
	display:block;
	float:left;
	border:2px solid #00b9f1;
	width:180px;
	}

#content ul.litlisting li h2 {
	padding:0;
	margin:0 0 5px 0;
	}

#content ul.litlisting li p {
	padding:0;
	margin:5px 0 0 0;
	}

.litlink {
	text-align:right;
	}

.litlink a {
	background: url(../images/litMore.png) no-repeat right center;
	padding-right:20px;
	}


/* literature tables */
#links.viewlit {
	background:#000 none repeat scroll 0 0;
	color:#000000;
	height:357px;
	width:317px;
	overflow-y:scroll;
	overflow-x: hidden; 
	}

#links table {
	font-size:	0.75em;
	margin:5px 5px 5px 5px;
	width:95%;
	}

#links table th, #links table td {
	padding:4px;
	border:1px solid #FFF;
	border-collapse:collapse;
	vertical-align:top;
	}

#links table th {
	color:#FFF;
	background:#666;
	text-align:left;
	}

#links table th.toprow {
	background:#0061aa;
	text-align:center;
	}

#links table th.row2 {
	background:#cccccc;
	text-align:center;
	color:#000;
	}

#links table th.subhead {
	background:#999;
	color:#FFF;
	}

#links table td {
	background:#cccccc;
	}

#links a.pdfdl {
	display:block;
	width:20px;
	height:0;
	padding-top:20px;
	overflow:hidden;
	background: url(../images/pdficon.gif) no-repeat;
	}
#links.viewnotes h4 {
	color:#FFF;
	margin:150px 20px;
	font-weight:bold;
	}

