.scw           {padding:1px;vertical-align:middle;}
iframe.scw     {display:none;position:static;z-index:1;top:0px;left:0px;visibility:hidden;width:1px;height:1px;}
table.scw      {padding:0px;visibility:hidden;position:static;cursor:default;width:320px;top:0px;left:0px;z-index:1;text-align:center;}
table.scw {
padding: 1px;
vertical-align:middle;
font-size: 10pt;
font-family: 'Verdana,Arial,Helvetica,Sans-Serif';
font-weight: bold;
}

td.scwDrag,
td.scwHead{
padding: 3px 0px;
text-align: center;
}

td.scwDrag{
font-size: 8pt;
}

select.scwHead{
margin: 3px 1px;
text-align: center;
border: 1px solid #a9a9a9;
background: white;
min-width: 95px;
font-size: 15px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

input.scwHead{
height: 22px;
width: 22px;
vertical-align:middle;
text-align: center;
margin: 2px 1px;
font-weight: bold;
font-size: 10pt;
font-family: fixedSys;
}

td.scwWeekNumberHead,
td.scwWeek {
padding: 2px 0px 4px;
text-align: center;
font-weight: bold;
}

td.scwNow,
td.scwNowHover,
td.scwNow:hover,
td.scwNowDisabled {
padding: 0px;
text-align: center;
vertical-align:middle;
font-weight: normal;
}

table.scwCells {
text-align: right;
font-size: 11pt;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
width: 96%;
}

td.scwCells,
td.scwCellsHover,
td.scwCells:hover,
td.scwCellsDisabled,
td.scwCellsExMonth,
td.scwCellsExMonthHover,
td.scwCellsExMonth:hover,
td.scwCellsExMonthDisabled,
td.scwCellsWeekend,
td.scwCellsWeekendHover,
td.scwCellsWeekend:hover,
td.scwCellsWeekendDisabled,
td.scwInputDate,
td.scwInputDateHover,
td.scwInputDate:hover,
td.scwInputDateDisabled,
td.scwWeekNo,
td.scwWeeks {
padding: 3px 5px 3px 3px;
width: 25px;
height: 27px;
line-height: 27px;
outline: 1px solid #cacaca;
font-weight: 100;
vertical-align: middle;
}

/* Blend the colours into your page here... */
/* Calendar background */
/* Drag Handle */
td.scwDrag {
background-color: #9999CC;
color: #CCCCFF;
}

/* Week number heading */
td.scwWeekNumberHead {
color: #6666CC;
}

/* Week day headings */
td.scwWeek {
color: #000;
}

/* Week numbers */
td.scwWeekNo {
background-color: #776677;
color: #e6e6e6;
}

/* Enabled Days */
/* Week Day */
td.scwCells {
background-color: #e6e6e6;
color: #111;
/* outline:1px solid #d3d3d3 */
}

/* Day matching the input date */
td.scwInputDate, td.scwInputDate:hover {
background-color: #fff!important;
color: #5ba149;
outline:1px solid #5ba149!important;
}

/* Weekend Day */
td.scwCellsWeekend {
background-color: #e6e6e6;
color: #111;
/* outline:1px solid #d3d3d3 */
}

/* Day outside the current month */
td.scwCellsExMonth {
background-color: #e6e6e6;
color: #111;
visibility: hidden!important;
}

/* Today selector */
td.scwNow {
background-color: #6666CC;
color: #FFFFFF;display:none;
}

/* Clear Button */
td.scwClear {
padding: 0px;
}

input.scwClear {
padding: 0px;
text-align: center;
font-size: 8pt;
}

/* MouseOver/Hover formatting 
If you want to "turn off" any of the formatting 
then just set to the same as the standard format
above.

Note: The reason that the following are
implemented using both a class and a :hover
pseudoclass is because Opera handles the rendering
involved in the class swap very poorly and IE6 
(and below) only implements pseudoclasses on the
anchor tag.
*/
/* Active cells */
td.scwCells:hover,
td.scwCellsHover {
background-color: #fcfaf1;
cursor: pointer;
/* color: #edac48; */
}

/* Day matching the input date */
td.scwInputDateHover {
background-color: #fcfbf2;
cursor: pointer;
color: #edac48;
}
td.scwInputDate:hover{
background-color: #fcfbf2;
}

/* Weekend cells */
td.scwCellsWeekend:hover,
td.scwCellsWeekendHover {
background-color: #fcfaf1;
cursor: pointer;
/* color: #edac48; */
}

/* Day outside the current month */
td.scwCellsExMonth:hover,
td.scwCellsExMonthHover {
background-color: #fcfaf1;
cursor: pointer;
color: #edac48;
}

/* Today selector */
td.scwNow:hover,
td.scwNowHover {
color: #fcfaf1;
cursor: pointer;
font-weight: bold;
}

/* Disabled cells */
/* Week Day */
/* Day matching the input date */
td.scwInputDateDisabled {
background-color: #999999;
color: #000000;
}

td.scwCellsDisabled {
background-color: #999999;
color: #000000;
}

/* Weekend Day */
td.scwCellsWeekendDisabled {
background-color: #999999;
color: #CC6666;
}

/* Day outside the current month */
td.scwCellsExMonthDisabled {
background-color: #999999;
color: #666666;
}

td.scwNowDisabled {
background-color: #6666CC;
color: #FFFFFF;
}

table.scwHead{
background: #5ba149;
border: 1px solid #aaaaaa;
border-collapse: collapse;
width: 300px;
margin-left: 9px;
}

table.scwCells{
border-collapse: separate;
border-spacing: 4px;
}

.scwHead tr, .scwHead td, .scwHead th{
border-collapse: collapse;
margin:0;
}
#scwHeadLeft, #scwHeadRight{
width: 16px;
height: 16px;
border: none;
text-indent: -9999em;
overflow: hidden;
cursor: pointer;
}
#scwHeadLeft{
background: url('../img/calendar/calendar_prev.png') 0 0 no-repeat;
}

#scwHeadRight{
background: url('../img/calendar/calendar_next.png') 0 0 no-repeat;
}
#clndr{
height:1px;
display: none;
padding:0;
border:none;
line-height: 1px;
}
#scw{
visibility: inherit!important;
/* top: 18px; */
background-color: white;
position: relative;
margin-bottom: 5px;
  left: -10px;
}

.scwCells > tfoot{
display: none;
}

#calendar_wrap{
float: left;
padding-right: 50px;
background: white;
}

.calendar_header{
color: #e5ab36;
margin: 0 0 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e7e7e7;
}

.press-one h1.clndr_h1{
position: relative;
font-weight: 600;
}

/* .press-one.event header{
padding-top: 15px
} */

.clndr_h1 span{
position: absolute;
top: 28px;
left: 0;
color: #589466;
font-size: 11px;
}

td.scwCells.hasEvent, td.scwCellsWeekend.hasEvent{
background-color: #fcfaf1;
cursor: pointer;
color: #edac48;
outline: 1px solid #edac48;
}
.hidden_event_body{
display: none;
margin-top: 5px;
}

.event_item{
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #e7e7e7;
}

.event_item strong{
margin-bottom: 15px;
  display: block;
}