/* bars */
.barReadoutOuter
{
	width: 350px;
	position: relative;
	padding-top: 10px;
}

.barReadout
{
	font-weight: bold;
	color: #ffffff;
	height: 18px;
	line-height: 18px;
	background-image: url(../images/barCenter.gif);
	background-repeat: repeat-x;
}

.barReadoutEnd
{
	height: 18px;
	width: 8px;
	background-image: url(../images/barEnd.gif);	
	float: right;
}

.barReadoutDark
{
	font-weight: bold;
	color: #ffffff;
	height: 18px;
	line-height: 18px;
	padding-left: 5px;
	background-image: url(../images/barCenterDark.gif);
	background-repeat: repeat-x;
}

.barReadoutDarkEnd
{
	height: 18px;
	width: 8px;
	background-image: url(../images/barEndDark.gif);	
	float: right;
}

/* list navigation */
.listNavigationTop
{
	font-weight: bold;
	width: inherit;
	height: 18px;
	margin-bottom: 10px;
}

.listSortOptions
{
	float:right;
}

.listViewOptions
{
	float:left;	
}

.listPagination
{
	clear: both;
}

/* displayed when a list contains no items */
.listEmpty
{
	padding: 20px;
	text-align: center;
}

/* the generic container at the bottom of the list for custom add functionality */
.listAddArea
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* some lists contain highlighted (selected) items */
.listSelected
{
	border: solid 2px red;
}

/* divider, appears between items in list view */
.listDivider
{
	clear: both;
	width: 100%;
	height: 9px;
	background: url(../images/listDivider.gif);
	background-repeat: repeat-x;
}

/* list items in extended list mode */
.listItemExt
{
	padding: 5px;
	border: solid 1px white;
	height: 76px;
	clear: both;
}

.listItemExtThumbnail
{
	float: left;
	margin-left: 5px;
}

.listItemExtRank
{
	font-size: 15px;
	font-weight: bold;
	width: 50px;
	color: #b0b0b0;
	float: left;
	margin-left: 5px;	
}

.listItemExtTextAreaLeft
{
	float: left;	
	margin-left: 10px;
}

.listItemExtTextAreaRight
{
	float: right;
	direction: rtl;
	font-weight: bold;
}

.listItemExtHeaderText
{
	color: #8cc63f;
	font-weight: bold;
}

/* list items in small list mode */

.listItemExtSmall
{
	clear: both;
	border: 1px solid #ffffff;
	padding: 3px;
}

.listItemExtSmallThumbnail
{
	width: 57px;
	float: left;
}

.listItemExtSmallTextAreaLeft
{
	width: inherit;
	margin: 5px;
	margin-left: 57px;
	margin-right: 57px;	
	line-height: 17px;
}

/* list items in icon mode */

.listItemIcon
{
	border: solid 1px white;
	float: left;
	width: 124px;
	height: 130px;
	padding: 5px;
}

.listItemIconTextArea
{
	margin-top: 5px;
}

/* posts items (text based such as the blog and reviews) */

.listItemPost
{
	padding: 10px;
}

.listItemPostText
{
	margin-bottom: 10px;
	text-transform: none;
}

.listItemPostVideoThumb, .listItemPostVideoTitle
{
	width: inherit;
	text-align: center;
}

/* generic actions */

/* icons */
.listItemIconAction
{
	cursor: pointer;
}

/* text links */
.listItemActions
{
	font-weight: bold;
	text-transform: uppercase;
}

/* used for all list item hovers....this must be at the end of this file*/
.listItemHover
{
	cursor: pointer;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

