/*
 * Ext JS Library 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

#article-view .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
#article-view .thumb{
	background: #dddddd;
	padding: 3px;
}
#article-view .thumb img{
	height: 60px;
	width: 80px;
}
#article-view .article{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
#article-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

#article-view .x-view-over{
	border:1px solid #dddddd;
	background: #efefef;
	padding: 4px;
}

#article-view .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#article-view .x-view-selected .thumb{
	background:transparent;
}

#article-view .loading-indicator {
	font-size:11px;
	background-image:url('resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

.nofound
{
padding:10px;
font-size:12px;
color:black;
}

