/* navigator styles */

.CommonTitle
{
	position: relative;
}
.CalendarTitleTools
{
	position:absolute;
	right:262px;
	top:10px; 
	font-size: 12px; 
	font-weight:normal; 
	letter-spacing:normal;
}
.CalendarTitleTool
{
	padding: 2px 4px 2px 4px;
	cursor: pointer;
	color: #36c;
	display: inline; 
}
.CalendarTitle
{
	margin: 0px;
	padding: 0px;
}
.CalendarTitleTool a,
.CalendarTitleTool a:active,
.CalendarTitleTool a:hover,
.CalendarTitleTool a:visited
{
	color: #36c;
}
.CalendarNav_main 
{
	border: 1px solid #666666;
	width: 100%;
}

.CalendarNav_month 
{
	width: 100%;
    font-family: Arial, Helvetica;
    font-size: 8pt;
    background-color: white;
    /*border: 1px solid black;*/
}
.CalendarNav_day {
    color: black;
    /*background-color: white;*/
}
.CalendarNav_dayheader {
    color: black;
    /*border-bottom: 1px solid black;*/
}

.CalendarNav_dayother {
    color: gray;
}
.CalendarNav_todaybox
{
	border: 1px solid red;
}
.CalendarNav_select {
    background-color: #d1e0f1;
}
.CalendarNav_title, .CalendarNav_titleleft, .CalendarNav_titleright {
    background-color: #95b6c3;
    color: #000000;
}
.CalendarNav_busy {
	font-weight: bold;
}

.CalendarMonth_ColumnHeader 
{	
	BORDER-TOP: #666666 1px solid;	
	BORDER-BOTTOM: #666666 1px solid;	
	BORDER-LEFT: #666666 1px solid;	
	FONT-SIZE: 10pt;	
	CURSOR: default;	
	COLOR: #000000;	
	FONT-FAMILY:  Arial, Helvetica;	
	font-weight: bold;
	BACKGROUND-COLOR: #95b6c3;	
	TEXT-ALIGN: center;
	padding-top: 4px;
}
.CalendarMonth_ColumnHeader.ColumnRight
{
	BORDER-RIGHT: black 1px solid;	
}
.CalendarMonth_Cell 
{	
	BORDER-TOP: #666666 1px solid;	
	BORDER-LEFT: #cccccc 1px solid;	
	BORDER-BOTTOM: #666666 1px solid;	
	CURSOR: default;	
	POSITION: absolute;	
	BACKGROUND-COLOR: #ffffff
}
.CalendarMonth_Cell.Weekend 
{	
	BORDER-TOP: #666666 1px solid;
	BORDER-LEFT: #cccccc 1px solid;	
	BORDER-BOTTOM: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	CURSOR: default;	
	BACKGROUND-COLOR: #ebffff;
}
.CalendarMonth_Cell.OtherCell
{
	BACKGROUND-COLOR: #f0f0f0
}
.CalendarMonth_WeekendCell.CellTop,
.CalendarMonth_Cell.CellTop
{
	BORDER-TOP: #666666 1px solid;
}
.CalendarMonth_WeekendCell.CellLeft,
.CalendarMonth_Cell.CellLeft
{
	BORDER-LEFT: #666666 1px solid;
}
.CalendarMonth_WeekendCell.CellRight,
.CalendarMonth_Cell.CellRight
{
	BORDER-RIGHT: #666666 1px solid;
}
.CalendarMonth_WeekendCell.CellBottom,
.CalendarMonth_Cell.CellBottom
{
	BORDER-RIGHT: #666666 1px solid;
}
.CalendarMonth_CellHeader 
{	
	PADDING-RIGHT: 2px;	
	FONT-SIZE: 10pt;	
	COLOR: #000000;	
	FONT-FAMILY:  Arial, Helvetica;
	TEXT-ALIGN: right
}

.CalendarMonth_Event,
.CalendarWeek_Event,
.CalendarDay_Event 
{
	font-size: 10px;
	font-family:  Arial, Helvetica;
	color: #000000;
	BACKGROUND-COLOR: #d1e0f1;
	PADDING-LEFT: 2px;	
	MARGIN-LEFT: 2px;	
	MARGIN-RIGHT: 1px;	
	border: 1px solid #666666;
	/**cursor: pointer;**/
}
.CalendarWeek_Event,
.CalendarDay_Event 
{
	padding: 0px;
	margin: 0px;
}
.CalendarMonth_Event
{
	cursor: pointer;
}
.CalendarMonth_Event.External,
.CalendarWeek_Event.External,
.CalendarDay_Event.External
{
	color: #666666;
	BACKGROUND-COLOR: #ddedff;
	border: 1px solid #888888;
}
.CalendarMonth_Event.Private,
.CalendarWeek_Event.Private,
.CalendarDay_Event.Private
{
	color: #1b1b13;
	BACKGROUND-COLOR: #ffff99;
	border: 1px solid #1b1b13;
}
.CalendarWeek_header
{
	background-color: #95b6c3;
}
.CalendarWeek_cellbackground
{
	background-color: #ebffff; 
}

.Calendar_EventFormTable td
{
	white-space: nowrap;  
}

.Calendar_ScheduledTime
{
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.CalendarDateItem
{
	float:left;
	text-align: center;
	width:90px;
	height:auto;
	margin: 0 10px 10px 10px;
}
.CalendarDateItem.Small
{
	font-size: 80%;
	width: 60px;
}
.DateItemContentBox
{
	border:3px solid #95b6c3; 
	margin-bottom:8px;
}
.CalendarDateItem.Small .DateItemContentBox
{
	margin-bottom: 2px;
}
.DateItemContentBoxHeader
{
	background-color:#95b6c3;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	padding:4px
}
.DateItemContentBoxContent
{
	font-weight:bold;
	font-size:200%;
	padding:4px;
}
.DateItemContentBoxFooter
{
	font-size:100%;
}
