@CHARSET "ISO-8859-1";
/*
	Service status/summary styles.
*/


#servicePanel {
	float: left;
	/*border: 1px;
	border-color: #ff9922;
	border-style: solid;*/
	padding: 1em;
	/*background-color: #221100;*/
	clear: none;
}

#serviceStatusPanel td {
	vertical-align: top;
}

#serviceInformationPanel td {
	vertical-align: top;
}

.panelOK {
	width: 32px;
	height: 32px;
	background-image: url("/CustomerPortal/images/icon_green_32.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.panelWarning {
	width: 32px;
	height: 32px;
	background-image: url("/CustomerPortal/images/icon_amber_32.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.panelError {
	width: 32px;
	height: 32px;
	background-image: url("/CustomerPortal/images/icon_red_32.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.panelNone {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}

.panelUnknown {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}

.smallPanelOK {
	width: 16px;
	height: 16px;
	background-image: url("/CustomerPortal/images/icon_green_16.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.smallPanelWarning {
	width: 16px;
	height: 16px;
	background-image: url("/CustomerPortal/images/icon_amber_16.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.smallPanelError {
	width: 16px;
	height: 16px;
	background-image: url("/CustomerPortal/images/icon_red_16.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.smallPanelNone {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.smallPanelUnknown {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}
