
a:visited {
		text-decoration: none;
		color: #000000;
}

a:link {
		text-decoration: none;
		color: #000000;
}
a:hover {
		text-decoration: underline;
		color: red;
}
a:active {
		text-decoration: underline;
		color: red;
}

.adminlink {
		text-decoration: none;
		color: #000000;
}


.header {

		width: 600;

		background-color: #B4B6D0;

		border-right: thin solid #000679;

		border-top: thin solid #000679;

		border-left: thin solid #000679;

		border-bottom: thin solid #000679;

		font-family: Geneva,Arial,Helvetica,sans-serif;

		font-size: 12px;

		font-weight: bold;

	}

.weekday	{

		width: 100;

		background-color: #B4B6D0;

		border-right: thin solid #000679;

		border-top: thin solid #000679;

		border-left: thin solid #000679;

		border-bottom: thin solid #000679;

		font-family: Arial, sans-serif, geneva, helvetica;

		font-size: 15px;

	}



.monthday	{

		cursor: pointer;

		padding-left: 3px;

		padding-top: 1px;

		width: 100;

		height: 65;

		background-color: #ffffff;

		border-right: thin solid #B4B6D0;

		border-top: thin solid #B4B6D0;

		border-left: thin solid #B4B6D0;

		border-bottom: thin solid #B4B6D0;

		font-family: Helvetica, Arial, sans-serif;

		font-size: 11px;

	}



.daycell {

		padding-left: 0px;

		padding-top: 0px;

		width: 6;

		height: 6;

		background-color: #ffffff;

		border-right: thin solid #B4B6D0;

		border-top: thin solid #B4B6D0;

		border-left: thin solid #B4B6D0;

		border-bottom: thin solid #B4B6D0;

		font-family: Helvetica, Arial, sans-serif;

		font-size: 8px;

	}

.emptycell {

		padding-left: 0px;

		padding-top: 0px;

		width: 100;

		height: 65;

		background-color: #ffffff;

		border-right: thin solid #ffffff;

		border-top: thin solid #ffffff;

		border-left: thin solid #ffffff;

		border-bottom: thin solid #ffffff;

}



.currentday {

		cursor: pointer;

		padding-left: 3px;

		padding-top: 1px;

		width: 100;

		height: 65;

		background-color: #ffffff;

		border-right: thin solid #000679;

		border-top: thin solid #000679;

		border-left: thin solid #000679;

		border-bottom: thin solid #000679;

		font-family: Helvetica, Arial, sans-serif;

		font-size: 11px;

	}



.flaggedday {

		cursor: pointer;

		padding-left: 3px;

		padding-top: 1px;

		width: 100;

		height: 65;

		background-color: #e1e1e1;

		border-right: thin solid #EC0641;

		border-top: thin solid #EC0641;

		border-left: thin solid #EC0641;

		border-bottom: thin solid #EC0641;

		font-family: Helvetica, Arial, sans-serif;

		font-size: 11px;

	}

						
