.pmsDashboard {
	display: none;
	width: 220px;
	height: 66px;
	float: right;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	color: #555;
	border-radius-topright:8px;
	border-radius-bottomright:8px;
}

.pmsDashboardSlider {
	display: none;
	width: 220px;
	height: 56px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	text-align: center;
	color: #555;
	background-color: white;
	position: absolute;
	transition: right 500ms;
	-webkit-transition: right 500ms;
	right: 0px;
	top: 0px;
	z-index: 4;
	border-radius-topright:8px;
	border-radius-bottomright:8px;
}

.pmsDashboardClick {
	width: 40px;
	float: right;
	overflow: hidden;
	margin-right: 5px;
}

.pmsDashboardArrow {
	width: 30px;
	height: 56px;
	float: left;
	background-color: white;
}

.pmsDashboardIndicator {
	width: 10px;
	height: 56px;
	float: left;
	margin-top: 0px;
}

.pmsDashboardItem {
	width: 70px;
	height: 50px;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
}

.pmsDashboardImageContainer {
	position: relative;
	width: 70px;
	height: 29px;
	overflow: hidden;
}

.pmsDashboardImage {
	width: 70px;
	height: 29px;
}

.pmsDashboardMsg {
	width: 70px;
	height: 21px;
}

.pmsDashboardNotificationCount {
	notcolor: #fc6f01;
	color: #555;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 70px;
	height: 20px;
	font-size: 11px;
}

.pmsDashboardNoNotificationCount {
	notcolor: #2a7c3e;
	color: #555;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 70px;
	height: 20px;
	font-size: 11px;
}

.pmsButtons {
	display: inline-block;
	margin: 0;
	overflow: hidden;
	line-height: 53px;
	height: 53px;
	text-overflow: ellipsis;
}

.pmsInfoButton {
	display:inline-block;
	width: 20px;
	height: 56px;
	line-height: 56px;
	background: transparent url(/images/infoIcon.png) no-repeat center 10px / 20px 20px;
	border: none;
	overflow: hidden;
}

.pmsTerminalNoButton {
	display:inline-block;
	width: 2px;
	height: 56px;
	line-height: 56px;
	background: none;
	border: none;
}

.pmsTerminalButton {
	display:inline-block;
	width: 44px;
	height: 56px;
	line-height: 56px;
	background: transparent url(/images/terminalIcon.png) 12px 16px / 30px 18px no-repeat;
	border: none;
	overflow: hidden;
}

.pmsSitenameLabel {
	display: inline-block;
	margin: 0px 8px 0px 12px;
	overflow: hidden;
	line-height: 56px;
	text-overflow: ellipsis;
}

.pmsSitenameLabel2 {
	display: inline-block;
	margin: 14px 8px 0px 12px;
	overflow: hidden;
	line-height: 26px;
	text-overflow: ellipsis;
}
