table{
	font-size: 11px;
	
}

table th{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	
	padding-left: 7px;
	padding-right: 7px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	
	background: #DDDDDD;	
}



table td{
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	
	padding-left: 7px;
	padding-right: 7px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	
}

img{cursor: pointer;}

table td, table th{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
}

table td{
	font-size:11px;
} 

table th{
	font-size:11px;
	font-weight: bold;
}

table.calendarTable{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}