



	
/************************************ List options ***********************************/

.list_options
{
	line-height: 20px;
	height: auto;
	margin-bottom: 0px;
}

.list_options select
{
	border: 1px solid #aaa;
	font-size: 10px;
}

.list_options .label
{
	position: relative;
	top: 2px;
}

.list_options .choices
{
	padding-bottom: 2px;
}

.list_options .floatleft
{
	float: left;
	width: 38%;
	padding-left: 5px;
}

.list_options .floatright
{
	float: right;
	width: 58%;
	padding-right: 5px;
	text-align: right;	
}

.list_options .count
{
	background-color: #EEEEEE;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	clear: left;	
	color: inherit;
}

.list_options .subset
{
	clear: left;
}

.list_options a, .list_options a:visited
{
	font-family: Verdana, Tahoma, sans-serif;
	padding: 2px 3px;
	background-color: inherit;
	color: inherit;
}

.list_options a:hover
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.list_options .floatright strong
{
	padding: 2px 3px;
}

/************************************ List titles **********************************/

.list_titles
{
	width: 100%;
	height: 5px;
	color: #666666;
	background-color: inherit;
}

.list_titles span
{
	position: relative;
	float: right;
	margin-right: 15px;
}

/************************************ List content **********************************/

.list_content
{
	width: 100%;
}

.list_content .info
{
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}
	
.list_content .icons
{
	width: 100px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	vertical-align: top;
}

.list_content span.label
{
	background:#AAAAAA none repeat scroll 0%;
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:9px;
	margin-left:3px;
	padding:1px 3px;
}

.list_content .icon_state
{
	padding: 3px 0px 0px 0px;
}

.list_content .icon_type
{
	padding: 3px 0px 0px 0px;
}

.list_content .info .type
{
	display: block;
	font-size: 10px;
	padding-top: 5px;
	color: #666;
}

.list_content .hilite
{
	background: yellow;
	color: inherit;
}

.list_content .list_title
{
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: inherit;
}

/********************************* Links **********************************/

.list_content a.main
{
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
}

.list_content a.main:hover
{
	text-decoration: underline;
}
	
/******************************* May not be used *******************************/	

/*
p.renderApa
{
	margin: 0px 0px 0px 0px;
}		

p.renderHarvard
{
	margin: 0px 0px 0px 0px;
}

p.renderStandard
{
	margin: 0px 0px 0px 0px;
}

p.renderCbe
{
	margin: 0px 0px 0px 0px;
}

p.renderMla
{
	margin: 0px 0px 0px 0px;
}

p.renderVancouver
{
	margin: 0px 0px 0px 0px;
}

p.renderAuthor
{
	margin: 0px 0px 0px 0px;
}
*/