/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */


/**************** Body and tag styles ****************/

.collapsible {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 8px;
	width: 830px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 10px;
}

.active, .collapsible:hover {
	background-color: #555;
}
.collapsible-content {
	padding: 0 8px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
	width: 830px;
}
.button {
	text-align: center;
	font-size: 1.0em;
}

.number {
	text-align: right;
}
  
.text-center {
	text-align: center;
}
  
th, td {
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
  