/*!
 * Ext JS Library 3.2.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
#reports {
	background-color: #fff;
	text-shadow: #fff 0 1px 0;
}

#reports ul {
	position: relative;
	display: block;
	height: auto;
	font-size: 85%;
}

#reports ul li img {
	margin-bottom: 1px;
}

#reports ul li {
	float: left;
	padding: 8px 17px;
	margin: 5px;
/*    margin: 10px 0 0 25px;*/
	text-align: center;
	line-height: 1.25em;
	color: #333;
	font-family: "Helvetica Neue",sans-serif;
/*	height: 130px; */
	width: 114px;
	overflow: hidden;
	border-top: 1px solid transparent;
	cursor: pointer;
}

/*#reports ul li.report-hover {
	background-color: #eee;
}*/

#reports ul li.x-view-selected {
	background-color: rgba(100, 100, 100, .15);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

#reports ul li img {
/*    display: block;*/
}

#reports li strong {
	color: #000;
	display: block;
}

#reports li span {
	color: #999;
}

.x-slider-horz .x-slider-thumb {
    background-image: url("images/slider-thumb.png");
}

/*!
 * Ext JS Library 3.2.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.sort-desc {
	background-image: url("../resources/images/default/grid/sort_desc.gif") !important;
	background-position: 4px 7px !important;
}

.sort-asc {
	background-image: url("../resources/images/default/grid/sort_asc.gif") !important;
	background-position: 4px 7px !important;
}