/* 
    Document   : admin
    Created on : 24-jul-2009, 16:32:32
    Author     : Frank
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.list
{
	display: inline-block;
	width: 870px;
	float: left;
	margin: 0;
}

.list-item
{
	display: inline-block;
	width: 870px;
	float: left;
	margin: 0.2em 0;
}

.list-paginator
{
	display: inline-block;
	width: 870px;
	float: left;
	margin: 1.5em;
}

.list-item-title
{
	padding: 0 0 0 1.5em;
	width: 792px;
	float: left;
}

.list-item-view
{
	width: 18px;
	float: left;
	background: url(../images/icons/page_go.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

.list-item-edit
{
	width: 18px;
	float: left;
	background: url(../images/icons/page_edit.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

.list-item-edit-password
{
	width: 18px;
	float: left;
	background: url(../images/icons/key.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

.list-item-remove
{
	width: 18px;
	float: left;
	background: url(../images/icons/page_delete.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

.list-item-add
{
	width: 18px;
	float: left;
	background: url(../images/icons/add.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0 0 1.5em 0;
}

.list-item-plan
{
	width: 18px;
	float: left;
	background: url(../images/icons/calendar.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

.list-item-people
{
	width: 18px;
	float: left;
	background: url(../images/icons/group.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

