div.todo
	{
		height:35px;
		/*font-family:arial,sans-serif;
		font-size:10px;*/
		border-style:hidden;
		display:inline;
	}
	
div.completed
	{
		background-image:url('images/bg_c.gif');
		background-repeat:repeat-x;
		width:50px;
		padding:0px;
		margin:0px;
		border-style:hidden;
		display:inline;
	}
.breadcrumb {
	width:100%;
	display:table-row;
	height:36px;
	margin-left:50%;
	margin-right:50%;

}

div.bc_contain {
		display:inline-block;
		margin-left:75px;
}
		
div.todo_arrow, div.completed_arrow {
		height:36px;
		width:9px;
		display:table-cell;
}

div.completed_arrow
	{
		background-image:url('images/arrow_c.gif');
	}
div.todo_arrow
	{
		background:transparent url('images/arrow_a.gif') 0px 0px;
	}
	
div.active_text
	{
		background-image:url('images/arrow_top.gif'); 
		background-repeat:no-repeat;
		background-position:center top;
		vertical-align:middle;
		color:#cd5313;
		padding:0 5px 0 5px;
		font-weight:bold;
		height:36px;
		display:table-cell;
	}
	
div.completed_text
	{
		vertical-align:middle;
		color:#0052BA;
		padding-left:5px;
		padding-right:5px;
		height:36px;
		display:table-cell;
	}
	
div.todo_text
	{
		vertical-align:middle;
		color:#727272;
		padding-left:5px;
		padding-right:5px;
		height:36px;
		display:table-cell;
	}
