@charset "UTF-8";
/* CSS Document */

#library {
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	margin: 10px 0;

}

#library .catSection {

	margin: 0px 5px 10px 5px;
	display:block;
}

#library .title {

	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	
}

#library th {

	background-color: #0066CC;
	color: #FFFFFF;
	padding: 3px;
}

#library tr.qRow td {

	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #0066CC;
}

#library tr.qRow:hover {

	background-color: #E9E9E9;
	cursor: pointer;
}

#library tr.qRow td{

	padding-left: 5px; 
	padding-right: 5px;
}

#library .subs {

	font-size: 12px;

	
}

#library .closeBox {

	text-align: right;
	margin-bottom: 5px;
}

#library .question {

	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

#library .description {

	font-size: 12px;
}

#library .question>p {
	
	margin: 0;
}

#library .categories {

	font-weight: bold;
	margin-bottom: 20px;
}	

