/* Collection list stuff */

.collExplan
	{
	font-size: 80%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.collList
	{
	margin-top: 5px;
	margin-bottom: 20px;
	}

.moreLink
	{
	font-weight: bold;
	margin-left: 23px;
	cursor: pointer;
	}

/* Search/cloud stuff */

.noodle .colBlock
	{
	padding: 10px !important;
	}
	
#BodySearch .colBlock
	{
	padding: 0px;
	padding-top: 59px;
	padding-right: 12px;
	padding-bottom: 5px;
	}

#wingContain
    {
    }
      
.wing
	{
	display: block;
	}
	
.wingCaption
	{
	background: #E6E6E6;
	font: bold; 
	color: #8000FF;
	font: 80%;
	width: 100%;
	display: block;
	}
	
#wingTop
	{
	background-color: #DFFADC;
	}
	
#wingLeft
	{
	background-color: #DFFFDF;
	}

#wingRight
	{
	background-color: #FFE1E1;
	}
	
#listFrame
	{
	border: none;
	max-width:692px;
	/* position: static;
	margin-left: 220px; */
	}
	
.noodle #listFrame
	{
	padding-top: 4px;
	margin-left: 220px;
	}

#listInfoElem
	{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	}
	
/* Yahoo grid overrides */

#doc
	{
	width: 97%;
	}

#cloudContain
	{
	/*position: absolute;
	width: 200px;
	left: 262px;
	top: 195px;	*/
	}

.noodle #cloudContain
	{
	left: 10px !important;
	top: 89px !important;
	width: 200px;
	position:absolute;
	}
	
#cloudContain FIELDSET
	{
	font-size: 80%;
	display: none;
	margin-bottom: 10px;
	border: 1px solid #636466;
	padding: 6px;
	padding-top: 3px;
	border-radius:4px;
	}
	
#cloudContain LABEL
	{
	font-weight: bold;
	}

#wingTools UL
	{
	padding-left: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
#cloudCover
	{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-top: 280px;
	margin: 0px;
	background-color: #4B4B4B;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	z-index: 1000;
	}
	
#cloudCover IMG
	{
	vertical-align: middle;
	}
	
#cancelCloud
	{
	color: red;
	font-size: 60%;
	}

.loCount
	{
	font-size: xx-small;
	}

.cNull
	{
	background-color: transparent;
	color: auto;
	}

.cNull:hover
	{
	text-decoration: none;
	color: auto;
	}

/* text input box */
#tagInput
	{
	padding: 2px 0px 0px 24px;
	background: #FFFFFF url(/imin/search.gif) no-repeat scroll left top;
	width: 80%;
	font-size: 110%;
	}


/* Result table */

#LOGrid, #LOGrid table
	{
	min-width:100%;
	}

#LOGrid table
	{
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	}

.yui-pg-container
	{
	font-size: 90%;
	}
	
.yui_dt TH A
	{
	border: none !important;
	font-weight: bold !important;
	}

yui-dt-col-select
	{
	padding: 0px !important;
	}
	
.yui-dt-col-Title
	{
	font-weight: bold;
	}
	
.yui-dt-col-title
	{
	font-weight: bold;
	}
	
.yui-dt-col-provName
	{
	overflow: hidden;
	word-wrap: normal;
	}
	
.yui-dt-selected A
	{
	color: #F4BC39;
	}

.yui-dt-selected A:hover
	{
	color: #F4BC39;
	}
	
.yui-dt
	{

	}
	
.yui-dt TH
	{
	font-size: 90%;
	text-align: left;
	font-weight: bold !important;
	vertical-align: top;
	padding-left: 3px !important;
	}
		
.yui-dt TD
	{
	font-size: 90%;
	overflow: hidden;
	padding: 3px !important;
	vertical-align: middle;
	}

.yui-dt-highlighted TD
	{
	background-color: #BEDAE4 !important;
	}
	
.yui-dt-selected TD
	{
	background-color: #4B4B4B !important;
	}
	
TH .yui-dt-resizer { width: 10px; }

.yui-dt-liner
	{
	padding: 3px !important;
	}

/* customized css for scrolling */
.yui-dt-scrollable  {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.yui-dt-scrollbody {
    bottom:0px; /* SET HEIGHT HERE for non-ie */
    *height:auto; /* for ie */
}
.yui-dt-scrollable  thead {
    background:#696969; /*dark gray*/ /* ie needs a background color */
    color:#fff;
}

.cloudAHide
	{
	display: inline; visible: hidden;
	border-bottom:none !important;
	}
	
/* OTHERWISE SET EACH COL WIDTH EXPLICITLY:
.yui-dt-col-select { width: 20px; }
.yui-dt-col-Title { width: 200px; }
.yui-dt-col-Level { width: 20px; }
.yui-dt-col-Topic { width: 100px; }
.yui-dt-col-Subject { width: 100px; }
.yui-dt-col-Supplier { width: 100px; }
.yui-dt-col-Rating { width: 40px; }
*/

