body
{
	font: 10pt Arial,sans-serif;
}
h1
{
	text-align: center;
}
table
{
	margin: 0 auto;
	border: 1px solid #000;
}
th
{
    color: #FFFFFF;
	background: #990000;
}
th, td
{
	border: 1px solid #990000;
	cursor: default;
}
ul, li
{
	margin: 0;
	padding: 0;
	cursor: default;
}
li
{
	list-style: none;
}
li a, td a
{
	display: block;
	cursor: pointer;
}
h3
{
	margin: 0;
	text-align: center;
	cursor: default;
}
td
{
	vertical-align: top;
}
a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	background:  #eee;
}

#cpanel
{
	position: fixed;
	width: 600px;
	border: 1px solid  #990000;
	background: #fff;
	margin-left: 50px;
	z-index: 5;
	display: none;
}
#user_panel
{
	position: fixed;
	top: 0;
	left: 0;
	width: 180px;
	-moz-opacity: 0.5;
	border: 1px solid #990000;
	background: #eee;
	padding-left: 3px;
	cursor: default;
}
#user_panel h4
{
	margin: 0;
}

.event
{
	position: absolute;
	background: #fff;
	border: 1px solid #990000;
	padding: 5px;
	width: 170px;
	font-size: small;
}
.highlight
{
	background: #fff;
}
.sub-title
{
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	width: 698px;
	margin: 0 auto;
}
.menu
{
	position: absolute;
	border: 1px solid #990000;
	width: 180px;
	margin-left: 5px;
	background: #fff;
	padding: 2px;
}