.communication-area {
	margin: 40px 0px 0px 28px;
	}

.communication-area-information {
	margin-bottom: 10px;
	}

.communication-area-information-left {
	float: left;
	margin-right: 8px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #5c5c5c;
	}

.communication-area-information-right {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	}

.communication-progress-bar {
	width: 100%;
	height: 29px;
	}

.communication-progress-bar-holder-normal {
	width: 675px;
	height: 29px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/TonicSkin/images/status/status_progress_base.gif');
	float: left;
	overflow: hidden;
	}

.communication-progress-bar-holder-complete {
	width: 675px;
	height: 29px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/TonicSkin/images/status/status_complete.gif');
	float: left;
	overflow: hidden;
	}

.communication-progress-bar-holder-failed {
	width: 675px;
	height: 29px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/TonicSkin/images/status/status_failed.gif');
	float: left;
	overflow: hidden;
	}

.communication-progress-bar-fill {
	margin: 2px 2px 1px 2px;
	width: 0%;
	height: 22px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/TonicSkin/images/status/status_progress_bar_stretch.gif');
	}

.communication-area-bottom {
	margin-top: 6px;
	margin-right: 2px;
	float: right;
	}