.list-header 
{
	background-color:#dddddd;
	cursor:default;	
}

.list-content
{
	background-color:#f0f2f5;			
	cursor:default;	
}

.list-content-job
{
	background-color:#f0f2f5;			
	cursor:default;	
}

.list-content-task
{
	background-color:#f0f2f5;			
	border-left:1px solid;
	border-color:#000000;
	cursor:default;	
}


.list-header-small
{
	background-color:#dddddd;
	cursor:default;	
	font-size:12px;
}

.list-small-nav-up 
{
	background-image: url(../resources/gfx/listgfx/uparrow.gif);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
}

.list-small-nav-down 
{
	background-image: url(../resources/gfx/listgfx/downarrow.gif);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
}

.list-content-small
{
	background-color:#f0f2f5;			
	cursor:default;
	font-size:12px;	
}

.list-background
{
	background-color:#e3e6e9;
}

.list-header-cell 
{
	background-color: #bbc0c5;	
	border-left: 1px solid;	
	border-color: #cccccc;
	border-bottom: 1px solid;
}

.list-content-cell 
{
	border: 1px solid;	
	border-color: #dddddd;	
}

.list-top-left-cell 
{
	background-image: url(../resources/gfx/listgfx/tl.png);
	background-repeat: no-repeat;
	width:10px;
	height:10px;
}

.list-top-mid-cell 
{	
	height:10px;	
	background-color: #bbc0c5;		
}

.list-top-right-cell 
{
	background-image: url(../resources/gfx/listgfx/tr.png);
	background-position: center right;
	background-repeat: no-repeat;
	width:10px;
	height:10px;
}

.list-mid-left-cell 
{	
	height:10px;
	width:10px;
	background-color: #bbc0c5;
}

.list-mid-mid-cell 
{	
	height:10px;	
	background-color: #bbc0c5;
}

.list-mid-right-cell 
{	
	height:10px;
	width:10px;
	background-color: #bbc0c5;
}

.list-bot-left-cell 
{
	background-image: url(../resources/gfx/listgfx/bl.png);
	background-repeat: no-repeat;	
	background-position: bottom left;
	width:10px;
	height:10px;
}

.list-bot-mid-cell 
{	
	height:10px;	
	background-color: #bbc0c5;	
}

.list-bot-right-cell 
{
	background-image: url(../resources/gfx/listgfx/br.png);
	background-repeat: no-repeat;	
	background-position: bottom right;
	width:10px;
	height:10px;
}

.list-previous
{
	background-repeat: no-repeat;	
	background-position: center left;
	width:91px;
	height:35px;
}

.list-next
{
	background-repeat: no-repeat;	
	background-position: center right;
	width:91px;
	height:35px;
}