div#pfmw-scheduler {
	position: relative;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0;
}

div#pfmw-scheduler-control,
div#pfmw-scheduler-header,
div#pfmw-scheduler-resource,
div#pfmw-scheduler-data {
	position: absolute;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0;
}

div#pfmw-scheduler-header td,
div#pfmw-scheduler-resource td,
div#pfmw-scheduler-data td {
	padding: 0;
	border: 1px solid #CCCCCC;
}

div#pfmw-scheduler-control {
	border-width: 2px 0 0 2px;
}

div#pfmw-scheduler-control-main table {
	margin: 0 auto 0 auto;
}

div#pfmw-scheduler-control-main table:first-child {
	margin-top: 10px;
}

div#pfmw-scheduler-control-resourcelabelheader,
div#pfmw-scheduler-control-resourcelabelheader table {
	height: 100%;
}

div#pfmw-scheduler-control-resourcelabelheader table td {
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	height: 100%;
	border-top: 0 none;
	border-bottom: 0 none;
}

div#pfmw-scheduler-control-resourcelabelheader table td:first-child {
	border-left: 0 none;
}

div#pfmw-scheduler-control-resourcelabelheader table td:last-child {
	border-right: 0 none;
}


div#pfmw-scheduler-header tr:first-child td {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	font-size: 14px;
}

div#pfmw-scheduler-control-resourcelabelheader table td div {
	padding: 0 5px;
}

div#pfmw-scheduler-header {
	border-width: 2px 2px 0 2px;
	overflow: hidden;
}

div#pfmw-scheduler-header td {
	background-color: #F8F8F8;
}

div#pfmw-scheduler-header tr:first-child td {
	background-color: #EEEEEE;
	height: 30px;
}

div#pfmw-scheduler-header tr:first-child td > div {
	white-space: nowrap;
	line-height: 30px;
	display: inline-block;
	height: 100%;
}

div#pfmw-scheduler-header tr:first-child td > div > div {
	border-right: 1px solid #CCCCCC;
	text-align: center;
	height: 100%;
}

div#pfmw-scheduler-header tr:first-child td > div:last-child > div {
	border: 0 none;
}

div#pfmw-scheduler-header tr:first-child td {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	font-size: 14px;
}

div#pfmw-scheduler-header tr:last-child td {
	font-size: 11px;
	text-align: center;
}

div#pfmw-scheduler-header tr:last-child td > div {
	position: relative;
	height: 100%;
}

div#pfmw-scheduler-header tr:last-child td:first-child {
	border-left: 0 none;
}

div#pfmw-scheduler-header tr:last-child td:last-child {
	border-right: 0 none;
}

div#pfmw-scheduler-header tr:last-child td:last-child div {
	width: 20px;
}

div#pfmw-scheduler-header tr:last-child td {
	border-bottom: 0 none;
}

div#pfmw-scheduler-header td.pfmw-scheduler-header-cell-weekend {
	background-color: #EEEEEE;
}

div#pfmw-scheduler-header td.pfmw-scheduler-header-cell-holiday {
	background-color: #DADADA;
}

div#pfmw-scheduler-header td.pfmw-scheduler-header-cell-today {
	background-color: #E4E4E4;
}

div#pfmw-scheduler-header td.pfmw-scheduler-header-cell-today div.pfmw-scheduler-header-cell-daylabel {
	font-weight: bold;
}

div#pfmw-scheduler-header div.pfmw-scheduler-header-cell-daylabel {
	padding: 5px 0;
}

div#pfmw-scheduler-header div.pfmw-scheduler-header-cell-hourlabel-spacing {
	height: 25px;
}

div#pfmw-scheduler-header div.pfmw-scheduler-header-cell-hourlabel {
	font-size: 10px;
	color: #CCCCCC;
	width: 10px;
	height: 20px;
	text-align: center;
	position: absolute;
	bottom: 5px;
}

div#pfmw-scheduler-header div.pfmw-scheduler-header-cell-hourlabel-line {
	width: 1px;
	height: 10px;
	background-color: #E6E6E6;
	position: absolute;
	bottom: 0;
}

