body, td
{
	font: 11px Tahoma, Arial, sans-serif; 
}
.text
{
	font: 11px Tahoma, Arial, sans-serif; 
	width: 150px;
}
.long
{
	width: 300px;
}
.tall
{
	height: 75px;
}
.short
{
	width: 50px;
}
.button
{
	height: 22px; 
	background: #FAFEF8 url(images/sprite_button.gif) repeat-x 0px 0px;
	border: 1px solid #BAD0E8; 
	padding: 0px 8px 0px 8px; 
	margin: 3px 0px 0px 2px; 
	font: 11px Tahoma, Arial, sans-serif; 
	cursor: pointer;
}
.file
{
	margin: 2px;
	font: 11px Tahoma, Arial, sans-serif; 
}
.list-header
{
	font-weight: bold;
	color: Black;
	background: #FAFEF8 url(images/sprite_button.gif) repeat-x 0px 0px;
}
td.list-header
{
	font-size: 12px;
	text-align: center;
}
.bborder
{
	border: 1px solid #BAD0E8;
	padding: 2px;
}
.label
{
	font-weight: bold;
	border-left: 1px solid #BAD0E8;
}
.data
{
	border-right: 1px solid #BAD0E8;
}
.bottom td
{
	border-bottom: 1px solid #BAD0E8;
	margin-bottom: 10px;
}