/* ############ */
/* # 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: black;
		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;
		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;
		border-color: #000000;
		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;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}


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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #798C92;
	font-size: 12px;
	line-height: 1.5;
	margin: 15px;
	text-align: left;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #798C92;
	font-size: 12px;
	line-height: 1.5;
	margin: 15px;
	text-align: left;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: #333333;
	padding: 1px;
	line-height: normal;
}
hr {
	background-color: #0099FF;
	color: #0099FF;
	border: #0099FF;
	height: 3px;
	width: 75%;
	align: center;
	text-align: center;
	noshade;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	line-height: normal;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
input
{
	margin: 0px;
	padding: 1px;
}
select
{
	padding: 0px;
}
input.button {
	width: 120px;
	height: 22px;
}
input.toolbutton {
	font-size: 10px;
	width: 125px;
	height: 21px;
}
input.toolbutton-clicked {
	font-size: 10px;
	width: 125px;
	height: 21px;
	font-weight: bold;
	color: #0099FF;
}
textarea {
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	padding: 1px;
	line-height: normal;
	background: #F6F6F6;
}
.heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
}
.sub-heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: medium;
}
.footnote {
	font-size: xx-small;
	font-style: italic;
}.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
.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;
}
#jumpmenu {
	background-color: #000000;
	font-size: 12px;
	color: #798C92;
	font-weight: bold;
	font-family: tahoma;
}
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 {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FFFF66;
	text-decoration: underline;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10pt;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2px;
	position: relative;
}
