.smalledit
{
	background-color: #ADD8E6;
}

#footer
{
	float: left;
	position: relative;
	width: 770px;
	height: 1px;
}

.chartview a
{
	padding: 5px;
	text-decoration: underline;
}

.controlsTable
{
	width: 764px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

#chartview
{
	float: right;
	display: inline;
	text-align: right;
	width: 350px;
}

.chartsubview
{
	position: absolute;
	padding: 3px;
	margin: 3px;
	visibility: hidden;
}

th
{
	font-size: 11pt;
	background: #66B1D6;
	color: #333333;
}

.chartDateTime
{
	text-align: justify;
	font: 
}

.date
{
	text-align: center;
	font-weight: bold;
	font: "Lucida Grande", Verdana, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #333333;
}

.time
{
	text-align: center;
	font: "Lucida Grande", Verdana, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: #333333;
	padding: 0;
	margin: 0;
}

.chef
{
	text-align: center;
	font: "Lucida Grande", Verdana, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: #333333;
	padding: 0;
	margin: 0;	
}

.eventName
{
	text-align: left;
	font: "Lucida Grande", Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;	
	display: inline;
}

.eventType
{
	text-align: left;
	font: "Lucida Grande", Verdana, Arial, Helvetica, "sans serif";
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;
	display: inline;
}

.eventDesc
{
	text-align: left;
	font: "Lucida Grande", Verdana, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin: 0;	
}

.loginMsg
{
	position: relative;
	float: left;
	padding: 10px;
	background: #e7f3f7;
	width: 150px;
	height: 15px;
}

td.totals
{
	background: #2690B8;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}

#errorBox{
	position: relative;
	text-align: center;
	
	width: 500px;
	height: 85px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dashed #ff0000;

	background: #ffffff url(/zf/public/site/images/error.gif) no-repeat 10px 10px;
	font-family: Trebuchet MS;
	font-size: 10pt !important;
	font-weight: normal;
	color: #444444;	
}

td.gc
{
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
}

#errorBox h1{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 14pt !important;
	font-weight: normal;
	color: #DF0000;
	text-align: center;
	clear: both;
}
