/* ######## */
/* # MAIN # */
/* ######## */

body {
	font-family: arial; font-size: 12px;

  }
A:link {color:white ;text-decoration: underline}
A:visited {color:grey; text-decoration: underline}
A:active {color:white ;text-decoration: underline}
A:hover {text-decoration: underline,bold; color: red}

td {
	font-family: arial; font-size: 12px;
}
form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
input,textarea,select {
	font-family: arial;
	font-size: 11px;
}
textarea {
	overflow: auto;
}
.heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
}

.but {
	color: #CFFFFF;
	font-weight: bold;
	background-color: #2F3090;
	border: 2px solid #000000;
	width: 120px;
}

.disabled {
	color: #050505;
	font-weight: normal;
	text-decoration: line-through;
}

.red {
	color: #ff0000;
}

.vlHighlight {
	color:#ff9900;
}





/* ############ */
/* # CALENDAR # */
/* ############ */

	/* caption determines the style of
	   the month/year banner above the calendar. */

	caption {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: black;
		font-weight: bold;
	}
	
	caption a{
		font-family:arial,helvetica; 
		font-size:11px; 
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	/* .calendar determines the overall formatting style of the calendar,  
	   acting as the default unless later overruled. */

	.calendar {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: white;
		background-color: #c0c0c0;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* .calendarlink determines the formatting of those days linked to
	   content. */

	.calendarlink {
		color: white;
	}

	/* .header determines the formatting of the weekday headers at the top
	   of the calendar. */

	.header {
		background-color: #996633;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* .day determines the formatting of each day displayed in the
	   calendar. */

	.day {
		background-color: #808080;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}

	/* .linkedday determines the formatting of a date to which content is
	   available. */

	.linkedday {
		background-color: #8080ff;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}