div#pfmw-scheduler-resource {
	width: 250px;
	overflow: hidden;
	border-width: 2px 0 2px 2px;
}

div.pfmw-scheduler-resource-labelcolumns {
	width: auto !important;
}

div#pfmw-scheduler-resource table {
	width: 100%;
}

div#pfmw-scheduler-resource td {
	font-size: 11px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}

div#pfmw-scheduler-resource tr:nth-child(even) td {
	background-color: #F8F8F8;
}

div#pfmw-scheduler-resource tr:first-child td {
	border-top: 0 none;
}

div#pfmw-scheduler-resource tr td:first-child {
	border-left: 0 none;
}

div#pfmw-scheduler-resource tr:last-child td {
	height: 20px;
	border-bottom: 0 none;
}

div#pfmw-scheduler-resource tr td:last-child {
	border-right: 0 none;
}

div#pfmw-scheduler-resource td > div {
	padding: 0 5px;
}

div#pfmw-scheduler-resource td > div > div {
	display: inline-block;
	vertical-align: middle;
}

div#pfmw-scheduler-resource td > div > div > svg {
	margin-right: 5px;
	font-size: 18px;
}

div#pfmw-scheduler-data {
	overflow: auto;
	border-width: 2px;
}

div#pfmw-scheduler-data td {
	height: 30px;
}

div#pfmw-scheduler-data td.pfmw-scheduler-data-cell-weekend {
	background-color: #F8F8F8;
}

div#pfmw-scheduler-data tr:nth-child(even) td.pfmw-scheduler-data-cell-weekend {
	background-color: #EEEEEE;
}

div#pfmw-scheduler-data td.pfmw-scheduler-data-cell-holiday {
	background-color: #E4E4E4;
}

div#pfmw-scheduler-data tr:nth-child(even) td.pfmw-scheduler-data-cell-holiday {
	background-color: #DADADA;
}

div#pfmw-scheduler-data td.pfmw-scheduler-data-cell-today {
	background-color: #EEEEEE;
}

div#pfmw-scheduler-data tr:nth-child(even) td.pfmw-scheduler-data-cell-today {
	background-color: #E4E4E4;
}

div#pfmw-scheduler-data td.pfmw-scheduler-data-cell-clickable {
	cursor: pointer;
}

div#pfmw-scheduler-data tr td:first-child {
	border-left: 0 none;
}

div#pfmw-scheduler-data tr:first-child td {
	border-top: 0 none;
}

div#pfmw-scheduler-data tr:nth-child(even) td {
	background-color: #F8F8F8;
}

div#pfmw-scheduler-data td:hover {
	background-color: #EEEEEE !important;
}

div#pfmw-scheduler-data tr td > div {
	position: relative;
	height: 100%;
}

div#pfmw-scheduler-data div.pfmw-scheduler-event {
	top: 4px;
	position: absolute;
	border-radius: 2px;
	cursor: default;
	z-index: 2;
}

div#pfmw-scheduler-data div.pfmw-scheduler-event > div {
	border-radius: 2px;
	height: 20px;
	border: 1px solid #636466;
	background-color: #E30613;
	font-size: 11px;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	padding: 0 0 0 2px;
}

div#pfmw-scheduler-resource tr.pfmw-scheduler-resource-row-seperator td,
div#pfmw-scheduler-data tr.pfmw-scheduler-data-row-seperator td {
	height: 5px;
	background-color: #EEEEEE;
}

div#pfmw-scheduler-data div.pfmw-scheduler-data-cell-hourlabel {
	width: 1px;
	background-color: #E6E6E6;
	position: absolute;
	top: 0;
	height: 100%;
}

td.pfmw-scheduler-control-main-autorefresh-label {
	padding-right: 4px;
	font-weight: bold;
	font-size: 11px;
}

td#pfmw-scheduler-control-main-autorefresh-indicator {
	font-size: 11px;
}

