table.scw {
	padding: 1px;
	vertical-align: middle;
	border: ridge 2px;
	font-size: 12px;
	font-family: 'Open Sans', Arial,Helvetica,Sans-Serif;
	font-weight: normal;
	border: 1px solid #ccc;
	border-collapse: separate;
	border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 6px 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;	
}
#scwIframe {
	border-radius: 4px;
}
td.scwDrag,
td.scwHead  {
	padding: 0px 0px;
	text-align: center;
}
td.scwDrag {
	font-size: 10px;
}
select.scwHead {
	margin: 3px 1px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	
	
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
    display: inline-block;
    width: auto !important;	
	
}
input.scwHead  {
	height: 32px;
	width: 32px;
	vertical-align:middle;
	text-align: center;
	margin: 2px 1px;
	font-weight: bold;
	font-size: 10pt;
	font-family: fixedSys;
	
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    _padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	

    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);

    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;	
	color: white;
}	
	
}
td.scwWeekNumberHead,
td.scwWeek  {
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
td.scwNow,
td.scwNowHover,
td.scwNow:hover,
td.scwNowDisabled {
	padding: 0px;
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	font-weight: normal;
}
table.scwCells  {
	text-align: right;
	font-size: 12px;
	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;
	width: 24px;
	height: 24px;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	vertical-align: middle;
}
/* Blend the colours into your page here...    */
/* Calendar background */
table.scw {
	background-color: #fff;
}
/* Drag Handle */
td.scwDrag  {
	background-color: #99c;
	color: #ccf;
}
/* Week number heading */
td.scwWeekNumberHead  {
	color: #fff;
}
/* Week day headings */
td.scwWeek {
	color: #000;
}
/* Week numbers */
td.scwWeekNo {
	background-color: #767;
	color: #ccc;
}
/* Enabled Days */
/* Week Day */
td.scwCells  {
	background-color: #f5f5f5;
	color: #000;
}
/* Day matching the input date */
td.scwInputDate {
	background-color: #b0b0b0;
	font-weight: bold;
}
/* Weekend Day */
td.scwCellsWeekend  {
	background-color: #e0e0e0;
	color: #c30;
}
/* Day outside the current month */
td.scwCellsExMonth {
	background-color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #666;
}
/* Today selector */
td.scwNow {
	background-color: #fff;
	color: #666;
}
/* 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:  #ffd;
	cursor: pointer;
	color: #000;
}
/* Day matching the input date */
td.scwInputDate:hover,
td.scwInputDateHover  {
	background-color:  #ffd;
	cursor:            pointer;
	color:             #000000;
}
/* Weekend cells */
td.scwCellsWeekend:hover,
td.scwCellsWeekendHover  {
	background-color:  #ffd;
	cursor:            pointer;
	color:             #000;
}
/* Day outside the current month */
td.scwCellsExMonth:hover,
td.scwCellsExMonthHover  {
	background-color:  #ffd;
	cursor:            pointer;
	color:             #000;
}
/* Today selector */
td.scwNow:hover,
td.scwNowHover  {
	color: #999;
	cursor: pointer;
	font-weight: normal;
}
/* Disabled cells */
/* Week Day */
/* Day matching the input date */
td.scwInputDateDisabled  {
	background-color:  #999;
	color:             #000;
}
td.scwCellsDisabled        {
	background-color:  #999;
	color:             #000;
}
/* Weekend Day */
td.scwCellsWeekendDisabled {
	background-color:  #999;
	color:             #c66;
}
/* Day outside the current month */
td.scwCellsExMonthDisabled {
	background-color:  #999;
	color: #666;
}
td.scwNowDisabled {
	background-color:  #fff;
	color: #666;
}
