/* basic calendar styles */

	th.cal_today{
	font-size:9px;
	}
	.event_title{
	font-size:9px;
	}
	.cals table, .cals td {
		border:1px dotted #DEDEDE; 
	}	
	.cals td {
		background-repeat: repeat-y;
		width:33%;
	}	
	.cals td:hover {
		background-image:url("/incs/view1/images/bg_cals.jpg");
		background-repeat: repeat-y;
		width:33%;
	}	
	.clearboth {
		clear: both;
	}
	.cal_title{
	font-size:9pt;
	color:#333;
	background-color:#A2ADBC;
	line-height:20px;
	}
/* calendar floating style stuff */
	.cal {
		border:1px solid #000;
	}
	.calboxtoday {
		background-color:#FFCC99;
	}
	.calbox1 {
		float:left; border:1px solid #000; overflow:auto; text-align:left; font-size:small;
	}
	.calbox1 ul {
		font-size:small; background-color:#DFDFDF; border:1px dotted #FFFF99; margin-top:0px; margin-bottom:0px;
	}
	.calboxg {
		float:left; border:1px solid #000; overflow:auto; background-color:#777; text-align:left;
	}
	.calboxday {
		float:left; margin:0px 5px 5px 0px; padding:0px; overflow:visible; color:#333; padding:2px; text-align:center; font-size:12px;
	}
	.calheader {
		float:left; border:1px solid #000; margin:0px; padding:0px; overflow:visible; text-align:center;
	}
	.floatcontainer:after{
    	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
    }
   .floatcontainer{display: inline;} 
    /* Hides from IE Mac \*/
    * html .floatcontainer {height: 1%;}
       .floatcontainer{display:block;}
    /* End Hack */ 
	

	.basiccalendarday {
		border:1px solid #343434; width:100%; background-color:#EFEFEF;
		font-size: 0.7em; 
		font-family: verdana, helvetica, sans-serif;
		line-height:1.5em;
	}
	.basiccalendarday .times {
		border-bottom:1px solid #343434; width:100px;
	}
	.basiccalendarday .events {
		border-bottom:1px dotted #565656;
	}
	.basiccalendar {
		margin:0px; padding:0px;
		background-color:#ADADAD;	
		width: 100%;
		font-size: 9px; 
		font-family: verdana, helvetica, sans-serif;
		line-height:1.5em;

background-color:#FFFFFF;
border:1px solid #A2ADBC;
border-collapse: collapse;
color:#616B76;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
line-height:20px;
margin:0pt;
padding:0pt;
text-align:center;

	}
	.basiccalendar a, .basiccalendar a:visited {
		color: #2791ba;
		text-decoration:none;
	}
	.basiccalendar a:active, .basiccalendar a:hover {
		color: #2791ba;
		text-decoration:none;
		border-bottom: 1px dotted #2791BA;
	}
	
	.basiccalendar .out {
		color: #FFFFFF;
		background-color:#787878;
		height:100px;
	}
	.basiccalendar .out:hover {
		background-color:#646464;
	}
	.basiccalendar .out a, .basiccalendar .out a:visited {
		color:#FFFFFF;
	}
	.basiccalendar .out a:hover {
		color:#2791ba;
	}
	
	.basiccalendar .in {
		background-color:#EFEFEF;
		height:100px;
	}
	.basiccalendar .in:hover {
		background-color:#FFFFFF;
	}
	.basiccalendar .in a, .basiccalendar .in a:visited {
		color:#2791ba;
	}
	.basiccalendar .in a:hover {
		color: #2791ba;
	}
	.basiccalendar .refday {
		background-color:#FCFCFC;
	}
	.basiccalendar .year {
		background-color:#555555;
		color:#FFFFFF;
	}
	.basiccalendar .year a, .basiccalendar .year a:visited {
		color:#FFFFFF;
	}
	.basiccalendar .year a:hover, .basiccalendar .year a:active {
		color:#FFFF00;
	}
	.basiccalendar .month {
		background-color:#999999;
	}
	.basiccalendar .day {
text-align:center;
background:#CCC none repeat scroll 0%;
border-bottom:1px solid #A2ADBC;
border-right:1px solid #A2ADBC;
border-top:1px solid #A2ADBC;
color:#616B76;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-weight:bold;
line-height:20px;
border-collapse:collapse;
	}

	.basiccalendar td {
border:1px solid #A2ADBC;
border-collapse: collapse;
	}

	.montharrows:hover {
		margin:-1px 1px 1px -1px;
	}

