/* CALENDAR */
#calform {
	display:inline;
}
#key-undercontract {
	display:inline;
	background-color:#FFCC66;
	border:1px solid #330000;
	color:#FFCC66;
	width:15px;
	margin-right:5px;
	padding:0;
}
#key-travel {
	display:inline;
	background-color:#66CC33;
	border:1px solid #330000;
	color:#66CC33;
	width:15px;
	margin-right:5px;
	padding:0;
}
caption {
     font-size:12px; 
	 color: #330000;
     /*color: #BFA260;*/
     font-weight: bold;
	 padding-bottom:10px;
     }

a {
	color:#660000;
}
a:hover {
	color:#666666;
}

.calendar {
     font-family:arial,helvetica; 
     font-size:11px;
	 line-height: 1.1em;
     color: #330000;
     background-color: #330000;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

.calendar td {
	width: 80px;
	height: 65px;
	text-align:left;
	vertical-align: top;
	padding: 3px 3px 5px 3px;
	overflow:hidden;
}

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

.calendarlink, .calendarlink:visited, .calendarlink:active {
	font-size: 10px;
	color: #330000;
	border:none;
	text-align:left;
}
.calendarlink:hover {
	color:#BFA260;
}
.selectedevent, .selectedevent:visited, .selectedevent:active {
	font-size: 10px;
	color: #330000;
	border:none;
	/*font-weight:bold;*/
	text-decoration:underline;
}
.selectedevent:hover {
	color:#BFA260;
	text-decoration:underline;
}
.calendararrow {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}

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

.calheader 
     {
     background-color: #330000;
	 color: #ffffff;
     border-color: #330000;
     border-style: solid;
     border-width: 1px;
     }

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

.day 
     {
     background-color: #FCFBEA;
     border-color: #330000;
     border-style: solid;
     border-width: 1px;
     text-align: left;
     }

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

.linkedday {
	background-color:#FFCC66;
	border-color: #330000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
/*
.undercontract {
	background-color:#66CCCC;
	border-color: #330000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
*/
.travel {
	background-color:#66CC33;
	border-color: #330000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

/* Event Details */

table#eventdetails {
	font-size:10px;
	text-align:left;
	padding:0;
	margin:0;
}
table#eventdetails tr {
	text-align:left;
	padding:0;
	margin:0;
}
table#eventdetails tr td {
	text-align:left;
	height:auto;
	padding:0;
	margin:0;
}