/* @override http://catalyst.bunk.local/sf/nutrient2009/css/nutrient_lists.css */


#admin-filter-bar{
    background: #efefef;
   	border: 1px solid #96adb7;
    margin: 0 auto 15px auto;   
    padding: 10px;
}
#admin-filter-bar a img{ display: inline; }
#admin-filter-bar a:link, #admin-filter-bar a:visited{ text-decoration: none; }

#admin-listactions-bar{
	margin: 0 0 13px 0;
	height: 20px;
}

#admin-listactions-bar a{
	display: block;
	float: left;
    white-space: nowrap;
    overflow: visible;
    padding-right: 21px;
}

#admin-listactions-bar a img{
	float: left;
	margin-right: 5px;
}
 
table.list{
	background: #fff;
	width: 100%;
	margin-bottom: 30px;
	clear: both;
}

table.list th {
	vertical-align: top;
	border-top: 1px solid #96adb7;
	border-bottom: 1px solid #96adb7;
	color: #000;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 10px 12px 9px 8px;
}

table.list th.first, table.list td.first {
	border-left: 1px solid #96adb7;
}

table.list th.last, table.list td.last {
    border-right: 1px solid #96adb7;
}

table.list th.both, table.list td.both, table.list td.actions {
    border-left: 1px solid #96adb7;
    border-right: 1px solid #96adb7;
}

table.list th a{
  font-weight: bold;
  color:  #000;
}

table.list th a:link, table.list th a:visited{
  color:  #000;
}

table.list th a:hover, table.list th a:active{
  color:  #645014;
  background: transparent;
  text-decoration: underline;
}

table.list td{
	padding: 7px 8px;
	vertical-align: top;
	line-height: 1.4em;
	border-bottom: 1px dotted #999;
	font-size: 80%;
    font-family: Helvetica, Arial, sans-serif;
}

table.list td a.action-link{
	display: block;
	width: 60px;
}

table.list tbody tr.even{ background-color: #fff; }
table.list tbody tr.odd{ background-color: #EFF3FF; }

table.list td a:link, table.list td a:visited, table.list td a:hover, table.list td a:active{
	font-weight: bold;
    color: #000;
    text-decoration: underline;	
}

table.list td.actions a, table.list td.last a, table.list td.order a{
	display: block;
	float: left;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 2px;
	font-size: 12px;
}

table.list td.last a:link, table.list td.last a:visited, table.list td.order a:visited {
	text-decoration: none;	
}

table.list td.last a:hover, table.list td.last a:active, table.list td.order a:active {
	text-decoration: underline;	
}

table.list td.actions a img, table.list td.last a img, table.list td.order a img{
	border: 0;
	float: left;
	margin: 1px 0 0 0;
}

table.list td.actions a img, table.list td.last a img{
	margin: 1px 4px 0 0;
}

table.list tfoot tr td{
	border-left:   1px solid #96adb7;
	border-right:  1px solid #96adb7;
	border-bottom: 1px solid #96adb7; 
	text-align: center;
	font-size: 13px;
}

table.list tfoot tr td a{
	display: inline;
	padding: 0 4px;
}
table.list tfoot tr td img{
	display: inline;
	margin: -4px 0 0 0;
}



/*

a.iconLinkSmallodd{
	display: block;
	float: left;
	text-align: center;
	font-size: 9px;
	padding: 1px 3px;
	margin-right: 2px;
}

a.iconLinkSmall, a.iconLinkSmallSelected{
  display: block;
  float: left;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	height: 20px;
	margin-right: 10px;
}

a.iconLinkSmallSelected{
  color: #ff9933;
}

a.iconLinkSmall img, a.iconLinkSmallSelected img{margin: 1px 5px 0 0; float: left;}

a.iconLinkSmall:link{}
a.iconLinkSmall:visited{}
a.iconLinkSmall:hover{text-decoration: underline; background: none; color: #0099ff;}
a.iconLinkSmall:active{}

*/