html, body 
{	
	font-family: Verdana;
	padding: 0;	
	margin: 0;
}

body 
{		
	background-color: #fff;	
	font-size: 9pt;
	color: #333;
}

table.calendar
{
	background-color: #fff;
	border: 0;
}

table.calendar tr.title
{
	color: #fff;	
	background-color: #00833D;
	font-weight: bold;
}

table.calendar tr td
{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.innercalendar tr td
{
	border: 0;
	font-size: 7pt;
	
}

table.logtable
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

table.logtable tr.title
{
	background-color: #00833D;
	color: #fff;
	font-weight: bold;
}

table.logtable tr td
{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}


#tooltip
{
	position: absolute;
	border: 1px solid #333;
	background: #fff;
	padding: 3px;
	color: #333;
	display: none;
}	

img
{
	border: 0;
}

.datepicker
{
	margin-top:5px;
	font-size: 7pt;
	padding: 2px;
	border: 0;
	width: 55px;
}

select
{
	font-size: 7pt;
}

.listtable
{
	background-color: #efefef;
	border: 1px solid #ddd;
	margin: 15px;
}

a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
 	color: #fff;
}

a:hover
{
	text-decoration: underline;
}
