body

{	
color: Black;	
background-color: #3CB371;	
background-image: url(../images/bground3.gif);	
background-attachment: fixed;  	
font-family: Verdana, BlackChancery, "Celtic Gaelige", sans-serif;	
font-size: 12pt;	
height: 10pt;	
	
}

{
	font: 10pt Arial,sans-serif;
}
h1
{
	text-align: center;
}
table
{
	border: 1px solid #000;
}
th
{
	background: #ddd;
}
th, td
{
	border: 1px solid #000;
	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: #000;
	text-decoration: none;
}
a:hover
{
	background: #eee;
}

#cpanel
{
	position: absolute;
	width: 600px;
	border: 1px solid #000;
	background: #fff;
	margin-left: 50px;
	z-index: 5;
	display: none;
}
#user_panel
{
	position: fixed;
	top: 0;
	left: 0;
	width: 180px;
	-moz-opacity: 0.3;
	border: 1px solid #000;
	background: #eee;
	padding-left: 3px;
	cursor: default;
}
#user_panel h4
{
	margin: 0;
}
#cpick
{
	z-index: 10;
	position: absolute;
	border: 1px solid #000;
	background: #fff;
	left: 200px;
	width: 500px;
}
#left_calendar
{
	position: absolute;
	left: 10px;
	top: 20px;
	font-size: x-small;
}
#right_calendar
{
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: x-small;
}
#the_table, #list_table
{
	margin: 0 150px 0 150px;
	display: block;
}
#ctable td
{
	width: 55px;
	height: 5px;
}
#cal_loading_msg
{
	position: absolute;
	left: 400px;
	border: 2px solid #000;
	background: #0000ff;
	color: #fff;
	font-weight: bold;
}

.event
{
	position: absolute;
	background: #fff;
	border: 1px solid #000;
	padding: 5px;
	width: 170px;
	font-size: small;
}
.highlight
{
	background: #eee;
}
.sub-title
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 698px;
	margin: 0 auto;
}
.dm-sub-title
{
	margin: 0;
	border: 1px solid #000;
}
.menu
{
	position: absolute;
	border: 1px solid #000;
	width: 180px;
	margin-left: 5px;
	background: #fff;
	padding: 2px;
}

#dm-small-cal
{
	border: 1px solid #000;
	width: 200px;
	float: right;
}
#dm-content
{
	border: 1px solid #000;
	margin-right: 220px;
	padding: 10px;
}