/*
   lists.css - v0.1
   MKM UI Framework
   
   Created by Dave Waller on 2012-02-23.
   Copyright 2012 MyKnowledgeMap Ltd. All rights reserved.
*/

/* Standard list styles */
div.list-component{
}
div.list-actions{
	text-align:right;
	margin-bottom:10px;
}
input.list-search{
	background-color:#FFF;
	border:1px solid #666;
	border-radius:20px;
	width:100px;
	padding-left:16px;
	box-shadow:0px 1px 0px #FFF;
	color:#666;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url("../images/search-field.gif");
}
a.list-grid-view, a.list-list-view{
	display:inline-block;
	text-indent:9999px;
	overflow:hidden;
	width:14px;
	height:22px;
	vertical-align:top;
}
a.list-grid-view{		background-image:url("../images/list-grid-view.png"); }
a.list-list-view{		background-image:url("../images/list-list-view.png"); }
a.list-grid-view:hover{	background-image:url("../images/list-grid-view-over.png"); }
a.list-list-view:hover{	background-image:url("../images/list-list-view-over.png"); }
ul.list{
	margin:0px;
	padding:0px;
}
ul.list li{
	margin:0px;
	padding:0px;
	clear:both;
}