/* pop up calendars on the forms: */
/* The main calendar widget.  DIV containing a table. */

div.mihai { position: relative; }

.mihai, .mihai table {
  color: #000000;
  cursor: default;
  
		border:1px dotted #343434;
		background-color:#ADADAD;	
		font-size: 8pt; 
		font-family: verdana, helvetica, sans-serif;
		text-align: center;
		line-height:8pt;
		font-weight: bold;
  
}

/* Header part -- contains navigation buttons and day names. */

.mihai .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  cursor: pointer;
  cursor: hand;
}

.mihai .nav {
  /* background: #778 url(menuarrow.gif) no-repeat 100% 100%; */
}

.mihai thead .title { /* This holds the current "month, year" */
  text-align: center;
  background: #CDCDCD;
  color: #000000;
}

.mihai thead .headrow { /* Row <TR> containing navigation buttons */
  background: #FFCC99;
}

.mihai thead .daynames { /* Row <TR> containing the day names */
  background: #CDCDCD;
}

.mihai thead .name { /* Cells <TD> containing the day names */
  padding: 2px;
  text-align: center;
}

.mihai thead .weekend { /* How a weekend day name shows in header */
  /* color: #a66; */
}

.mihai thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #FFFFFF;
  /* color: #000;
  border: 1px solid #04f;
  padding: 1px; */
}

.mihai thead .daynames .hilite {
    background: #CDCDCD;
}

.mihai thead .active { /* Active (pressed) buttons in header */
  /* background-color: #FFFFFF;
  color: #FF0000;
  padding: 2px 0px 0px 2px; */
}

/* The body part -- contains all the days in month. */

.mihai tbody .day { /* Cells <TD> containing month days dates */
  cursor: pointer;
  cursor: hand;
  background-color: #EFECE6;
  color: #0000FF;
  width: 2em;
  text-align: center;
  padding: 1px 3px 1px 3px;
}

.mihai tbody .day.othermonth {
   /*  background-color: #EFECE6;
  color: #0000FF; */
}
.mihai tbody .day.othermonth {
  background-color: #646464;
}

.mihai table .wn {
  /* padding: 2px 3px 2px 2px; */
  cursor: default;
  color: #000000;
  background: #CDCDCD; 
}

.mihai tbody .rowhilite td {
  /* background: #def; */
}

.mihai tbody .rowhilite td.wn {
  /* background: #eef; */
}

.mihai tbody td {
  border:1px solid #ADADAD;
}

.mihai tbody td.hilite { /* Hovered cells <TD> */
  background-color: #FFFFFF;
  color: #2791ba;
}

.mihai tbody td.active { /* Active (pressed) cells <TD> */
  background: #CCDDEE;
}

.mihai tbody td.selected { /* Cell showing today date */
  border: 2px solid #000000;
  background: #FFFFFF;
  color: #000;
}

.mihai tbody td.weekend { /* Cells showing weekend days */
  color: #0000FF;
}

.mihai tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  background-color: #FFCC99;
}

.mihai tbody .disabled { /* color: #999; */ }

.mihai tbody .emptycell { /* Empty cells (the best is to hide them) */
  background-color: #646464;
}

.mihai tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.mihai tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #646464;
  color: #FFFFFF;
}

.mihai tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #FFFFFF;
  color: #646464;
  border-top: 1px solid #556;
  /* padding: 1px; */
}

.mihai tfoot .hilite { /* Hover style for buttons in footer */
  border: 1px solid #04f;
  color: #000000;
  /* padding: 1px; */
}

.mihai tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7777CC;
  /* padding: 2px 0px 0px 2px; */
}

/* Combo boxes (menus that display months/years for direct selection) */

.mihai .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #CDCDCD;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.mihai .combo .label,
.mihai .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.mihai .combo .label-IEfix {
  width: 4em;
}

.mihai .combo .hilite {
  background: #acf;
}

.mihai .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.mihai td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.mihai td.time .hour,
.mihai td.time .minute,
.mihai td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.mihai td.time .ampm {
  text-align: center;
}

.mihai td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.mihai td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.mihai td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
