
tr.item
{

}

DIV.list_resizer
{
	width: 1px;
	border-left: 1px dotted gray;	
}

table.list_col
{
	table-layout: fixed;	
	width: 100%;
}

div.list_colcontainer
{
}

table.list_col td
{
	padding-right:2px;
	padding-left:10px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight: bold;
	cursor:default;
	white-space:nowrap;
   	height:23px;
}

tr.aggregate
{
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	height:25px;
	font-weight: bold;
	background: #E5E5E5;
	
}

table.list_col td.pressed
{
	border-style:inset;
}



table.list
{
	table-layout: fixed;
	padding: 0px;
	background-color: #ffffff;
	
}

table.list td
{
	vertical-align:top;
	border-right:solid 12px #f1f5f8;
}

table.list .item
{
	cursor:pointer;
	cursor:hand;
}

table.list .highlight
{
	cursor:pointer;
	cursor:hand;
}

table.list .pressed
{
	cursor:default;

}

div.list_empty
{
	width: 100%;
	height:40px;
	text-align: center;
	margin-top: 10px;
}

div.list_list 
{
	overflow:auto;
}  


img.thumbnail
{
	width: 100px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.thumbnail
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* for browsers that do not support @media (eg. Mac IE) */
.list_list 
{
	overflow:auto;
}  


@media print
{
  .list_list 
  {
	overflow:visible;
  }
}

@media screen
{
  .list_list 
  {
	overflow:auto;
  }  
}

.readmore {
	font-weight:bold;
	color:#092869;
	cursor:hand;
	cursor:pointer;
	}