.DHTMLSuite_calendar{	/* Main div for the calendar */
	border:1px solid #9cbdff;
	background-color:#FFF;
	width:200px;
	position:relative;	
	overflow:hidden;
	z-index:1000;
	
}
.DHTMLSuite_calendarContent{	/* Sub div inside DHTMLSuite_calendar - this is the div where content is added */
	position:relative;	/* IMPORTANT - This must always be like this in order to make it possible to position sub elements correctly, especially the iframe */
	z-index:10;	/* IMPORTANT - This must always be like this in order to make it possible to position sub elements correctly, especially the iframe */
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*******************

 START CSS FOR THE HEADER ROW - WHERE YOU SEE MONTH AND YEAR
 
********************/
.DHTMLSuite_calendar .DHTMLSuite_calendarHeading{	/* Heading of calendar, where you see the month and year */
	background-image:url(../../../templates/silver/images/calendar/calendar_heading.png);
	background-repeat:repeat-x;
	height:21px;
	border-bottom:1px solid #9cbdff;
}
.DHTMLSuite_calendarHeadingTxt{	/* Inner div in the heading  */
	padding:1px;
	text-align:center;
	font-size:12px;
}

.DHTMLSuite_calendarCloseButton{	/* Close button at the top right corner of the calendar */
	background-image:url(../../../templates/silver/images/calendar/calendar-close.gif);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	position:absolute;
	right:3px;
	top:3px;
	padding:1px;
	background-position:center center;
	cursor:pointer;
}

.DHTMLSuite_calendarHeaderMonthAndYear{	/* Div elements for year and month in the heading */
	padding:1px;
	padding-right:2px;
	padding-left:2px;
	cursor:pointer;
	line-height:17px;

}
.DHTMLSuite_calendarHeaderMonthAndYearOver{	/* Mouse over effect - month and year in the heading */
	background-color:#FFF;
	border:1px solid #9cbdff;
	padding:0px;
	padding-left:1px;
	padding-right:1px;	
}


/*******************

 START CSS FOR THE TIME BAR - THE DIV WHERE YOU SEE "Time: " and the hour and minute
 
********************/

.DHTMLSuite_calendar_timeBar{	/* Time bar - where users can select hour and minutes */
	background-color:#C4DCFB;
	height:21px;
	border-top:1px solid #9cbdff;
	text-align:center;
	position:relative;
}
.DHTMLSuite_calendar_timeBarHourAndMinute{	/* General rules for the displayed hours and minutes - the ones you can click on the bring out the drop down boxes */
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	margin-right:2px;
	cursor:pointer;
}
.DHTMLSuite_calendarTimeBarHourAndMinuteOver{	/* Mouse over effect for the hour and minute displayed in the time bar */
	background-color:#FFF;
	border:1px solid #9cbdff;
	padding:0px;
	padding-left:1px;
	padding-right:1px;
}
.DHTMLSuite_calendarTimeBarTimeString{	/* String "Time:" */
	position:absolute;
	left:2px;
	top:2px;
}

/*******************

 START CSS FOR THE NAVIGATION BAR - THE DIV WITH THE LEFT AND RIGHT ARROWS
 
********************/

.DHTMLSuite_calendar_navigationBar{	/* Navigation bar below the heading */
	background-color:#C4DCFB;
	height:17px;
	border-bottom:1px solid #9cbdff;
	position:relative;
}
.DHTMLSuite_calendar_navigationBarToday{	/* Div for the string "Today" in the navigation bar */
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.DHTMLSuite_calendar_navigationBarToday span{	/* The "Today" string inside the navigation bar */
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
		
}
.DHTMLSuite_calendar_btnNextYear,.DHTMLSuite_calendar_btnPreviousYear,.DHTMLSuite_calendar_btnNextMonth,.DHTMLSuite_calendar_btnPreviousMonth{	/* Buttons - previous/next month and year */
	position:absolute;
	background-repeat:no-repeat;
	background-position:center center;
	width:13px;
	height:13px;
	padding:1px;
	top:1px;
	
}

.DHTMLSuite_calendar_btnNextYear{	/* Next year button */
	background-image:url(../../../templates/silver/images/calendar/calendar-next-year.gif);
	right:2px;	
}
.DHTMLSuite_calendar_btnPreviousYear{	/* Previous year button */
	background-image:url(../../../templates/silver/images/calendar/calendar-previous-year.gif);
	left:2px;
}
.DHTMLSuite_calendar_btnNextMonth{	/* Next month button */
	background-image:url(../../../templates/silver/images/calendar/calendar-next-month.gif);
	right:18px;	
}
.DHTMLSuite_calendar_btnPreviousMonth{	/* Previous month button */
	background-image:url(../../../templates/silver/images/calendar/calendar-previous-month.gif);
	left:18px;
}

/*******************

 START CSS FOR THE MAIN DIV CONTAINING ALL THE DAYS WITHIN A MONTH AND HEADINGS (weeks, days(Mon-Sun) etc.)
 
********************/


.DHTMLSuite_calendar_monthView{	/* Main div element for the days in a month */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:26px;
}

.DHTMLSuite_calendar_monthView_headerCell{	/* Main div element for the days in a month */
	background-color:#FFF;
	border-bottom:1px solid #9cbdff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.DHTMLSuite_calendar_monthView_firstColumn{	/* First column - the week column */
	background-color:#C4DCFB;
	border-right:1px solid #9cbdff; 
	text-align:center;
	height:18px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.DHTMLSuite_calendar_monthView td{	/* Default css for all the cells inside the calendar, i.e. week heading, label for the days, and the days */
	text-align:center;
	cursor:default;
	width:28px;
	height:18px;

}
.DHTMLSuite_calendar_monthView_headerSunday{	/* Sunday in the header */
	color:red;
	border-bottom:1px solid #9cbdff;
}
.DHTMLSuite_calendar_monthView_daysInOtherMonths{	/* Days in previous or next month, i.e. before start of current displayed month or after days in the currently displayed month */
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#c9c9c9;
}
.DHTMLSuite_calendar_monthView_daysInThisMonth{	/* Layout - ordinary days(mon-sat) in this month */
	color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.DHTMLSuite_calendar_monthView_sundayInThisMonth{	/* Layout - sundays in current displayed month */
	color:red;
}
.DHTMLSuite_calendar_monthView_initialDate{	/* Inital set date, example: the date in an input field which you are populating with the calendar */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffdf9a;
	color:#000000;
}
.DHTMLSuite_calendar_monthView_invalidDate{	/* Inital set date, example: the date in an input field which you are populating with the calendar */
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.DHTMLSuite_calendar_monthView_currentDate{	/* Date of today */
	background-color:#dfe9fa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/***************************************************
*
* START CSS -  DROP DOWN BOXES 
*
*
***************************************************/

/*** MINUTES ***/
.DHTMLSuite_calendar_minuteDropDown{	/* Drop down box for minutes */
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:23px;
	padding:1px;
	font-size:10px;	
	text-align:center;
	/* You shouldn't change these 3 options */	
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	
}
.DHTMLSuite_calendar_minuteDropDownCurrentMinute{	/* Minute in drop down when it's equal to current minute of the display, i.e. the minute you see where you click on the drop down */
	color:red;
}
.DHTMLSuite_calendar_dropdownAMinuteOver{
	background-color:#dfe9fa;
}

/*** HOURS ***/
.DHTMLSuite_calendar_hourDropDown{	/* Drop down box for hours */
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:23px;
	position:absolute;	
	z-index:152000;
	padding:1px;
	cursor:pointer;
	font-size:10px;	
	text-align:center;
}
.DHTMLSuite_calendar_dropdownAnHourOver{
	background-color:#dfe9fa;
}
.DHTMLSuite_calendar_hourDropDownCurrentHour{
	color:red;
}

/*** MONTHS ***/
.DHTMLSuite_calendar_monthDropDown{
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:70px;
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	padding:1px;
	font-size:10px;	
}
.DHTMLSuite_calendar_dropDownAMonth{

}
.DHTMLSuite_calendar_dropdownAMonthOver{
	background-color:#dfe9fa;
}
.DHTMLSuite_calendar_yearDropDownCurrentMonth{
	color:red;
	
}

/***** YEAR ****/
.DHTMLSuite_calendar_yearDropDown{
	background-color:#C4DCFB;
	border:1px solid #9cbdff;
	width:30px;
	position:absolute;	
	z-index:152000;
	cursor:pointer;
	padding:1px;
	font-size:10px;	
	text-align:center;
}
.DHTMLSuite_calendar_dropDownAYear{

}
.DHTMLSuite_calendar_dropdownAYearOver{
	background-color:#dfe9fa;
}
.DHTMLSuite_calendar_yearDropDownCurrentYear{	/* Current year */
	color:red;
}



/* UP AND DOWN ARROWS INSIDE DROP DOWNS **/
.DHTMLSuite_calendar_dropDown_arrowUp{	/* Drop down - moving to previous year */
	background-image:url(../../../templates/silver/images/calendar/calendar-dropdown-up.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:8px;
}

.DHTMLSuite_calendar_dropDown_arrowDown{	/* Drop down - moving to previous year */
	background-image:url(../../../templates/silver/images/calendar/calendar-dropdown-down.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:8px;
}
.DHTMLSuite_calendarDropDown_dropDownArrowOver{
	background-color:#dfe9fa;
}




/* IT'S IMPORTANT TO HAVE THIS CSS RULE AT THE BOTTOM IN ORDER TO MAKE THE PADDING OVERRIDE PADDING OF OTHER ELEMENTS */
.DHTMLSuite_calendarButtonOver{	/* Mouse over effect for the close button */
	background-color:#FFF;	/* White background color */
	border:1px solid #9cbdff;	/* Blue border */
	padding:0px;	/* The sum border+padding of this element should be the same as border+padding of .DHTMLSuite_calendarCloseButton */
}
.DHTMLSuite_calendarDayOver{	/* Mouse over effect - days in the calendar, i.e. days in current displayed month */
	background-color:#ffedc5;
}

/* YOU SHOULD NEVER MODIFY THIS ONE */
.DHTMLSuite_calendar_iframe{	/* Iframe used to cover select boxes below in older IE browsers(version 6 and prior) */
	position:absolute;
	top:1px;
	left:1px;
	z-index:1;
}
.button_day {
	background-image:url(../../../templates/silver/images/calendar/button_day.gif);
	text-decoration: none;
}
.button_day:hover {
	background-image:url(../../../templates/silver/images/calendar/button_day_over.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_day:active {
	background-image:url(../../../templates/silver/images/calendar/button_day_active.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_week {
	background-image:url(../../../templates/silver/images/calendar/button_week.gif);
	text-decoration: none;
}
.button_week:hover {
	background-image:url(../../../templates/silver/images/calendar/button_week_over.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_week:active {
	background-image:url(../../../templates/silver/images/calendar/button_week_active.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_month {
	background-image:url(../../../templates/silver/images/calendar/button_month.gif);
	text-decoration: none;
}
.button_month:hover {
	background-image:url(../../../templates/silver/images/calendar/button_month_over.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_month:active {
	background-image:url(../../../templates/silver/images/calendar/button_month_active.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_4day {
	background-image:url(../../../templates/silver/images/calendar/button_4day.gif);
	text-decoration: none;
}
.button_4day:hover {
	background-image:url(../../../templates/silver/images/calendar/button_4day_over.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_4day:active {
	background-image:url(../../../templates/silver/images/calendar/button_4day_active.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_agenda {
	background-image:url(../../../templates/silver/images/calendar/button_agenda.gif);
	text-decoration: none;
}
.button_agenda:hover {
	background-image:url(../../../templates/silver/images/calendar/button_agenda_over.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.button_agenda:active {
	background-image:url(../../../templates/silver/images/calendar/button_agenda_active.gif);
	text-decoration: none;
	cursor: hand !important;
	cursor: pointer !important;
}
.text_leftcol {
	text-align:right;
	vertical-align:middle;
	margin-right:4px;
	 
}
.leftcol {
	vertical-align:middle;
	background-color:#EFF3FC;
	border-bottom: 1px solid #dddddd; 
}
.rightcol {
	width:100%;
	height:26px;
	vertical-align:middle;
	background-color:#FFFFFF;
	border-bottom: 1px solid #dddddd; 
}
.Toptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	vertical-align: middle;
}
.texttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #112ABB;
	text-align:center;	
	vertical-align: middle;
}
.textdata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #446688;
	margin-left: 11px;
	vertical-align: middle;
}
.toptable {
	border-bottom: 1px solid #aca899;
}
#gridcontainer{
	background:#c3d9ff;
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	position:relative;
	border-top:1px solid #a2bbdd ;
	border-left:1px solid #a2bbdd ;
	border-bottom:1px solid white;
	}
#calowner{
	height:100%;
	width:100%;
	display:block;
} 
#rowheadcell{
	background:#c3d9ff;
	text-align:center;
} 
#rowheaders{
	position:relative;
	height:100%;
	width:40px;
}
#rowdatas{
	height:100%;
}
.colheadersmiddle{
	margin-left:40px;
	margin-right:16px;
}
#colheaders{
	position:relative;
	height:25px;
	}
#eventowner{
	width:100%;
	height:100%;
	top:0px;
	left:53px;
	position:absolute;
}
div.vrule{
	border-left:1px solid black;
}
#gridcontainercell{
	position:relative;
}
div.grid{
	background:#fff;
	position:relative;
	cursor:default;
	-webkit-user-select:none;
	-khtml-user-select:none;
}
#allDayGrid{
	background:#e8eef7;
	margin-bottom:5px;
	margin-right:16px;
	margin-left:50px;
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-bottom:1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#today{
	text-align:center; 
	margin-left:50px;
}
.allDayCell{
	color:#FFF;
	position:absolute;
	border-left:3px double #FFF !important;
	width:3px;
}


/* COLOR POPUP */ 
.colorpicker
{
	text-align:center;
	visibility:hidden;
	display:none;
	position:absolute;
	border:1px solid #CCC;
	background-color:#FFF filter:alpha(opacity=30, style=1);
	right:5px;padding:4px;
	z-index:999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#D0D0D0,direction=135);
	}
	
.colorframe
{
	border-bottom:solid 1px #DFDFDF;
	border-right:solid 1px #DFDFDF;
	padding:0;
	width:8px;
	height:8px;
}
.tablecolor{
	background:#FFFFFF;
	border:1px solid #F0F0F0;
	padding:2px;
}
a.colorcode,.colorcode,.showcolor
{
	font-family:arial,tahoma,sans-serif;
	text-decoration:underline;
	font-size:9px;
	color:#666;
	border:none;
}

.colorcode,.showcolor
{
	text-align:center;
	text-decoration:none;
}

a:hover.showcolor
{
	text-decoration:none;
	color:#FFA500;
	cursor:pointer;
}

.close_colorpick
{
	padding:1px 4px 1px 2px;
	background:whitesmoke;
	border:solid 1px #DFDFDF;
}



/* CALENDAR NEW */ 


div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("../../../templates/silver/images/calendar/normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

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

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("../../../templates/silver/images/calendar/title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("../../../templates/silver/images/calendar/menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr { background: url("../../../templates/silver/images/calendar/title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("../../../templates/silver/images/calendar/title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

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

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("../../../templates/silver/images/calendar/hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("../../../templates/silver/images/calendar/active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("../../../templates/silver/images/calendar/dark-bg.gif");
}

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

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("../../../templates/silver/images/calendar/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("../../../templates/silver/images/calendar/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("../../../templates/silver/images/calendar/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("../../../templates/silver/images/calendar/active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

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

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

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

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("../../../templates/silver/images/calendar/status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

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

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

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("../../../templates/silver/images/calendar/normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

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

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

.calendar .combo .hilite {
  background: url("../../../templates/silver/images/calendar/hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("../../../templates/silver/images/calendar/active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("../../../templates/silver/images/calendar/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("../../../templates/silver/images/calendar/normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

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

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

.calendar td.time span.hilite {
  background: url("../../../templates/silver/images/calendar/hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("../../../templates/silver/images/calendar/active-bg.gif"); color: #fff;
}

