/* $Id$ */

Table{
	border-top: 1px solid black;
	border-collapse: collapse;
}

p{
	margin: 10px;
}

#historyTable{
	margin-left: 50px;
	border: 2px solid black;
	width: 500px;	
	text-align: left;
	margin-top: 5px;
	font-size: 80%;
	margin-bottom: 10px;
}

#historyTable th{
	border: 1px solid black;
	padding-left: 20px;
	padding-top:4px;
	padding-bottom: 4px;
	background-color:  #034E61;
	color: white;

}

#historyTable td{
	border: 1px solid black;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: white;
}

.historyLeft{
	padding-left: 20px;
}

#historyText{
	font-size: 80%;
	margin: 1em;
}

