/* ############ */
/* # CALENDAR # */
/* ############ */
	
	/* .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;
	}

	/* caption determines the style of
	   the month/year banner above the calendar. */

	caption {
		font-family:arial,helvetica; 
		font-size:11px; 
		/*color: blue;*/
		/*background-color: #ffe0c7;*/
		color: #fff;
		background-color: #000;
		font-weight: bold;
		border: 1px solid black;
		border-bottom: 0px;
		padding: 2px;
	}

	caption a{
		font-family:arial,helvetica; 
		font-size:11px; 
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	/* .header determines the formatting of the weekday headers at the top
	   of the calendar. */

	.header {
		color: #000;
		/*background-color: #ffe0c7;*/
		background-color: #fff;
		border-color: #000;
		border-style: solid;
		border-width: 1px;
	}

	/* .calendarlink determines the formatting of those days linked to
	   content. */

	.calendarlink {
		color: white;
	}

	/* .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;*/
		background-color: #000;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}


/* ######## */
/* # MAIN # */
/* ######## */

body {
	font-family: arial; font-size: 12px;
}
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;
}
.sub-heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: medium;
}
.but {
	color: #000000;
	font-weight: bold;
	background-color: #e5e5e5;
	border: 2px solid #000000;
	width: 120px;
}

.disabled {
	color: #050505;
	font-weight: normal;
	text-decoration: line-through;
}

.red {
	color: #ff0000;
}

.vlHighlight {
	color:#ff9900;
}
body {
	font-family: arial; font-size: 12px;
}
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;
}
html>img {
	width: 0!important;
	height: 25px!important;
	padding-left: 25px!important;
	background: url(images/autoscroll.png);
}
/* domTTstyle */
div.domTTOverlib {
	border: 1px solid #000;
	background-color: #0060ff;
}
div.domTTOverlibCaption {
	color: #ffffff;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
}
div.domTTOverlibContent {
	background-color: #ffe0c7;
	width: 446px;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	padding: 2px;
}
.show_item {
	display: inline;
}
	
.hide_item {
	display: none;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

