﻿div.TopBar {
	padding: 4px;
	background: #EEEEEE;
}
div.TopBar_Name {
	font:normal normal 120% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/*color:#111111;*/
	color: #999999;
	line-height: 1em;	
	white-space: normal;
	width: auto;
	float: left;
}

div.TopBar_Date 
{
	font: normal normal 90% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	color: #999999;
	width: auto;
	text-align: right;	
	white-space:nowrap;
}