.dates { float: left; position:relative; width: 150px; }

#mycal .calendar { position: relative; width: 141px; height: 141px; border: 1px solid #e7e7e7; border-top: none; border-left: none; -moz-box-sizing: border-box; }
#mycal .month    { width: 141px; height: 20px; text-align: center; font-weight: bold; line-height: 20px; vertical-align: middle; border: 1px solid #e7e7e7; border-bottom: none; -moz-box-sizing: border-box; }
#mycal .week     { position: absolute; width: 140px; height:  20px; }
#mycal .day      { position: absolute; width:  20px; height:  20px; border: 1px solid #e7e7e7; border-right: none; border-bottom: none; text-align: center; line-height: 20px; vertical-align: middle; -moz-box-sizing: border-box; }
#week0 .day      { border: 1px solid #fff; border-right: none; border-bottom: none }
#week0sun.day {border-left: none}

.moveBackYear    { float: left;  width: 7px; height: 7px; background: url('/art/decor/backY.gif') no-repeat; margin: 6px 0px 0px 3px; cursor: pointer; }
.moveBackMon     { float: left;  width: 7px; height: 7px; background: url('/art/decor/backM.gif') no-repeat; margin: 6px 0px 0px 3px; cursor: pointer; }
.moveForwardMon  { float: right; width: 7px; height: 7px; background: url('/art/decor/fordM.gif') no-repeat; margin: 6px 3px 0px 0px; cursor: pointer; }
.moveForwardYear { float: right; width: 7px; height: 7px; background: url('/art/decor/fordY.gif') no-repeat; margin: 6px 3px 0px 0px; cursor: pointer; }

#week0 { top:   0px; left: 0px; }
#week1 { top:  20px; left: 0px; }
#week2 { top:  40px; left: 0px; }
#week3 { top:  60px; left: 0px; }
#week4 { top:  80px; left: 0px; }
#week5 { top: 100px; left: 0px; }
#week6 { top: 120px; left: 0px; }

#week0 .day { font-weight: bold; background: #D5EDFA; }

