﻿div.note {
	border: solid 1px #FF0000;
	color: #FF0000; 
	margin-bottom: 10px;
}

table.demo {
    text-align: right;
}

table.demo th{
    width:120px;
    text-align: right;
}

table.demo td{
    text-align: left;
}

table.breadcrumb {
	width: 400px;
	border: solid 1px #99CC99;
	margin: 0 0 10px 45px;
}


table.breadcrumb td {
	width: 33%;
}

table.breadcrumb td.ended {
	width: 33%;
	border-right: solid 1px #99CC99;
}

table.breadcrumb td.selected {
	width: 33%;
	border-right: solid 1px #99CC99;
	background-color: #99CC99;
	color: #000000;
}
