div.todaywindow {
  margin: 20px;
  background-color: #FFFFCC;
  padding: 10px 20px;
  border: 2px outset;
}

div.todaywindow div.title {
  text-align: center;
  font-weight: bold;
  margin: 5px 0px;
}



div.todaywindow div.content {
  text-align: justify;
  color: #000099;
  line-height: 1.6em;
}



div.todaywindow div.reference {
  text-align: left;
  font-style: italic;
  margin: 5px 0px;
}



table.shortcuts
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;		
}

table.shortcuts td
{
	text-align: center;
	vertical-align: top;
	
}

table.shortcuts td img
{
	border: none;
}


div.statistic
{
	text-align: right;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #344488;
	background-color: #DDECFA;
	color: #000;
	padding: 5px;
	font-size: 10px;	
}

div.statistic table
{
	width: 100%;
}

div.statistic table td
{
	vertical-align: top;
	padding: 2px;
}

div.statistic table td.caption
{
	text-align: left;
	width: 70%;					
}

div.statistic table td.data
{
	text-align: right;
	color: blue;
	width: 30%;			
}



DIV.scrolling {
	text-align: right;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 2px outset;
	background-color: #fce2eb;
	color: #000;
	padding: 5px;
	font-size: 12px;
}