.sun { top: 0px; left:   0px; background: #f0f0f0; }
.mon { top: 0px; left:  20px; }
.tue { top: 0px; left:  40px; }
.wed { top: 0px; left:  60px; }
.thu { top: 0px; left:  80px; }
.fri { top: 0px; left: 100px; }
.sat { top: 0px; left: 120px; background: #f0f0f0; }

.mycal .today { border: 2px solid #ff0000; width: 21px; height: 21px; z-index: 3; line-height: 17px; }
html>body .today { width: 17px; height: 17px; -moz-box-sizing: content-box; }

#itemBox { width: 560px; margin-left: 170px; }
#itemBox .tools { float:right }

.itemBox  { border: 1px solid #e7e7e7; margin: 0px 4px 0px 4px; background: #ffffff; }

.itemHead { border: 1px solid #e7e7e7; margin: 4px 4px 0px 4px; padding: 2px; font-weight: bold; }
.itemHead .itemDate { text-align: left; }
.itemHead .tools    { width: 9ex; }

.items    { width: 100%; padding:4px;height: 209px; overflow: auto; -moz-box-sizing: border-box; }
.items .item { margin: 0; clear: both; -moz-box-sizing: border-box; }	/* padding: 2px; position: relative; */
.itemDate { width: 126px; text-align: left; float: left; }
.dnd   { background: #ffefd1; }
.ooc   { background: #ffd0d0; }
.eventName { height: 1px; display: block; margin-left: 130px; }
html> body .eventName { height: auto; }

//.note  { border: 1px solid #000000; margin: 4px; padding: 2px; width: 100px; }

#noItems { background: #fff; height: 199px; font-weight: bold; -moz-box-sizing: border-box; }

.calendarPage .toolbar { text-align: right; margin: 0px 6px 4px 0px; }

.calendarPage a:visited { color: #0000ff; }


#eventPanel {}
.edit  { width: 410px; font-size: 11px; }
.edit form { display: block; }

.edit label { display: block; text-align: right; clear: both; font-weight: bold; }

.edit label * { vertical-align: middle; }

.edit label input,.edit label select,.edit label .formGroup { width: 305px; margin-left: 4px; }

.edit .formGroup { clear: both; }

.edit .formGroup label { width: 102px; float: left; line-height: 20px; vertical-align: bottom; }
html>body .edit .formGroup label { width: 121px; }

.edit label .formGroup select.dateDay    { width: 42px; }
.edit label .formGroup select.dateMonth  { width: 50px; }
.edit label .formGroup select.dateYear   { width: 54px; }
.edit label .formGroup select.timeHour   { width: 42px; }
.edit label .formGroup select.timeMinute { width: 42px; }

.edit .formGroup .radio       { width: auto; display: block; float: left; margin: 0px 8px 0px 2px; }
.edit .formGroup .radio *     { vertical-align: middle; }
.edit .formGroup .radio input { margin: 0px 5px 0px 0px; }
.edit .formGroup .checkbox    { width: auto; margin-right: 10px; }

.edit .fieldNote { clear: right; font-weight: normal; font-size: 10px; text-align: right; }

.edit h1 { font-size: 16px; margin: 0px 0px 10px 0px; }
.edit h2 { font-size: 14px; margin: 0px 0px  6px 0px; }

.edit #locationForm { display: none; border: 1px solid #000000; border-left: none; border-right: none; margin: 4px 0px 4px 0px; padding: 4px 0px 4px 0px; }

.edit .formButtons { margin: 10px 0px 0px 0px; text-align: right; clear: both; }

#menuDiv { position: absolute; top: 0px; left: 0px; border: 1px solid #000000; background: #e9e9e9; padding: 8px; z-index: 2; text-align: left; visibility: hidden; }
#menuDiv a { display: block; color: #000000; }

.edit .contactForm { border-top: 1px solid #000000; margin-top: 4px; padding-top: 4px; }

#addressDetails { position: relative; top: 0px; left: 0px; width: 380px; text-align: left; }
#addressDetails label { display: block; text-align: right; clear: both; font-weight: bold; }
#addressDetails label input,#addressDetails label select,#addressDetails label .formGroup { width: 305px; margin-left: 4px; }
#addressDetails label * { vertical-align: top; }
#addressDetails textarea,#addressDetails .formElement { width: 200px; }
#addressDetails .formGroup label { width: 176px; float: left; line-height: 20px; vertical-align: bottom; }

.calendarPanel { position:absolute; margin-top:10px; top:10px; left:670px; width:187px; background-color:#fff; padding:0px }
.calendarPanel.borderColour { padding:0px; border-style:solid; border-width:1px }

#calendar { margin:5px; height:140px; background-color:#fff }

.jsCalendar { width:185px; padding:0px 0px 4px 0px; }
.jsCalendar .monthPrevious { float:left; padding:3px 0px 0px 10px }
.jsCalendar .yearPrevious { float:left; padding:3px 0px 0px 0px }
.jsCalendar .monthTitle { text-align:center; padding:4px 0px }
.jsCalendar .monthNext { float:right; padding:3px 10px 3px 0px }
.jsCalendar .yearNext { float:right; padding:3px 0px 3px 0px }
.jsCalendar .monthPrevious a, .jsCalendar .monthNext a { color:#555; text-decoration:none }
.jsCalendar .week { position:relative; width:auto; height:auto; padding:0px 5px }
.jsCalendar .daynone { width:23px; background:transparent; margin:1px; padding:1px 0px; text-align:center; float:left }
.jsCalendar .day { width:23px; height:auto; background-color:#ddd; margin:1px; padding:1px 0px; text-align:center; float:left }
.jsCalendar .day a { color:#333; text-decoration:none }
.jsCalendar .day a:hover { color:#333; text-decoration:underline }
.jsCalendar .s { background-color:#bbb }
.jsCalendar .today { background-color:#b8b8b8; color:#fff; font-weight:bold }
.jsCalendar .selected { background-color:#900; color:#fff }
.jsCalendar .selected a { color:#fff }
.jsCalendar .selected a:hover { color:#fff }
.jsCalendar .dayhead { width:23px; background-color:#555; color:#fff; margin:1px; padding:1px 0px; text-align:center; float:left; border-bottom:1px solid #666 }
.jsCalendar .hs { background-color:#555; color:#fff; border-bottom:1px solid #666 }
.jsCalendar .close { text-align:right; padding:2px 5px }
.jsCalendar .close a { color:#900; text-decoration:none }

.calendarDay { border-width:0px; border-top:1px solid #eee; width:auto; float:none; margin:10px 0px 0px 0px }
.calendarDay h2 { font-size:11px; font-weight:normal; padding:3px; margin:0px }
.calendarDay form { padding:0px; margin:0px }
.calendarDay textarea { width:187px; height:125px; border:1px solid #ddd; background-color:#f8f8f8; font-family:verdana,arial,helvetica,sans-serif; font-size: 11px; letter-spacing:-1px }
.calendarDay .updateButtonDiv { height:22px }
.calendarDay .formButton { width:187px }
.calendarDay .dayNotes {  }