body 					{ 	font-family: Arial, Helvetica; 
							font-size: 12px; 
							color: #4c4c4c;
							background-image:url(../../images/background.gif);
							margin-left: 0;
							margin-top: 0;
} 

td 						{ 	font-family: Arial, Helvetica; 
							font-size: 12px; 
							color: #4c4c4c
}
 
td.moduletitle_white 	{ 	font-family: Arial, Helvetica; 
							font-size: 12px; 
							color: #ffffff; 
							font-weight:bold;
}
 
td.moduletitle_yellow 	{ 	font-family: Arial, Helvetica; 
							font-size: 12px; 
							color: #FFD500; 
							font-weight:bold;
} 

a.moduletitle_white 		{ 	font-family: Arial, Helvetica; 
							font-size: 12px; 
							color: #ffffff; 
							font-weight:bold; 
							text-decoration:none;
} 

a.fatblacklink 			{ 	color: #4c4c4c; 
							text-decoration: none; 
							font-weight:bold
} 

a.blacklink 				{ 	text-decoration: none; 
							color: #4c4c4c
} 

a 						{ 	color: #c30005; 
							text-decoration: none;
} 

a:hover 					{ 	text-decoration: underline
} 

a:fatblacklink 			{ 	color: #4c4c4c; 
							text-decoration: none; 
							font-weight: bold
} 

a.fatblacklink:hover 	{ 	color: #4c4c4c; 
							text-decoration: underline; 
							font-weight: bold
} 

a.blacklink:hover 		{ 	text-decoration: underline; 
							color: #4c4c4c
} 

.fliesstext 				{ 	font-family: Arial, Helvetica; 
							font-size: 12px; 
							color: #4c4c4c
}  

h1 						{ 	font-size:14px
} 

a.redlink 				{ 	color:#c30005; 
							font-weight:bold; 
							text-decoration: none;
}

div.calendar th {
	background-color: #F2E4B0;
	height: 20px;
	border: 1px solid #FFF8CC;
	text-align: center;
	cursor: default;
	font-family: Arial,Helvetica;
	font-size: 11px;
	color:#000000;
}

div.calendar td {
	background-color: #F2E4B0;
	height: 20px;
	border: 1px solid #FFF8CC;
	text-align: center;
	cursor: default;
	font-family: Arial,Helvetica;
	font-size: 11px;
	color:#000000;
}

div.calendar td.enabled:hover {
	background-color: #999999;
	font-family: Arial,Helvetica;
	font-size: 11px;
	color:#ffffff;
}

div.calendar td.disabled, table.calendarLegend td.disabled {
	background-color: #F2E4B0;
	font-family: Arial,Helvetica;
	font-size: 11px;
	color:#000000;
}

div.calendar td.active {
	background-color: darkgray;
	font-family: Arial,Helvetica;
	font-size: 11px;
	color:#ffffff;
}

div.calendar td.kw {
	background-color: #F2E4B0;
	font-weight: bold;
}

div.calendar td.today {
	background-color: red;
	color:#fff;
	font-weight: bold;
}
	
#calform{
    padding:0px;
    margin:0px;
}