/* 
    Document   : homepage_widgets.css
    Created on : May 15, 2008, 9:47:53 AM
    Author     : iowens
    Description:
        Widget Stylesheet for homepage search results div
        This is for the homepage in the common folder
        this is linked in the JavaScript part way down the page
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* lookup widget results popup --------------------------------------*/
/*
div#resultsContainer {
	background-color: #fff;
    border: 1px solid #607BAE;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	top: -18px;
	left: -44px;
    width: 390px;
    z-index: 600;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); 
}

div#resultsContainer a,
div#resultsContainer a:hover {
	text-decoration: none;
	color: #444;
	font-size: 12px;
	white-space: nowrap;
}

div#resultsContainer a:hover {
	color: #000;
}

.portKey_inherited a {
	padding: 1px 0 1px 12px;
	display: block;
    cursor: pointer;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.portKey_inherited a:hover {
	background-color: #D9E4EF;
}

.childHaving {
	background: url(../../../../../../common/images/arr.gif) 3px 5px no-repeat transparent;
}

.portKey_inherited_selected a {
	background-color: #D9E4EF;
}

.childHaving a:hover {
	background: url(../../../../../../common/images/arr.gif) 3px 5px no-repeat #D9E4EF;
}

.childHavingShown {
	background: url(../../../../../../common/images/arr_exp.gif) 3px 5px no-repeat transparent;
}

.childHavingShownSelected > a {
    background: url(../../../../../../common/images/arr_exp.gif) 3px 5px no-repeat #D9E4EF;
}

.childHavingShown a:hover {
	background: url(../../../../../../common/images/arr_exp.gif) 3px 5px no-repeat #D9E4EF;
}



.inherited_drugchildnode a,
.inherited_drugchildnode a:hover {
	padding-left: 25px;
	background-image: none;
}

#thirdPartyLink a {
   	border-top: 1px solid #607BAE;
    font-weight: bold;
	padding: 3px 0 3px 12px;
	margin-top: 2px;
}

.portKey_inherited span {
	background-color: #ffffb3;
	padding: 0
}
	
.portKey_inherited_selected a span,
.portKey_inherited a:hover span,
.childHaving a:hover span,
.childHavingShown a:hover span {
	background-color: #eaf0d4;
	padding: 0
}
*/