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

/* stop white space bug between picture results*/
/*#tpictures.island dl {
	min-height:auto;
}*/

	/* Fix margin between search results */
.island dl {margin-bottom:-3px;}

#tlists dl {margin-bottom:0;}

/* Lists */
ol.lists .listuseranno{
	height:auto;
	display:inline;
	min-width:80%;
}

ol.lists li dl {
	display:inline-block;
	height:auto;
} /* FIX */


ol.lists dd.listtags {
	display:block;
}


dd.itemorderno ul {
	display:inline;
}

#listsall input, #listsall textarea {
	margin-bottom:0;
}

ol.thumbnailgrid li {
	display:inline;
}

.resultaction a {
	display:block;
	float:left;
	margin-left:.3em;
}

#column1, #column2 {
	width:44%;
}

.listresult {
	margin-left:0;
	width:91%;
	margin:2em 0;
}

/* Fix display of expand versions on work screen */
.arrowexpand, .arrowcollapse {
	background:transparent url(../img/arrowedition.gif) no-repeat scroll -9px 0; /*expanded*/
	width:12px;
}

.arrowcollapse {
	background:transparent url(../img/arrowedition.gif) no-repeat scroll 1px 0;
}

/* My libraries - Child libraries */
#searchresultlibraries ul {
	margin-left:6em;
}

#limitul #searchresultlibraries ul {display:inline;}

.iblock {display:inline;}

.prss {margin-left:0;}


/* Work screen new */
	/* edition table */
.scrnwork .limited td {background-color:#fafafa;filter: alpha(opacity=50);}
.scrnwork .limited .match td {background-color:#D0F9FF;filter: alpha(opacity=100);}

	/* Fix for IE7 float bug */
.scrnwork h1 {margin-left:5.7em;}
.scrnwork #key-info {margin-left:11.5em;}
.scrnget h1 {margin-left:0;}


