/*
Joseph (01/05/2010) Adapted from http://tablesorter.com
tables sorting in advanced search results 
*/
table.searchresults1 thead tr .header {
	background-image: url(/images/bg.gif);/**/
	background-repeat: no-repeat;
	background-position:center right;
	cursor: pointer;
	color: #2767AF;
}
table.searchresults1 tbody tr.odd td {
	background-color: #E6E3E3;/*#F0F0F6*/
}
table.searchresults1 thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.searchresults1 thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
	
}

/* 
table.searchresults1 thead tr .headerSortDown, table.searchresults1 thead tr .headerSortUp {
background-color: #8dbdd8;
}
*/

/* 
Joseph (01/07/2010): A-Z Index Pubs results
*/

.alphaBar {
	border:1px solid #53A0F3;
	padding-left:2px;
	padding-right:2px;
	background-color: #53A0F3;
	width:35px;
	cursor:hand;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color: #ffffff;
}

.alphaBarOn {
	border:1px solid #0038B2;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	background-color: #0038B2;
	color: #ffffff;
	width:35px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

.alphaBarDisabled {
	border:1px solid #B5B4B4;
	padding-left:2px;
	padding-right:2px;
	width:25px;
	text-align:center;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	cursor:default;
 	background: #B5B4B4; 
}

.alphaBarDisabled a {
 	text-decoration:none;
 	color:Silver;
	cursor:default;
}

.alphaBar a {
 text-decoration:none;
}

.alphaBar a:hover {
 text-decoration:underline;
}

td img
{
	padding: 0px 0px 0px 0px;
	border:none;
	vertical-align:top;
}

/*
Joseph(01/11/2010: For Links in all search results
*/

td .lnk
{
	text-align:left;
	vertical-align:text-bottom;
}

td .lnk a:hover
{
	text-decoration:underline;
}

td .lnk a
{
	text-decoration:none;
}

/************************** FAQs display **********************************************/

.faq {
	/*background: url(/images/close.gif) no-repeat right bottom;
	border: 1px solid #6BBEEF;*/
	border: 1px none #6BBEEF;
	cursor: default;
	font-weight: normal;
	line-height: 22px; /* this is so Netscape 6 will look right with expand icon */
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 50px;
}

.faqhide {
	border: 1px solid White;
	cursor: default;
	font-weight: normal;
	line-height: 22px; /* this is so Netscape 6 will look right with expand icon */
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 50px;
	display:none;
}


.faqfooter{
 text-align:right;
 text-decoration: none;
 cursor: hand;
 color: blue;

}

.faqfooterhide{
 text-align:right;
 display: none;
	
}


.item {

	display: block;

}

.faqheaderhide {
	border: 1px solid White;
	cursor: default;
	font-weight: normal;
	line-height: 22px; /* this is so Netscape 6 will look right with expand icon */
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 50px;
	display:none;
}

.faqheader {
	/*background-image: url(../images/open.gif);
	background-repeat: no-repeat;
	border: 1px solid #6BBEEF;*/
	border: 1px none #6BBEEF;
	cursor: default;
	font-weight: normal;
	line-height: 22px; /* this is so Netscape 6 will look right with expand icon */
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 50px;
}

/********************** Popups ************************************/
/**************  http://www.moneytreesystems.com/css/picpopup.txt *******/

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 2px;
	width: 35px;
}

#pic a .large {
	border: 0px;
	display: none;
	height: 1px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px solid #000000;
	display: block;
	height: 25px;
	left: 2;
	text-decoration: none;
	top: 2;
	width: 25px;
}

#pic a.p1:hover {
	background-color: #ff6600;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	left: 35px;
	position: absolute;
	top: -120px;
	height: 260px;
	width: 400px;
}

